Exam 8: Using Arrays and File Handling
Exam 1: Introduction to Visual Basic 2015 Programming111 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding110 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures111 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling110 Questions
Exam 9: Creating Web Applications111 Questions
Exam 10: Incorporating Databases With Adonet111 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps111 Questions
Select questions type
The IO.File.____________________ command opens a text file and assigns it to an object variable.
(Essay)
4.9/5
(31)
As with other variables,an array declared as a class-level variable is visible to all procedures within the class.
(True/False)
4.7/5
(37)
A(n)____ form allows users to switch to other forms within the application while it is open.
(Multiple Choice)
4.8/5
(37)
A sequential search is the most efficient way of searching for an element.
(True/False)
4.9/5
(44)
The BinarySearch procedure returns ____ if the desired value is found in the array.
(Multiple Choice)
4.9/5
(33)
When an array is initialized but do not assign values immediately,no default values are automatically assigned to the elements.
(True/False)
4.8/5
(35)
-A form that is shown as ____________________ allows the user to switch to other forms in the application.

(Essay)
4.8/5
(31)
The array procedure ____________________ arranges the elements in an array from the smallest value to the largest.
(Essay)
4.9/5
(32)
The elements in an integer type array will be initialized to ____.
(Multiple Choice)
4.9/5
(33)
Identify the letter of the choice that best matches the phrase or definition
a.implicitly
b.zero
c.BinarySearch
d.upper-bound
e.parallel
f.function
g.two-dimensional
h.Sort
i.element
j.array
REFERENCES:
530
530
530
531
532
532
542
543
545
546
-An array with this kind of index declared is not implicitly sized
(Essay)
4.9/5
(31)
The ____________________ procedure of a Form object loads another form,hides the existing form and stops execution of code on the hidden form until this form is closed.
(Essay)
4.9/5
(35)
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.7/5
(39)
The ____ loop stops when the loop has processed every element in an array.
(Multiple Choice)
4.8/5
(39)
When declaring an implicitly sized array,declaring a(n)upper-bound index will cause an error to occur._________________________
(True/False)
4.9/5
(32)
An array with two index values for each element is a(n)____ array.
(Multiple Choice)
4.7/5
(29)
When an array is declared,the numeric value specified in parentheses is the ____.
(Multiple Choice)
4.8/5
(45)
Identify the letter of the choice that best matches the phrase or definition
a.implicitly
b.zero
c.BinarySearch
d.upper-bound
e.parallel
f.function
g.two-dimensional
h.Sort
i.element
j.array
REFERENCES:
530
530
530
531
532
532
542
543
545
546
-When this procedure is applied to an array,the lowest value is placed in the first element
(Essay)
4.9/5
(27)
The ____________________ object is used to write lines of text to a file.
(Essay)
4.8/5
(29)
Showing 81 - 100 of 110
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)