Exam 3: Variables, Input, and Output
Exam 1: An Introduction to Computers and Problem Solving36 Questions
Exam 2: Visual Basic, Controls, and Events61 Questions
Exam 3: Variables, Input, and Output101 Questions
Exam 4: Decisions86 Questions
Exam 5: General Procedures70 Questions
Exam 6: Repetition73 Questions
Exam 7: Arrays87 Questions
Exam 8: Text Files65 Questions
Exam 9: Additional Controls and Objects90 Questions
Exam 10: Databases34 Questions
Exam 11: Object-Oriented Programming66 Questions
Select questions type
Option Explicit requires you to declare every variable before its use.
(True/False)
4.8/5
(40)
Which statement assigns today's date to the Date variable currently?
(Multiple Choice)
4.8/5
(34)
The lstBox.Items.Clear statement is used to empty the contents of a list box.
(True/False)
4.8/5
(33)
Which of the following statements is a valid assignment statement?
(Multiple Choice)
4.8/5
(39)
The statement a + b = c assigns to c the sum of the values of a and b.
(True/False)
4.8/5
(39)
Suppose you are 20 years old, num is an integer variable, and the statement
is executed and responded to? What will be the output of txtBox. Text num years old
(Multiple Choice)
4.9/5
(40)
Typecasting is used to convert a value to a different data type.
(True/False)
5.0/5
(31)
Which of the following expressions has as its value the value of strVar with its leading and trailing spaces removed?
(Multiple Choice)
4.8/5
(33)
Numeric variables can be initialized to zero or any other number, but once they are initialized, they cannot be changed.
(True/False)
4.8/5
(32)
The type of error that is normally spotted by the Code Editor is:
(Multiple Choice)
4.7/5
(43)
Which statement can be used to clear the contents of a text box?
(Multiple Choice)
4.8/5
(44)
Which of the following masks is appropriate for a masked text box into which the user will enter a license plate consisting of two digits followed by 4 letters?
(Multiple Choice)
4.8/5
(39)
The following two statements are equivalent.
var1 = var2
var2 = var1
(True/False)
4.9/5
(35)
A statement of the form dblVar = intVar is a narrowing assignment statement.
(True/False)
4.8/5
(34)
Showing 41 - 60 of 101
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)