Exam 3: Processing Data

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

Some operations can be performed on strings, but not on a control's Text property.

(True/False)
4.7/5
(41)

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

(True/False)
4.9/5
(43)

The ____________ method can be used to convert a string to an int.

(Multiple Choice)
4.9/5
(52)

A symbol used in code for performing calculations is ____________.

(Multiple Choice)
4.8/5
(40)

In C#, a variable must be assigned a value before it can be used on the right side of an assignment statement.

(True/False)
4.9/5
(45)

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

(Multiple Choice)
4.9/5
(46)

In C#, an exception handler is written with the ____________ statement.

(Multiple Choice)
4.7/5
(28)

You cannot assign a numeric value to a control's Text property because only strings can be assigned to the Text property.

(True/False)
4.9/5
(38)

When a cast operator is applied to a variable, it changes the contents of a variable.

(True/False)
4.9/5
(32)

In code, you move the input focus to a control by calling the ____________ method.

(Multiple Choice)
4.9/5
(31)

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

(True/False)
4.7/5
(35)

You cannot assign a double or a decimal value to an int variable because such an assignment could result in ____________.

(Multiple Choice)
4.9/5
(40)

It is usually best to break a long statement into multiple lines so you can read the code without scrolling the programming editor sideways.

(True/False)
4.8/5
(32)

When coding most statements, you can press the ____________ key when you reach an appropriate point to continue the statement on the next line.

(Multiple Choice)
4.9/5
(40)

____________ ("E" or "e") displays numeric values in scientific notation.

(Multiple Choice)
4.8/5
(36)

In C#, you must declare a variable in a program before you can use it to store data.

(True/False)
4.9/5
(48)

The ____________ property lets you designate a button on a form that will be automatically clicked when the user presses the Esc key.

(Multiple Choice)
4.8/5
(45)

When an operation is performed on two int values, the result will be a(n) ____________.

(Multiple Choice)
4.9/5
(51)

If a field is a variable of a numeric data type, it will be initialized to 0 by default if you do not explicitly initialize it with a value.

(True/False)
5.0/5
(33)

Inside a method, a variable's declaration statement must appear ____________ any other statements that use the variable.

(Multiple Choice)
4.8/5
(24)
Showing 21 - 40 of 176
close modal

Filters

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