Quiz 1
comp 125-609, Goldwasser
Tuesday, September 7, 1999

This quiz covers the following cumulative material: (alphabetical, with new topics shown in italics)
  • Reading: Ch 1, Ch 2.1, and all class notes, labs and assignments to date
  • Controls: Command Button, Label, Picture Box, Text Box
  • Properties: Alignment, Caption, Font, ForeColor, Multiline, Name, Picture, Text
  • Events:
  • Data Types:
  • Flow of Control:

  • Name: _________________________

    Please Circle the one correct answer. If I can't tell which ONE is circled, it will unfortunately be marked wrong.

    1. Which of the following steps is NOT included in the summary of designing a Visual Basic application (according to David I. Schneider):
    (A) Decide how the windows that the user sees will look
    (B) Write the code to display these windows graphically
    (C) Determine which events the objects on the windows should recognize
    (D) Write the event procedures for those events
    2. A Label allows you:
    (A) To input text from the user and/or display text to the user
    (B) To input text from the user but not to display text to the user
    (C) To display text to the user but not to input text from the user
    (D) To neither input text from the user nor display text to the user
    3. A Picture Box allows you:
    (A) To input text from the user and/or display text to the user
    (B) To input text from the user but not to display text to the user
    (C) To display text to the user but not to input text from the user
    (D) To neither input text from the user nor display text to the user
    4. A Text Box allows you:
    (A) To input text from the user and/or display text to the user
    (B) To input text from the user but not to display text to the user
    (C) To display text to the user but not to input text from the user
    (D) To neither input text from the user nor display text to the user
    5. Which of the following controls can NEVER receive the focus
    (A) Command Button
    (B) Label
    (C) Picture Box
    (D) Text Box