Exam 3: Processing Data

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

Programs use data types to store data in memory.

(True/False)
4.8/5
(39)

A numeric literal that is assumed to be an integer is called a(n) ____________.

(Multiple Choice)
4.8/5
(42)

One way to make sure a variable has been assigned a value is to ___________ the variable with a value when you declare it.

(Multiple Choice)
4.9/5
(33)

Primitive data types are not supported in the C# language.

(True/False)
4.8/5
(35)

Which one of the following statements declares a string variable named message?

(Multiple Choice)
4.9/5
(37)

When you pass the formatting string ____________ to the ToString method, the number is displayed with comma separators and a decimal point.

(Multiple Choice)
4.7/5
(48)

A ____________ is a number that is directly written into a program's code.

(Multiple Choice)
4.8/5
(39)

Only TextBox controls have a TabIndex property.

(True/False)
4.8/5
(28)

Once you have assigned a value to a variable, you can use the variable in other operations.

(True/False)
4.8/5
(32)

A variable of the ____________ data type can hold any sequence of characters, such as a person's name, address, or password.

(Multiple Choice)
4.9/5
(37)

Any data the user enters into a TextBox control is stored in the control's Text property as a string, even if it is a number.

(True/False)
4.7/5
(32)

In computer science, the term ____________ typically means to analyze a string of characters for some purpose.

(Multiple Choice)
4.9/5
(35)

Each numeric format string can optionally be followed by an integer that indicates how many digits to display after the decimal point.

(True/False)
4.8/5
(35)

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

(Multiple Choice)
5.0/5
(40)

The ____________ method can be used to convert a string to a decimal.

(Multiple Choice)
4.8/5
(41)

You can assign a value to a variable only if the value is compatible with the variable's ____________.

(Multiple Choice)
5.0/5
(36)

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

(True/False)
4.8/5
(35)

The ____________ window in the debugger displays a list of all variables in the current procedure.

(Multiple Choice)
4.7/5
(33)

Variables having the same name cannot be declared in different methods.

(True/False)
4.9/5
(42)

____________ ("F" or "f") displays numeric values with no thousands separator and a decimal point.

(Multiple Choice)
4.8/5
(29)
Showing 61 - 80 of 176
close modal

Filters

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