Exam 8: Using Arrays and File Handling

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

The ____________________ procedure of the StreamReader class is used to read a line of text from a file.

(Short Answer)
4.8/5
(35)

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

(Multiple Choice)
4.7/5
(38)

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

(Short Answer)
4.7/5
(31)

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

(Multiple Choice)
4.8/5
(43)

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

(Short Answer)
5.0/5
(44)

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

(Multiple Choice)
4.8/5
(39)

When you are in a situation of having to create hundreds of variables to store hundreds of values,what is the solution for your development of an application to address this situation? Include a definition of all key relevant associated terms in your response.

(Essay)
4.7/5
(37)

A nested loop can be used to process all of the elements in a(n)implicit array._________________________

(True/False)
4.8/5
(33)

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

(True/False)
4.7/5
(35)

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

(Multiple Choice)
4.9/5
(35)

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

(True/False)
4.9/5
(42)

To access the 9th element in an array the ____ index is used.

(Multiple Choice)
4.8/5
(39)

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

(True/False)
4.8/5
(33)

The elements in a string type array will be initialized to ____.

(Multiple Choice)
4.9/5
(39)

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

(Multiple Choice)
4.9/5
(40)

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

(Multiple Choice)
4.9/5
(30)

Each ____ in an array contains a value.

(Multiple Choice)
4.8/5
(33)

When using a For Each loop to process each element in an array,you must specify the number of iterations for the loop.

(True/False)
4.9/5
(33)

The ____ method of a StreamReader object should be used to read the next character in a file without changing position in the file.

(Multiple Choice)
5.0/5
(31)

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

(Short Answer)
4.9/5
(26)
Showing 61 - 80 of 112
close modal

Filters

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