Exam 4: Variables and Arithmetic Operations
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
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.
Free
(True/False)
4.9/5
(38)
Correct Answer:
True
A prefix of ____ is used to denote a variable defined as a Char data type.
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
B
When setting up a mask for a MaskedTextBox object, select the Use Validating Type check box to cause the object to verify that the user entered valid numeric data.
Free
(True/False)
4.8/5
(37)
Correct Answer:
True
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 a variable named strNumberOfSongs within the click event handle for a Submit button, and he has been frustrated in his efforts to refer to this variable in the click event handler for a Clear button. What does Molly tell him is going on?
(Multiple Choice)
4.9/5
(31)
By default, a text box will display as many lines of text as the user enters.
(True/False)
4.8/5
(40)
A(n) ____ Exception occurs when a calculation creates a value larger than one that can be processed by a procedure.
(Multiple Choice)
4.8/5
(41)
The ampersand character at the end of a line in the code editor indicates that the line of code continues on the next line.
(True/False)
4.8/5
(39)
A local variable is a variable that can only be accessed in the region in which it was defined.
(True/False)
4.9/5
(44)
A(n) PredefinedTextBox object can be used to control the format of data that a user enters.
(True/False)
4.8/5
(41)
Used with the ToString function, the ____ format specifier will display the value 8976.43561 as 8976.44.
(Multiple Choice)
4.9/5
(36)
The character D is the literal-type character for the ____ data type.
(Multiple Choice)
4.9/5
(34)
In an assignment statement, the value to the right of the equal sign will be ____________________ to the variable on the left.
(Short Answer)
4.9/5
(37)
The ____ statement prevents automatic conversion of data types.
(Multiple Choice)
4.9/5
(36)
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.8/5
(41)
A variable that will be used to contain only nondecimal whole numbers should be declared as a(n) ____ data type.
(Multiple Choice)
4.8/5
(34)
Showing 1 - 20 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)