STACK DATA STRUCTURE

STACK DATA STRUCTURE

University

45 Qs

quiz-placeholder

Similar activities

Pretest Informatika 9 Berpikir Komputasional

Pretest Informatika 9 Berpikir Komputasional

9th Grade - University

50 Qs

CSE214 Final Review

CSE214 Final Review

University

44 Qs

Data Structures & Algorithm

Data Structures & Algorithm

University

40 Qs

UTS Algoritma dan Pemrograman

UTS Algoritma dan Pemrograman

University

42 Qs

DS-UNIT-2-Stack Queue

DS-UNIT-2-Stack Queue

University

50 Qs

Linear Data Structures Quiz

Linear Data Structures Quiz

University

40 Qs

EAS Struktur Data Kelas D

EAS Struktur Data Kelas D

University

47 Qs

STS KELAS X-3

STS KELAS X-3

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