Exam 8: Using Arrays and File Handling

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

Every application begins executing a project by displaying the object designated as The ____ object.

(Multiple Choice)
4.8/5
(42)

The ____________________ access specifier determines that a variable can only be used with the class in which it is declared.

(Short Answer)
4.8/5
(30)

In applications that include multiple forms,it is best to declare every variable as a ____ variable unless the variable is used in multiple Form objects.

(Multiple Choice)
4.8/5
(35)

The word ____ is used to declare an array.

(Multiple Choice)
5.0/5
(36)

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

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(36)

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

(Multiple Choice)
4.8/5
(30)

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

(Short Answer)
4.8/5
(30)

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

(Multiple Choice)
4.8/5
(32)

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

(True/False)
4.8/5
(35)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -When this procedure is applied to an array,the lowest value is placed in the first element

(Multiple Choice)
4.8/5
(30)

A(n)____________________ is an object variable that references the class name to access the object's procedures and properties.

(Short Answer)
4.8/5
(35)

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

(Short Answer)
4.8/5
(28)

The System.IO ____________________ includes the StreamWriter,for example.

(Short Answer)
4.9/5
(35)

You cannot return an array from a function.

(True/False)
4.9/5
(38)

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

(True/False)
4.7/5
(35)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -This method requires that the array is already sorted to produce correct results

(Multiple Choice)
4.9/5
(32)

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
(39)

When an array is initialized,no default values are automatically assigned to the elements.

(True/False)
4.8/5
(25)

An array subscript cannot be less than 1._________________________

(True/False)
4.7/5
(33)
Showing 81 - 100 of 112
close modal

Filters

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