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
In applications that include multiple forms, it is best to declare as few Private variables as possible.
(True/False)
4.8/5
(43)
If a variable is declared with the Public ____________________ specifier, it can be used by all instances of a Form's class.
(Short Answer)
4.9/5
(37)
The elements in an integer type array will be initialized to ____.
(Multiple Choice)
4.7/5
(35)
An array can be passed as an argument to a(n) ____ procedure.
(Multiple Choice)
4.8/5
(27)
The ____ keyword is used to change the number of elements in an array.
(Multiple Choice)
4.9/5
(31)
The ____ keyword will save existing data when resizing an array to a larger size.
(Multiple Choice)
4.9/5
(34)
A(n) ____ variable is a variable that can store more than one value.
(Multiple Choice)
4.8/5
(39)
The BinarySearch procedure returns ____ if the desired value is found in the array.
(Multiple Choice)
5.0/5
(35)
When a form is displayed as modal, no other forms in the application can be accessed by the user until the form is closed.
(True/False)
4.9/5
(48)
The ____________________ procedure creates a Form object that loads a form without restricting the use of other forms in the application.
(Short Answer)
4.8/5
(46)
To store the values contained in a table, you would use a ____ array.
(Multiple Choice)
4.8/5
(30)
The ____method repeatedly divides the search interval of an array in half to reduce searching time dramatically.
(Multiple Choice)
4.8/5
(35)
If an element is referenced using an index that is not in the bounds of the array, a(n) ____ error occurs.
(Multiple Choice)
5.0/5
(37)
The Length property returns the highest index element in the array.
(True/False)
4.8/5
(38)
Showing 21 - 40 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)