DS Mid Review

DS Mid Review

University

20 Qs

quiz-placeholder

Similar activities

Data Structures

Data Structures

University

20 Qs

DSA - Binary Tree 2-3

DSA - Binary Tree 2-3

University

20 Qs

Basics of Data Structure

Basics of Data Structure

University

20 Qs

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

Data Structures

Data Structures

University

20 Qs

Data Structures - Tree

Data Structures - Tree

University - Professional Development

20 Qs

Linked List and Arrays in JAVA

Linked List and Arrays in JAVA

University

16 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?