Exam 8: Using Arrays and File Handling

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

Select the correct syntax to define an array named intReservations with 10 Integer elements.

(Multiple Choice)
4.8/5
(26)

An access specifier determines the availability of a variable to other parts of the application.

(True/False)
4.8/5
(40)

The ____ object is used to access information in a text file.

(Multiple Choice)
4.8/5
(33)

An array variable in Visual Basic can store more than five values at a time. _________________________

(True/False)
4.9/5
(37)

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

(Short Answer)
4.8/5
(43)

Arrays provide access to data by using a numeric ____ to identify the desired element.

(Multiple Choice)
4.8/5
(43)

The ____ procedure removes a form from the user's screen so that it does not cover up the information it references.

(Multiple Choice)
4.7/5
(45)

A simple text file is called a(n) ____ file.

(Multiple Choice)
4.8/5
(35)

The Hide procedure of a Form object removes the form from the user's screen, so it does not cover up the information it references.

(True/False)
4.9/5
(41)

The ____________________ keyword is used to keep the existing data inside an array when the array is resized to a larger size.

(Short Answer)
4.7/5
(33)

____ arrays store related data in two or more arrays.

(Multiple Choice)
4.9/5
(34)

An array element is accessed by using the array name and the element's ____.

(Multiple Choice)
4.9/5
(45)

A form that is shown as ____________________ allows the user to switch to other forms in the application.

(Short Answer)
4.7/5
(40)

Modeless forms are used more often than modal forms in Windows applications.

(True/False)
4.8/5
(44)

The access ____ determines what code has permission to read or write to the variable.

(Multiple Choice)
4.9/5
(44)

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

(Multiple Choice)
4.8/5
(40)

To apply the sort procedure to an array called intAges, use the syntax ____.

(Multiple Choice)
4.8/5
(25)

Command lines placed after the ShowDialog method call are not executed until the second Form object is closed.

(True/False)
4.7/5
(43)

The ____________________ object is used to read text from a file into the program.

(Short Answer)
4.7/5
(45)

To access the ninth element in an array, the ____ index is used.

(Multiple Choice)
4.8/5
(37)
Showing 41 - 60 of 103
close modal

Filters

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