Filters
Question type

Study Flashcards

MATCHING Identify the letter of the choice that best matches the phrase or definition. -A special variable whose value cannot be changed by any statement within the program


A) program
B) ToString
C) constant
D) precision specifier
E) function
F) method
G) class
H) procedure
I) local
J) literal

K) D) and J)
L) G) and J)

Correct Answer

verifed

verified

The ____ indicates that a statement is an assignment statement.


A) keyword Set
B) ampersand (&)
C) equal sign (=)
D) keyword Assign

E) A) and C)
F) A) and D)

Correct Answer

verifed

verified

A(n) ____________________ is a procedure that returns a value when it is called.

Correct Answer

verifed

verified

function
F...

View Answer

A variable that will be used to contain only nondecimal whole numbers should be declared as a(n) ____ data type.


A) Decimal
B) Double
C) Integer
D) Single

E) C) and D)
F) A) and C)

Correct Answer

verifed

verified

An Overflow Exception will occur if the user enters a value greater than the maximum value that can be processed by the statement.

A) True
B) False

Correct Answer

verifed

verified

A Short data type is used for a very short string value of 10 bytes or less.

A) True
B) False

Correct Answer

verifed

verified

A TextBox object allows a user to enter programming code into the program at runtime.

A) True
B) False

Correct Answer

verifed

verified

MATCHING Identify the letter of the choice that best matches the phrase or definition. -A variable that must be used by more than one procedure should be defined at this level


A) program
B) ToString
C) constant
D) precision specifier
E) function
F) method
G) class
H) procedure
I) local
J) literal

K) B) and D)
L) A) and G)

Correct Answer

verifed

verified

String data types can be used in arithmetic operations.

A) True
B) False

Correct Answer

verifed

verified

A numeric data type must be used in arithmetic operations.

A) True
B) False

Correct Answer

verifed

verified

A ____ can be represented by using the Char data type.


A) letter
B) very large number
C) punctuation symbol
D) symbol

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

The event handler of a button designated as the Cancel button will be processed when the user presses the ____ key on the keyboard.


A) ESC
B) ENTER
C) CTRL
D) ALT

E) B) and D)
F) B) and C)

Correct Answer

verifed

verified

A(n) ____________________ object allows users to enter data into a program.

Correct Answer

verifed

verified

To force a literal value to be treated as a specific data type, you must use a literal-type character designator.

A) True
B) False

Correct Answer

verifed

verified

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The general rule of this is that a variable can be referenced only from within the region in which it was defined


A) program
B) ToString
C) constant
D) precision specifier
E) function
F) method
G) class
H) procedure
I) local
J) literal

K) G) and I)
L) B) and D)

Correct Answer

verifed

verified

MATCHING Identify the letter of the choice that best matches the phrase or definition. -When you include a value in an assignment statement, the value is called this


A) program
B) ToString
C) constant
D) precision specifier
E) function
F) method
G) class
H) procedure
I) local
J) literal

K) D) and I)
L) E) and G)

Correct Answer

verifed

verified

The Decimal data type can represent ____.


A) dollar amounts
B) very precise decimal numbers
C) large numbers
D) numbers accurate to 280 digits

E) A) and C)
F) B) and C)

Correct Answer

verifed

verified

The ToString function requires a format specifier argument.

A) True
B) False

Correct Answer

verifed

verified

A variable that can be used in multiple regions of code is called a universal variable.

A) True
B) False

Correct Answer

verifed

verified

The prefix ____ should be used for a Double variable.


A) dbl
B) dub
C) dou
D) dob

E) C) and D)
F) B) and D)

Correct Answer

verifed

verified

Showing 81 - 100 of 111

Related Exams

Show Answer