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. -An array with this kind of index declared is not implicitly sized

(Multiple Choice)
4.8/5
(32)

The ____ property of an array contains the number of elements in an array.

(Multiple Choice)
4.9/5
(27)

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

(Multiple Choice)
4.9/5
(38)

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

To remove a form from view,the ____________________ procedure of the Form object is used.

(Short Answer)
4.9/5
(29)

The code in the accompanying figure shows a(n)____________________ procedure,which is one that retains the input focus while open and does not allow the user to switch to other forms within the application. The code in the accompanying figure shows a(n)____________________ procedure,which is one that retains the input focus while open and does not allow the user to switch to other forms within the application.

(Short Answer)
4.8/5
(37)

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

(Short Answer)
4.8/5
(31)

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.9/5
(29)

The ____ loop can be used to process each element of an array.

(Multiple Choice)
4.9/5
(37)

When a form is loaded as modeless,other forms in the application can be accessed by the user.

(True/False)
4.8/5
(33)

The ____ procedure takes a form out of view.

(Multiple Choice)
4.8/5
(36)

As shown in the accompanying figure,the ____ keyword will save existing data when resizing an array to a larger size. As shown in the accompanying figure,the ____ keyword will save existing data when resizing an array to a larger size.

(Multiple Choice)
4.7/5
(35)

Select the correct syntax to declare an array named intReservations with 10 Integer elements.

(Multiple Choice)
4.9/5
(30)

Critical Thinking Questions Case 8-2 Another colleague shares the following code with you: Dim strEmployees(50) As String ' Later in the code ReDim strEmployees(65). -Which of the following lines could replace the line at the bottom of the code in the sample and retain the data in the elements 0 through 50?

(Multiple Choice)
4.9/5
(34)

An application can only contain one Windows Form object.

(True/False)
4.9/5
(40)

Arrays cannot be initialized by assigning values to each element.

(True/False)
4.8/5
(33)

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

(Short Answer)
4.8/5
(37)

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

(True/False)
4.8/5
(44)

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

(Multiple Choice)
4.7/5
(36)

A variable's access specifier determines what other forms may access it.

(True/False)
4.9/5
(35)
Showing 21 - 40 of 112
close modal

Filters

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