dscc

dscc

University

6 Qs

quiz-placeholder

Similar activities

DSA Launchpad 2.0

DSA Launchpad 2.0

University

10 Qs

Introduction of Data Structure

Introduction of Data Structure

University

9 Qs

Data Structure Quiz

Data Structure Quiz

University - Professional Development

10 Qs

CCIS 104 Quiz # 1.3

CCIS 104 Quiz # 1.3

University

11 Qs

Stack

Stack

University

10 Qs

DS(Part2)-After

DS(Part2)-After

University

11 Qs

DSA day 4

DSA day 4

University

5 Qs

Queue

Queue

University

10 Qs

dscc

dscc

Assessment

Quiz

Computers

University

Easy

Created by

Kawaljeet Kaur

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Among the following is a non linear Data Structure?

Arrays

Sets

LinkedList

Queues

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a Data structure that represent the state of an application at a particular point of time, its application includes: It act as a temporary storage during recursive operations and it also help in function calss order

Queues

Stacks

Trees

None of above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is true about rear in Queues?

It returns 0

It returns the rear end element without removing it

It returns the rear end element when it is false

It add the removed element

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it easier to find and retrieve an element in a linked list?

False, it takes time to access an element

Depends on Linked List elements

True, it is faster than array to access element in LinkedList

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What allows us to have an analysis of : Ω,θ and Ο, for checking the run time performance of an algorithm according to mathematical boundations?

Symptotic Notation

Hash Maps

Graphs

Asymptotic Notations

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why its important to use equal() in hashmap data structure

When deletion is performed on a map

When elements are added into the map

When the elements are retrieved from the map

None