Abstract Data Types

Abstract Data Types

12th Grade

20 Qs

quiz-placeholder

Similar activities

APCSP Unit 1 Vocabulary

APCSP Unit 1 Vocabulary

10th - 12th Grade

20 Qs

13CS_RECURSION &DECLARATIVE PROGRAMS_TEST1

13CS_RECURSION &DECLARATIVE PROGRAMS_TEST1

12th Grade - University

20 Qs

Stack Data Structure Quiz

Stack Data Structure Quiz

12th Grade

15 Qs

Data Structures

Data Structures

12th Grade

15 Qs

المكدس والطابور

المكدس والطابور

12th Grade

20 Qs

Data Structures 2

Data Structures 2

12th Grade

21 Qs

DATSRUC Week 6

DATSRUC Week 6

10th Grade - University

15 Qs

Unit 10 Recursion Review

Unit 10 Recursion Review

9th - 12th Grade

20 Qs

Abstract Data Types

Abstract Data Types

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Cadile Whittle

Used 249+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________________ is a collection of elements used to store the same type of data.

Array

Function

Case

Loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Storage for data defined in terms of set of operations to be performed on the data 
Arrays
Variables
Abstract Data Types
Algorithms

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Act of adding values into a stack is called

Pop

Poll

Push

Insert

4.

MULTIPLE CHOICE QUESTION

2 mins • 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

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Consider the following operation performed on a stack of size 5.


Push(1);

Pop();

Push(2);

Push(3);

Pop();

Push(4);

Pop();

Pop();

Push(5);


After the completion of all operation, get the total number of element present in stack is

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Only the top element can be accessed in stack

TRUE

FALSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of them is an abstract data structure (ADT)?

Stacks

Functions

Queues

Both A and C

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?