DS 1 Long quiz

DS 1 Long quiz

University

20 Qs

quiz-placeholder

Similar activities

General quiz

General quiz

University

25 Qs

DSA (QUIZ 5) Priority Queue and Sorting Algorithms Quiz

DSA (QUIZ 5) Priority Queue and Sorting Algorithms Quiz

University

20 Qs

Recuperação Banco de dados

Recuperação Banco de dados

2nd Grade - University

16 Qs

Microsoft Word 2019 Advanced – Unit 1 (Review of Basic Concepts)

Microsoft Word 2019 Advanced – Unit 1 (Review of Basic Concepts)

10th Grade - University

15 Qs

9th Grade IT US

9th Grade IT US

9th Grade - University

22 Qs

PDM LS01 - Quiz 1

PDM LS01 - Quiz 1

University

15 Qs

DSA (QUIZ 6) Hashing, Graphs, Advanced Graph Algorithms, and DP

DSA (QUIZ 6) Hashing, Graphs, Advanced Graph Algorithms, and DP

University

20 Qs

Presentasi

Presentasi

University

20 Qs

DS 1 Long quiz

DS 1 Long quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

seven castueras

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the minimum number of moves required to solve a Tower of Hanoi problem with 4 disks?

15

31

7

16

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the recurrence relation for the Tower of Hanoi problem?

T(n) = 2T(n-1) + 1

T(n) = T(n-1) + T(n-2)

T(n) = 3T(n-1) + 1

T(n) = 2n

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If there are 3 rods in the Tower of Hanoi, what is the role of the third rod?

It holds the largest disk.

It serves as a temporary storage to move disks.

It is unused.

It holds disks permanently.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity of the Tower of Hanoi problem for n disks?

O(n)

O(2^n)

O(n^2)

O(log n)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In the Tower of Hanoi, what is the key constraint for moving disks?

No two disks can be on the same rod.

A larger disk cannot be placed on a smaller disk.

Disks can only be moved one at a time.

Both b and c.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many distinct lines can be formed by 4 points on a plane if no three points are collinear?

4

6

7

8

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the recurrence relation used to calculate the maximum number of regions formed by n lines in a plane?

R(n) = R(n-1) + n

R(n) = R(n-1) + 2^n

R(n) = 2R(n-1) + 1

R(n) = n^2

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?