Exam 3: Processing Data

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

Which of the following causes the debugger to stop on a specific statement while a program is running?

Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
Verified

B

The programming language's ____________ dictates which operations are performed first in a mathematical expression.

Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
Verified

B

A Panel control cannot display a title and does not have a Text property.

Free
(True/False)
4.8/5
(41)
Correct Answer:
Verified

True

A(n) ____________ is an unexpected error that occurs while a program is running, causing the program to halt if the error is not properly dealt with.

(Multiple Choice)
4.8/5
(35)

When you assign a double value to a decimal variable, the double value is implicitly converted to a decimal with no loss of data.

(True/False)
4.8/5
(45)

Controls that display text have a ____________ property that allows you to change the color of the text.

(Multiple Choice)
4.7/5
(41)

A variable of the int data type can hold numbers with a fractional part, such as 22.1 or −4.9.

(True/False)
4.7/5
(34)

A Panel's border can be specified by its BorderStyle property.

(True/False)
4.8/5
(34)

The Parse methods work even if the string being converted contains an invalid numeric value.

(True/False)
4.7/5
(37)

Assuming an application has an exception object named ex, which one of the following statements would cause the exception's default error message to be displayed in a message box?

(Multiple Choice)
4.8/5
(38)

Assuming a string variable named movieTitle has already been declared, which one of the following statements combines the strings "The " and "Hobbit" and then assigns the resulting string to the variable?

(Multiple Choice)
4.8/5
(32)

A variable of the ____________ data type can hold whole numbers only.

(Multiple Choice)
4.9/5
(44)

Appending the letter M or m to a numeric literal causes the number to be considered a ____________.

(Multiple Choice)
4.9/5
(41)

Mathematical expressions involving multiple operators are always evaluated from left to right.

(True/False)
4.7/5
(45)

When you call the ToString method, you can optionally pass a(n) ____________ as an argument to the method to indicate that you want the number to appear formatted in a specific way when it is returned as a string from the method.

(Multiple Choice)
4.8/5
(36)

The purpose of a variable declaration is to tell the compiler you plan to use a variable of a specified name to store a particular type of data.

(True/False)
4.8/5
(34)

The ____________ data type is used to store any number that might have a fractional part.

(Multiple Choice)
4.8/5
(47)

A variable's ____________ is the time period during which the variable exists in memory while the program is executing.

(Multiple Choice)
4.8/5
(41)

Fundamental types of data, such as integers and real numbers are known as ____________.

(Multiple Choice)
4.8/5
(33)

When an exception is thrown, an object known as a(n) ____________ is created in memory.

(Multiple Choice)
4.8/5
(41)
Showing 1 - 20 of 176
close modal

Filters

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