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
Used with the ToString function, the ____ format specifier will display the value 8976.43561 as 8976.43561.
(Multiple Choice)
4.8/5
(31)
You must enclose a value in parentheses to assign it to a variable declared as Char data type.
(True/False)
4.8/5
(33)
A(n) ____________________ is a named location in RAM that can store a value that may change during program execution.
(Short Answer)
4.8/5
(42)
A(n) ____ variable should be used for values that will consist of a single character only.
(Multiple Choice)
5.0/5
(32)
The event handler of a button designated as the Accept button will be processed when the user presses the ____________________ key on the keyboard.
(Short Answer)
4.8/5
(38)
A String data type allows for the storing of the standard English letters only.
(True/False)
4.9/5
(33)
A prefix of ____ is used for variables defined as a String data type.
(Multiple Choice)
4.8/5
(37)
The process of joining two string values together is called ____.
(Multiple Choice)
5.0/5
(26)
Calculations are preformed from right to left, working toward the equal sign.
(True/False)
4.9/5
(39)
What are the rules for naming variables in Visual Basic? Providing examples of the good and the bad, discuss what impact good programming practice has on the naming of variables.
(Essay)
4.8/5
(34)
The AcceptButton property of the form specifies which button will be activated when the ____ key on the keyboard is pressed.
(Multiple Choice)
4.8/5
(34)
A(n) ____________________ is a procedure that returns a value when it is called.
(Short Answer)
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.9/5
(36)
The Option Strict On statement enables automatic data type conversions.
(True/False)
4.9/5
(27)
When defining a variable to be used to hold values that the user enters in a TextBox object, the declaration statement should have ____ at the end of the statement.
(Multiple Choice)
4.8/5
(35)
The ____ of a variable specifies where a variable can be referenced within a program.
(Multiple Choice)
4.9/5
(41)
A(n) ____________________ identifies a value required by a procedure that must be passed when the procedure is called.
(Short Answer)
4.7/5
(38)
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)
Showing 21 - 40 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)