wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data Structure & Algo - Prelim Long Quiz

Total questions: 21

Worksheet time: 18mins

Name
Class
Date
1.

ADT is short for (a)   .

2.

(a)   can be defined as an elementary value or the collection of values.

3.

A ­­­ (a)   is a collection of various records of one type of entity.

4.

(a)   data structure is a type of data structure where the size is allocated at the compile time.

5.

In (a)   , the elements are arranged in a random manner.

6.

(a)   algorithm is the general logic structure is applied to design an algorithm.

7.

(a)   is a way to store and organize data so that it can be used efficiently.

8.

(a)   means the algorithm is simple then it is easy to understand.

9.

An (a)   is a collection of memory elements in which data is stored sequentially.

10.

(a)   can be defined as the collection of various data items.

11.

Data structure is a set of algorithms that we can use in any programming language to structure the data in the memory.

a)

True

b)

False

12.

Data structures are the building blocks of any program or the software.

a)

True

b)

False

13.

A data structure is called linear if all of its elements are arranged in the linear order.

a)

True

b)

False

14.

After designing an algorithm, the required and the desired inputs are provided to the algorithm.

a)

True

b)

False

15.

2D array is an array of arrays.

a)

True

b)

False

16.

List algorithms are used to rearrange the elements in an array.

a)

True

b)

False

17.

Divide and conquer It allows you to design an algorithm in a step-by-step variation.

a)

True

b)

False

18.

Priori analysis is the theoretical analysis of an algorithm that is done before implementing the algorithm.

a)

True

b)

False

19.

The output is the outcome or the result of the program.

a)

True

b)

False

20.

Binary algorithm is the simplest algorithm that searches the element very quickly.

a)

True

b)

False

21.

Based on your understanding of our lessons define "Algorithms".

4 lines