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 Hide procedure of a Form object removes the form from view.
Free
(True/False)
4.8/5
(32)
Correct Answer:
True
All Visual Basic arrays are considered static arrays._________________________
Free
(True/False)
4.8/5
(38)
Correct Answer:
False
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 is NOT true based on what you see in your colleague's code?
Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
C
The System.IO ____________________ includes the StreamWriter,for example.
(Essay)
4.8/5
(39)
The term parallel array has the same meaning as the term two-dimensional array.
(True/False)
4.8/5
(31)
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
-Arrays that store the elements of tables
(Essay)
4.8/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
-Kind of variable that can store more than one value
(Essay)
4.7/5
(36)
Command lines placed after the ____ method call are not executed until the second Form object is closed.
(Multiple Choice)
4.7/5
(26)
____ sized arrays are not initialized with a set size,but instead are sized at execution to accommodate the listed values.
(Multiple Choice)
4.8/5
(36)
The ____ statement is used to assign a new array to the specified array variable.
(Multiple Choice)
5.0/5
(31)
The ____ property of an array contains the number of elements in an array.
(Multiple Choice)
4.9/5
(31)
Every application begins executing a project by displaying the object designated as the ____ object.
(Multiple Choice)
4.8/5
(38)
If an element is referenced using an index that is not in the bounds of the array,a(n)____ error occurs.
(Multiple Choice)
4.9/5
(27)
Command lines placed after the ShowDialog method call are not executed until the second Form object is closed.
(True/False)
4.9/5
(35)
-The ____________________ procedure of a Form object loads a form without restricting the use of other forms in the application.

(Essay)
4.9/5
(36)
The ____ object is used to access information in a text file.
(Multiple Choice)
4.9/5
(31)
The ____________________ procedure of the StreamReader object returns the next character in the file without changing position.
(Essay)
4.9/5
(35)
To apply the sort procedure to an array called intAges,use the syntax ____.
(Multiple Choice)
4.8/5
(36)
Showing 1 - 20 of 110
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)