Data Structures - Queues

Data Structures - Queues

12th Grade

25 Qs

quiz-placeholder

Similar activities

Python-Stacks & Queues

Python-Stacks & Queues

12th Grade

22 Qs

SQL

SQL

12th Grade

20 Qs

Searching & sorting algorithms

Searching & sorting algorithms

10th - 12th Grade

21 Qs

IBDP Computer Science: abstract data structures

IBDP Computer Science: abstract data structures

12th Grade

20 Qs

Data Structures - Lists

Data Structures - Lists

12th Grade

22 Qs

Sorting algorithms (Y11)

Sorting algorithms (Y11)

8th Grade - University

20 Qs

Queue ADT

Queue ADT

12th Grade - University

20 Qs

Data structure test1

Data structure test1

12th Grade

20 Qs

Data Structures - Queues

Data Structures - Queues

Assessment

Quiz

Computers

12th Grade

Medium

Created by

B McCue

Used 8+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of queue allows for the removal of elements based on priority rather than order of insertion?

Linear queue

Circular queue

Priority queue

Stack

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which category does the data type 'queue' best fit into?

Elementary data type

Composite data type

Abstract data type

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the data type category for 'string'.

Elementary data type

Composite data type

Abstract data type

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is considered an elementary data type in computer programming?

List

Stack

Integer

Queue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type category does a 'stack' belong to?

Elementary data type

Composite data type

Abstract data type

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an abstract data type (ADT) primarily concerned with?

The physical structure of data

The logical description of data and operations

The speed of data processing

The security of data

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which example describes a queue in the context of abstract data types?

A list of tasks to do (add to the end, remove most important)

A stack of books (add to top, remove from top)

A queue of print jobs (add to the rear, remove from front)

A database of user information (add new users, delete old users)

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?