Multiple choice What is a linear data structure? The records form a sequence The files form a sequence The elements from a sequence 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.