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
When a form is loaded as modeless,other forms in the application can be accessed by the user.
(True/False)
4.7/5
(32)
When using a For Each loop to process each element in an array,you must specify the number of iterations for the loop.
(True/False)
4.9/5
(37)
The access ____ determines what code has permission to read or write to the variable.
(Multiple Choice)
4.8/5
(36)
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 individual item in an array
(Essay)
4.9/5
(42)
An array with two subscripts for each element is a(n)____________________ array.
(Essay)
4.9/5
(48)
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 can be returned as a result from this
(Essay)
4.8/5
(40)
To remove a form from view,the ____________________ procedure of the Form object is used.
(Essay)
4.8/5
(37)
The Peek procedure of a StreamReader object will return -1 when the end of the file has been reached.
(True/False)
4.7/5
(31)
The Length property returns the highest index element in the array.
(True/False)
4.9/5
(38)
In applications that include multiple forms,it is best to declare as few Private variables as possible.
(True/False)
5.0/5
(42)
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
-The index used to refer to a value in the first element within an array
(Essay)
4.8/5
(30)
The ReDim statement can be used to change the size of an array.
(True/False)
4.9/5
(32)
The ____________________ procedure of the StreamReader class is used to read a line of text from a file.
(Essay)
4.9/5
(36)
The ____method repeatedly divides the search interval of an array in half to reduce searching time dramatically.
(Multiple Choice)
4.7/5
(32)
A ____ form retains the input focus while open so that the user cannot switch between Form objects until the first form is closed.
(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 110
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)