wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

QUIZ: INTRO TO DATA STRUCTURES AND ALGORITHMS

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

One of the characteristics of Data Structure that talks about proper implementation of interface

a)

Complexity

b)

Correctness

c)

Cohesiveness

d)

Implementation

2.

(a)   is a systematic way to organize data in order to use it efficiently.

3.

Choose the common problems that application face encounter nowadays

a)

Processor Speed

b)

Multiple Requests

c)

Time

d)

Data Search

4.

(a)   is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output.

5.

TRUE OR FALSE: All procedures can be called an algorithm

a)

True

b)

False

6.

These are some of the important categories of algorithms we can find in applications.

a)

Delete

b)

Update

c)

Search

d)

Sort

e)

Insert

7.

_______ is that which contains certain attributes or properties, which may be assigned values.

a)

Elementary Items

b)

Attribute and Entities

c)

Entity Set

d)

Field Set

8.

Identify the characteristics of an algorithm?

a)

Algorithm should be clear and ambiguous

b)

An algorithm should have 0 or more well-defined outputs.

c)

An algorithm should have step-by-step directions, which should be independent of any programming code.

d)

Should be feasible with the available resources.

9.

Algorithms are never written to support a particular programming code

a)

True

b)

False

c)

Maybe

d)

None of the above.

10.

TRUE OR FALSE: Algorithm is dependent on the programming language.

a)

True

b)

False