Exam 3: Processing Data

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

The debugger's ____________ command allows control to display the contents of a procedure or method called by the current program statement.

(Multiple Choice)
4.9/5
(34)

When you declare a named constant, an initialization value is not required.

(True/False)
4.8/5
(33)

The C# language provides many data types for storing fundamental types of data, such as strings, integers, and real numbers.

(True/False)
4.8/5
(42)

____________ ("P" or "p") causes the number to be multiplied by 100 and displayed with a trailing space and % sign.

(Multiple Choice)
4.9/5
(39)

When a math expression involves an int and a double, the result will be a __________.

(Multiple Choice)
4.8/5
(30)

A local variable cannot be accessed by code that appears inside the same method, but before the variable's declaration.

(True/False)
4.8/5
(44)

Which one of the following statements initializes a variable with an integer literal?

(Multiple Choice)
4.7/5
(33)

Assuming a string variable named city has already been declared, which one of the following statements assigns the string literal "Vienna" to the variable?

(Multiple Choice)
4.8/5
(44)

You can use the ____________ formatting strings with integers to specify the minimum width for displaying the number.

(Multiple Choice)
4.9/5
(39)

You can use a(n) ____________ to explicitly convert a value from one numeric data type to another, even if the conversion might result in a loss of data.

(Multiple Choice)
4.7/5
(39)

In C#, you use the & operator to concatenate strings.

(True/False)
4.8/5
(32)

Which one of the following statements initializes the color variable with the string "red"?

(Multiple Choice)
4.9/5
(45)

You can clear the contents of a TextBox control in the same way that you clear the contents of a Label control, by assigning an empty string to the control's Text property.

(True/False)
4.8/5
(34)

A cast operator is the name of the desired data type, written inside parentheses and placed to the left of the value that you want to convert.

(True/False)
4.8/5
(41)

To get out of break mode in Visual Studio, click the Stop Debugging button on the standard toolbar or press Shift + F5 on the keyboard.

(True/False)
4.7/5
(40)

The .NET Framework provides a class named ____________ containing numerous methods for performing advanced mathematical operations.

(Multiple Choice)
4.9/5
(37)

You assign an access key to a control through its Text property by placing an ampersand (&) before the letter you want to assign as an access key.

(True/False)
4.7/5
(37)

Constant names must always be written in uppercase letters.

(True/False)
4.9/5
(33)

If a statement in the try block throws an exception, the program immediately jumps to a ____________.

(Multiple Choice)
4.8/5
(43)

C# has a special set of operators known as ____________ that change the value of a variable without having to type the variable name twice.

(Multiple Choice)
4.7/5
(37)
Showing 41 - 60 of 176
close modal

Filters

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