File Organisation And Indexing Flashcards
What is Primary File Organisation?
Defines the methods of storing and organising files on a storage device (like hard drive)
Types of Primary File Organisation.
- Sequential File Organisation
- Heap File Org
- Index File Org
- Linked File Org
What is Sequential File Organisation?
A method of storing files in continuous or sequential data blocks.
Heap File Org?
Files aren’t stored in a specific order; when a data block is full and another file needs to be stored, it is stored in any free data block – it doesn’t have to be close.
What is Index File Organisation?
Uses catalogue of file names and their locations to keep track of the files.
What is Linked File Organisation?
Files stored in this manner are divided into fixed-length blocks which contain pointers to the location of the next related file.
What is 4GL?
Fourth Generation Environment is an environment (set) of high-level programming languages which provides a non-procedural interface for developing database applications.
What are non-procedural languages?
Programming languages that allow users specific what they want done without having to state how it should be done.