Queue

Queue

Professional Development

20 Qs

quiz-placeholder

Similar activities

CPU scheduling

CPU scheduling

Professional Development

16 Qs

Reckon your Techie Skills-Day3 (DATASTRUCTURES)

Reckon your Techie Skills-Day3 (DATASTRUCTURES)

Professional Development

25 Qs

Coleções - Python

Coleções - Python

University - Professional Development

17 Qs

Java Quiz

Java Quiz

Professional Development

20 Qs

PCSSA Review - Case Management

PCSSA Review - Case Management

Professional Development

16 Qs

Data Structures and Algorithms Quiz2

Data Structures and Algorithms Quiz2

Professional Development

15 Qs

Lamda kifejezések C# nyelven 1.

Lamda kifejezések C# nyelven 1.

Professional Development

17 Qs

Arrays

Arrays

4th Grade - Professional Development

20 Qs

Queue

Queue

Assessment

Quiz

Computers

Professional Development

Hard

Created by

ANIL KUMAR

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a queue in Java?
A data structure for FIFO operations
A collection of unordered elements
A type of array
A method for sorting

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to create a queue in Java?
Using ArrayList
Using LinkedList
Using queue() method
Using new Queue()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the difference between ArrayList and queue in Java?
None
ArrayList is unordered, queue is ordered
ArrayList is LIFO, queue is FIFO
ArrayList doesn't store elements, queue stores elements

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Is queue a class in JDK?
Yes
No

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the 4 types of queue?
Priority, Linked, Double-ended, Circular
LIFO, FIFO, Circular, Linear
Circular, Priority, Linked, Linear
LIFO, FIFO, Circular, Priority

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Is queue a LIFO or FIFO?
LIFO
FIFO

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is queue and stack?
Same concepts
Both are data structures
Queue: FIFO, Stack: LIFO
Queue: LIFO, Stack: FIFO

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?