linear data structures

linear data structures

Professional Development

30 Qs

quiz-placeholder

Similar activities

WEBZEN MCQ

WEBZEN MCQ

Professional Development

25 Qs

Digital Transformation

Digital Transformation

University - Professional Development

25 Qs

Macromedia Flash

Macromedia Flash

8th Grade - Professional Development

26 Qs

PKP

PKP

Professional Development

25 Qs

Data Analysis Using Excel Test

Data Analysis Using Excel Test

Professional Development

25 Qs

Reckon your Techie Skills-Day3 (DATASTRUCTURES)

Reckon your Techie Skills-Day3 (DATASTRUCTURES)

Professional Development

25 Qs

CONTROL STRUCTURES - LIST

CONTROL STRUCTURES - LIST

Professional Development

25 Qs

Year 9 Python: End of Unit assessment

Year 9 Python: End of Unit assessment

Professional Development

27 Qs

linear data structures

linear data structures

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

akila saran

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Example of linear data structure except

array

tree

queue

stack

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a Type of Data Structures?

Arrays
Tables
Stacks
Trees

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Storage for data defined in terms of set of operations to be performed on the data 

Arrays
Variables
Abstract Data Types
Algorithms

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A FIFO structure implemented as a ring where the front and rear pointers can wrap around the end of the start of the array.

Linear Queue

Circular Queue

Priority Queue

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What kind of Data structure would you expect to find utilised to store operations in a CPU?

Stack
Queue
List
Tree

6.

MULTIPLE CHOICE QUESTION

1 min • 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

7.

MULTIPLE CHOICE QUESTION

1 min • 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

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?