Deck 2: Constants, Variables , Operators, Control Structure

ملء الشاشة (f)
exit full mode
سؤال
__________structure can handle conditions with multiple outcomes in an easier manner

A)select case control
B)next
C)if condition
D)nested
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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
سؤال
in VB , The while loop is end by _____

A)stop
B)next
C)wend
D)nested
سؤال
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
سؤال
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
سؤال
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
سؤال
The function of _________ is to give a pop-up message to the user.

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

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

A)sqrt()
B)round()
C)abs()
D)len()
سؤال
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()
سؤال
In VB, _________is the function that returns the absolute value of a number.

A)sqrt()
B)round()
C)abs()
D)len()
سؤال
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 ..
سؤال
In VB, The _____function extracts a substring from the original phrase or string

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

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

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

A)true
B)false
C)both
D)none of these ..
سؤال
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
سؤال
In VB , array is divided into 3 types ., the second type is ______.

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

A)true
B)false
C)both
D)none of these
سؤال
____ 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
سؤال
______file very necessary to connect to the access data base file by ADO.

A).mdb
B).cls
C).frm
D).acca
سؤال
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.
سؤال
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.
سؤال
_______ 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
سؤال
________ 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
سؤال
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
سؤال
The ________ is show under or below the Project Explorer window

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

A)properties window
B)project explorer
C)menu bar
D)toolbox
سؤال
_______ 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
سؤال
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
سؤال
__________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
سؤال
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
سؤال
All Code in Visual Basic is stored in the form of______

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

A)form modules,
B)standard modules
C)class modules.
D)basic module.
سؤال
The extension of class module is ______

A).cls
B).frm
C).pvb
D).mdb
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/35
auto play flashcards
العب
simple tutorial
ملء الشاشة (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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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 ..
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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 ..
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
k this deck
15
In VB the _____function converts a string to a number.

A)str()
B)ucase()
C)val ()
D)len()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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 ..
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
k this deck
35
The extension of class module is ______

A).cls
B).frm
C).pvb
D).mdb
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 35 في هذه المجموعة.