Exam 5: Loops, Files, and Random Numbers
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
The while loop is known as a ____________, which means it tests its condition before performing an iteration.
(Multiple Choice)
4.8/5
(35)
When the WriteLine method writes data to a file, it writes a null character immediately following the data.
(True/False)
4.9/5
(36)
When a program works with an output file, a special value known as a translator is internally maintained for that file.
(True/False)
4.8/5
(28)
An important characteristic of the while loop is that the loop will always iterate at least once, even if the Boolean expression is false to start with.
(True/False)
4.8/5
(39)
The ____________ displays a standard Windows Save As dialog box.
(Multiple Choice)
4.9/5
(42)
To create file objects, you will need to write the using System.IO directive at the top of your programs.
(True/False)
4.8/5
(39)
Showing 101 - 109 of 109
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)