Exam 8: Using Arrays and File Handling

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

The Hide procedure of a Form object removes the form from view.​

Free
(True/False)
4.8/5
(32)
Correct Answer:
Verified

True

All Visual Basic arrays are considered static arrays._________________________​

Free
(True/False)
4.8/5
(38)
Correct Answer:
Verified

False

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 is NOT true based on what you see in your colleague's code?​

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

C

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

(Essay)
4.8/5
(39)

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

(True/False)
4.8/5
(31)

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 -Arrays that store the elements of tables​

(Essay)
4.8/5
(33)

____ arrays store related data in two or more arrays.​

(Multiple Choice)
4.9/5
(31)

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 -​Kind of variable that can store more than one value

(Essay)
4.7/5
(36)

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

(Multiple Choice)
4.7/5
(26)

____ sized arrays are not initialized with a set size,but instead are sized at execution to accommodate the listed values.​

(Multiple Choice)
4.8/5
(36)

The ____ statement is used to assign a new array to the specified array variable.​

(Multiple Choice)
5.0/5
(31)

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

(Multiple Choice)
4.9/5
(31)

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

(Multiple Choice)
4.8/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)
4.9/5
(27)

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

(True/False)
4.9/5
(35)

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

(True/False)
4.9/5
(43)

  ​ -The ____________________ procedure of a Form object loads a form without restricting the use of other forms in the application.​ ​ -The ____________________ procedure of a Form object loads a form without restricting the use of other forms in the application.​

(Essay)
4.9/5
(36)

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

(Multiple Choice)
4.9/5
(31)

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

(Essay)
4.9/5
(35)

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

(Multiple Choice)
4.8/5
(36)
Showing 1 - 20 of 110
close modal

Filters

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