ROTC Make-up Quiz

ROTC Make-up Quiz

University

15 Qs

quiz-placeholder

Similar activities

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

AI-1

AI-1

University

10 Qs

QUIZ M4 Stack & Queue

QUIZ M4 Stack & Queue

1st Grade - University

14 Qs

DSAA Quiz

DSAA Quiz

University

15 Qs

Fundamentals of Data Structures-Test 1-Unit-1

Fundamentals of Data Structures-Test 1-Unit-1

University

20 Qs

DSQUIZ 2020-21

DSQUIZ 2020-21

University

18 Qs

informatika

informatika

7th Grade - University

10 Qs

Data Structures- Introduction

Data Structures- Introduction

University

20 Qs

ROTC Make-up Quiz

ROTC Make-up Quiz

Assessment

Quiz

Computers

University

Easy

Created by

Jhon Harvey Babia

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Abstract ADT can be described as "a special type of list that is accessed, deleted and added at the top"?

Stack
LinkedList
Array
Queue

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What ADT can be described as a "special type of list that can be accessed and deleted at the front, and inserted at the back"?

Stack
Array
Linked List
Queue

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data structure is best suited for implementing a LIFO (Last In First Out) behavior?

Queue

LinkedList

Stack

Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Abstract Data Type follows the principle of "First In First Out"?

Stack

Array

Queue

LinkedList

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Stacks, what method is used to check whether the stack does not contain any element?

isEmpty()
isFull()
hasElements()
checkEmpty()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Stacks, what method is used to add an element to the stack?

append
insert
push
put

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Stacks, what method is used to remove an element to the stack?

pop
shift
delete
push

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?