To Lecture Notes

LSP 121 -- 10/14/10

 

Review Questions

  1. What is the modern definition of the inch?

    Ans: 1 inch = 2.54 centimeters. The older definition (until 1959) was 1 meter = 39.34 inches.

  2. How many micrometers in one kilometer?

    Ans: See answers-prop-units.xls

  3. Convert a terasecond to centuries.

    Ans: See answers-prop-units.xls

  4. How many miles are in one light year?

    Ans: See answers-prop-units.xls

  5. What is the logarithm of 3.1623?

    Ans: 3.1623 is the square root of 10, so log 3.1623 = log √10 = log 100.5 = 0.5

 

Introduction to Access

 

Creating an Access Database

  1. Create an Access database named Persons. Then create the following table named PersonData.

    PersonData
    Name Gender Age
    Judy F 27
    Michael M 29
    Alice F 32

    The database that you create should be similar to the example database persons.accdb.

  2. Create an Access table like the StudentData table in Section A of the Access Tutorial.

 

Why Databases?

 

Filtering and Sorting

 

Activity 8