Exam 21: Building Your Own Structure Structures

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

When you pass a structure variable to a procedure, all of its members are passed automatically.

Free
(True/False)
4.9/5
(40)
Correct Answer:
Verified

True

Between the Structure and End Structure clauses, you define the ____ included in the structure.

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

A

A structure variable can be stored in an array only when its members have the same data type.

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

False

In most structures, the member variables are defined using the keyword ____ followed by the variable's name, the keyword As, and the variable's data type.

(Multiple Choice)
4.8/5
(45)

The ability to pass a structure variable and its members as one unit is the only advantage of using a structure.

(True/False)
4.8/5
(28)

The convention with structure statements is to enter structure names using ____ case.

(Multiple Choice)
4.7/5
(30)

To access a member of a structure variable in an array, you use the syntax ____.

(Multiple Choice)
4.8/5
(35)

Variables declared using a structure as their data type are often referred to as ____ variables.

(Multiple Choice)
4.9/5
(45)

The Structure statement itself reserves locations in the computer's internal memory.

(True/False)
4.8/5
(29)

Pascal case means capitalizing the first letter in the name and the first letter of each subsequent word in the name.

(True/False)
4.8/5
(33)

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

(Multiple Choice)
4.9/5
(36)

You refer to a member variable by preceding the member's name with the name of the ____ variable.

(Multiple Choice)
4.8/5
(37)

The Structure statement provides the pattern for a data type that can be used to reserve a memory location.

(True/False)
5.0/5
(39)

Data types created using the Structure statement are referred to as ____.

(Multiple Choice)
4.7/5
(30)

You can use a structure to group together related items.

(True/False)
4.9/5
(43)

You use the ____ keyword to declare a class-level structure variable.

(Multiple Choice)
4.9/5
(29)

In a structure, you can group together items having the String data type along with items having a numeric data type.

(True/False)
4.9/5
(38)

The items in a structure must have the same data type.

(True/False)
4.8/5
(35)

Between the Structure and End Structure clauses, you define the members included in the structure.

(True/False)
4.9/5
(43)

The members of a structure can be ____.

(Multiple Choice)
4.8/5
(39)
Showing 1 - 20 of 25
close modal

Filters

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