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
You can assign integer constants to int, double, and decimal variables.
(True/False)
4.9/5
(36)
When declaring multiple variables with one statement, use ____________ to separate the variable names.
(Multiple Choice)
4.8/5
(26)
The ____________ contains statements that can potentially throw an exception.
(Multiple Choice)
4.9/5
(42)
The values on the right and left sides of a math operator are called ____________.
(Multiple Choice)
4.9/5
(36)
Which one of the following statements declares a named constant named GRAVITY with an initialization value of 9.8?
(Multiple Choice)
4.7/5
(33)
To convert a the contents of a string to any of the numeric data types, we use a family of methods in the .NET Framework known as the ____________.
(Multiple Choice)
4.9/5
(43)
A common operation performed on strings is ____________, or appending one string to the end of another string.
(Multiple Choice)
4.9/5
(35)
Which one of the following assignment statements will cause a syntax error because of mismatching data types?
(Multiple Choice)
4.9/5
(38)
A(n) ____________ specifies how a class member can be accessed by code located outside the class.
(Multiple Choice)
4.9/5
(36)
If all statements in a try block execute with no exception, the catch block is skipped.
(True/False)
4.8/5
(28)
Parts of a mathematical expression may be grouped with ____________ to force some operations to be performed before others.
(Multiple Choice)
4.8/5
(38)
The order in which controls receive the focus is called the ____________.
(Multiple Choice)
4.8/5
(37)
Rounding can occur when the number of digits you have specified after the decimal point in the format string is smaller than the precision of the numeric value.
(True/False)
5.0/5
(34)
The same rules for identifiers that apply to control names also apply to variable names.
(True/False)
4.9/5
(37)
Which one of the following statements assigns the value contained in the Text property of a TextBox control named ageTextBox to the Text Property of a Label control named ageLabel?
(Multiple Choice)
4.8/5
(39)
Code that responds to exceptions when they are thrown and prevents the program from abruptly crashing is called a(n) _____________.
(Multiple Choice)
4.8/5
(34)
In C#, a variable's data type is automatically determined by the type of value that is stored in the variable.
(True/False)
4.8/5
(36)
A ____________ control is a rectangular container for other controls.
(Multiple Choice)
4.9/5
(40)
An error occurs if you attempt to use a string that is set to null.
(True/False)
4.9/5
(30)
Showing 81 - 100 of 176
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)