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
The ____ indicates that a statement is an assignment statement.
(Multiple Choice)
4.8/5
(35)
A TextBox object allows a user to enter programming code into the program at runtime.
(True/False)
4.9/5
(42)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A special variable whose value cannot be changed by any statement within the program
(Multiple Choice)
4.7/5
(32)
To force a literal value to be treated as a specific data type, you must use a literal-type character designator.
(True/False)
4.9/5
(38)
A variable that can be used in multiple regions of code is called a universal variable.
(True/False)
4.8/5
(31)
The event handler of a button designated as the Cancel button will be processed when the user presses the ____ key on the keyboard.
(Multiple Choice)
4.9/5
(40)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A variable that must be used by more than one procedure should be defined at this level
(Multiple Choice)
4.8/5
(37)
A variable that will be used to contain only nondecimal whole numbers should be declared as a(n) ____ data type.
(Multiple Choice)
4.9/5
(39)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The general rule of this is that a variable can be referenced only from within the region in which it was defined
(Multiple Choice)
4.7/5
(36)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-When you include a value in an assignment statement, the value is called this
(Multiple Choice)
4.7/5
(41)
A Short data type is used for a very short string value of 10 bytes or less.
(True/False)
4.8/5
(37)
A(n) ____________________ object allows users to enter data into a program.
(Essay)
4.8/5
(43)
A(n) ____________________ is a procedure that returns a value when it is called.
(Essay)
4.8/5
(37)
An Overflow Exception will occur if the user enters a value greater than the maximum value that can be processed by the statement.
(True/False)
4.8/5
(46)
Showing 81 - 100 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)