CC104 - FT Quiz #1

CC104 - FT Quiz #1

University

15 Qs

quiz-placeholder

Similar activities

Round 1

Round 1

University

20 Qs

Suprize Test - 6.10.2022

Suprize Test - 6.10.2022

University

10 Qs

DAA Lab Viva

DAA Lab Viva

University

10 Qs

CP-II

CP-II

University

10 Qs

HTML and Git Quiz

HTML and Git Quiz

6th Grade - University

15 Qs

Quiz on Arrays as a Data Structure

Quiz on Arrays as a Data Structure

University

15 Qs

Konsep dasar Struktur Data

Konsep dasar Struktur Data

University

20 Qs

Sorting in Microsoft Excel HEART

Sorting in Microsoft Excel HEART

10th Grade - University

10 Qs

CC104 - FT Quiz #1

CC104 - FT Quiz #1

Assessment

Quiz

Other

University

Medium

Created by

Jerome Escultura

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the key strategy used by both Merge Sort and Quick Sort?

Divide and conquer

Dynamic programming

Greedy method

Backtracking

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Merge Sort, what is the primary purpose of dividing the list into two halves?

To simplify the sorting process by working with smaller parts

To find the middle element of the list

To compare all elements directly with each other

To remove duplicate values

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the time complexity of Merge Sort?

O(n log n)

O(n^2)

O(log n)

O(n)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting technique requires a “pivot” element to split the list?

Quick Sort

Merge Sort

Binary Search

Bubble Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does Binary Search work on a sorted list?

By repeatedly dividing the search interval in half

By scanning each element sequentially

By calculating the sum of all elements

By randomly selecting elements to compare

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best-case time complexity of Quick Sort?

O(n log n)

O(n^2)

O(log n)

O(1)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is Binary Search not suitable for unsorted lists?

Because it relies on order to reduce search intervals

Because it uses too much memory

Because it sorts elements before searching

Because it’s slower than linear search

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?