Multiple choice technology architecture

Which of the following data structure is linear type?

  1. Strings

  2. Lists

  3. Queues

  4. All of above

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

Strings, lists, and queues are all linear data structures where elements are accessed in sequential order. Linear structures have a single path to access elements (first-to-last or last-to-first). Since all three options (A, B, C) are linear data structures, option D 'All of above' is correct.