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
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.
Free
(True/False)
4.9/5
(27)
Correct Answer:
True
A common operation that performed on strings is ____________, or appending one string to the end of another string.
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
C
If a statement in the try block throws an exception, the program immediately jumps to the catch clause and executes the statements in the ____________.
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
A
When you store a value in a variable, that value replaces the previous value that was in the variable.
(True/False)
4.9/5
(39)
When a cast operator is applied to a variable, it changes the contents of a variable.
(True/False)
4.8/5
(29)
Clicking View and then Tab Order on the Visual Studio menu bar will cause the form to be displayed in ____________.
(Multiple Choice)
4.8/5
(38)
A variable is visible only to statements outside the variable scope.
(True/False)
4.8/5
(38)
In code, if you want to retrieve the data that has been typed into a TextBox, you simply retrieve the contents of the control's ____________ property.
(Multiple Choice)
4.8/5
(49)
It is required that the constant name be written in uppercase letters.
(True/False)
4.9/5
(39)
The same rules for identifiers that apply to control names also apply to variable names.
(True/False)
4.7/5
(40)
You cannot assign a double or a decimal value to an int variable because such an assignment could result in ____________.
(Multiple Choice)
4.9/5
(35)
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.8/5
(35)
The process of dropping a number's fractional part is called ____________.
(Multiple Choice)
4.8/5
(37)
____________ ("E" or "e") displays numeric values in scientific notation.
(Multiple Choice)
4.8/5
(40)
When you retrieve the contents of a control's Text property, you always get a string.
(True/False)
4.8/5
(40)
When you pass the formatting string ____________ to the ToString method, the number is displayed with comma separators and a decimal point.
(Multiple Choice)
4.8/5
(47)
Showing 1 - 20 of 174
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)