Deck 2: Constants, Variables , Operators, Control Structure

Full screen (f)
exit full mode
Question
__________structure can handle conditions with multiple outcomes in an easier manner

A)select case control
B)next
C)if condition
D)nested
Use Space or
up arrow
down arrow
to flip the card.
Question
When you have a loop within a loop, then you have created a______.

A)select case control
B)next
C)if condition
D)nested loop
Question
in VB , The while loop is end by _____

A)stop
B)next
C)wend
D)nested
Question
in _______ , first we check the condition , if the condition is true then it execute the true statement .

A)while
B)do while
C)if condition
D)nested
Question
In _______ first we execute the true statement . then we check thecondition if the condition is true then it again execute the truestatement .

A)while
B)do while
C)if condition
D)nested
Question
in VB , The _______ first we check the condition , if the condition is true then it execute the true statement same as while condition .

A)for loop
B)do while
C)if condition
D)nested
Question
The function of _________ is to give a pop-up message to the user.

A)msgbox()
B)inputbox()
C)print
D)nested
Question
An _________ function will display a message box where the user can enter a value.

A)msgbox()
B)inputbox()
C)print
D)nested
Question
In VB , the______ is the function that computes the square root of a number.

A)sqrt()
B)round()
C)abs()
D)len()
Question
In VB, ______ is the function that rounds up a number to a certain number of decimal places.

A)sqrt()
B)round()
C)abs()
D)len()
Question
In VB, _________is the function that returns the absolute value of a number.

A)sqrt()
B)round()
C)abs()
D)len()
Question
In VB, The Len function returns an integer value which is the length of a phrase or a sentence, including the empty spaces.

A)true
B)false
C)both a and b
D)none of these ..
Question
In VB, The _____function extracts a substring from the original phrase or string

A)true
B)false
C)both
D)none of these ..
Question
In VB, The______ function converts all the characters of a string to capital letters.

A)str()
B)ucase()
C)val ()
D)len()
Question
In VB the _____function converts a string to a number.

A)str()
B)ucase()
C)val ()
D)len()
Question
In VB ,We can use Public or Dim statement to declare an array .

A)true
B)false
C)both
D)none of these ..
Question
in VB , _______is used to enter the more then one value in a single variable having same data types.

A)dim
B)structure
C)array
D)variable
Question
In VB , array is divided into 3 types ., the second type is ______.

A)single dimension
B)double dimension
C)poly dimension
D)multi dimension
Question
ADO is ActiveX-based, it can work in different platforms and different programming languages.

A)true
B)false
C)both
D)none of these
Question
____ is insert from component , it is used to load ADO control.

A)microsoft activex data control 6
B)microsoft combo control 6
C)microsoft data grid control.
D)none of these
Question
______file very necessary to connect to the access data base file by ADO.

A).mdb
B).cls
C).frm
D).acca
Question
the ________is a term commonly used in the programming world todescribe the interface and environment that we use to create ourapplications.

A)ide
B)tool bar
C)menu bar
D)none of these.
Question
in VB,________ is called integrated because we can access virtually all of the development tools

A)ide
B)tool bar
C)menu bar
D)none of these.
Question
_______ format. In this format, the windows associated with theproject will stay within a single container known as the parent. Code andform-based windows will stay within the main container form.

A)mdi
B)sdi
C)form
D)code
Question
________ displays the commands that are required to build an application. it is used to display the menus of the particular application

A)mdi
B)sdi
C)menu bar
D)toolbox
Question
The ________ is used to show quick reference to the various elements of a project namely form, classes and modules

A)mdi
B)project explorer
C)menu bar
D)toolbox
Question
The ________ is show under or below the Project Explorer window

A)properties window
B)project explorer
C)menu bar
D)toolbox
Question
The ______ show the various characteristics of selected objects or controls.

A)properties window
B)project explorer
C)menu bar
D)toolbox
Question
_______ in Visual Basic has characteristics such as color and size, shape, font style, background colour, width, height etc.

A)properties window
B)project explorer
C)object
D)object browser
Question
The _________allows us to browse through the various properties, events and methods that are made available to us

A)properties window
B)project explorer
C)object
D)object browser
Question
__________are open from the View menu or pressing the key F2. Theleft column of the Object Browser lists the objects and classes that areavailable in the projects

A)properties window
B)project explorer
C)object
D)object browser
Question
Object Browser are open from the ________or pressing the key F2.The left column of the Object Browser lists the objects and classes thatare available in the projects

A)view menu
B)tool menu
C)insert menu
D)object browser
Question
All Code in Visual Basic is stored in the form of______

A)properties window
B)module
C)object
D)object browser
Question
There are 3 type of modules following are not include in it.

A)form modules,
B)standard modules
C)class modules.
D)basic module.
Question
The extension of class module is ______

