Data Structure & Algorithm Quizizz

Data Structure & Algorithm Quizizz

University

30 Qs

quiz-placeholder

Similar activities

Thanksgiving Quiz

Thanksgiving Quiz

KG - Professional Development

25 Qs

James’s Quiz

James’s Quiz

1st Grade - University

25 Qs

ITS301-Unit1 OHS Trial Test 2

ITS301-Unit1 OHS Trial Test 2

University

25 Qs

BE 2

BE 2

University

25 Qs

Normas APA.

Normas APA.

University

25 Qs

Star Wars  1-9

Star Wars 1-9

KG - University

25 Qs

UAS MyOB

UAS MyOB

University

25 Qs

REPUBLIC DAY QUIZ COMPETITION, JAN 2022 - PRELIMS

REPUBLIC DAY QUIZ COMPETITION, JAN 2022 - PRELIMS

University

25 Qs

Data Structure & Algorithm Quizizz

Data Structure & Algorithm Quizizz

Assessment

Quiz

Other

University

Hard

Created by

Princess Sinyahan

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This operation adds an item to the top of the stacks.

Peek

Pop

Pull

Push

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a tree consist of nodes where each has two(2) child nodes at most, what is it called?

Binary Tree

Dual Tree

Double Tree

Twin Tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Whta is the process of visiting all nodes in a specific order?

Abstraction

Inheritance

Polymorphism

Traversal

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This operation adds an item to the queue.

Dequeue

Enqueue

Pop

Push

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the tree's highest level.

Degree

Depth

Edge

Subtree

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete the Java code below.

Queue queue = new LinkedList();

________.offer("Ma'am BK");

add

Linkedlist

Queue

queue

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the ff. is NOT a step in converting an infix into postfix expression?

If the token is an operand, append it to the postfix expression.

If the token is an operator, push it to the stack if empty.

If left parenthesis is encountered, pop all the elements until a right parenthesis is encountered.

Classify the token as operand or operator.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?