Exam 4: Variables and Arithmetic Operations

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

A(n)____ variable should be used for values that will consist of a single character only.

(Multiple Choice)
4.8/5
(43)

String data types can be used in arithmetic operations.

(True/False)
4.8/5
(32)

When using ____ division (\),any remainder amount is dropped or truncated.

(Multiple Choice)
4.7/5
(35)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -A procedure is a prewritten set of code that can be called by a statement in this

(Multiple Choice)
4.7/5
(35)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The code between the Sub statement and the End Sub statement

(Multiple Choice)
4.8/5
(34)

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

(True/False)
4.8/5
(35)

A(n)____________________ variable will contain a permanent value throughout the execution of the program.

(Short Answer)
4.8/5
(27)

The dtm prefix is used to denote a(n)____ data type.

(Multiple Choice)
4.8/5
(29)

A(n)____________________ text box allows the user to enter multiple lines in a text box.

(Short Answer)
4.9/5
(36)

When defining a variable to be used to hold textual information containing multiple characters,the declaration statement should have ____ at the end of the statement.

(Multiple Choice)
4.9/5
(37)

As shown in the accompanying figure,the ____ property of the form specifies which button will be activated when the ENTER key on the keyboard is pressed. As shown in the accompanying figure,the ____ property of the form specifies which button will be activated when the ENTER key on the keyboard is pressed.

(Multiple Choice)
4.7/5
(35)

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

(Multiple Choice)
4.7/5
(29)

A prefix of ____ is used to denote a variable defined as a Decimal data type.

(Multiple Choice)
4.7/5
(44)

When setting up a mask for a MaskedTextBox object,select the Use Validating Type check box to cause the object to verify that the user entered valid numeric data.

(True/False)
4.9/5
(39)

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

(Short Answer)
4.7/5
(35)

Case 4-1 Brian is trying his best to understand the concept of variable scope, so he calls his friend Molly for guidance. -Brian has defined a variable named strNumberOfSongs within the click event handle for a Submit button,and he has been frustrated in his efforts to refer to this variable in the click event handler for a Clear button.What does Molly tell him is going on?

(Multiple Choice)
4.9/5
(36)

A(n)____________________ procedure does not return a value.

(Short Answer)
4.8/5
(30)

Whenever data is stored in RAM,it does not need to be stored as a particular data type.

(True/False)
4.9/5
(36)

A(n)____ Exception occurs when a calculation creates a value larger than one that can be processed by a procedure.

(Multiple Choice)
4.9/5
(30)

In an assignment statement,the value to the right of the equal sign will be ____________________ to the variable on the left.

(Short Answer)
4.8/5
(23)
Showing 41 - 60 of 112
close modal

Filters

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