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
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.7/5
(41)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Another name for a procedure
(Multiple Choice)
4.7/5
(37)
The style of the text displayed in a TextBox object can be set using the Font property.
(True/False)
4.8/5
(28)
As shown in the accompanying figure,a(n)____________________ object allows you to specify the data format of the value typed into the text box.
(Short Answer)
4.8/5
(38)
The ____________________ procedure clears any data currently placed in the Text property of a TextBox object.
(Short Answer)
4.9/5
(36)
A(n)____________________ is a procedure that returns a value when it is called.
(Short Answer)
4.8/5
(34)
The Option Strict On statement enables automatic data type conversions.
(True/False)
4.9/5
(34)
The ____ indicates that a statement is an assignment statement.
(Multiple Choice)
4.8/5
(34)
A(n)____________________ identifies a value required by a procedure that must be passed when the procedure is called.
(Short Answer)
4.8/5
(34)
A prefix of ____ is used to denote a variable defined as an Integer data type
(Multiple Choice)
4.8/5
(34)
You must enclose a value in parentheses to assign it to a variable declared as Char data type.
(True/False)
4.9/5
(34)
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.7/5
(34)
The prefix ____ should be used for naming a TextBox object.
(Multiple Choice)
4.9/5
(39)
A ____ beneath a variable name in a declaration statement indicates that the variable has not been used in the program.
(Multiple Choice)
4.8/5
(38)
A ____ Exception occurs when code attempts to divide a number by zero.
(Multiple Choice)
4.9/5
(26)
The \ operator is the arithmetic operator for ____ division.
(Multiple Choice)
4.9/5
(36)
A local variable is a variable that can only be accessed in the region in which it was defined.
(True/False)
4.9/5
(36)
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.7/5
(38)
A variable that has been defined as a Single data type is denoted with the ____ prefix.
(Multiple Choice)
4.9/5
(34)
A(n)____________________ is a named location in RAM that can store a value that may change during program execution.
(Short Answer)
4.9/5
(33)
Showing 21 - 40 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)