Exam 4: Variables and Arithmetic Operations
Exam 1: Introduction to Visual Basic 2015 Programming111 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding110 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures111 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling110 Questions
Exam 9: Creating Web Applications111 Questions
Exam 10: Incorporating Databases With Adonet111 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps111 Questions
Select questions type
When the user interacts with an object in the graphical user interface,the ____ shifts to that object.
(Multiple Choice)
4.9/5
(38)
The character D is the literal-type character for the ____ data type.
(Multiple Choice)
4.9/5
(31)
Identify the letter of the choice that best matches the phrase or definition.
a.program
b.ToString
c.constant
d.precision specifier
e.function
f.method
g.class
h.procedure
i.local
j.literal
REFERENCES:
210
212
214
214
214
215
225
225
227
233
-The general rule of this is that a variable can be referenced only from within the region in which it was defined
(Essay)
4.8/5
(31)
The ____ statement prevents automatic conversion of data types.
(Multiple Choice)
5.0/5
(43)
Identify the letter of the choice that best matches the phrase or definition.
a.program
b.ToString
c.constant
d.precision specifier
e.function
f.method
g.class
h.procedure
i.local
j.literal
REFERENCES:
210
212
214
214
214
215
225
225
227
233
-Indicates how many digits to the right of a decimal place are to be returned
(Essay)
4.9/5
(39)
A prefix of ____ is used to denote a variable defined as a Char data type.
(Multiple Choice)
4.7/5
(41)
A ____ beneath a variable name in a declaration statement indicates that the variable is not referenced within the program.
(Multiple Choice)
4.9/5
(31)
Used with the ToString function,the ____ format specifier will display the value 8976.43561 as $8,976.44.
(Multiple Choice)
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
(28)
The process of joining two string values together is called ____.
(Multiple Choice)
4.9/5
(30)
Identify the letter of the choice that best matches the phrase or definition.
a.program
b.ToString
c.constant
d.precision specifier
e.function
f.method
g.class
h.procedure
i.local
j.literal
REFERENCES:
210
212
214
214
214
215
225
225
227
233
-Function in which all values are rounded based on the digit after the last digit to be displayed
(Essay)
4.8/5
(32)
A local variable is a variable that can only be accessed in the region in which it was defined.
(True/False)
4.8/5
(32)
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
(31)
A TextBox object allows a user to enter programming code into the program during program execution.
(True/False)
4.9/5
(36)
The ____________________ property of a TextBox object controls the alignment of the text content.
(Essay)
4.8/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.

(Essay)
4.9/5
(33)
Showing 81 - 100 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)