Exam 3: Using Variables and Constants
Exam 1: An Introduction to Visual Basic 201259 Questions
Exam 2: Designing Applications57 Questions
Exam 3: Using Variables and Constants58 Questions
Exam 4: The Selection Structure57 Questions
Exam 5: More on the Selection Structure56 Questions
Exam 6: The Repetition Structure59 Questions
Exam 7: Sub and Function Procedures56 Questions
Exam 8: String Manipulation57 Questions
Exam 9: Arrays57 Questions
Exam 10: Structures and Sequential Access Files58 Questions
Exam 11: Classes and Objects58 Questions
Exam 12: Web Applications55 Questions
Exam 13: Working With Access Databases and Linq57 Questions
Exam 14: Access Databases and SQL58 Questions
Select questions type
The line continuation character is a(n)____.
Free
(Multiple Choice)
4.7/5
(39)
Correct Answer:
B
Which of the following statements declares a Double variable named dblAverage?
Free
(Multiple Choice)
4.7/5
(39)
Correct Answer:
A
Calculations involving Decimal variables are not subject to the small rounding errors that may occur when using Double or Single variables.
Free
(True/False)
4.8/5
(30)
Correct Answer:
True
Specifying the number of decimal places and the special characters to display in a number is called ____.
(Multiple Choice)
4.8/5
(39)
What is a TextChanged event? How can it be used within an application?
(Essay)
4.9/5
(23)
When using the Visual Basic 2012 InputBox function,which of the following is the Windows standard?
(Multiple Choice)
4.9/5
(30)
To simplify the coding of the InputBox function,the prompt and the title for the InputBox can be declared as ____ because they will not change while the application runs.
(Multiple Choice)
4.7/5
(41)
What are the Convert class methods and why are they sometimes used instead of conversion functions?
(Essay)
4.9/5
(31)
An application translates English words into French words and displays the results as a message in a Label control.The strEnglish variable contains the string "apple".The strFrench variable contains the string "pomme".Write an assignment statement to display the string "The French word for apple is pomme." in the lblMessage control.
(Essay)
4.7/5
(41)
The data entered by the users is currently stored in properties of controls of the form.Your first task to improve the application is to ____.
(Multiple Choice)
4.8/5
(34)
Every numeric data type in Visual Basic has a ____ method that can be used to convert a string to that numeric data type.
(Multiple Choice)
4.7/5
(47)
The assignment operator in Visual Basic is the ____ symbol.
(Multiple Choice)
4.9/5
(37)
If Option Strict is set to On,which of the following statements will assign the contents of the txtLateFee control to a Decimal variable named decLateFee? 

(Not Answered)
This question doesn't have any answer yet
A memory variable that is a Double data type requires ____ bytes of storage.
(Multiple Choice)
4.8/5
(37)
All numeric variables are automatically initialized to 0 if no initial value is specified when the variable is declared.
(True/False)
4.8/5
(28)
Instead of storing data in the properties of various controls,programmers can create ____,which are memory locations inside the computer,to store data.
(Multiple Choice)
4.8/5
(35)
You cannot associate a procedure with more than one object or event.
(True/False)
4.8/5
(32)
Showing 1 - 20 of 58
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)