Which of the following is a disadvantage of parallel array over the…
2023
Which of the following is a disadvantage of parallel array over the traditional arrays?
Answer: D. Insertion and Deletion becomes tedious — Answer: d Explanation: Insertion and deletion of elements require to move every element from their initial positions. This will become tedious. For Record…
- A.
When a language does not support records, parallel arrays can be used
- B.
Increased locality of reference
- C.
Ideal cache behaviour
- D.
Insertion and Deletion becomes tedious
Attempted by 213 students.
Show answer & explanation
Correct answer: D
Answer: d
Explanation: Insertion and deletion of elements require to move every element from their initial positions. This will become tedious. For Record collection, locality of reference and Ideal Cache behaviour we can use parallel arrays.
Loading lesson…