Exam 5: Loops, Files, and Random Numbers

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

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)

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

(Multiple Choice)
4.7/5
(37)

The while loop is known as a ____________, which means it tests its condition before performing each iteration.

(Multiple Choice)
4.8/5
(29)

A direct access file is also known as a random access file.

(True/False)
4.8/5
(45)

A semicolon is required at the very end of a do-while loop.

(True/False)
4.8/5
(43)

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
close modal

Filters

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