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 numeric literal that is assumed to be an integer is called a(n) ____________.
(Multiple Choice)
4.8/5
(42)
One way to make sure a variable has been assigned a value is to ___________ the variable with a value when you declare it.
(Multiple Choice)
4.9/5
(33)
Which one of the following statements declares a string variable named message?
(Multiple Choice)
4.9/5
(37)
When you pass the formatting string ____________ to the ToString method, the number is displayed with comma separators and a decimal point.
(Multiple Choice)
4.7/5
(48)
A ____________ is a number that is directly written into a program's code.
(Multiple Choice)
4.8/5
(39)
Once you have assigned a value to a variable, you can use the variable in other operations.
(True/False)
4.8/5
(32)
A variable of the ____________ data type can hold any sequence of characters, such as a person's name, address, or password.
(Multiple Choice)
4.9/5
(37)
Any data the user enters into a TextBox control is stored in the control's Text property as a string, even if it is a number.
(True/False)
4.7/5
(32)
In computer science, the term ____________ typically means to analyze a string of characters for some purpose.
(Multiple Choice)
4.9/5
(35)
Each numeric format string can optionally be followed by an integer that indicates how many digits to display after the decimal point.
(True/False)
4.8/5
(35)
A(n) ____________ is a storage location in memory that is represented by a name.
(Multiple Choice)
5.0/5
(40)
The ____________ method can be used to convert a string to a decimal.
(Multiple Choice)
4.8/5
(41)
You can assign a value to a variable only if the value is compatible with the variable's ____________.
(Multiple Choice)
5.0/5
(36)
The keyword const is a qualifier that tells the compiler to make the variable read-only.
(True/False)
4.8/5
(35)
The ____________ window in the debugger displays a list of all variables in the current procedure.
(Multiple Choice)
4.7/5
(33)
Variables having the same name cannot be declared in different methods.
(True/False)
4.9/5
(42)
____________ ("F" or "f") displays numeric values with no thousands separator and a decimal point.
(Multiple Choice)
4.8/5
(29)
Showing 61 - 80 of 176
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)