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
Which of the following causes the debugger to stop on a specific statement while a program is running?
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
B
The programming language's ____________ dictates which operations are performed first in a mathematical expression.
Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
B
A Panel control cannot display a title and does not have a Text property.
Free
(True/False)
4.8/5
(41)
Correct Answer:
True
A(n) ____________ is an unexpected error that occurs while a program is running, causing the program to halt if the error is not properly dealt with.
(Multiple Choice)
4.8/5
(35)
When you assign a double value to a decimal variable, the double value is implicitly converted to a decimal with no loss of data.
(True/False)
4.8/5
(45)
Controls that display text have a ____________ property that allows you to change the color of the text.
(Multiple Choice)
4.7/5
(41)
A variable of the int data type can hold numbers with a fractional part, such as 22.1 or −4.9.
(True/False)
4.7/5
(34)
The Parse methods work even if the string being converted contains an invalid numeric value.
(True/False)
4.7/5
(37)
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.8/5
(38)
Assuming a string variable named movieTitle has already been declared, which one of the following statements combines the strings "The " and "Hobbit" and then assigns the resulting string to the variable?
(Multiple Choice)
4.8/5
(32)
A variable of the ____________ data type can hold whole numbers only.
(Multiple Choice)
4.9/5
(44)
Appending the letter M or m to a numeric literal causes the number to be considered a ____________.
(Multiple Choice)
4.9/5
(41)
Mathematical expressions involving multiple operators are always evaluated from left to right.
(True/False)
4.7/5
(45)
When you call the ToString method, you can optionally pass a(n) ____________ as an argument to the method to indicate that you want the number to appear formatted in a specific way when it is returned as a string from the method.
(Multiple Choice)
4.8/5
(36)
The purpose of a variable declaration is to tell the compiler you plan to use a variable of a specified name to store a particular type of data.
(True/False)
4.8/5
(34)
The ____________ data type is used to store any number that might have a fractional part.
(Multiple Choice)
4.8/5
(47)
A variable's ____________ is the time period during which the variable exists in memory while the program is executing.
(Multiple Choice)
4.8/5
(41)
Fundamental types of data, such as integers and real numbers are known as ____________.
(Multiple Choice)
4.8/5
(33)
When an exception is thrown, an object known as a(n) ____________ is created in memory.
(Multiple Choice)
4.8/5
(41)
Showing 1 - 20 of 176
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)