DATA STRUCTURES QUIZ

DATA STRUCTURES QUIZ

University

15 Qs

quiz-placeholder

Similar activities

Data Structures

Data Structures

University

20 Qs

Data Structure

Data Structure

University

10 Qs

Basics of Data Structure

Basics of Data Structure

University

20 Qs

Data Structure Basics

Data Structure Basics

University

20 Qs

Quiz 2 DS1E

Quiz 2 DS1E

University

12 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

Data Structure

Data Structure

University

14 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

DATA STRUCTURES QUIZ

DATA STRUCTURES QUIZ

Assessment

Quiz

Computers

University

Medium

Created by

Marianne Sruthi

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. What is the key principle of a queue?

LIFO

FIFO

RANDOM ORDER

NONE OF THE ABOVE

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which operation is used to remove am element from a queue

ENQUEUE()

DEQUEUE()

PUSH()

POP()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which real-world scenario best represents a queue?

A stack of plates

People in line at a bus stop

Bookshelf

A tree structure

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. What does a node in a singly linked list contain?

Data only

Data and two pointer

Data and one pointer

Only a pointer

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which data structure is used to implement a dynamic queue?

Array

Stack

Linked List

Tree

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which of these is an example of priority queue?

People entering a cinema hall

Patients waiting in an emergency room

Books arranged on a shelf

Vending machine

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which queue allows insertion and deletion from both ends?

Circular queue

Priority queue

Dequeue(Double-ended queue)

Simple queue

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?