Quiz 10
comp 125-609, Goldwasser
Tuesday, 30 November 1999

This quiz covers the following cumulative material: (alphabetical, with new topics shown in italics)
  • Reading: Ch 1, Ch 2, 3.1-3.3, 4.1-4.3, 5.1, 5.2, 5.3 and all class notes, labs and assignments to date
  • Controls: Check Box, Command Button, Data, Frame, Label, List Box, Option Button, Picture Box, Text Box, Timer
  • Properties: Alignment, Caption, Font, ForeColor, Height, Index, Left, Multiline, Name, Picture, Text, Top, Visible, Width
  • Events: Click, GotFocus, LostFocus
  • Methods: picbox.Cls, picbox.Circle, picbox.Line, picbox.Print, picbox.PSet, picbox.Scale, SetFocus
  • Data Types: Arrays, Boolean, Control Arrays, Double, Integer, Long, Single, String
  • Flow of Control: If Blocks, Select Case Blocks, For Loops, Do Loops
  • Files: Open, Input, Write
  • Keywords: Load, Preserve, ReDim, Unload
  • Other: using the debugger

  • Name: _________________________

    Please Circle the one correct answer. If I can't tell which ONE is circled, it will unfortunately be marked wrong.
    1. Within the data control, only one record can be accessed at a time; this record is called the
    (A) active record
    (B) current record
    (C) focussed record
    (D) premier record

    2. A rectangular array of data is called a
    (A) database management system
    (B) field
    (C) record
    (D) table

    3. Each row in a table is called a
    (A) database management system
    (B) field
    (C) record
    (D) table

    4. Text boxes are said to be _______ because they can be bound to a data control and access its data
    (A) a database magagement system
    (B) data aware
    (C) a record
    (D) intelligent

    5. Which of the following is NOT a method that can be used with the data control?
    (A) MoveField
    (B) MoveFirst
    (C) MoveLast
    (D) MoveNext