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 \ operator is the arithmetic operator for ____ division.
(Multiple Choice)
4.9/5
(32)
The ____________________ procedure clears any data currently placed in the Text property of a TextBox object.
(Essay)
4.8/5
(40)
A(n) ____ Exception occurs when the user enters a value larger than the maximum value that can be processed by the statement.
(Multiple Choice)
4.8/5
(40)
In an assignment statement, the value to the right of the equal sign will be ____________________ to the variable on the left.
(Essay)
4.7/5
(34)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Indicates how many digits to the right of a decimal place are to be returned
(Multiple Choice)
5.0/5
(35)
The ____________________ function available with each of the numeric data types will convert data from the numeric data type to the String data type.
(Essay)
4.9/5
(45)
Whenever data is stored in RAM, it does not need to be stored as a particular data type.
(True/False)
4.7/5
(37)
A property identifies a value required by a procedure that must be passed into the procedure when it is called.
(True/False)
4.8/5
(41)
The variable name on the left of an assignment statement is the variable that receives the data that results from the evaluation of the expression on the right side of the assignment statement.
(True/False)
4.7/5
(46)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Another name for a procedure
(Multiple Choice)
4.8/5
(45)
A(n) ____________________ text box allows the user to enter multiple lines in a text box.
(Essay)
4.9/5
(35)
The maximum size of a TextBox object often is determined by the design of the user interface, so it looks and feels good in the user interface.
(True/False)
4.8/5
(41)
Used with the ToString function, the ____ format specifier will display the value 8976.43561 as 8976.43561.
(Multiple Choice)
4.8/5
(35)
Case 4-1
Brian is trying his best to understand the concept of variable scope, so he calls his friend Molly for guidance.
-Brian has defined another variable called strNumberOfSingers within a procedure, and he asks Molly what the lifetime of that variable is. What does she tell him?
(Multiple Choice)
4.7/5
(30)
Showing 21 - 40 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)