Exam 8: Using Arrays and File Handling
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
The ShowDialog procedure of a Form object loads a form as modal.
Free
(True/False)
5.0/5
(47)
Correct Answer:
True
The array ____ procedure is used to organize elements in an array according to their values.
Free
(Multiple Choice)
5.0/5
(39)
Correct Answer:
D
The ____ statement assigns a new array size to the specified array variable.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
B
The ____________________ access specifier determines that a variable can only be used with the class in which it is declared.
(Short Answer)
4.9/5
(42)
An instance is a special type of form that can be loaded with another form still showing.
(True/False)
4.9/5
(38)
An array with two subscripts for each element is a(n) ____________________ array.
(Short Answer)
4.8/5
(37)
Identify the letter of the choice that best matches the phrase or definition
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(36)
A variable's access specifier determines what other forms may access it.
(True/False)
4.8/5
(34)
The IO.File. ____________________ procedure checks if a file is available.
(Short Answer)
5.0/5
(42)
The ____________________ form retains the input focus while open and does not allow the user to switch to other forms within the application.
(Short Answer)
4.8/5
(26)
The IO.File. ____________________ command opens a text file and assigns it to an object variable.
(Short Answer)
4.9/5
(37)
Every application begins executing a project by displaying the object designated as the ____ object.
(Multiple Choice)
4.9/5
(33)
____ sized arrays are not initialized with a set size, but instead are sized at execution to accommodate the listed values.
(Multiple Choice)
4.8/5
(44)
The System.IO ____________________ includes the StreamWriter, for example.
(Short Answer)
4.9/5
(31)
A(n) ____________________ is an object variable that references the class name to access the object's procedures and properties.
(Short Answer)
4.9/5
(37)
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)
5.0/5
(45)
All Visual Basic arrays are considered static arrays. _________________________
(True/False)
4.8/5
(29)
The ____ property of an array contains the number of elements in an array.
(Multiple Choice)
4.8/5
(39)
Explain how to compute depreciation, including a definition of both kinds of depreciation in your answer.
(Essay)
4.8/5
(35)
An array subscript cannot be less than 1 . _________________________
(True/False)
4.8/5
(40)
Showing 1 - 20 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)