QUiz e

QUiz e

Professional Development

10 Qs

quiz-placeholder

Similar activities

Queues

Queues

11th Grade - Professional Development

15 Qs

module2_part1

module2_part1

University - Professional Development

10 Qs

KUIZ SAINS KOMPUTER BAB 3.1.2 (QUEUE)

KUIZ SAINS KOMPUTER BAB 3.1.2 (QUEUE)

1st Grade - Professional Development

6 Qs

DATA STRUCTURES

DATA STRUCTURES

Professional Development

15 Qs

PreTrainingCollectionsArrays

PreTrainingCollectionsArrays

Professional Development

9 Qs

JMS Fundamentals

JMS Fundamentals

Professional Development

11 Qs

Java Quiz#3(Local Variables)

Java Quiz#3(Local Variables)

Professional Development

10 Qs

SENZ AIOT SAVANTS - JV & JS

SENZ AIOT SAVANTS - JV & JS

Professional Development

10 Qs

QUiz e

QUiz e

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Minhajul Adil

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a linked list implementation of stack, where does the new element get inserted?

At the end of the list

In the middle of the list

depends on the implementation

at the front of the list

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the time complexity of Stack Pop operation if it is implemented using Singly Linked List?

O(1)

O(N^2)

O(N)

O(logN)

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Will we be able to do 107 pop operations if we implement Stack using vector?

YES

NO

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the examples are of Queue?

Phitron Support Session Management

Books on a Shelf

Undo Operation

Online Code judging system

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one of the following is not a operation of Queue STL

pop

enqueue

front

size

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

what will be the final stack of following code ?
stack<int> s ;
s.push(10);
s.push(20);
s.push(30) ;

s.pop() ;
s.pop()
s.push(10) ;

10 20 10

10 20 30 10

10 10

Empty

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will occur if we transfer elements from one queue to another in the order they are removed?

Reverse Queue

Sorted Queue

Random Queue

Same Queue

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?