Exam 4: Variables and Arithmetic Operations

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

Char variables can be used in arithmetic operations.

(True/False)
4.8/5
(32)

The * operator is the ____________________ arithmetic operator.

(Essay)
4.7/5
(27)

The \ operator is the arithmetic operator for ____ division.

(Multiple Choice)
4.9/5
(32)

The ____________________ procedure clears any data currently placed in the Text property of a TextBox object.

(Essay)
4.8/5
(40)

A(n) ____ Exception occurs when the user enters a value larger than the maximum value that can be processed by the statement.

(Multiple Choice)
4.8/5
(40)

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

(Essay)
4.7/5
(34)

A Double variable can be used in arithmetic operations.

(True/False)
5.0/5
(40)

MOD operations occur before any other arithmetic operations.

(True/False)
4.7/5
(40)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Indicates how many digits to the right of a decimal place are to be returned

(Multiple Choice)
5.0/5
(35)

The Double data type can store a ____.

(Multiple Choice)
4.9/5
(34)

The ____________________ function available with each of the numeric data types will convert data from the numeric data type to the String data type.

(Essay)
4.9/5
(45)

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

(True/False)
4.7/5
(37)

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

(True/False)
4.8/5
(41)

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

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Another name for a procedure

(Multiple Choice)
4.8/5
(45)

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

(Essay)
4.9/5
(35)

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

The ^ operator is the ____________________ arithmetic operator.

(Essay)
4.9/5
(38)

Used with the ToString function, the ____ format specifier will display the value 8976.43561 as 8976.43561.

(Multiple Choice)
4.8/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 another variable called strNumberOfSingers within a procedure, and he asks Molly what the lifetime of that variable is. What does she tell him?

(Multiple Choice)
4.7/5
(30)
Showing 21 - 40 of 111
close modal

Filters

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