Database Question Answers - Chapter 1 Online Quiz Test
-
1. If a relation scheme is in BSNF then it is also in
- First normal form
- Second normal form
- Third normal form
- Not in any normal form
-
2. Attribute of one table matching to the primary key of other table, is called as
- foreign key
- secondary key
- candidate key
- composite key
-
3. Allocation map
- Used to store program data
- specifies which blocks are used by which file
- is updated by application programs
- allow programs to erase files
-
4. The master list of an indexed file
- is sorted in ascending order
- contains only a list of keys and record numbers
- has a number assigned to each record
- none of above
-
5. Database management systems are used to
- eliminate data redundancy
- establish relationships among records in different files
- manage file access
- none of above
-
6. Ascending order of data hierarchy is
- bit->byte->record->field->file->database
- bit->byte->field->record->file->database
- byte->bit->field->record->file->database
- byte->bit->field->file->record->database
-
7. Which is not a logical database structure
- Chain
- Tree
- Relational
- Network
-
8. Embedded pointer provides
- a secondary access path
- a physical record key
- an inverted index
- all of above
-
9. Network structure
- is a physical representation of data
- is conceptually simple
- allows many to many relationships
- none of above
-
10. File record length
- should always be fixed
- should always be variable
- should be chosen to match the data character
- depends upon the size of file
-
11. Data management system may be implemented as
- system software
- application software
- computer program
- all of above
-
12. RAID configurations of a disk are used to provide
- fault tolerance
- high speed
- high data density
- none of above
-
13. Which among following is an approach for standardizing storing of data
- MIS
- Structured programming
- CODASYL specifications
- None of above
-
14. Which among following contains a complete record of all activity that affected the contents of a database during a creation period of time
- report writer
- query language
- DML
- transaction log
-
15. The logical structure with one to many relationships is a
- network
- tree
- chain
- relational
-
16. Which normal form is considered adequate for normal relational database design
- 2NF
- 5NF
- 3NF
- 4NF
-
17. Transaction processing was made possible by the development of
- direct access storage
- magnetic tape
- cash register input
- minicomputers
-
18. Physical location of a record in database is determined with the help of
- B tree file
- Indexed file
- Hashed file
- sequential file
-
19. Modify operation is likely to be done after
- Delete
- Lookup
- Indexing
- Insertion
-
20. Which among following is not a relational database
- dBase IV
- 4th Dimention
- FoxPro
- Reflex