Exam 4: Variables and Arithmetic Operations

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

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

(Multiple Choice)
4.8/5
(39)

The variable name on the left of an assignment statement is the variable that receives the data that results from the evaluation of the expression on the right side of the assignment statement.

(True/False)
4.9/5
(33)

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

(True/False)
4.7/5
(44)

When the user interacts with an object in the graphical user interface, the ____ shifts to that object.

(Multiple Choice)
4.9/5
(36)

  Figure 4-1 As shown in the accompanying figure, a(n) ____________________ object allows you to specify the data format of the value typed into the text box. Figure 4-1 As shown in the accompanying figure, a(n) ____________________ object allows you to specify the data format of the value typed into the text box.

(Short Answer)
4.7/5
(33)

The maximum size of a TextBox object often is determined by the design of the user interface, so it looks and feels good in the user interface.

(True/False)
4.9/5
(31)

  Figure 4-3 A(n) ____________________ variable as defined in the accompanying figure will contain a permanent value throughout the execution of the program. Figure 4-3 A(n) ____________________ variable as defined in the accompanying figure will contain a permanent value throughout the execution of the program.

(Short Answer)
4.9/5
(32)

  Figure 4-1 As illustrated in the accompanying figure, the term ____________________ refers to a predefined layout for the data a user must enter. Figure 4-1 As illustrated in the accompanying figure, the term ____________________ refers to a predefined layout for the data a user must enter.

(Short Answer)
4.8/5
(45)

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

(Short Answer)
4.8/5
(37)

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

(True/False)
4.9/5
(41)

Does entering Dim intValue = 1 provide an error in Visual Basic 2008? Explain why or why not, and the significance of this.

(Essay)
4.8/5
(34)

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.9/5
(40)

A green squiggly underline beneath a variable name in a declaration statement indicates that the variable is unused in the program.

(True/False)
4.8/5
(31)

A ____ Exception occurs when code attempts to divide a number by zero.

(Multiple Choice)
4.9/5
(36)

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.8/5
(32)

The CancelButton property of the Form object allows you to specify which button is activated when the CTRL key on the keyboard is pressed.

(True/False)
4.8/5
(34)

When naming a Label object, the ____ prefix should be used.

(Multiple Choice)
4.9/5
(40)

MOD operations occur before any other arithmetic operations.

(True/False)
4.8/5
(40)

Calculations are preformed from right to left, working towards the equal sign.

(True/False)
4.8/5
(31)

A property identifies a value required by a procedure that must be passed into the procedure when it is called.

(True/False)
4.9/5
(32)
Showing 61 - 80 of 107
close modal

Filters

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