a) File Organization: A technique for physically arranging the record of a file on secondary storage devices.
b) Sequential File Organization: The storage of records in a file in sequences according to primary key value.
c) Indexed File Organization: The storage of records either sequentially or consequentially with an index that allows software to locate individual records.
d) Hashed File Organization: A storage system in which the address for each record is determined using a hashing algorithm.
e) Denormalization: The process of transforming normalized relations into non-normalized physical record specifications.
f) Composite Key: Consists of more than one attribute to uniquely identify an entity occurrence.
g) Secondary Key: One field or a combination of fields for which more than one record may have the same combination of values; also called a nonunique key.
h) Data Type: A detailed coding scheme recognized by system software, such as DBMS, for representing organizational data.
i) Join Index: An index on columns from two or more tables than come from the same domain of values.
2. Match the following terms with the appropriate definitions: Extent: D. A contagious section of disk space Hashing Algorithm: F. Converts key value into an address Index: B. A data structure used to determine in a file the location of a record/records Physical Record: G. Adjacent fields. Pointer: E. A field not containing business data. Data Type: A. A detailed coding scheme for representing organizational data. Physical File: C. A named area of Secondary memory
3. Contrast the Following Terms a) Horizontal Partitioning; Vertical Partitioning
Both methods of partitioning involve the creation of additional tables. However, Horizontal Partitioning involves the partitioning of tables to reduce the number of rows, where as vertical partitioning results in more tables with fewer columns. b) Physical File; Tablespace
A tablespace specifies the storage location of a physical file in a database. c) Normalization; Denormalization
Normalization results in a database that with pieces of information that are broken into individual, separate tables. A normalized database is created specifically to remove redundant data. However, denormalized databases maintain or add redundant data to speed up read time. d) Range control; Null control
Range control limits the the allowable values in a field (e.g. number values, number of characters, etc). In contrast, Null control prevents leaving a field empty. e) Secondary Key; Primary Key
A Primary Key is the main reference key for a given table. A Secondary Key is a candidate key that could also serve as a Primary Key.
4. What are the major inputs into physical database design?
Logical database structures developed during logical design
User processing requirements identified during requirements definition
Characteristics for the DBMS and other components of the computer operating environment
You May Also Find These Documents Helpful
-
A Database is generally used for storing data in a structured way in an efficient manner for insert, update and retrieval of data in well defined formats. On the other hand, in file system the data stored in unstructured manner with an unrelated data.…
- 1178 Words
- 5 Pages
Powerful Essays -
|File – Is a place where data is stored on a computer, there are many different types of files and most if not all data is stored in a file. |…
- 829 Words
- 4 Pages
Satisfactory Essays -
You follow certain step’s to access the supplementary readings for a course when u sing your organizations library management system. These steps that you follow are examples of the _________ components of an information system.…
- 2478 Words
- 10 Pages
Satisfactory Essays -
2) Once the users have validated and approved the data model, it is transformed into a ________.…
- 2041 Words
- 9 Pages
Good Essays -
File – A resource within a computer’s main memory. It is used to store several types of information.…
- 437 Words
- 2 Pages
Satisfactory Essays -
Computers store data ondisks using files, which are structured in specific ways in order to allow for faster access, higher reliability, and to make better use out of the drive's available space. The specific way in which files are stored on a disk is called a file system, and enables files to have names and attributes. It also allows them to be stored in a hierarchy of directories or folders arranged in a directory tree.…
- 4639 Words
- 19 Pages
Powerful Essays -
what best describes the function of a foreign key. the primary key repeated in another table to show relation…
- 329 Words
- 2 Pages
Satisfactory Essays -
9. How do the following terms relate to one another: record, table, field, primary key? Rows are called records, and columns are sometimes called fields. A primary key assigns that field’s special order to a table.…
- 421 Words
- 2 Pages
Satisfactory Essays -
9. The term “data structures” refers to the speed at which data it is captured, analyzed, and reported.…
- 2468 Words
- 11 Pages
Powerful Essays -
File= A collection of bytes, assigned a name for easy reference by the file system and grouped together for storage on a permanent storage device.…
- 465 Words
- 2 Pages
Satisfactory Essays -
C) is an electronic file that contains a grid of columns and rows for related data.…
- 4708 Words
- 19 Pages
Satisfactory Essays -
1. Identify whether each characteristic listed below generally belongs to a file-based system or to a database system.…
- 429 Words
- 2 Pages
Satisfactory Essays -
3) A description of at least two methods of sorting records and the benefits of each:…
- 1173 Words
- 6 Pages
Good Essays -
1. Recruitment and selection activities within a high-performance organization include three of the following. Which is not a recruitment and selection activity within a high-performance organization?…
- 1154 Words
- 5 Pages
Satisfactory Essays -
A candidate key is any attribute or combination of attributes that might make a primary key.True…
- 328 Words
- 2 Pages
Satisfactory Essays