Exam 3: Processing Data

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

When you store a data in a variable, the value replaces any data previously stored inside the variable.

(True/False)
4.8/5
(39)

When a math expression involves an int and a decimal, the result will be a ___________.

(Multiple Choice)
5.0/5
(34)

When you divide an integer by an integer in C#, the result is always an integer.

(True/False)
4.8/5
(40)

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

(Multiple Choice)
4.8/5
(47)

In a try-catch statement, the ____________ keyword appears immediately after the try block.

(Multiple Choice)
4.8/5
(42)

You can call the ToString method using the following general format:

(Multiple Choice)
4.9/5
(27)

The modulus operator (%) performs division between two integers, but rather than returning the quotient, it returns the remainder.

(True/False)
4.8/5
(43)

The TextBox control is located in the ____________ group of the Toolbox.

(Multiple Choice)
4.7/5
(41)

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

(True/False)
4.7/5
(32)

A numeric literal such as 3.5 is considered by the compiler to be a ____________.

(Multiple Choice)
4.9/5
(31)

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

The GroupBox control is found in the Toolbox window's Containers section.

(True/False)
4.7/5
(38)

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

(Multiple Choice)
4.9/5
(38)

When you pass the formatting string ____________ to the ToString method, the number is returned formatted as currency.

(Multiple Choice)
4.8/5
(37)

A ____________ is a identifier for a value that cannot be modified during the program's execution.

(Multiple Choice)
4.8/5
(40)

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

(Multiple Choice)
4.7/5
(38)

Which one of the following assignment statements will cause an error because of mismatching data types?

(Multiple Choice)
5.0/5
(40)

When using the ____________ operator, if one operand is a number and the other operand is a string, the number will be implicitly converted to a string, and both operands will be concatenated.

(Multiple Choice)
4.7/5
(36)

Programmers use the term ____________ to describe the part of a program in which a variable may be accessed.

(Multiple Choice)
4.9/5
(35)

A(n) ____________ also known as a mnemonic, is a key pressed in combination with the Alt key to trigger a Click event.

(Multiple Choice)
4.7/5
(35)
Showing 141 - 160 of 176
close modal

Filters

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