Exam 3: Processing Data
Exam 1: Introduction to Computers and Programming161 Questions
Exam 2: Introduction to Visual C131 Questions
Exam 3: Processing Data174 Questions
Exam 4: Making Decisions77 Questions
Exam 5: Loops, Files, and Random Numbers109 Questions
Exam 6: Modularizing Your Code With Methods61 Questions
Exam 7: Arrays and Lists99 Questions
Exam 8: More About Processing Data87 Questions
Exam 9: Classes and Multiform Projects89 Questions
Exam 10: Inheritance and Polymorphism37 Questions
Exam 11: Databases69 Questions
Select questions type
When an exception is thrown, the application stops running and Visual Studio goes into a special mode known as ____________.
(Multiple Choice)
4.7/5
(41)
A variable of the ____________ data type can hold whole numbers only.
(Multiple Choice)
4.8/5
(35)
If you want to display an ampersand character in the Text property of a control, use three ampersands (&&&).
(True/False)
5.0/5
(33)
In C#, an exception handler is written with the ____________ statement.
(Multiple Choice)
4.7/5
(37)
A programmer's tools for performing calculations are ____________.
(Multiple Choice)
5.0/5
(36)
In C#, a variable must be assigned a value before it can be used.
(True/False)
4.8/5
(37)
When the user types into a TextBox control, the text is stored in the control's ____________ property.
(Multiple Choice)
4.8/5
(28)
A(n) ____________ control is a rectangular area on the form that can accept keyboard input from the user.
(Multiple Choice)
4.9/5
(32)
Which one of the following statements initializes a variable with an integer literal?
(Multiple Choice)
4.9/5
(28)
A cast operator is the name of the desired data type, written inside parentheses and placed to the left of the value that you want to convert.
(True/False)
4.7/5
(37)
Which one of the following statements clears the Text property of a TextBox control named addressTextBox?
(Multiple Choice)
4.7/5
(37)
If you need to store numbers and perform mathematical operations on them, you have to use a numeric data type.
(True/False)
4.9/5
(35)
Assuming a string variable named city has already been declared, which one of the following statements assigns the string literal "Vienna" to the variable?
(Multiple Choice)
4.7/5
(36)
If all the statements in the try block execute with no exception, the catch block is skipped.
(True/False)
4.8/5
(32)
The .NET Framework provides a class named ____________, which contains numerous methods that are useful for performing advanced mathematical operations.
(Multiple Choice)
4.7/5
(33)
If you do not initialize a(n) ____________ field, it begins with a special value known as null.
(Multiple Choice)
4.7/5
(35)
C# offers a special set of operators known as ____________ that are designed specifically for changing the value of a variable without having to type the variable name twice.
(Multiple Choice)
4.8/5
(34)
When you pass the formatting string ____________ to the ToString method, the number is returned formatted as currency.
(Multiple Choice)
4.9/5
(41)
The ____________ method can be used to convert a string to an int.
(Multiple Choice)
4.9/5
(36)
A ____________ is a field that cannot be changed by any statement in the class.
(Multiple Choice)
4.8/5
(35)
Showing 101 - 120 of 174
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)