Data Structures Fundamentals
Test your knowledge of data structures, data types, arrays, linked lists, stacks, queues, trees, and fundamental operations like searching and merging.
Questions
What is information?
- A set of values
- A processed data
- A collection of record
- None of these
A value or set of values is called____.
- file
- entity
- data
- key
What do you mean by record?
- A collection of similar entities
- A collection of related records
- A collection of related items
- None of these
A primitive data type is a ____ data type.
- predefined
- post defined
- abstract
- none of these
A data item in a record that takes unique values and can be used to distinguish a record from other record, is called____.
- key
- information
- data time
- record
The collection of values and a set of operations that act on values is called____.
- abstract data type
- primitive data type
- polymorphic
- data type
What is a list?
- A collection of record which can be ordered or unordered.
- A collection of data type which can be ordered or unordered.
- A collection of different values.
- A collection of elements which can be ordered or unordered.
A data type that is organized in such a way that the specification of the values and the specification of the operation on these values are separated from the representation of the values and the implementation of the operation is called
- primitive data type
- polymorphic data type
- abstract data type
- none of these
____ is important because it supplies two essential pieces of information.
- Data typing
- Data hiding
- Data typing
- None of these
A data structure is a/an____of a particular organization of data.
- algorithm
- logical model
- analytical
- none of these
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
The pre defined data type is also known as____.
- set of values
- built-in data type
- polymorphic
- abstract data type
FIFO stands for
- first-out-first-in
- first-inner-from-out
- first-inter-for-offer
- first-in-first-out
LIFO stands for.
- left-in-first-off
- long- inbox- from- on
- last-in-first-out
- last-in-from-open
What is a stack?
- LIFO
- FILO
- LOFT
- FOLI
A data structure that represents hierarchical relationship between various elements is called
- tree
- queue
- heap
- shape
The finding of location of a given element is called____.
- sorting
- deletion
- searching
- in serration
How many children are there in a binary tree?
- 3
- 2
- 4
- 5
In doubly linked list, each node is divided into ________ parts.
- 4
- 3
- 5
- 6
A list of finite number of elements of same data type is called____.
- arrays
- data type
- record of file
- none of these
Combining the elements of two similar sorted structures into a single structure is called _____.
- traversal
- heap
- sorting
- merging
The collection of data elements is called ______.
- array
- station
- node
- none of these
In liner linked list, each node is divided into_____ parts.
- 5
- 4
- 3
- 2
In linear linked list, the first part contains the information of the element and second called ____ contains the address of the node in the list.
- the linked field or next pointer field
- the pervious pointer field
- the information of the element
- none of these
____ requires only one index to access an individual element of the array.
- Two-dimensional array
- One- dimenstrional array
- Multi dimensional array
- Single ten array