DS Lab Quiz-2 EEE-A

DS Lab Quiz-2 EEE-A

University

10 Qs

quiz-placeholder

Similar activities

CHAPTER 3: ACCOUNTING CYCLE

CHAPTER 3: ACCOUNTING CYCLE

University

10 Qs

Data Structures and Algorithms - Prefinal Quiz

Data Structures and Algorithms - Prefinal Quiz

University

15 Qs

QUEUE - REVIEW UNDERSTANDING

QUEUE - REVIEW UNDERSTANDING

University

10 Qs

Workshop Day 2

Workshop Day 2

University

10 Qs

Sumit

Sumit

University

10 Qs

Stack DS

Stack DS

University

11 Qs

(Backup) DSA and Code Snippets

(Backup) DSA and Code Snippets

University

10 Qs

Pretest Linked List

Pretest Linked List

University

10 Qs

DS Lab Quiz-2 EEE-A

DS Lab Quiz-2 EEE-A

Assessment

Quiz

Education

University

Medium

Created by

roja laveti

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Process of inserting an element in stack is called ____________

Create

Push

Evaluation

Pop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a stack, if a user tries to remove an element from an empty stack it is called _________

Underflow

Empty collection

Overflow

Garbage Collection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pushing an element into stack already having five elements and stack size of 5, then stack becomes ___________

Overflow

Crash

Underflow

User flow

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Entries in a stack are “ordered”. What is the meaning of this statement?

A collection of stacks is sortable

Stack entries may be compared with the ‘<‘ operation

The entries are stored in a linked list

There is a Sequential entry that is one by one

5.

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 _____________

Queue

 Stack

Tree

Linked list

6.

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

7.

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

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?