Exam 3: Processing Data
Exam 1: Introduction to Computers and Programming161 Questions
Exam 2: Introduction to Visual C#131 Questions
Exam 3: Processing Data176 Questions
Exam 4: Making Decisions78 Questions
Exam 5: Loops, Files, and Random Numbers112 Questions
Exam 6: Modularizing Your Code with Methods69 Questions
Exam 7: Arrays and Lists99 Questions
Exam 8: More About Processing Data90 Questions
Exam 9: Classes and Multiform Projects89 Questions
Exam 10: Inheritance and Polymorphism37 Questions
Exam 11: Databases69 Questions
Select questions type
A ____________ control is a rectangular control that appears with a thin border and an optional title in its upper-left corner.
(Multiple Choice)
4.7/5
(43)
When you write a catch clause, you can optionally assign a name to the exception object.
(True/False)
4.9/5
(41)
Which of the following actions is not possible in the debugger when a program's execution pauses at a breakpoint?
(Multiple Choice)
4.9/5
(31)
A ____________ holds only one data value at any given moment in time.
(Multiple Choice)
4.9/5
(40)
The C# compiler will compile code that attempts to use an unassigned variable.
(True/False)
4.8/5
(39)
A data value (variable or constant) passed into a method is known as a(n) ____________.
(Multiple Choice)
4.9/5
(36)
Most controls have a ____________ property that allows you to change the object's background color.
(Multiple Choice)
4.8/5
(46)
Because decimal is the preferred data type for storing monetary amounts, remembering that "m" stands for "money" might help you to remember that decimal literals must end with the letter M or m.
(True/False)
4.8/5
(41)
A(n) ____________ contains operators, constants, and variables, and performs a calculation.
(Multiple Choice)
4.9/5
(28)
You cannot assign a decimal value to a double variable because the decimal data type allows for much great precision than the double data type.
(True/False)
4.9/5
(43)
If you do not initialize a(n) ____________ field, it begins with a special value known as null.
(Multiple Choice)
4.8/5
(48)
The ____________ property contains an integer value that indicates the control's position in the tab order.
(Multiple Choice)
4.8/5
(37)
Clicking View and then Tab Order on the Visual Studio menu bar will cause the form to be displayed in __________ mode.
(Multiple Choice)
4.9/5
(35)
You cannot declare two variables with the same ____________ in the same scope.
(Multiple Choice)
4.8/5
(41)
The ____________ is commonly used in financial applications because it can store real numbers with a large number of digits to the right of the decimal point.
(Multiple Choice)
4.7/5
(38)
A variable is visible only to statements outside the variable's scope.
(True/False)
4.9/5
(36)
Which one of the following is the general format for a variable declaration statement?
(Multiple Choice)
4.7/5
(30)
The ____________ window in the debugger allows you to type debugging commands using the keyboard.
(Multiple Choice)
4.9/5
(35)
In C#, the + operator has two uses: string concatenation and numeric addition.
(True/False)
4.9/5
(39)
Showing 101 - 120 of 176
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)