Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Systems Analysis and Design Methods
Quiz 14: Database Design
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 41
True/False
Variable-length record structures allow different records in the same file to have different lengths.
Question 42
True/False
When a computer program "reads" a record from a database, it actually retrieves a group or block (or page.) of records at a time. This approach minimizes the number of actual disk accesses.
Question 43
True/False
A variable-length record structure means that each record instance has the same fields, same number of fields and the same logical size.
Question 44
True/False
A fixed-length record structure means that each record instance can have different fields, a different number of fields, as long as the length (size) of the record is always fixed at the same size.
Question 45
True/False
A blocking factor is the number of physical records included in a single read or write operation.
Question 46
True/False
The set of all occurrences of a given record structure in a database system is frequently called a table.
Question 47
True/False
Master files or tables contain records that are relatively permanent. Thus, once a record has been added to a master file, it remains in the system indefinitely. The values of fields for the record will change over its lifetime, but the individual records are retained indefinitely.
Question 48
True/False
Transaction files or tables contain records that describe business events. The data describing these events normally has a limited useful lifetime.
Question 49
True/False
Document files and tables contain stored copies of historical data for easy retrieval and review without the overhead of regenerating the document.
Question 50
True/False
Archival files and tables contain master and transaction file records that have been moved from on-line storage to off-line storage.
Question 51
True/False
Table look-up files contain relatively static data that can be shared by applications to maintain consistency and improve performance.
Question 52
True/False
Audit files are special records of updates to other files, especially master and transaction files. They are used in conjunction with archival files to recover "lost" data. Audit trails are typically built into better database technologies.