STACK - [UJI UAS ALS]

STACK - [UJI UAS ALS]

University

10 Qs

quiz-placeholder

Similar activities

BCSC0006 - Quiz 4 - Linked List & Stacks

BCSC0006 - Quiz 4 - Linked List & Stacks

University

10 Qs

CHAPTER 3: STACK

CHAPTER 3: STACK

University

10 Qs

Quiz on Stacks and Data Structures 2

Quiz on Stacks and Data Structures 2

University

10 Qs

Data Structure Quiz

Data Structure Quiz

University - Professional Development

10 Qs

CCIS 104 Quiz # 1.3

CCIS 104 Quiz # 1.3

University

11 Qs

Stack in Data Structure

Stack in Data Structure

University

10 Qs

The DSA Adventure - Day 5

The DSA Adventure - Day 5

University

12 Qs

unit-2 stack

unit-2 stack

University

10 Qs

STACK - [UJI UAS ALS]

STACK - [UJI UAS ALS]

Assessment

Quiz

Computers

University

Medium

Created by

Emely Lestari

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The general principle of stack is

When do pop, top element is removed

First in and first out

Use push to remove element

Use pop to insert element

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the problem if implementing stack with array when the index[0] is as a TOP:

Pop will not need to move all elements

The top element will not move when doing push

The last elements need to be removed when doing pop

Pop will need to move all elements

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the disadvantage if implement stack with array when the index[0] is as the first element?

Pop will need to move all elements

The last elements need to be removed when doing pop

Pop will not need to move all elements

We need to record the array and the top position

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Stack can be implemented as stack with:

Top is always in the first element only

Top is always in the midddle element only

Top is always in the last element only

Top can be as the first element or last element

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the advantage if implement stack with array when the index[0] is as the first element?

Push will not need to move all elements

The last elements need to be removed when doing pop

We need to record the array and the top position

Pop will need to move all elements

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the advantage if implement stack with array when the index[0] is as the first element?

Pop will need to move all elements

Pop will not need to move all elements

The last elements need to be removed when doing pop

We need to record the array and the top position

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is true about implementing linked list with top at the last element (TAIL)?

Push always insert first element

Pop always delete first element

Push always insert last element

Pop will need to move all elements

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?