Exam 8: Using Arrays and File Handling

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

You cannot sort arrays in reverse alphabetical order.

(True/False)
4.8/5
(26)

In applications that include multiple forms, it is best to declare as few Private variables as possible.

(True/False)
4.8/5
(43)

You can return an array from a function.

(True/False)
4.7/5
(31)

If a variable is declared with the Public ____________________ specifier, it can be used by all instances of a Form's class.

(Short Answer)
4.9/5
(37)

The elements in an integer type array will be initialized to ____.

(Multiple Choice)
4.7/5
(35)

The Show procedure of a Form object loads a form as modal.

(True/False)
4.8/5
(34)

An array can be passed as an argument to a(n) ____ procedure.

(Multiple Choice)
4.8/5
(27)

The ____ keyword is used to change the number of elements in an array.

(Multiple Choice)
4.9/5
(31)

The ____ keyword will save existing data when resizing an array to a larger size.

(Multiple Choice)
4.9/5
(34)

A(n) ____ variable is a variable that can store more than one value.

(Multiple Choice)
4.8/5
(39)

The BinarySearch procedure returns ____ if the desired value is found in the array.

(Multiple Choice)
5.0/5
(35)

The ____ file extension indicates a text file.

(Multiple Choice)
4.8/5
(40)

When a form is displayed as modal, no other forms in the application can be accessed by the user until the form is closed.

(True/False)
4.9/5
(48)

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

(Multiple Choice)
4.9/5
(41)

The ____________________ procedure creates a Form object that loads a form without restricting the use of other forms in the application.

(Short Answer)
4.8/5
(46)

To store the values contained in a table, you would use a ____ array.

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.8/5
(35)

If an element is referenced using an index that is not in the bounds of the array, a(n) ____ error occurs.

(Multiple Choice)
5.0/5
(37)

The Length property returns the highest index element in the array.

(True/False)
4.8/5
(38)

The ReDim statement can be used to change the size of an array.

(True/False)
4.8/5
(32)
Showing 21 - 40 of 103
close modal

Filters

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