CERTIPORT SOFTWARE DEVELOPMENT
COMPREHENSIVE TEST BANK QUESTIONS
AND VERIFIED ANSWERS REVIEW
PACKAGE
●● A table named Student has columns named ID, Name, and Age. An
index has been created on the ID column.
What advantage does this index provide?
A.) It speeds up query execution.
B.) It reorders the records alphabetically.
Answer: A.) It speeds up query execution.
●● Class C and Class D inherit from Class B. Class B inherits from
Class A.
The classes have the methods shown in the following table.
Class Method
A m1
B m2
C m3
D m4
, A.) m1, m2, m3
B.) only m2, m3
C.) only m3, m4
D.) only m1, m3
Answer: A.) m1, m2, m3
●● Dim beakerFull As Boolean = Ture
Dim flameOn As Boolean = False
Dim iResult As Integer
Select Case beakerFull
Case True
Select Case flameOn
Case True
iResult = 1
Case True
iResult = 2
End Select
Case False
Select Case flameOn
Case False
COMPREHENSIVE TEST BANK QUESTIONS
AND VERIFIED ANSWERS REVIEW
PACKAGE
●● A table named Student has columns named ID, Name, and Age. An
index has been created on the ID column.
What advantage does this index provide?
A.) It speeds up query execution.
B.) It reorders the records alphabetically.
Answer: A.) It speeds up query execution.
●● Class C and Class D inherit from Class B. Class B inherits from
Class A.
The classes have the methods shown in the following table.
Class Method
A m1
B m2
C m3
D m4
, A.) m1, m2, m3
B.) only m2, m3
C.) only m3, m4
D.) only m1, m3
Answer: A.) m1, m2, m3
●● Dim beakerFull As Boolean = Ture
Dim flameOn As Boolean = False
Dim iResult As Integer
Select Case beakerFull
Case True
Select Case flameOn
Case True
iResult = 1
Case True
iResult = 2
End Select
Case False
Select Case flameOn
Case False