DS Mid Review

DS Mid Review

University

20 Qs

quiz-placeholder

Similar activities

Data Structure

Data Structure

University

15 Qs

DS QUIZ 2

DS QUIZ 2

University

20 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

Data Structures and Algorithm

Data Structures and Algorithm

University

20 Qs

DSA QUIZ

DSA QUIZ

University

20 Qs

Linked list 1

Linked list 1

University

20 Qs

New DSC Quiz

New DSC Quiz

University

20 Qs

1 Binary Search Trees

1 Binary Search Trees

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?