Multiple choice

What is a linear data structure?

  1. The records form a sequence

  2. The files form a sequence

  3. The elements from a sequence

  4. The logics form a sequence

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In a linear data structure, the elements form a sequential arrangement where each element is connected to its previous and next element. Examples include arrays, linked lists, stacks, and queues.