Unit -2 Control Statements and Sorting Algorithms

Unit -2 Control Statements and Sorting Algorithms

University

50 Qs

quiz-placeholder

Similar activities

Untitled Quiz

Untitled Quiz

University

50 Qs

Kuis Komputer Paralel

Kuis Komputer Paralel

University

50 Qs

Retest - DAA

Retest - DAA

University

50 Qs

DSA CO5

DSA CO5

University

50 Qs

c++ 202-

c++ 202-

University

50 Qs

Sorting, Searching and Big O Review

Sorting, Searching and Big O Review

9th Grade - University

45 Qs

JAVASCRIPT LONG

JAVASCRIPT LONG

University

55 Qs

Algoritmika 1.

Algoritmika 1.

10th Grade - University

50 Qs

Unit -2 Control Statements and Sorting Algorithms

Unit -2 Control Statements and Sorting Algorithms

Assessment

Quiz

Computers

University

Medium

Created by

Shubham Khari

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a control statement in C/C++?

if-else

switch

for

class

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of a loop invariant?

To ensure faster execution

To prove correctness of a loop

To reduce memory usage

To determine loop termination condition

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A loop invariant must hold:

Only before the loop starts

Before and after every iteration

Only after the loop ends

Randomly during execution

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Loop invariants are mainly used in:

Compiler optimization

Algorithm correctness proofs

Data compression

File handling

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a while loop runs n times, proving correctness requires:

Base case, inductive step

Just loop termination

Big-O analysis

Deadlock freedom

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The "termination condition" in a loop guarantees:

No segmentation fault

Loop eventually ends

Algorithm is stable

Minimum space complexity

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a variant function used in correctness proofs?

A function that strictly decreases with each iteration

A function that increases arbitrarily

A constant function

A random number generator

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?