A).cls
B).frm
C).pvb
D).mdb
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/35
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 2: Constants, Variables , Operators, Control Structure
1
__________structure can handle conditions with multiple outcomes in an easier manner

A)select case control
B)next
C)if condition
D)nested
select case control
2
When you have a loop within a loop, then you have created a______.

A)select case control
B)next
C)if condition
D)nested loop
nested loop
3
in VB , The while loop is end by _____

A)stop
B)next
C)wend
D)nested
wend
4
in _______ , first we check the condition , if the condition is true then it execute the true statement .

A)while
B)do while
C)if condition
D)nested
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
5
In _______ first we execute the true statement . then we check thecondition if the condition is true then it again execute the truestatement .

A)while
B)do while
C)if condition
D)nested
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
6
in VB , The _______ first we check the condition , if the condition is true then it execute the true statement same as while condition .

A)for loop
B)do while
C)if condition
D)nested
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
7
The function of _________ is to give a pop-up message to the user.

A)msgbox()
B)inputbox()
C)print
D)nested
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
8
An _________ function will display a message box where the user can enter a value.

A)msgbox()
B)inputbox()
C)print
D)nested
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
9
In VB , the______ is the function that computes the square root of a number.

A)sqrt()
B)round()
C)abs()
D)len()
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
10
In VB, ______ is the function that rounds up a number to a certain number of decimal places.

A)sqrt()
B)round()
C)abs()
D)len()
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
11
In VB, _________is the function that returns the absolute value of a number.

A)sqrt()
B)round()
C)abs()
D)len()
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
12
In VB, The Len function returns an integer value which is the length of a phrase or a sentence, including the empty spaces.

A)true
B)false
C)both a and b
D)none of these ..
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
13
In VB, The _____function extracts a substring from the original phrase or string

A)true
B)false
C)both
D)none of these ..
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
14
In VB, The______ function converts all the characters of a string to capital letters.

A)str()
B)ucase()
C)val ()
D)len()
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
15
In VB the _____function converts a string to a number.

A)str()
B)ucase()
C)val ()
D)len()
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
16
In VB ,We can use Public or Dim statement to declare an array .

A)true
B)false
C)both
D)none of these ..
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
17
in VB , _______is used to enter the more then one value in a single variable having same data types.

A)dim
B)structure
C)array
D)variable
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
18
In VB , array is divided into 3 types ., the second type is ______.

A)single dimension
B)double dimension
C)poly dimension
D)multi dimension
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
19
ADO is ActiveX-based, it can work in different platforms and different programming languages.

A)true
B)false
C)both
D)none of these
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
20
____ is insert from component , it is used to load ADO control.

A)microsoft activex data control 6
B)microsoft combo control 6
C)microsoft data grid control.
D)none of these
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
21
______file very necessary to connect to the access data base file by ADO.

A).mdb
B).cls
C).frm
D).acca
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
22
the ________is a term commonly used in the programming world todescribe the interface and environment that we use to create ourapplications.

A)ide
B)tool bar
C)menu bar
D)none of these.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
23
in VB,________ is called integrated because we can access virtually all of the development tools

A)ide
B)tool bar
C)menu bar
D)none of these.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
24
_______ format. In this format, the windows associated with theproject will stay within a single container known as the parent. Code andform-based windows will stay within the main container form.

A)mdi
B)sdi
C)form
D)code
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
25
________ displays the commands that are required to build an application. it is used to display the menus of the particular application

A)mdi
B)sdi
C)menu bar
D)toolbox
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
26
The ________ is used to show quick reference to the various elements of a project namely form, classes and modules

A)mdi
B)project explorer
C)menu bar
D)toolbox
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
27
The ________ is show under or below the Project Explorer window

A)properties window
B)project explorer
C)menu bar
D)toolbox
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
28
The ______ show the various characteristics of selected objects or controls.

A)properties window
B)project explorer
C)menu bar
D)toolbox
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
29
_______ in Visual Basic has characteristics such as color and size, shape, font style, background colour, width, height etc.

A)properties window
B)project explorer
C)object
D)object browser
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
30
The _________allows us to browse through the various properties, events and methods that are made available to us

A)properties window
B)project explorer
C)object
D)object browser
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
31
__________are open from the View menu or pressing the key F2. Theleft column of the Object Browser lists the objects and classes that areavailable in the projects

A)properties window
B)project explorer
C)object
D)object browser
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
32
Object Browser are open from the ________or pressing the key F2.The left column of the Object Browser lists the objects and classes thatare available in the projects

A)view menu
B)tool menu
C)insert menu
D)object browser
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
33
All Code in Visual Basic is stored in the form of______

A)properties window
B)module
C)object
D)object browser
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
34
There are 3 type of modules following are not include in it.

A)form modules,
B)standard modules
C)class modules.
D)basic module.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
35
The extension of class module is ______

A).cls
B).frm
C).pvb
D).mdb
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 35 flashcards in this deck.