Data Structures and Algorithm

Data Structures and Algorithm

University

9 Qs

quiz-placeholder

Similar activities

computer Networks

computer Networks

University

10 Qs

Tes Awal Modul 5

Tes Awal Modul 5

University

10 Qs

Process modeling

Process modeling

University

10 Qs

Quiz Komponen Komputer

Quiz Komponen Komputer

1st Grade - University

10 Qs

QUIZ GAME

QUIZ GAME

University

10 Qs

Expert System

Expert System

University

10 Qs

Basic Cyber Security II

Basic Cyber Security II

University

10 Qs

Latihan Pemahaman

Latihan Pemahaman

University

10 Qs

Data Structures and Algorithm

Data Structures and Algorithm

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

ACPES WEBINAR

Used 50+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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