STACK DATA STRUCTURE

STACK DATA STRUCTURE

University

45 Qs

quiz-placeholder

Similar activities

Event Driven Handouts 1 & 2

Event Driven Handouts 1 & 2

University

45 Qs

Quiz

Quiz

University

50 Qs

application development

application development

University

50 Qs

IT211- Data Structures and Algorithm

IT211- Data Structures and Algorithm

University

45 Qs

DSA QUIZ - 2 (17-06-23)

DSA QUIZ - 2 (17-06-23)

University

40 Qs

Quiz on 8085 Microprocessor

Quiz on 8085 Microprocessor

University

50 Qs

CPSC 131 midterm review

CPSC 131 midterm review

University

45 Qs

DS and DAA Mock Quiz

DS and DAA Mock Quiz

University

50 Qs

STACK DATA STRUCTURE

STACK DATA STRUCTURE

Assessment

Quiz

Computers

University

Medium

Created by

Glaizess Salisi

Used 7+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Stacks have LIFO ordering

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

LIFO stands for

List of Outputs

Last in First Out

First in Last Out

None of them

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Act of adding values into a stack is called

Popping

Polling

Pushing

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement(s) about stack data structure is/are NOT correct?

Stack data structure can be implemented using linked list

New node can only be added at the top of the stack

Stack is the FIFO data structure

The last node at the bottom of the stack has a NULL link

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If the elements “A”, “B”, “C” and “D” are placed in a stack and are deleted one at a time, in what order will they be removed?

ABCD

DCBA

DCAB

ABDC

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the elements “A”, “B”, “C” and “D” are placed in a queue and are deleted one at a time, in what order will they be removed?

ABCD

DCBA

DCAB

ABDC

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Are stacks FIFO or FILO?
FILO
FIFO
LIFO
LILO

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?