Exam 12: Structures and Sequential Files

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

The "____" filename extension typically is used when naming sequential access files.

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

B

Explain what it means to access data sequentially from a sequential access file.

Free
(Essay)
4.8/5
(37)
Correct Answer:
Verified

When you access data sequentially from a sequential access file, data is always accessed in consecutive order, one line at a time, beginning with the first line in the file and ending with the last line in the file.

The PadLeft and PadRight methods pad a string with a character until the string is a specified length.

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

True

A form's FormClosing event can occur when the computer processes the ____ statement in the form's code.

(Multiple Choice)
4.8/5
(42)

You can write data to a sequential access file using the ____ method.

(Multiple Choice)
4.8/5
(36)

A(n) ____ is a single item of information about a person, place, or thing.

(Multiple Choice)
4.7/5
(45)

You can create your own data types in Visual Basic using the ____ statement.

(Multiple Choice)
4.9/5
(44)

Describe the advantage of passing a structure variable to a procedure.

(Essay)
4.8/5
(42)

The members included in a structure can be variables, constants, or procedures.

(True/False)
4.8/5
(32)

A(n) ____ is a group of related fields that contain all of the necessary data about a specific person, place, or thing.

(Multiple Choice)
4.8/5
(36)

Programmers use ____ to group related items into one unit.

(Multiple Choice)
4.8/5
(30)

The only time that a form's FormClosing event occurs is when the user clicks the Close button on the form's title bar.

(True/False)
4.7/5
(38)

Explain the difference between a field and a record and provide an example of each.

(Essay)
4.8/5
(42)

You refer to a member variable in an array element using the syntax ____.

(Multiple Choice)
4.7/5
(28)

A sequential access file is often referred to as a ____ file.

(Multiple Choice)
4.8/5
(46)

Write a statement to declare a procedure-level variable named manager of a structure named Employee .

(Essay)
4.9/5
(42)

Explain what a delimiter character is used for.

(Essay)
4.9/5
(42)

The Exists method returns a(n) ____ value.

(Multiple Choice)
4.9/5
(34)

Variables included in a structure are referred to as ____________________ variables.

(Short Answer)
4.9/5
(37)

A form's ____ event occurs when a form is about to be closed.

(Multiple Choice)
4.9/5
(38)
Showing 1 - 20 of 42
close modal

Filters

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