Data Structures Quiz

Data Structures Quiz

University

55 Qs

quiz-placeholder

Similar activities

Medical Assistant: Ch. 9 - Office Procedures - Quiz 2

Medical Assistant: Ch. 9 - Office Procedures - Quiz 2

University

56 Qs

PreTest Benign and Malignant Disorders of the Breast and Pelvis

PreTest Benign and Malignant Disorders of the Breast and Pelvis

University

60 Qs

AKUNTANSI KEUANGAN

AKUNTANSI KEUANGAN

12th Grade - University

50 Qs

ENDO-RENAL QUIZIZZIT

ENDO-RENAL QUIZIZZIT

University - Professional Development

55 Qs

Standared and Additional Precautions (IPAC)

Standared and Additional Precautions (IPAC)

University

56 Qs

SET A- MIDTERM H.E LIT

SET A- MIDTERM H.E LIT

University

50 Qs

Muscle tissue - Ch. 10

Muscle tissue - Ch. 10

University

60 Qs

Chapter 8 Test Review

Chapter 8 Test Review

University

50 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Specialty

University

Hard

Created by

Mohamed Elashiri

Used 1+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?