ROTC Make-up Quiz

ROTC Make-up Quiz

University

15 Qs

quiz-placeholder

Similar activities

DATA STRUCTURES

DATA STRUCTURES

University

20 Qs

NSCC-CODE TO COIN

NSCC-CODE TO COIN

University

15 Qs

Data Structures

Data Structures

10th Grade - University

18 Qs

DSA - Intro

DSA - Intro

University

10 Qs

Data Structure

Data Structure

University

10 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

data structure

data structure

University

15 Qs

Data Structures and Algorithm

Data Structures and Algorithm

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?