To Lecture Notes

ISP 121 -- 3/31/08

Reference in Course Documents:   Access Tutorial

Review Questions

  1. Answer these questions about Windows Explorer:

    1. Why would you want to use it?
      Ans: To find, delete, rename, use or otherwise modify files or folders.

    2. How do you invoke it?
      Ans: Start >> Programs >> Accessories >> Windows Explorer.

    3. Why is it important to set it to display file extensions?
      So that you know exactly how the file extension is spelled, without trying to guess it from the file icon.

  2. How do you invoke MS Access?
    Ans: Start >> Programs >> Microsoft Office >> Microsoft Access 2003.

  3. List four ways in which databases are superior to spreadsheets.
    Safer (data is written to the harddrive more often, better facilities for insuring data integrity), Concurrency (more than one user can use a database at a time), Scalability (databases are faster for large amounts of data), Efficiency (easier to perform most queries).

  4. List the steps for creating a new table in MS Access.
    Ans: To create a new database: Select main menu New, Select Blank database... on the right, enter database name in file dialog.
    To create a new table: Double click on Create table in Design view, Enter field names and corresponding data types, save changes to table.

  5. Define these terms for an Access database: Table, Row, Column, Field.
    Ans: A table is a rectangular grid of data arranged into rows and columns; a row contains all of the data for a particular observation, for example, a student, patient, employee, transaction, ticket; a column contains data values of a certain type; a field is the intersection of a row and a column. A field contains a single piece of data for a row.

 

Introduction to MS Access