linear data structures

linear data structures

Professional Development

30 Qs

quiz-placeholder

Similar activities

Parts of a Computer #2 - Cables and Ports

Parts of a Computer #2 - Cables and Ports

6th Grade - Professional Development

25 Qs

Bukber Trivia Games

Bukber Trivia Games

Professional Development

25 Qs

10th_1st Quarter Examination

10th_1st Quarter Examination

Professional Development

25 Qs

SDdbC#_Final Quiz

SDdbC#_Final Quiz

Professional Development

25 Qs

UI UX DESIGN

UI UX DESIGN

Professional Development

25 Qs

Struktogramme

Struktogramme

Professional Development

25 Qs

INTRODUCTION TO DATA COMMUNICATION

INTRODUCTION TO DATA COMMUNICATION

Professional Development

25 Qs

Quiz - I

Quiz - I

University - Professional Development

25 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

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?