ITCC104: FINAL EXAMINATION

ITCC104: FINAL EXAMINATION

University

76 Qs

quiz-placeholder

Similar activities

Computer System and Page Replacement Quiz

Computer System and Page Replacement Quiz

University

81 Qs

Chapter 6-7 (ANSWERS MUST BE IN ALL CAPS)

Chapter 6-7 (ANSWERS MUST BE IN ALL CAPS)

University

81 Qs

Project Management Quiz - Topic 3

Project Management Quiz - Topic 3

University

73 Qs

System Programming -Exam One

System Programming -Exam One

University

75 Qs

SQL Review Quiz

SQL Review Quiz

University

79 Qs

GE222 LQ 1

GE222 LQ 1

University

80 Qs

ICT final

ICT final

University

80 Qs

Linux and macOS Quiz

Linux and macOS Quiz

University

74 Qs

ITCC104: FINAL EXAMINATION

ITCC104: FINAL EXAMINATION

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

ZPPSU VLs

Used 5+ times

FREE Resource

76 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is Bubble Sort called “Bubble” Sort?

It uses a heap-like structure.

It divides the array in half repeatedly.

Larger values the top as they swap

It selects the minimum value and moves it to the front.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What makes Insertion Sort efficient for nearly sorted arrays?

It always runs in O(n²) time regardless of input.

It uses a binary tree to store values.

It performs fewer comparisons and shifts when data is nearly sorted

It divides the array using pivot elements.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does Selection Sort differ from Bubble Sort in process?

Bubble Sort selects the smallest item directly.

Selection Sort finds the smallest and swaps it once per pass

Bubble Sort only works on even-sized arrays.
d. Selection Sort only works with strings.

Selection Sort only works with strings.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the divide-and-conquer approach mean in Merge Sort?

It swaps values from left to right.

It places maximum values at the end.

It breaks the array into parts, sorts them, and merges

It deletes half of the data in each step.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which characteristic best explains why Heap Sort is not a stable algorithm?

The rearrangement in heap structure changes equal elements' order

It merges elements too quickly.

It sorts elements without comparison.

It adds new values during the sorting process.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How does Quick Sort choose where to divide the list?

Based on the largest value in the array

It picks a pivot and partitions around it

It uses the mean of the array

It randomly swaps elements

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what situation would Merge Sort be preferred over Quick Sort?

When the data is small

When stability is not important

When consistent performance is needed in worst-case scenarios

When memory usage is a major concern

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?