0% found this document useful (0 votes)
136 views

Tutorial Questions For Week 2 - 3

This document contains tutorial questions about database systems. It discusses key database concepts like data, fields, records, files and data redundancy. It asks questions about data independence, DBMS functions, structural independence, the difference between data and information. Questions are also asked about the components of a database system, metadata, database design costs, structured vs unstructured data, and basic database functions that spreadsheets cannot perform. Sample database file structures are provided and questions posed about identifying redundancies and how to restructure the files to eliminate them.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views

Tutorial Questions For Week 2 - 3

This document contains tutorial questions about database systems. It discusses key database concepts like data, fields, records, files and data redundancy. It asks questions about data independence, DBMS functions, structural independence, the difference between data and information. Questions are also asked about the components of a database system, metadata, database design costs, structured vs unstructured data, and basic database functions that spreadsheets cannot perform. Sample database file structures are provided and questions posed about identifying redundancies and how to restructure the files to eliminate them.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Topic 1 Database Systems

Tutorial Questions for Week 2 - 3

1. Discuss each of the following terms:


a. Data - is a raw fact or information.
b. Field - is a data structure for a single piece of data
c. Record - is composed of fields and contains all the data about one particular person,
company, or item in a database
d. File - A DB file is a generic database file that stores data in a structured format
2. What is data redundancy, and which characteristics of the file system can lead to it?
3. What is data independence, and why is it lacking in file systems?
4. What is a DBMS, and what are its functions?
5. What is structual independence, and why is it important?
6. Explain the difference between data and information.
7. What is the role of a DBMS, and what are its advantages? What are its disadvantages?
8. List and describe the different types of databases.
9. What are the main components of a database system?
10. What are metadata?
11. Explain why database design is important.
12. What are the potential costs of implementing a database system?
13. Use examples to compare and contrast unstructured and structured data. Which type is more
prevalent in a typical business environment?
14. What are some basic database functions that a spreadsheet cannot perform.
15. What common problems do a collection of spreadsheets created by end users share with the typical
file system?
16. Explain the significance of the loss of direct, hands-on access to business data that users experienced
with the advent of computerized data repositories.

Problem Solutions
Given the file structure shown in Figure P1.1, answer Problems 1 - 4.

FIGURE P1.1 The File Structure for Problems 1-4

1. How many records does the file contain? How many fields are there per record?

2. What problem would you encounter if you wanted to produce a listing by city? How would you
solve this problem by altering the file structure?
3. If you wanted to produce a listing of the file contents by last name, area code, city, state, or zip code,
how would you alter the file structure?

1
Topic 1 Database Systems
4. What data redundancies do you detect? How could those redundancies lead to anomalies?

FIGURE P1.5 The File Structure for Problems 5-8

5. Identify and discuss the serious data redundancy problems exhibited by the file structure shown in
Figure P1.5.
6. Looking at the EMP_NAME and EMP_PHONE contents in Figure P1.5, what change(s) would you
recommend?
7. Identify the various data sources in the file you examined in Problem 5.
8. Given your answer to Problem 7, what new files should you create to help eliminate the data
redundancies found in the file shown in Figure P1.5?

FIGURE P1.9 The File Structure for Problems 9-10

9. Identify and discuss the serious data redundancy problems exhibited by the file structure shown in
Figure P1.9. (The file is meant to be used as a teacher class assignment schedule. One of the many
problems with data redundancy is the likely occurrence of data inconsistencies – that two different
initials have been entered for the teacher named Maria Cordoza.)
10. Given the file structure shown in Figure P1.9, what problem(s) might you encounter if building
KOM were deleted?
2

You might also like