DS Mid Review

DS Mid Review

University

20 Qs

quiz-placeholder

Similar activities

M3-1

M3-1

University

15 Qs

User-Defined DS

User-Defined DS

University

15 Qs

AVL Tree

AVL Tree

University

18 Qs

Graph Theory Data Structures

Graph Theory Data Structures

University

17 Qs

Linked List (Chapter 2)

Linked List (Chapter 2)

University

15 Qs

Introduction to Tree Data Structure (TDS)

Introduction to Tree Data Structure (TDS)

University

20 Qs

DSAA Quiz

DSAA Quiz

University

15 Qs

Fundamentals of Data Structures-Test 1-Unit-1

Fundamentals of Data Structures-Test 1-Unit-1

University

20 Qs

DS Mid Review

DS Mid Review

Assessment

Quiz

Computers

University

Hard

Created by

Maryam Alghamdi

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

In the Tree, the top node called:

Child

Root

Siblings

Parent

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

In the Stack, insert and delete can be performed in only one position, called:

Top

Pop

Push

Enqueue

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Binary tree is full if each node has 2 or 0 children

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

One of the applications of the Stack is converting Infix to Postfix expressions

True

False

5.

MULTIPLE CHOICE QUESTION

45 sec • 15 pts

The running time for the following code is:

for (i=0; i<n; i++)

for (j=0; j<n; j++)

k++;

O(N)

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

__________ of an element is allowed at the rear of the Queue.

Removal

Merging

Insertion

Copy

7.

MULTIPLE CHOICE QUESTION

45 sec • 20 pts

In the Simple Linked List, which of the following requires executing two reference update (change):

Insert

Delete

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?