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
Select the correct syntax to define an array named intReservations with 10 Integer elements.
(Multiple Choice)
4.8/5
(26)
An access specifier determines the availability of a variable to other parts of the application.
(True/False)
4.8/5
(40)
The ____ object is used to access information in a text file.
(Multiple Choice)
4.8/5
(33)
An array variable in Visual Basic can store more than five values at a time. _________________________
(True/False)
4.9/5
(37)
Arrays provide access to data by using a numeric ____ to identify the desired element.
(Multiple Choice)
4.8/5
(43)
The ____ procedure removes a form from the user's screen so that it does not cover up the information it references.
(Multiple Choice)
4.7/5
(45)
The Hide procedure of a Form object removes the form from the user's screen, so it does not cover up the information it references.
(True/False)
4.9/5
(41)
The ____________________ keyword is used to keep the existing data inside an array when the array is resized to a larger size.
(Short Answer)
4.7/5
(33)
An array element is accessed by using the array name and the element's ____.
(Multiple Choice)
4.9/5
(45)
A form that is shown as ____________________ allows the user to switch to other forms in the application.
(Short Answer)
4.7/5
(40)
Modeless forms are used more often than modal forms in Windows applications.
(True/False)
4.8/5
(44)
The access ____ determines what code has permission to read or write to the variable.
(Multiple Choice)
4.9/5
(44)
To apply the sort procedure to an array called intAges, use the syntax ____.
(Multiple Choice)
4.8/5
(25)
Command lines placed after the ShowDialog method call are not executed until the second Form object is closed.
(True/False)
4.7/5
(43)
The ____________________ object is used to read text from a file into the program.
(Short Answer)
4.7/5
(45)
To access the ninth element in an array, the ____ index is used.
(Multiple Choice)
4.8/5
(37)
Showing 41 - 60 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)