Database Question Answers - Chapter 1
-
15. Network structure
- is a physical representation of data
- is conceptually simple
- allows many to many relationships
- none of above
Answer :
Option C
-
16. 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
Answer :
Option B
-
17. Modify operation is likely to be done after
- Delete
- Lookup
- Indexing
- Insertion
Answer :
Option B
-
18. Data dictionary is a special file that contains
- the names of all fields in all files
- the data types of all fields of all files
- Both of above
- None of above
Answer :
Option B
-
19. Which among following is not a relational database
- dBase IV
- 4th Dimention
- FoxPro
- Reflex
Answer :
Option D
-
20. Which among following is an approach for standardizing storing of data
- MIS
- Structured programming
- CODASYL specifications
- None of above
Answer :
Option C
-
21. 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
Answer :
Option D