Assignment Quiz-2

Assignment Quiz-2

University

20 Qs

quiz-placeholder

Similar activities

Singly Linked List

Singly Linked List

University

15 Qs

Prelims - LIST

Prelims - LIST

University

20 Qs

Data Structure Quiz1

Data Structure Quiz1

University

20 Qs

Linked list 1

Linked list 1

University

20 Qs

Linked List and Arrays in JAVA

Linked List and Arrays in JAVA

University

16 Qs

DS - Linked List - S1

DS - Linked List - S1

University

16 Qs

Linked List (Chapter 2)

Linked List (Chapter 2)

University

15 Qs

Linked List

Linked List

KG - University

18 Qs

Assignment Quiz-2

Assignment Quiz-2

Assessment

Quiz

Computers

University

Easy

Created by

Mr. Joseph

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

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

2.

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

3.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which of the following statements about a binary search tree (BST) is FALSE?

In a BST, the left subtree of a node contains only nodes with keys less than the node's key

A BST can have duplicate values stored in its nodes.

In a BST, the right subtree of a node contains only nodes with keys greater than the node's key.

The inorder traversal of a BST visits the nodes in ascending order based on their keys

4.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Minimum number of fields in each node of a doubly linked list is ________________

Three

Four

Two

None

5.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

A binary tree in which all its levels except

the last, have maximum numbers of nodes, and all the nodes in the last level have only one child it will be its left child. Name the tree.

Threaded tree

M-way search tree

Full binary tree

Complete binary tree

6.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

In binary trees, which traversal visits the left subtree, then the root, and finally the right subtree recursively?

Preorder traversal

Postorder traversal

Level order traversal

Inorder traversal

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Consider a singly linked list with nodes containing integers. Which operation typically has a time complexity of O(1) for both insertion and deletion?

Insertion at the beginning of the list

Deletion from the middle of the list

Deletion from the end of the list

Insertion at the end of the list

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?