Exam 8: Using Arrays and File Handling

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The ____ file extension indicates a text file.​

(Multiple Choice)
4.9/5
(27)

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)

The ____ object is used to write text to a text file.​

(Multiple Choice)
4.7/5
(30)

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)

A simple text file is called a(n)____________________ file.​

(Essay)
4.7/5
(40)

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)

Text data can be stored in a(n)____ file.​

(Multiple Choice)
4.8/5
(37)

The ____method repeatedly divides the search interval of an array in half to reduce searching time dramatically.​

(Multiple Choice)
4.7/5
(32)

In Visual Basic,an array can have up to ____ dimensions.​

(Multiple Choice)
4.9/5
(41)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)