1. When we press the tab key during runtime, then what property of controls tells the order they receive the focus?
(A) Tab index
(B) Focus number
(C) Focus order
(D) Control order
2. When the user clicks a button, then which of the following is triggered?
(A) a property
(B) a method
(C) an event
(D) a setting
3. What is an algorithm?
(A) a mathematical formula that solves a problem
(B) None of these
(C) Both A and B
(D) a logical sequence of steps that solve a problem
4. Visual Basic responds to events by using which of the following procedures?
(A) a code
(B) a form
(C) a property
(D) an event
5. During the development of Visual Basic applications, the Properties window plays an important role, and its actual use is to?
(A) Graphically design program components
(B) When opening programs stored on a hard drive
(C) All of these
(D) Change the object's look and feel
6. ……….. is used to give the control a meaningful name in a control’s list of properties?
(A) Text
(B) ContextMenu
(C) ControlName
(D) Name
7. What is Pseudocode?
(A) Data that have been encoded for security
(B) The incorrect results of a computer program
(C) A program that doesn’t work
(D) A description of an algorithm similar to a computer language
8. If we want to continue a long statement on another line, then what key can we use?
(A) Ctrl + Enter
(B) an underscore character
(C) an ampersand character
(D) None of these
9. Select the arithmetic operation with the highest level of precedence?
(A) + –
(B) * /
(C) ^ exponentiation
(D) ( )
10. The statement “x = 3 + 4 * 4” is executed. In this case, what value will be assigned to the numeric variable x?
(A) 20
(B) 19
(C) 92
(D) 234
11. ………………. is a valid name for a variable?
(A) T4 Tutorials
(B) 4 Tutorials
(C) T4.Tutorials
(D) T4_Tutorials
12. Keywords in Visual Basic are words that:
(A) Can be used when naming variables
(B) are used to name controls, such as TextBox1, Command2, etc.
(C) have special meaning and should not be used with variable names
(D) are used as prefixes for control names (such as lbl, and lst)