linear data structures

linear data structures

Professional Development

30 Qs

quiz-placeholder

Similar activities

CN-SurpriseTest-1

CN-SurpriseTest-1

Professional Development

30 Qs

Final Examination ITESDT

Final Examination ITESDT

Professional Development

34 Qs

Reckon your Techie Skills-Day3 (DATASTRUCTURES)

Reckon your Techie Skills-Day3 (DATASTRUCTURES)

Professional Development

25 Qs

Non linear data structure

Non linear data structure

Professional Development

35 Qs

Quiz 4 Selling HPE AI and As-a-Service Solutions Module 5

Quiz 4 Selling HPE AI and As-a-Service Solutions Module 5

Professional Development

25 Qs

105p2 13 & 14

105p2 13 & 14

10th Grade - Professional Development

29 Qs

Docker_Kubernetes_Git

Docker_Kubernetes_Git

Professional Development

28 Qs

C# Skill Review

C# Skill Review

12th Grade - Professional Development

32 Qs

linear data structures

linear data structures

Assessment

Quiz

Computers

Professional Development

Medium

Created by

akila saran

Used 3+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?