NEW
Font size
WorksheetsTHE GOVERNORATE Second Term EXAMS MODELS
Total questions: 16
Worksheet time: 8mins
Variables of type Double, Single and Decimal allow storing fractional values, but with different degrees of precision.
True
False
The error that appears while writing a code in VB.NET language is called Runtime error.
True
False
In (If…Then…) statement, when the outcome of the condition is evaluated to be False, the statements following (Then) are executed.
True
False
The property that determines the selected item in a (Listbox) is (SelectedIndex).
True
False
When the result of the conditional (Do while…Loop) statement is True, then the statements inside the loop will be executed.
True
False
Anonymity is defined as sending aggressive messages directed against one or more persons.
True
False
In For … Next statement, the number of repetitions: For X=1 to 8 step 3 is …………
1
2
3
4
The reserved word………… is used to create a new line.
Dim
Me
Vbcrlf
REM
………… is a set of commands under a particular name that should express its task and returns a value.
Procedures
Variable
Function
Assignment Statement
The Numeric Variable which takes integer numbers from 0 to 255 is …………
Integer
Byte
String
Double
One of the rules of naming the Variables or Constants in the program is:
the variable name should start with …………
Number
Any symbol
Space
Letter or underscore
..................is used to open the code window.
D2
F2
F5
F7
Symbol < > is called ................
not equal
equal
Greater than
Smaller than
It is used to declare of a variable
Dim
Const
vbcrlf
Rem
It is used to declare of constants.
Dim
Const
vbcrlf
Rem
........... is used to repeat a code for specific number of time. .
For...Next
Do while ...Loop
Rem
Dim
