Data Structure - Stack and Queue

Data Structure - Stack and Queue

University

50 Qs

quiz-placeholder

Similar activities

IT211- Data Structures and Algorithm

IT211- Data Structures and Algorithm

University

45 Qs

Event Driven Handouts 1 & 2

Event Driven Handouts 1 & 2

University

45 Qs

FDS Model-III

FDS Model-III

University

45 Qs

Data Structures Quiz

Data Structures Quiz

University

50 Qs

cs102-1

cs102-1

University

49 Qs

Prelim and Midterm Examination

Prelim and Midterm Examination

University

55 Qs

C programming quiz

C programming quiz

University

55 Qs

DS and DAA Mock Quiz

DS and DAA Mock Quiz

University

50 Qs

Data Structure - Stack and Queue

Data Structure - Stack and Queue

Assessment

Quiz

Computers

University

Hard

Created by

KarunaiMuthu SriRam

Used 44+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ……. is a data structure that organizes data similar to a line in the supermarket, where the first one in line is the first one out.

Queue linked list

Stacks linked list

Both of them

Neither of them

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the data structure which allows deletions at both ends of the list but insertion at only one en

Input restricted dequeue

Output restricted qequeue

Priority queues

Stack

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is true?


i) Using singly linked lists and circular list, it is not possible to traverse the list backwards.


ii) To find the predecessor, it is required to traverse the list from the first node in case of singly linked list.

i-only

ii-only

Both i and ii

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ……………….. is a linear list in which insertions and deletions are made to from either end of the structure.

circular queue

random of queue

priority

dequeue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?

Stack

Linked list

Queue

Trees

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of accessing data stored in a serial access memory is similar to manipulating data on a

heap

queue

stack

binary tree

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is needed to convert infix notation to postfix notation?

heap

queue

stack

binary tree

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?