Data Structures And Algorithms Quiz


Play this quiz that will help you to excel in Data Structures And Algorithms certification exams, placements etc. This Data Structures And Algorithms quiz consist of 10 questions that you need to solve in 10 minutes. We’ve specially designed this quiz so that you can quickly acquaint to the pattern of questions you can be asked in placement drives, certification exams etc. This DSA test enables you to assess your knowledge of Data Structures And Algorithms.

Take the Free Practice Test



Data Structures And Algorithms MCQs

Practice Data Structures & Algorithms MCQ Questions, which will help you to sharpen your DSA skills and also helps you to prepare for placements, interviews, technical rounds, competitive programming etc.

Data Structures And Algorithms Quiz

Try Free Data Structures And Algorithms Quiz, to start a quiz you need to login first, after login you will get start quiz button and then by clicking on that you can start quiz. You will get 10 Minutes to answer all questions.

Data Structures And Algorithms Quiz

1. Lossy compression reduces bits by removing unnecessary or less important information

TRUE
FALSE
Can be true or false
Can not say

2. In an array representation of binary tree the right child of root will be at location of?

2
3
4
6

3. Space complexity S(P) of any algorithm P is S(P) = C + SP(I), where C is the?

fixed part
variable part
space complexity
None of the above

4. Not all procedures can be called an algorithm

TRUE
FALSE
Can be true or false
Can not say

5. _________ is measured by counting the number of key operations such as comparisons in the sorting algorithm.

Space
Lines
Time
None of the above

6. In analysis of algorithm, approximate relationship between the size of the job and the amount of work required to do is expressed by using _________.

Central tendency
Differential equation
Order of magnitude
Order of execution

7. Which of the following analysis known as theoretical analysis of an algorithm?

A Posterior Analysis
A Priori Analysis
A Feasibility Analysis
A Independent Analysis

8. __________ is the formal way to express the upper bound of an algorithm's running time.

Omega Notation
Theta Notation
Big Oh Notation
All of the above

9. Which of the following is not a Characteristics of a Data Structure?

Completeness
Correctness
Time Complexity
Space Complexity

10. Lossy image compression is used in digital cameras, to increase storage capacities

Yes
No
Can be yes or no
Can not say

Results