Exam 3: Processing Data

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

A(n) ____________ specifies how a class member can be accessed by code outside the class.

(Multiple Choice)
4.9/5
(40)

A variable's declaration statement must appear ____________ any other statements in the method that use the variable.

(Multiple Choice)
4.7/5
(37)

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

(True/False)
4.9/5
(46)

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

(True/False)
4.9/5
(38)

The ____________ dictates which operations are performed first in a mathematical expression.

(Multiple Choice)
4.8/5
(35)

When a math expression involves an int and a double, the int is temporarily converted to a(n) ____________, and the result is a double.

(Multiple Choice)
4.9/5
(33)

A ____________ holds only one value at a time.

(Multiple Choice)
4.8/5
(34)

When you append the letter M or m to a numeric literal it is referred to as a ____________.

(Multiple Choice)
4.8/5
(43)

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

(Multiple Choice)
4.8/5
(49)

Math expression involving a double and a(n) ____________ are not allowed unless a cast operator is used to convert one of the operands.

(Multiple Choice)
4.9/5
(35)

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

(Multiple Choice)
4.8/5
(41)

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

(True/False)
4.8/5
(38)

A double variable is stored in a format that programmers call double precision floating-point notation.

(True/False)
4.8/5
(46)

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

(Multiple Choice)
4.9/5
(35)

In C#, all variables have a(n) ____________ method that you can call to convert the variable's value to a string.

(Multiple Choice)
4.7/5
(40)

A constant field's value can be changed by other statements inside the class.

(True/False)
5.0/5
(34)

Any operation that can be performed on a string can be performed on a control's Text property.

(True/False)
4.9/5
(39)

A(n) ____________ specifies a variable's name and data type.

(Multiple Choice)
4.7/5
(36)

Parts of a mathematical expression may be grouped with ____________ to force some operations to be performed before others.

(Multiple Choice)
4.8/5
(41)

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

(Multiple Choice)
4.9/5
(44)
Showing 61 - 80 of 174
close modal

Filters

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