Exam 11: Structures and Sequential Files

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

Programmers use ____ to group related items into one unit.

(Multiple Choice)
4.8/5
(39)

The Structure statement ends with the ____ keyword(s).

(Multiple Choice)
4.8/5
(24)

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

(Multiple Choice)
4.9/5
(35)

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

(True/False)
4.7/5
(43)

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

(Multiple Choice)
4.8/5
(37)

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

(Essay)
4.9/5
(40)

Which of the following statements removes the first item from the booksList box?

(Multiple Choice)
4.8/5
(41)

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

(Multiple Choice)
4.9/5
(41)

What is the Split function used for?

(Essay)
4.9/5
(43)

The Exists method returns a(n) ____ value.

(Multiple Choice)
4.9/5
(33)

A class-level structure variable is declared using the keyword ____.

(Multiple Choice)
4.9/5
(36)

Match each item with a statement below. a.input file f.dot member access operator b.Private g.record c.AppendText h.output file d.Dim i.field e.structure -Used to separate the structure variable's name from the member variable's name.

(Short Answer)
4.7/5
(37)

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

(Short Answer)
4.8/5
(36)

Match each item with a statement below. a.input file f.dot member access operator b.Private g.record c.AppendText h.output file d.Dim i.field e.structure -A single item of information about a person, place, or thing

(Short Answer)
4.8/5
(39)

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

(Multiple Choice)
5.0/5
(33)

Getting data from a file is referred to as ____ the file.

(Multiple Choice)
4.8/5
(37)

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

(Multiple Choice)
4.9/5
(32)

Match each item with a statement below. a.input file f.dot member access operator b.Private g.record c.AppendText h.output file d.Dim i.field e.structure -A user-defined data type.

(Short Answer)
4.9/5
(47)

The ____ method can be used to avoid the run time error that occurs when the computer cannot locate an input file..

(Multiple Choice)
4.8/5
(27)

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

(True/False)
4.9/5
(44)
Showing 21 - 40 of 50
close modal

Filters

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