Data Structures Quiz

Data Structures Quiz

Professional Development

40 Qs

quiz-placeholder

Similar activities

One Day Trip to Jaco Beach

One Day Trip to Jaco Beach

Professional Development

40 Qs

Review Quiz-Dra. Sierra-Linguistic Link GT-

Review Quiz-Dra. Sierra-Linguistic Link GT-

Professional Development

40 Qs

Mod 1 Lesson 2 my-pretty-family

Mod 1 Lesson 2 my-pretty-family

Professional Development

40 Qs

Past Simple and present perfect.

Past Simple and present perfect.

Professional Development

40 Qs

Đề 18

Đề 18

1st Grade - Professional Development

40 Qs

GEN61-129 Vocabulary Set 5A

GEN61-129 Vocabulary Set 5A

University - Professional Development

38 Qs

Đề cương Tiếng Anh Quizizz

Đề cương Tiếng Anh Quizizz

Professional Development

42 Qs

B1 Level Quiz

B1 Level Quiz

5th Grade - Professional Development

40 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

English

Professional Development

Medium

Created by

Chitharanjan K

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the time complexity of the push operation in a stack implemented using an array?

O(1)

O(n

O(log n)

O(n^2)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A stack is a data structure that follows the principle of:

LIFO (Last In First Out)

FIFO (First In First Out)

Priority based

Random access

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following operations is performed at the front of the queue?

Enqueue

Dequeue

Peek

All of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following operations is not supported by a deque?



Insertion at the front

Insertion at the rear

Deletion from the front

Random access of elements

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a circular queue of size 5, if the front is at index 2 and the rear is at index 4, how many elements are there in the queue?

2

3

4

5

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider a queue with elements A, B, C, D (A is at the front). After two dequeue operations and one
enqueue operation of E, what will be the queue?

C, D, E

E, C, D

D,E

E,D

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The primary advantage of postfix expressions over infix expressions is:




Easier to evaluate

Less memory usage

Easier to parse

All of the above

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?