Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

25 Qs

quiz-placeholder

Similar activities

Control Structures  C#

Control Structures C#

University

20 Qs

Quiz 1 Introduction To database Concept

Quiz 1 Introduction To database Concept

University

20 Qs

4thQuarter Review Comprog 2

4thQuarter Review Comprog 2

11th Grade - University

20 Qs

Exploring Software and Networks

Exploring Software and Networks

8th Grade - University

20 Qs

Pointers in C

Pointers in C

University

24 Qs

Pseudocode

Pseudocode

KG - University

20 Qs

DBMS E-R Diagram Quiz 2

DBMS E-R Diagram Quiz 2

University

20 Qs

IT Risk Management

IT Risk Management

University

20 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Neel (ÑËËĹ)

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data structure?

A programming language

A collection of algorithms

A way to store and organize data

A type of computer hardware

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used for implementing recursion?

Stack

Queue

List

Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The data structure required to check whether an expression contains a balanced parenthesis is?

Queue

Stack

Tree

Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the postfix expression 6 3 2 4 + - *?

74

-18

22

40

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The data structure required for Breadth First Traversal on a graph is?

Array

Stack

Tree

Queue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The prefix form of A-B/ (C * D ^ E) is?

-A/B*C^DE

-A/BC*^DE

-ABCD*^DE

-/*^ACBDE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The optimal data structure used to solve Tower of Hanoi is ?

Tree

Heap

Priority queue

Stack

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?