DATA STRUCTURES QUIZ

DATA STRUCTURES QUIZ

University

15 Qs

quiz-placeholder

Similar activities

Computer programming-Array

Computer programming-Array

University

10 Qs

Alabi, Kolade, CSCI-2380-01P, POST

Alabi, Kolade, CSCI-2380-01P, POST

University

10 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

Prob. prog 2

Prob. prog 2

University

10 Qs

ROTC Make-up Quiz

ROTC Make-up Quiz

University

15 Qs

Data Structure

Data Structure

University

20 Qs

Structure Data Review

Structure Data Review

University - Professional Development

10 Qs

Arrays in C (II yr 02.07.2020)

Arrays in C (II yr 02.07.2020)

University

10 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?