Font size
WorksheetsIntroduction to Data Structure
Total questions: 10
Worksheet time: 7mins
Data Structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.
True
False
Types of data structures are ...
Primitive and non-primitive.
Linear and non-linear.
Static and dynamic.
All above
In this type of data structures, data values of different types are grouped, as in structures and classes. Refer to ...
Homogenous
Non-homogenous
A data structure that changes in size as a program needs it by allocating and de-allocating memory is about ...
Static data structures
Dynamic data structues
A container which can hold a fix number of items and these items should be of the same type. Most of the data structures make use of arrays to implement their algorithms.
Element
Array
Index
•Each item stored in an array is called an (a)
An (a) is a mathematical model of a data structure.
Following are the basic operations supported by an array except...
Insertion
Deletion
Search
Tracing
No answer
•Array length is 15 which means it can store (a) elements.
•To declare a structure, use the struct statement. It declares a new data type, with more than one member. Pointed area it is refer to _____
Structure tag
Members of Structure
Variable
