Deck 3: Working With Controls
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/31
Play
Full screen (f)
Deck 3: Working With Controls
1
_______ is used to work as parents, its main property is mdi child , all the forms are open within MDI
A)multiple document interface
B)single document interface
C)single data interface
D)system document interface
A)multiple document interface
B)single document interface
C)single data interface
D)system document interface
multiple document interface
2
MDI is used to work as ________, its main property is mdi child , all the forms are open within MDI
A)parents
B)child
C)form
D)menu
A)parents
B)child
C)form
D)menu
parents
3
MDI is used to work as parents, its main property is ____ , all the forms are open within MDI
A)mdi child
B)multiple
C)list
D)background
A)mdi child
B)multiple
C)list
D)background
mdi child
4
In VB , . A _______ returns a value and a Sub Procedure does not return a value.
A)function procedure
B)sub procedure
C)mdi
D)sdi
A)function procedure
B)sub procedure
C)mdi
D)sdi
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
5
In VB , . A Function procedure returns a value and a _____ does not return a value.
A)function procedure
B)procedure
C)mdi
D)sdi
A)function procedure
B)procedure
C)mdi
D)sdi
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
6
In VB, Standard modules and Class modules. provides three kind of property procedures but following not include in this
A)property let procedure
B)property get procedure
C)property set procedure
D)property post procedure
A)property let procedure
B)property get procedure
C)property set procedure
D)property post procedure
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
7
As per the syllabus we study version of VB is ___________
A)6.0
B)4.0
C)6.22
D)3.33
A)6.0
B)4.0
C)6.22
D)3.33
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
8
__________ Displays a list of items from which a user can select one.
A)list box
B)radio
C)check box
D)none of these
A)list box
B)radio
C)check box
D)none of these
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
9
__________Executes the timer events at specified intervals of time
A)list box
B)radio
C)check box
D)timer controls
A)list box
B)radio
C)check box
D)timer controls
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
10
______ Use to store alphanumeric values. A variable length string can store approximately 4 billion characters
A)string
B)boolean
C)variant
D)date
A)string
B)boolean
C)variant
D)date
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
11
_____________ is the default Visual Basic data type
A)string
B)boolean
C)variant
D)date
A)string
B)boolean
C)variant
D)date
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
12
In Visual Basic if we declare a variable without any data type by __________this the data type is assigned as default..
A)string
B)boolean
C)variant
D)date
A)string
B)boolean
C)variant
D)date
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
13
A variable declared as __________ type can store both values and it can store date values 01/01/0100 up to 12/31/9999
A)string
B)boolean
C)variant
D)date
A)string
B)boolean
C)variant
D)date
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
14
___________data types hold either a true or false value
A)string
B)boolean
C)variant
D)date
A)string
B)boolean
C)variant
D)date
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
15
when we Declaring a variable before programming start it is called as __________it tells Visual Basic to reserve space in memory.
A)explicit declaring
B)implicit declaring
C)public declaring
D)local declaring
A)explicit declaring
B)implicit declaring
C)public declaring
D)local declaring
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
16
______variables are not reinitialized each time Visual Invokes aprocedure and therefore retains or preserves value even when aprocedure ends
A)static
B)public
C)local
D)general
A)static
B)public
C)local
D)general
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
17
when we declare the variable in _____ of VB then it is public variable
A)static
B)public
C)local
D)general
A)static
B)public
C)local
D)general
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
18
when we declare the variable in a Particular control of vb then it is _________ variable .
A)static
B)public
C)local
D)general
A)static
B)public
C)local
D)general
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
19
The ______ selection structure allows the programmer to specify thata different action is to be performed when the condition is True thanwhen the condition is False.
A)if ... then ..else
B)do while
C)dynamic array
D)array
A)if ... then ..else
B)do while
C)dynamic array
D)array
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
20
In _________: The size of the array can be changed at the run timesize changes during the program execution.
A)if ... then ..else
B)do while
C)dynamic array
D)array
A)if ... then ..else
B)do while
C)dynamic array
D)array
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
21
In ________ : The size of array always remains the same-size doesn't change during the program execution.
A)if ... then ..else
B)do while
C)dynamic array
D)fixed array
A)if ... then ..else
B)do while
C)dynamic array
D)fixed array
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
22
---- is an activity that occurs during program execution such as mouse click or keystroke.
A)event
B)module
C)code
D)property
A)event
B)module
C)code
D)property
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
23
code in vb is stored in the form of ----
A)module
B)form
C).vbp
D)none of these
A)module
B)form
C).vbp
D)none of these
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
24
vb is an ----in which one can develop , run, test & debug applications.
A)object based programming language
B)script language
C)mobile application
D)none of these
A)object based programming language
B)script language
C)mobile application
D)none of these
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
25
____are collections of small iconic button that resides in a Menu- bar
A)tool bar
B)command button
C)menu bar
D)tool box
A)tool bar
B)command button
C)menu bar
D)tool box
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
26
---- array size can be changed at run time .
A)dynamic
B)fixed
C)single dimension
D)double dimension
A)dynamic
B)fixed
C)single dimension
D)double dimension
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
27
----is the process of finding & removing errors.
A)debugging
B)error finding
C)processing
D)non of these
A)debugging
B)error finding
C)processing
D)non of these
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
28
The default property for a command control is ----
A)caption
B)text
C)list
D)background
A)caption
B)text
C)list
D)background
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
29
VB is tool that allows you to develop application in ____
A)real time
B)gui
C)character
D)none of these
A)real time
B)gui
C)character
D)none of these
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
30
___object browser is used for finding out about object, properties & methods.
A)form layout window
B)code editor window
C)object browser
D)none of these
A)form layout window
B)code editor window
C)object browser
D)none of these
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck
31
In vb variable name cannot be more than --- characters
A)255
B)300
C)355
D)4000
A)255
B)300
C)355
D)4000
Unlock Deck
Unlock for access to all 31 flashcards in this deck.
Unlock Deck
k this deck