Exam 4: Variables and Arithmetic Operations
Exam 1: Introduction to Visual Basic 2012 Programming112 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding111 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Select questions type
-As illustrated in the accompanying figure, the term ____________________ refers to a predefined layout for the data a user must enter.

Free
(Essay)
4.8/5
(31)
Correct Answer:
mask
The event handler of a button designated as the Accept button will be processed when the user presses the ____________________ key on the keyboard.
Free
(Essay)
4.8/5
(36)
Correct Answer:
ENTER
enter
return
Calculations are preformed from right to left, working towards the equal sign.
Free
(True/False)
4.9/5
(41)
Correct Answer:
False
The ____ of a variable indicates how long the variable remains active.
(Multiple Choice)
4.7/5
(34)
A ____ beneath a variable name in a declaration statement indicates that the variable has not been used in the program.
(Multiple Choice)
4.9/5
(38)
The character C is the literal-type character for the ____ data type.
(Multiple Choice)
5.0/5
(38)
A ____ Exception occurs when the user enters data that a statement cannot properly handle.
(Multiple Choice)
4.9/5
(34)
The Option Strict On statement enables automatic data type conversions.
(True/False)
4.7/5
(36)
A(n) ____ Exception occurs when a calculation creates a value larger than one that can be processed by a procedure.
(Multiple Choice)
4.9/5
(35)
A ____ Exception occurs when code attempts to divide a number by zero.
(Multiple Choice)
4.8/5
(42)
A(n) ____________________ variable will contain a permanent value throughout the execution of the program.
(Essay)
4.7/5
(45)
The ____________________ property of a TextBox object controls the alignment of the text content.
(Essay)
4.7/5
(42)
A(n) ____ variable should be used for values that will consist of a single character only.
(Multiple Choice)
4.7/5
(48)
When the user interacts with an object in the graphical user interface, the ____ shifts to that object.
(Multiple Choice)
4.7/5
(37)
When naming a Label object, the ____ prefix should be used.
(Multiple Choice)
4.9/5
(35)
A(n) ____________________ identifies a value required by a procedure that must be passed when the procedure is called.
(Essay)
4.9/5
(41)
Showing 1 - 20 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)