Exam 3: Processing Data

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

You assign an access key to a control through its Text property by placing an ampersand (&) before the letter you want to assign as an access key.

Free
(True/False)
4.9/5
(27)
Correct Answer:
Verified

True

A common operation that performed on strings is ____________, or appending one string to the end of another string.

Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
Verified

C

If a statement in the try block throws an exception, the program immediately jumps to the catch clause and executes the statements in the ____________.

Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
Verified

A

When you store a value in a variable, that value replaces the previous value that was in the variable.

(True/False)
4.9/5
(39)

A(n) ____________ performs a calculation and gives a value.

(Multiple Choice)
4.7/5
(34)

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

(True/False)
4.8/5
(29)

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

(Multiple Choice)
4.8/5
(38)

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

(True/False)
4.8/5
(38)

In code, if you want to retrieve the data that has been typed into a TextBox, you simply retrieve the contents of the control's ____________ property.

(Multiple Choice)
4.8/5
(49)

It is required that the constant name be written in uppercase letters.

(True/False)
4.9/5
(39)

The same rules for identifiers that apply to control names also apply to variable names.

(True/False)
4.7/5
(40)

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
(35)

A Panel's border can be specified by its BorderStyle property.

(True/False)
4.8/5
(46)

To get out of break mode in Visual Studio, click the Stop Debugging button on the standard toolbar or press Shift + F5 on the keyboard.

(True/False)
4.8/5
(35)

The process of dropping a number's fractional part is called ____________.

(Multiple Choice)
4.8/5
(37)

A form's fields exist as long as the form exists.

(True/False)
4.9/5
(39)

Only strings are compatible with the string data type.

(True/False)
4.9/5
(38)

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

(Multiple Choice)
4.8/5
(40)

When you retrieve the contents of a control's Text property, you always get a string.

(True/False)
4.8/5
(40)

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

(Multiple Choice)
4.8/5
(47)
Showing 1 - 20 of 174
close modal

Filters

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