Exam 3: Processing Data

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

A ____________ control is a rectangular control that appears with a thin border and an optional title in its upper-left corner.

(Multiple Choice)
4.7/5
(43)

When you write a catch clause, you can optionally assign a name to the exception object.

(True/False)
4.9/5
(41)

Which of the following actions is not possible in the debugger when a program's execution pauses at a breakpoint?

(Multiple Choice)
4.9/5
(31)

A ____________ holds only one data value at any given moment in time.

(Multiple Choice)
4.9/5
(40)

The C# compiler will compile code that attempts to use an unassigned variable.

(True/False)
4.8/5
(39)

A data value (variable or constant) passed into a method is known as a(n) ____________.

(Multiple Choice)
4.9/5
(36)

Most controls have a ____________ property that allows you to change the object's background color.

(Multiple Choice)
4.8/5
(46)

Because decimal is the preferred data type for storing monetary amounts, remembering that "m" stands for "money" might help you to remember that decimal literals must end with the letter M or m.

(True/False)
4.8/5
(41)

A(n) ____________ contains operators, constants, and variables, and performs a calculation.

(Multiple Choice)
4.9/5
(28)

When a method ends, its local variables retain their values.

(True/False)
4.9/5
(36)

You cannot assign a decimal value to a double variable because the decimal data type allows for much great precision than the double data type.

(True/False)
4.9/5
(43)

If you do not initialize a(n) ____________ field, it begins with a special value known as null.

(Multiple Choice)
4.8/5
(48)

The ____________ property contains an integer value that indicates the control's position in the tab order.

(Multiple Choice)
4.8/5
(37)

Clicking View and then Tab Order on the Visual Studio menu bar will cause the form to be displayed in __________ mode.

(Multiple Choice)
4.9/5
(35)

You cannot declare two variables with the same ____________ in the same scope.

(Multiple Choice)
4.8/5
(41)

The ____________ is commonly used in financial applications because it can store real numbers with a large number of digits to the right of the decimal point.

(Multiple Choice)
4.7/5
(38)

A variable is visible only to statements outside the variable's scope.

(True/False)
4.9/5
(36)

Which one of the following is the general format for a variable declaration statement?

(Multiple Choice)
4.7/5
(30)

The ____________ window in the debugger allows you to type debugging commands using the keyboard.

(Multiple Choice)
4.9/5
(35)

In C#, the + operator has two uses: string concatenation and numeric addition.

(True/False)
4.9/5
(39)
Showing 101 - 120 of 176
close modal

Filters

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