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
When the user interacts with an object in the graphical user interface,the ____ shifts to that object.
(Multiple Choice)
4.9/5
(34)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Indicates how many digits to the right of a decimal place are to be returned
(Multiple Choice)
4.7/5
(33)
The ____________________ data type holds a nondecimal whole number value.
(Short Answer)
4.8/5
(32)
The process of joining two different values into a single string is called ____________________.
(Short Answer)
5.0/5
(34)
Case 4-2
The arithmetic operators in your program are not behaving the way you think they should be, so you decide to brush up on your operators and the hierarchy of operations.
-You perform the operation 12\5 and you do not get the same number as your program does.What is the correct answer?
(Multiple Choice)
4.8/5
(31)
The memory allocation for the Char data type is ____ bytes.
(Multiple Choice)
4.8/5
(43)
Does entering Dim intValue = 1 provide an error in Visual Basic 2012? Explain why or why not,and the significance of this.
(Essay)
4.7/5
(32)
Used with the ToString function,the ____ format specifier will display the value 8976.43561 as 8976.44.
(Multiple Choice)
4.9/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 another variable called strNumberOfSingers within a procedure,and he asks Molly what the lifetime of that variable is.What does she tell him?
(Multiple Choice)
4.8/5
(28)
A prefix of ____ is used to denote a variable defined as a Char data type.
(Multiple Choice)
4.7/5
(27)
Used with the ToString function,the ____ format specifier will display the value 8976.43561 as 8,976.44.
(Multiple Choice)
4.9/5
(32)
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
(37)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Function in which all values are rounded based on the digit after the last digit to be displayed
(Multiple Choice)
5.0/5
(35)
A variable that will be used to contain only nondecimal whole numbers should be declared as a(n)____ data type.
(Multiple Choice)
4.7/5
(32)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A procedure that returns a value
(Multiple Choice)
4.7/5
(32)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)