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
A Short data type is used for a very short string value of 10 bytes or less.
(True/False)
4.8/5
(42)
A prefix of ____ is used to denote a variable defined as an Integer data type
(Multiple Choice)
4.8/5
(40)
A(n) green squiggly underline beneath a variable name in a declaration statement indicates that the variable is not references within the program.
(True/False)
4.9/5
(45)
The term ____________________ refers to a predefined layout for the data a user enters.
(Short Answer)
4.9/5
(38)
Does entering Dim intValue = 1 provide an error in Visual Basic 2015? Explain why or why not, and the significance of this.
(Essay)
4.7/5
(39)
A variable that has been defined as a Single data type is denoted with the ____ prefix.
(Multiple Choice)
4.7/5
(39)
The ____________________ procedure clears any data currently placed in the Text property of a TextBox object.
(Short Answer)
4.8/5
(35)
The process of joining two different values into a single string is called ____________________.
(Short Answer)
4.7/5
(43)
A variable that can be used in multiple regions of code is called a universal variable.
(True/False)
4.8/5
(35)
A variable that will be used to hold only True or False values should be declared as a(n) ____ data type.
(Multiple Choice)
4.8/5
(38)
A ____ Exception occurs when the user enters data that a statement cannot process properly.
(Multiple Choice)
4.9/5
(24)
The Void procedure clears any data currently placed in the Text property of a TextBox object. _________________________
(True/False)
4.9/5
(40)
A(n) ____________________ is a named grouping of program code.
(Short Answer)
4.7/5
(31)
The ^ operator is the ____________________ arithmetic operator.
(Short Answer)
4.9/5
(42)
The \ operator is the arithmetic operator for ____ division.
(Multiple Choice)
4.8/5
(42)
A prefix of ____ is used to denote that a variable has been defined as a Boolean data type.
(Multiple Choice)
4.8/5
(48)
Showing 61 - 80 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)