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 Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling112 Questions
Exam 9: Creating Web Applications112 Questions
Exam 10: Incorporating Databases with ADO.NET112 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps112 Questions
Select questions type
A(n)____ variable should be used for values that will consist of a single character only.
(Multiple Choice)
4.8/5
(43)
When using ____ division (\),any remainder amount is dropped or truncated.
(Multiple Choice)
4.7/5
(35)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A procedure is a prewritten set of code that can be called by a statement in this
(Multiple Choice)
4.7/5
(35)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The code between the Sub statement and the End Sub statement
(Multiple Choice)
4.8/5
(34)
To force a literal value to be treated as a specific data type,you must use a literal-type character designator.
(True/False)
4.8/5
(35)
A(n)____________________ variable will contain a permanent value throughout the execution of the program.
(Short Answer)
4.8/5
(27)
A(n)____________________ text box allows the user to enter multiple lines in a text box.
(Short Answer)
4.9/5
(36)
When defining a variable to be used to hold textual information containing multiple characters,the declaration statement should have ____ at the end of the statement.
(Multiple Choice)
4.9/5
(37)
As shown in the accompanying figure,the ____ property of the form specifies which button will be activated when the ENTER key on the keyboard is pressed. 

(Multiple Choice)
4.7/5
(35)
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
(29)
A prefix of ____ is used to denote a variable defined as a Decimal data type.
(Multiple Choice)
4.7/5
(44)
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.
(True/False)
4.9/5
(39)
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.7/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 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
(36)
Whenever data is stored in RAM,it does not need to be stored as a particular data type.
(True/False)
4.9/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
(30)
In an assignment statement,the value to the right of the equal sign will be ____________________ to the variable on the left.
(Short Answer)
4.8/5
(23)
Showing 41 - 60 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)