Data Structures Quiz

Data Structures Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

Data Structures

Data Structures

10th Grade - University

18 Qs

DATA STRUCTURES

DATA STRUCTURES

12th Grade

10 Qs

class 12 18/2/2022

class 12 18/2/2022

12th Grade

10 Qs

ADT recap!

ADT recap!

10th - 12th Grade

15 Qs

Data Structures

Data Structures

12th Grade

10 Qs

IBDP Computer Science: abstract data structures

IBDP Computer Science: abstract data structures

12th Grade

20 Qs

Stack

Stack

12th Grade

20 Qs

Quiz on Data Structure

Quiz on Data Structure

12th Grade

10 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Ms.Keerthana NASC

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main principle that stacks follow?

Sequential Access

Random Access

Last In First Out (LIFO)

First In First Out (FIFO)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operation adds an element to the top of a stack?

PUSH

INSERT

POP

PEEK

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ISEMT(S) operation do in a stack?

Returns the top element

Checks if the stack is empty

Checks if the stack is full

Removes the top element

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a stack, what does the TOP(S) operation return?

The bottom element

The top element

The entire stack

The middle element

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which procedure removes the top element from a stack?

INSERT

PEEK

POP

PUSH

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main principle that queues follow?

Random Access

Sequential Access

Last In First Out (LIFO)

First In First Out (FIFO)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operation adds an element to the rear of a queue?

FRONT

ADDQ

DELETEQ

ISEMTQ

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?