Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

quiz-placeholder

Similar activities

A-Level Computer Science Data Structures Quiz

A-Level Computer Science Data Structures Quiz

12th Grade - University

14 Qs

DSA-Quiz1

DSA-Quiz1

University

12 Qs

Data Structure

Data Structure

University

14 Qs

DSA_Quiz_3

DSA_Quiz_3

University

20 Qs

PDS - 04225 Trees - Chapter 6

PDS - 04225 Trees - Chapter 6

University

10 Qs

Data Structures -Trees & Sorting

Data Structures -Trees & Sorting

University

15 Qs

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Data Structures Activity - 1

Data Structures Activity - 1

Assessment

Quiz

Computers

University

Medium

Created by

Krishkanth Karthik

Used 9+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which data structure is used for implementing recursion?

Stack

Heat Maps

Recursion Stack

Queue

Answer explanation

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

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

Stack

Queue

Array

Trees

3.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

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

-A/B*C^DE

-A/BC*^DE

-ABCD*^DE

-/*^ACBDE

4.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which of the following points is/are not true about Linked List data structure when it is compared with an array?

Arrays have better cache locality that can make them better in terms of performance

Random access is not allowed in a typical implementation of Linked Lists

It is easy to insert and delete elements in Linked List

Access of elements in linked list takes less time than compared to arrays

5.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which of the following is not the type of queue?

Single ended queue

Priority queue

Circular queue

Ordinary queue

6.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which of the following data structures can be used for parentheses matching?

n-ary tree

Queue

Priority Stack

Stack

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

What is an AVL tree?

a tree which is balanced and is a height balanced tree

a tree with three children

a tree with atmost 3 children

a tree which is unbalanced and is a height balanced tree

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?