Exam 3: Processing Data

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

Mathematical expressions are evaluated from left to right.

(True/False)
4.9/5
(41)

A variable of the decimal data type can hold real numbers with greater precision that the double data type.

(True/False)
4.8/5
(39)

A ____________ is a number that is written into the programs code.

(Multiple Choice)
5.0/5
(40)

In C#, a variable's data type is automatically determined by the type of value that is stored in the variable.

(True/False)
4.9/5
(41)

The keyword const is a qualifier that tells the compiler to make the variable read only.

(True/False)
4.8/5
(35)

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

(Multiple Choice)
4.9/5
(30)

A numeric literal that is written with a decimal point is called a ____________.

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.9/5
(29)

The GroupBox control is found in the Toolbox, in the Containers section.

(True/False)
4.9/5
(39)

A variable declaration specifies three things about the variable: the variable's data type, the variable's name, and the variable's location in memory.

(True/False)
4.9/5
(31)

When an application is running, the control having the ____________ is the one that receives the user's keyboard input.

(Multiple Choice)
4.9/5
(34)

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

(Multiple Choice)
4.9/5
(41)

A ____________ is a variable that is declared inside a class but not inside of any method.

(Multiple Choice)
4.7/5
(30)

The ____________ operator produces a string that is the combination of the two strings used as its operands.

(Multiple Choice)
5.0/5
(38)

A(n) ____________ is a storage location in memory that is represented by a name.

(Multiple Choice)
4.8/5
(27)

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

(True/False)
4.9/5
(36)

The using System; directive is required for any program that uses the Parse methods.

(True/False)
4.7/5
(27)

In C#, there is no way to write code that responds to exceptions when they are thrown.

(True/False)
4.8/5
(33)

Which one of the following statements assigns the value contained in the Text property of a TextBox control named ageTextBox to the Text Property of a Label control named ageLabel?

(Multiple Choice)
4.8/5
(40)

A ____________ variable's scope begins at the variable's declaration and ends at the end of the method in which the variable is declared.

(Multiple Choice)
4.9/5
(37)
Showing 81 - 100 of 174
close modal

Filters

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