Exam 8: Using Arrays and File Handling
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
Every application begins executing a project by displaying the object designated as
The ____ object.
(Multiple Choice)
4.8/5
(42)
The ____________________ access specifier determines that a variable can only be used with the class in which it is declared.
(Short Answer)
4.8/5
(30)
In applications that include multiple forms,it is best to declare every variable as a ____ variable unless the variable is used in multiple Form objects.
(Multiple Choice)
4.8/5
(35)
When an array is declared,the numeric value specified in parentheses is the ____.
(Multiple Choice)
4.9/5
(36)
A(n)____ variable is a variable that can store more than one value.
(Multiple Choice)
4.8/5
(30)
If a variable is declared with the Public ____________________ specifier,it can be used by all instances of a Form's class.
(Short Answer)
4.8/5
(30)
Command lines placed after the ____ method call are not executed until the second Form object is closed.
(Multiple Choice)
4.8/5
(32)
Command lines placed after the ShowDialog method call are not executed until the second Form object is closed.
(True/False)
4.8/5
(35)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-When this procedure is applied to an array,the lowest value is placed in the first element
(Multiple Choice)
4.8/5
(30)
A(n)____________________ is an object variable that references the class name to access the object's procedures and properties.
(Short Answer)
4.8/5
(35)
The ____________________ keyword is used to keep the existing data inside an array when the array is resized to a larger size.
(Short Answer)
4.8/5
(28)
The System.IO ____________________ includes the StreamWriter,for example.
(Short Answer)
4.9/5
(35)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-This method requires that the array is already sorted to produce correct results
(Multiple Choice)
4.9/5
(32)
A ____ form retains the input focus while open so that the user cannot switch between Form objects until the first form is closed.
(Multiple Choice)
4.8/5
(39)
When an array is initialized,no default values are automatically assigned to the elements.
(True/False)
4.8/5
(25)
An array subscript cannot be less than 1._________________________
(True/False)
4.7/5
(33)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)