CBSE Class 12 Computer Science Question 29 of 68

Data Structures - I : Linear Lists — Question 1

Back to all questions
1
Question

Question 1

What are data structures ? Name some common data structures.

Answer

A data structure is a named group of data of different data types which is stored in a specific way and can be processed as a single unit. A data structure has well-defined operations, behaviour and properties.

Some common data structures are Stack, Lists, Queue, Linked lists and Tree.