home *** CD-ROM | disk | FTP | other *** search
/ Shelly Cashman Series Ex…s - A Record of Discovery / Explore.bin / LAB15.TXT < prev    next >
Text File  |  1997-03-12  |  2KB  |  111 lines

  1. Shelly Cashman Series Lab - Designing a Database
  2.  
  3.  
  4. Name   ____________________________________
  5.  
  6.  
  7. Course and Division _______________________
  8.  
  9.  
  10. Date   ___________________     Page 1 of 2
  11.  
  12.  
  13. As you step through the Interactive Lab, answer the following
  14. questions in the spaces provided. For multiple choice
  15. questions, enter the appropriate letter on the blank line.
  16.  
  17. 1. In an inventory database, PART NUMBER would be an 
  18. example of a _____________.
  19.  
  20. a. flat file
  21. b. field
  22. c. record
  23. d. database file
  24.  
  25. 2. A database restricts a user's access to a single file.
  26. True or False? _____________
  27.  
  28. 3. In a hierarchical database, a child can have more than
  29. one parent. True or False? _____________
  30.  
  31. 4. In a _____________ database, data across multiple files
  32. is linked together based on a single field common to each
  33. file.
  34.  
  35. a. hierarchical
  36. b. object-oriented
  37. c. network
  38. d. relational
  39.  
  40. 5. _____________ are items containing data and the actions
  41. which can be taken on that data.
  42.  
  43. a. Objects
  44. b. Relations
  45. c. Networks
  46. d. Trees
  47.  
  48. 6. When a user is querying a database, he or she is 
  49. _____________.
  50.  
  51. a. adding a record to the database
  52. b. modifying a record that already exists in the database
  53. c. deleting a record from the database
  54. d. requesting data from the database to display
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. Shelly Cashman Series Lab - Designing a Database
  68. Page 2 of 2
  69.  
  70.  
  71. 7. With QBE, a user enters criteria into one or more
  72. _____________.
  73.  
  74. a. files
  75. b. records
  76. c. fields
  77. d. children
  78.  
  79. 8. SQL stands for _____________.
  80.  
  81. a. standard query language
  82. b. stored query language
  83. c. structured query language
  84. d. saved query language
  85.  
  86. 9. What type of field information is stored in a data
  87. dictionary?
  88.  
  89. __________________________________________________________
  90.  
  91. __________________________________________________________
  92.  
  93. 10. A(n) _____________ records changes made to the database in
  94. a log, which can be used to reconstruct the database in
  95. the event of an accident or malfunction.
  96.  
  97. a. query language
  98. b. utility program
  99. c. security program
  100. d. recovery program
  101.  
  102. 11. LAST NAME would be a good choice for a key field.
  103. True or False? _____________ 
  104.  
  105. 12. Explain why default values are used.
  106.  
  107. __________________________________________________________
  108.  
  109. __________________________________________________________
  110.  
  111.