Search Header Logo

Data Structures and Algorithms Quiz

Authored by KARE OSS

Mathematics

University

Used 1+ times

Data Structures and Algorithms Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of accessing an element in an array?

O(n)

O(log n)

O(1)

O(n^2)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure uses LIFO (Last In, First Out) principle?

Queue

Stack

Array

Linked List

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst-case time complexity of bubble sort?

O(n)

O(n log n)

O(n^2)

O(n^3)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a type of tree?

Binary Tree

AVL Tree

Hash Tree

B-Tree

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a linked list, what is the time complexity to insert a node at the beginning?

O(n)

O(log n)

O(1)

O(n^2)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is used for finding the shortest path in a weighted graph?

Depth-First Search

Dijkstra's Algorithm

Bubble Sort

Prim's Algorithm

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main disadvantage of a linked list over an array?

No dynamic sizing

Slower access time

More memory usage

No flexibility in data types

Access all questions and much more by creating a free account

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

Already have an account?