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
The debugger's ____________ command allows control to display the contents of a procedure or method called by the current program statement.
(Multiple Choice)
4.9/5
(34)
When you declare a named constant, an initialization value is not required.
(True/False)
4.8/5
(33)
The C# language provides many data types for storing fundamental types of data, such as strings, integers, and real numbers.
(True/False)
4.8/5
(42)
____________ ("P" or "p") causes the number to be multiplied by 100 and displayed with a trailing space and % sign.
(Multiple Choice)
4.9/5
(39)
When a math expression involves an int and a double, the result will be a __________.
(Multiple Choice)
4.8/5
(30)
A local variable cannot be accessed by code that appears inside the same method, but before the variable's declaration.
(True/False)
4.8/5
(44)
Which one of the following statements initializes a variable with an integer literal?
(Multiple Choice)
4.7/5
(33)
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.8/5
(44)
You can use the ____________ formatting strings with integers to specify the minimum width for displaying the number.
(Multiple Choice)
4.9/5
(39)
You can use a(n) ____________ to explicitly convert a value from one numeric data type to another, even if the conversion might result in a loss of data.
(Multiple Choice)
4.7/5
(39)
Which one of the following statements initializes the color variable with the string "red"?
(Multiple Choice)
4.9/5
(45)
You can clear the contents of a TextBox control in the same way that you clear the contents of a Label control, by assigning an empty string to the control's Text property.
(True/False)
4.8/5
(34)
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.8/5
(41)
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.7/5
(40)
The .NET Framework provides a class named ____________ containing numerous methods for performing advanced mathematical operations.
(Multiple Choice)
4.9/5
(37)
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.
(True/False)
4.7/5
(37)
If a statement in the try block throws an exception, the program immediately jumps to a ____________.
(Multiple Choice)
4.8/5
(43)
C# has a special set of operators known as ____________ that change the value of a variable without having to type the variable name twice.
(Multiple Choice)
4.7/5
(37)
Showing 41 - 60 of 176
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)