To Lecture Notes

LSP 121 -- 10/19/10

 

Review Questions

  1. Define these terms:

  2. How is Access similar to SPSS?

    Ans: Both Access and SPSS present data in the form of tables. SPSS uses different terminology than Access:
    Access Term SPSS Term
    Table Database
    Row Observation
    Column Variable
    Field Data Value

  3. What datatypes do we know about for columns?

    Ans: Text and Number. Other useful datatypes are Yes/No, Data/Time, and Currency.

  4. How do you create and apply a filter in Access?

    Ans: To obtain the Filter Grid: Home Tab >> Advanced >> Advanced Filter/Sort. To apply a filter or sort: Home Tab >> Advanced >> Apply Filter/Sort. You can also right click above the Filter/Sort grid and select Apply Filter/Sort.

  5. What kinds of sorting are available in Access?

    Ans: Ascending, Descending, Not Sorted.

  6. What is the result of applying this advanced Filter/Sort?

    Field: Gender Age Name
    Sort: Ascending Descending  
    Criteria:      
    or:      

    to this table:

    PersonData
    Name Gender Age
    Judy F 39
    Michael M 29
    Alice F 32
    Megan F 39
    Pat M 41
    Alan M 32
    Gretchen F 52

    This is the example database persons2.accdb.

    Ans: The rows are sorted by gender. Within the rows with gender F, the rows are sorted by descending age.

  7. What is the result of applying this advanced Filter/Sort?

    Field: Gender Age Name
    Sort:   Descending Ascending
    Criteria: "F"    
    or:      

    to the preceding table?

    Ans: All rows with gender F are selected. Those rows are sorted by descending age. For those rows tied with the same age, they are sorted by ascending name.

  8. How would you obtain the rows of all persons with age

 

Primary Keys

 

Searching

 

Importing Data into a Table