Exam 4: Variables and Arithmetic Operations

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

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

(Multiple Choice)
4.9/5
(34)

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)
4.7/5
(33)

The ____________________ data type holds a nondecimal whole number value.

(Short Answer)
4.8/5
(32)

The process of joining two different values into a single string is called ____________________.

(Short Answer)
5.0/5
(34)

Case 4-2 The arithmetic operators in your program are not behaving the way you think they should be, so you decide to brush up on your operators and the hierarchy of operations. -You perform the operation 12\5 and you do not get the same number as your program does.What is the correct answer?

(Multiple Choice)
4.8/5
(31)

The memory allocation for the Char data type is ____ bytes.

(Multiple Choice)
4.8/5
(43)

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

(Essay)
4.7/5
(32)

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

(Multiple Choice)
4.9/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.8/5
(28)

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

(Multiple Choice)
4.8/5
(27)

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

(Multiple Choice)
4.7/5
(27)

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

(Multiple Choice)
4.9/5
(32)

The ampersand character at the end of a line in the code editor indicates that the line of code continues on the next line._________________________

(True/False)
4.8/5
(37)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Function in which all values are rounded based on the digit after the last digit to be displayed

(Multiple Choice)
5.0/5
(35)

A(n)____ data type must be used in arithmetic operations.

(Multiple Choice)
4.8/5
(29)

The Decimal data type can represent ____.

(Multiple Choice)
4.9/5
(33)

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

(Multiple Choice)
4.7/5
(32)

Integer variables can be used to store fractional values.

(True/False)
4.9/5
(41)

The ToString function requires a format specifier argument.

(True/False)
4.7/5
(34)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -A procedure that returns a value

(Multiple Choice)
4.7/5
(32)
Showing 81 - 100 of 112
close modal

Filters

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