Exam 5: Loops, Files, and Random Numbers
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
The ____________ begins with the word while, followed by a Boolean expression that is enclosed in parentheses.
(Multiple Choice)
4.8/5
(37)
When you run an application, the application's form is loaded into memory and an event known as the ____________ takes place.
(Multiple Choice)
4.9/5
(37)
When the ++ and -- operators are written after their operands it is called ____________.
(Multiple Choice)
4.9/5
(44)
ListBox controls have an ____________ property that reports the number of items stored in the ListBox.
(Multiple Choice)
4.8/5
(35)
In code, you can display an Open dialog box by calling the OpenFileDialog control's OpenDialog method.
(True/False)
4.7/5
(32)
To create a Load event handler for a form, simply double-click any area of the form in the Designer window where there is no other control.
(True/False)
4.7/5
(35)
The while loop is known as a ____________, which means it tests its condition before performing each iteration.
(Multiple Choice)
4.8/5
(29)
A binary file may be opened and viewed in a text editor such as Notepad.
(True/False)
4.8/5
(26)
The ++ operator is pronounced "plus plus" and the -- operator is pronounced "minus minus".
(True/False)
4.9/5
(32)
Showing 101 - 112 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)