linear data structures

linear data structures

Professional Development

30 Qs

quiz-placeholder

Similar activities

C module 1 second quiz

C module 1 second quiz

Professional Development

25 Qs

Linux_1-25

Linux_1-25

Professional Development

25 Qs

TechTrivia-1st round

TechTrivia-1st round

Professional Development

25 Qs

Tecnologias de informação e comunicação em Enfermagem

Tecnologias de informação e comunicação em Enfermagem

Professional Development

25 Qs

Komputer Jaringan Dasar

Komputer Jaringan Dasar

1st Grade - Professional Development

30 Qs

IoT Quiz - 1

IoT Quiz - 1

University - Professional Development

25 Qs

IT support level-1 (MCQ-2)

IT support level-1 (MCQ-2)

Professional Development

25 Qs

STIN (EM24) - Sistemas de Información (T1)

STIN (EM24) - Sistemas de Información (T1)

University - Professional Development

25 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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?