The correct response is:
arrays, lists, stack, and queues
Linear data structures are those where elements are arranged in a sequential manner, and each element is connected to its previous and next element. Arrays, lists, stacks, and queues are examples of linear data structures. Trees, on the other hand, are considered non-linear data structures.