Exam 8: Using Arrays and File Handling

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

The IO.File.____________________ command opens a text file and assigns it to an object variable.​

(Essay)
4.9/5
(31)

As with other variables,an array declared as a class-level variable is visible to all procedures within the class.​

(True/False)
4.7/5
(37)

A(n)____ form allows users to switch to other forms within the application while it is open.​

(Multiple Choice)
4.8/5
(37)

Objects on a form cannot be referenced from any other form.​

(True/False)
4.8/5
(29)

A sequential search is the most efficient way of searching for an element.​

(True/False)
4.9/5
(44)

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

(Multiple Choice)
4.9/5
(33)

When an array is initialized but do not assign values immediately,no default values are automatically assigned to the elements.​

(True/False)
4.8/5
(35)

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

(Essay)
4.8/5
(31)

The array procedure ____________________ arranges the elements in an array from the smallest value to the largest.​

(Essay)
4.9/5
(32)

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

(Multiple Choice)
4.9/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 -​An array with this kind of index declared is not implicitly sized

(Essay)
4.9/5
(31)

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.​

(Essay)
4.9/5
(35)

When using the Preserve keyword to redimension an array to a smaller size,a separate array of elements will be made to store the values that were truncated from the end of the array.​

(True/False)
4.7/5
(39)

An application can only contain one Windows Form object.​

(True/False)
4.8/5
(43)

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

(Multiple Choice)
4.8/5
(39)

When declaring an implicitly sized array,declaring a(n)upper-bound index will cause an error to occur._________________________​

(True/False)
4.9/5
(32)

An array with two index values for each element is a(n)____ array.​

(Multiple Choice)
4.7/5
(29)

When an array is declared,the numeric value specified in parentheses is the ____.​

(Multiple Choice)
4.8/5
(45)

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 -​When this procedure is applied to an array,the lowest value is placed in the first element

(Essay)
4.9/5
(27)

The ____________________ object is used to write lines of text to a file.​

(Essay)
4.8/5
(29)
Showing 81 - 100 of 110
close modal

Filters

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