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
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-An array with this kind of index declared is not implicitly sized
(Multiple Choice)
4.8/5
(32)
The ____ property of an array contains the number of elements in an array.
(Multiple Choice)
4.9/5
(27)
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
(38)
To remove a form from view,the ____________________ procedure of the Form object is used.
(Short Answer)
4.9/5
(29)
The code in the accompanying figure shows a(n)____________________ procedure,which is one that 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
(37)
The array procedure ____________________ arranges the elements in an array from the smallest value to the largest.
(Short Answer)
4.8/5
(31)
When using the Preserve keyword to redimension an array to a smaller size,a separate array of elements will be made to store the values that were truncated from the end of the array.
(True/False)
4.9/5
(29)
The ____ loop can be used to process each element of an array.
(Multiple Choice)
4.9/5
(37)
When a form is loaded as modeless,other forms in the application can be accessed by the user.
(True/False)
4.8/5
(33)
As shown in the accompanying figure,the ____ keyword will save existing data when resizing an array to a larger size. 

(Multiple Choice)
4.7/5
(35)
Select the correct syntax to declare an array named intReservations with 10 Integer elements.
(Multiple Choice)
4.9/5
(30)
Critical Thinking Questions
Case 8-2
Another colleague shares the following code with you:
Dim strEmployees(50) As String
' Later in the code
ReDim strEmployees(65).
-Which of the following lines could replace the line at the bottom of the code in the sample and retain the data in the elements 0 through 50?
(Multiple Choice)
4.9/5
(34)
Arrays cannot be initialized by assigning values to each element.
(True/False)
4.8/5
(33)
A form that is shown as ____________________ allows the user to switch to other forms in the application.
(Short Answer)
4.8/5
(37)
A(n)____ form allows users to switch to other forms within the application while it is open.
(Multiple Choice)
4.7/5
(36)
A variable's access specifier determines what other forms may access it.
(True/False)
4.9/5
(35)
Showing 21 - 40 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)