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(n) ____________ control is a rectangular area on a form that accepts keyboard input from the user.
(Multiple Choice)
4.8/5
(40)
If you don't write an access modifier in a field declaration, an error will occur.
(True/False)
4.9/5
(43)
A(n) ____________ specifies a variable's name and data type.
(Multiple Choice)
4.8/5
(42)
You can use a cast operator to convert a string to a numeric type.
(True/False)
4.7/5
(35)
When you perform a math operation on two operands of the same data type, the result will always be of that data type.
(True/False)
4.9/5
(29)
A ____________ is a field whose value cannot be modified at runtime.
(Multiple Choice)
4.8/5
(44)
If you want to display an ampersand character in the Text property of a control, use three ampersands in a row, such as (&&&).
(True/False)
4.8/5
(42)
The ____________ window in the debugger displays variables appearing in the current statement, in the three statements prior to the current one, and the three statements after the current one. (The current statement is the source code line currently highlighted in the debugger as your are stepping through the code.)
(Multiple Choice)
4.9/5
(39)
After a variable has been declared, you can use the + operator to store a value in the variable.
(True/False)
4.9/5
(34)
A ____________ variable's scope begins at the variable's declaration and ends at the end of the method in which the variable is declared.
(Multiple Choice)
4.9/5
(40)
When an exception is thrown, an application stops running and Visual Studio goes into a special mode known as ____________.
(Multiple Choice)
4.8/5
(36)
C# does not allow operations that mix the decimal and double data types unless you use a cast operator to explicitly convert one of the operands.
(True/False)
4.9/5
(41)
You can declare multiple variables of different data types in one program statement.
(True/False)
4.8/5
(37)
The ____________ window in the debugger allows you to add the names and values of variables you want to observe.
(Multiple Choice)
4.8/5
(39)
The ____________ operator produces a string that is the combination of the two strings used as its operands.
(Multiple Choice)
4.8/5
(35)
The process of dropping a real number's fractional part is called ____________.
(Multiple Choice)
4.8/5
(41)
Showing 161 - 176 of 176
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)