I cs 14 3 23

I cs 14 3 23

University

5 Qs

quiz-placeholder

Similar activities

UNIT-2 QUEUE

UNIT-2 QUEUE

University

10 Qs

Q1-DSA

Q1-DSA

University

10 Qs

Quiz 1 - AK2 Section

Quiz 1 - AK2 Section

University

10 Qs

Data Structures - Quiz1

Data Structures - Quiz1

University

10 Qs

BCSC0006 - Quiz 3 - Recursion

BCSC0006 - Quiz 3 - Recursion

University

10 Qs

StruDa C - 19 Sep

StruDa C - 19 Sep

University

10 Qs

DSA Quiz 4 Set 1

DSA Quiz 4 Set 1

University

10 Qs

Java_Collection_I

Java_Collection_I

University

10 Qs

I cs 14 3 23

I cs 14 3 23

Assessment

Quiz

Computers

University

Hard

Created by

PARIMALA K

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Underflow

Empty collection

Overflow

Garbage collection

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ is a linear collection of data elements

Linked list

Stack

Queue

All of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A queue is a _______

FIFO

LIFO

Ordered Array

Lunear tree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If thevelements "A","B","C","D" are placed in a queue and deleted one at a time ,in what order,will they be removed?

ABCD

DCBA

DCAB

ABDC

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each element in a linked list is called _______

Node

Cell

Elements

All the above