Search Header Logo

Data Structures Quiz

Authored by Mohamed Elashiri

Specialty

University

Used 1+ times

Data Structures Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

55 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two essential cases in any recursive algorithm?

Base case and Iterative case

Base case and Recursive case

Recursive case and Termination case

Loop case and Exit case

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In recursion, the base case is:

A simple occurrence that can be solved directly

A complex problem that needs further recursion

A case that terminates the computer

A repeated loop that never stops

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an array?

A collection of nodes pointing to each other

A data structure that stores elements of the same type in a fixed size

A database for storing numbers

A dynamic list of elements

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Java, array indices start from:

1

0

-1

Any number

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

O(1)

O(n)

O(log n)

O(n²)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A two-dimensional array can be visualized as:

A stack

A linked list

A table with rows and columns

A single-row list

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is NOT a basic operation of an array?

Traversing

Inserting

Searching

Merging two arrays into a single node

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?