Stack and Queue

Stack and Queue

Professional Development

10 Qs

quiz-placeholder

Similar activities

QUEUE

QUEUE

University - Professional Development

10 Qs

AWS SQS and SNS Quiz

AWS SQS and SNS Quiz

Professional Development

10 Qs

ADA

ADA

Professional Development

10 Qs

DATA STRUCTURES  BRIGHT STUDENT QUIZ 1

DATA STRUCTURES BRIGHT STUDENT QUIZ 1

Professional Development

15 Qs

last

last

Professional Development

10 Qs

PPPK TKJ

PPPK TKJ

12th Grade - Professional Development

10 Qs

Data Structures and Algorithms Quiz2

Data Structures and Algorithms Quiz2

Professional Development

15 Qs

CS 201 - Midterm Quiz 1 as of 1.23.19

CS 201 - Midterm Quiz 1 as of 1.23.19

Professional Development

15 Qs

Stack and Queue

Stack and Queue

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Prashant Soni

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as a ?

Queue

Stack

Tree

Linked list

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A queue follows __________

FIFO (First In First Out) principle

LIFO (Last In First Out) principle

Ordered array

Linear tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Circular Queue is also known as ________

Ring Buffer

Square Buffer

Rectangle Buffer

Curve Buffer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the elements “A”, “B”, “C” and “D” are placed in a queue and are deleted one at a time, in what order will they be removed?

ABCD

DCBA

DCAB

ABDC

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data structure in which elements can be inserted or deleted at/from both the ends but not in the middle is?

Queue

Circular queue

Dequeue

Priority queue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A normal queue, if implemented using an array of size MAX_SIZE, gets full when

Rear = MAX_SIZE – 1

Front = (rear + 1)mod MAX_SIZE

Front = rear + 1

Rear = front

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Queues serve major role in ______________

Simulation of recursion

Simulation of arbitrary linked list

Simulation of limited resource allocation

Simulation of heap sort

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?