STACK DATA STRUCTURE

STACK DATA STRUCTURE

University

45 Qs

quiz-placeholder

Similar activities

CS8391 - DS - Model #1

CS8391 - DS - Model #1

University

50 Qs

LATIHAN SOAL

LATIHAN SOAL

10th Grade - University

50 Qs

Data Structures & Algorithm

Data Structures & Algorithm

University

40 Qs

SD (stack, queue, graph)

SD (stack, queue, graph)

University

50 Qs

DS-UNIT-2-Stack Queue

DS-UNIT-2-Stack Queue

University

50 Qs

CODE_ASSESMENT

CODE_ASSESMENT

University

50 Qs

ITC 214 - Data Structures and Algorithm - Final Exam

ITC 214 - Data Structures and Algorithm - Final Exam

University

45 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

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