Exam 5: Loops, Files, and Random Numbers

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

The first line of the for loop is known as the loop title.

(True/False)
4.7/5
(32)

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)

If the ListBox is empty, the Items.Count property equals -1.

(True/False)
4.9/5
(35)

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)

Files on disk are identified by a(n) ____________.

(Multiple Choice)
4.8/5
(36)
Showing 101 - 109 of 109
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)