Quiz 2

Quiz 2

University

5 Qs

quiz-placeholder

Similar activities

Java Quiz

Java Quiz

University

10 Qs

Computational Thinking

Computational Thinking

8th Grade - University

8 Qs

DS

DS

University

8 Qs

NEW Research Methods Review

NEW Research Methods Review

University

9 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - University

10 Qs

Discussion section 2_26

Discussion section 2_26

University

8 Qs

Scaling techniques

Scaling techniques

University

10 Qs

ER Modeling Quiz

ER Modeling Quiz

University

10 Qs

Quiz 2

Quiz 2

Assessment

Quiz

Other

University

Easy

Created by

Prashi Rawal

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After one pass of Bubble Sort on {5,1,3,2,4}, what does the array look like?

{1,3,2,4,5}

{1,5,3,2,4}

{5,1,2,3,4}

{5,3,2,1,4}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How will participating in CESA’s coding event help you?

Improves technical skills and problem-solving ability

Helps you get free snacks only

Makes you avoid coding practice

Wastes your study time

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

O(n²)

O(n log n)

O(n)

O(log n)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms is stable?

Selection Sort

Quick Sort

Merge Sort

Heap Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which round would you enjoy the most in CESA’s DSA event?

Arrays

Stacks

Graphs

Debugging