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
One way to make sure that a variable has been assigned a value is to ___________ the variable with a value when you declare it.
(Multiple Choice)
4.9/5
(31)
When you divide an integer by an integer in C#, the result is always given as an integer.
(True/False)
4.9/5
(49)
The values on the right and left of a math operator are called ____________.
(Multiple Choice)
4.9/5
(40)
A(n) ____________ is a button on a form that is automatically clicked when the user presses the Enter key.
(Multiple Choice)
5.0/5
(42)
Programmers use the term ____________ to describe the part of a program in which a variable may be accessed.
(Multiple Choice)
4.8/5
(37)
Once you have assigned a value to a variable, you can use the variable in other operations.
(True/False)
4.9/5
(33)
A variable's ____________ is the time period during which the variable exists in memory while the program is executing.
(Multiple Choice)
4.9/5
(47)
Assuming an application has an exception object named ex, which one of the following statements would cause the exception's default error message to be displayed in a message box?
(Multiple Choice)
4.9/5
(34)
You cannot have variables of the same name declared in different methods.
(True/False)
4.8/5
(40)
In computer science, the term ____________ typically means to analyze a string of characters for some purpose.
(Multiple Choice)
5.0/5
(37)
The ____________ method can be used to convert a string to a decimal.
(Multiple Choice)
4.8/5
(33)
The ____________ is commonly used in financial applications because it can store real numbers with a great deal of precision.
(Multiple Choice)
4.8/5
(45)
You can use a cast operator to convert a string to a numeric type.
(True/False)
4.7/5
(34)
A variable's ____________ indicates the type of data that the variable will hold.
(Multiple Choice)
4.8/5
(30)
An error will occur if a statement in one method tries to access a local variable that belongs to another method.
(True/False)
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.9/5
(39)
When a method ends, all the method's local variables are destroyed.
(True/False)
4.8/5
(35)
The combined assignment operators require the programmer to type the variable name twice.
(True/False)
4.8/5
(35)
Showing 141 - 160 of 174
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)