Abstract Data Types

Abstract Data Types

12th Grade

20 Qs

quiz-placeholder

Similar activities

XII_REVISION FOR FIRST UNIT TEST

XII_REVISION FOR FIRST UNIT TEST

12th Grade

15 Qs

Python-Stacks & Queues

Python-Stacks & Queues

12th Grade

22 Qs

Stacks and Queues (TextBook MCQs)

Stacks and Queues (TextBook MCQs)

12th Grade

20 Qs

DATA STRUCTURES

DATA STRUCTURES

12th Grade

20 Qs

Data Structure

Data Structure

12th Grade - University

15 Qs

Data structure test1

Data structure test1

12th Grade

20 Qs

Stack Linear /Binary Searching

Stack Linear /Binary Searching

12th Grade

15 Qs

Data Structures

Data Structures

11th - 12th Grade

24 Qs

Abstract Data Types

Abstract Data Types

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Cadile Whittle

Used 250+ 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?