Data Structures (3130702) MCQs

MCQs of Introduction to Data Structures

Showing 1 to 8 out of 8 Questions
1.

Which is non-primitive data type from these?

(a)

Integer

(b)

Character

(c)

Double

(d)

Array

Answer:

Option (d)

2.

Which is Primitive data type from these?

(a)

Float

(b)

Lists

(c)

Double

(d)

Array

Answer:

Option (a)

3.

An algorithm should have ________ features.

(a)

Free of ambiguity

(b)

Concise

(c)

Efficient

(d)

All of these

Answer:

Option (d)

4.

Which of the following data structure is non-linear type?

 

(a)

Strings

(b)

Lists

(c)

Stacks

(d)

None of these

Answer:

Option (d)

5.

If elements of the data structure form a sequence of the list then it is called as _________.

(a)

Linear data structure

(b)

Primitive data structure

(c)

Non-primitive data structure

(d)

None of these

Answer:

Option (a)

6.

Which statement from the following is correct for the algorithm:

(a)

There are zero or more inputs possible to the algorithm.

(b)

There must be zero input possible to the algorithm.

(c)

There must be one input possible to the algorithm.

(d)

None of these

Answer:

Option (a)

7.

In order to make the computer work we need to know:

(a)

Representation of data in computer

(b)

Accessing of data

(c)

How to solve the problem step by step

(d)

All of these

Answer:

Option (d)

8.

The Term Data structure refers to _______ and interrelationships between them.

(a)

Programming Language Statement

(b)

Coding standards

(c)

Oraganization of data element

(d)

None of these

Answer:

Option (c)

Showing 1 to 8 out of 8 Questions