Data Structures and Algorithm

Data Structures and Algorithm

University

9 Qs

quiz-placeholder

Similar activities

React right here~

React right here~

University

10 Qs

2024 - Struktur Data Quiz 1

2024 - Struktur Data Quiz 1

University

10 Qs

DSA-QUIZ-2

DSA-QUIZ-2

University

10 Qs

Linked List 2

Linked List 2

University

10 Qs

RVS_Tech_quizz_even2024-25

RVS_Tech_quizz_even2024-25

University

10 Qs

Quizz Double linked list

Quizz Double linked list

University

11 Qs

Node.js Database Connection

Node.js Database Connection

University

12 Qs

DS QUIZ-1 (unit-1)

DS QUIZ-1 (unit-1)

University

10 Qs

Data Structures and Algorithm

Data Structures and Algorithm

Assessment

Quiz

Computers

University

Medium

Created by

ACPES WEBINAR

Used 49+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

It is used to implement an associative array, a structure that can map keys to values.

linked list

hashing

trees

array

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

It is a linear data structure that stores a collection of elements. Operates on first in first out (FIFO) algorithm.

stack

data structure

queue

array

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Is a sequential collection of elements of the same data type. They are stored sequentially in memory.

array

trees

linked list

queue

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

It can be accessed and updated efficiently and it is a particular way of organizing data on a computer.

organization

framework

algorithm

data structure

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In a tree data structure, the top most node is called ___

first node

crown node

root node

apex node

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

True or false: Data structures are not a crucial part in data management.

True

False

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which Time and Space Complexity uses the O(n2) notation?

Quadratic

Linear

Exponential

Logarithmic

8.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

push() and pop() functions are found in..

stacks

trees

queues

lists

9.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Mathematical notation that describes the limiting behavior of a function when the argument tends towards a value or infinity

Quadratic notation

Big O notation

Function notation

Logarithmic notation