Exam 8: Using Arrays and File Handling

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

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The index used to refer to a value in the first element within an array

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

B

The ____ loop stops when the loop has processed every element in an array.

Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
Verified

C

The term parallel array has the same meaning as the term two-dimensional array.

Free
(True/False)
4.9/5
(26)
Correct Answer:
Verified

False

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The number of values in an array sized this way is determined at execution

(Multiple Choice)
4.9/5
(26)

An array with two indexes for each element is a(n)____________________ array.

(Short Answer)
4.9/5
(44)

The ____ file extension indicates a text file.

(Multiple Choice)
4.8/5
(37)

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

(Multiple Choice)
4.9/5
(32)

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

(Multiple Choice)
4.8/5
(33)

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.8/5
(35)

The ____________________ procedure of a Form object loads another form,hides the existing form and stops execution of code on the hidden form until this form is closed.

(Short Answer)
4.8/5
(30)

The Peek procedure of a StreamReader object will return -1 when the end of the file has been reached.

(True/False)
4.8/5
(36)

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

(True/False)
4.8/5
(35)

Explain how to compute depreciation,including a definition of both kinds of depreciation in your answer.

(Essay)
4.8/5
(37)

By using the Public Common access specifier,the variable's values are shared across all objects within an application.

(True/False)
4.9/5
(31)

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

(Multiple Choice)
4.9/5
(40)

The ____________________ procedure of the StreamReader object returns the next character in the file without changing position.

(Short Answer)
4.7/5
(40)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Kind of variable that can store more than one value

(Multiple Choice)
4.8/5
(32)

Given the following array definition Dim intCalories()As Integer = {35,45,75,110,145,160,195,405,435} outline the steps for the BinarySearch method's efforts to find the value 405.

(Essay)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(33)

An array can hold ____ data type values.

(Multiple Choice)
4.8/5
(29)
Showing 1 - 20 of 112
close modal

Filters

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