Answer:
a. Advantage of pointer versus sequencial file organization are;
Pointer
- in a file, the records are connected to the prior record and next record in sequence with the aid of pointer.
Sequencial file organization
- records are arranged and stored in sequencial order according to the value of the primary key.
Advantage in details
- when compared with sequencial file organization, pointer to prior and next record concept advantageous because the records can be accessed sequencially from the beginning until the required file is found.
b. Pointers with multiple sequence
- basically the pointers are simple, bidirectional and permits record traversal in two direction both forward and backward but it does not allow it for the different sequence.