Search Header Logo

Quiz on Program Control: Repetition in C Programming

Authored by PANDU WICAKSONO

Information Technology (IT)

12th Grade

Used 2+ times

Quiz on Program Control: Repetition in C Programming
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of repetition in programming?

To create a new variable

To repeat a block of code multiple times

To execute a block of code only once

To end a program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a type of loop in C?

for

while

do-while

until

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a for loop, what does 'exp1' represent?

The statements to execute

The condition to continue looping

The initialization of the loop variable

The increment or decrement operation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if the condition in a while loop is false?

The loop will execute indefinitely

The loop will execute only once

The loop will not execute at all

The loop will execute at least once

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: for (x=1; x <= 10; x++) printf("%d\n", x);?

1 to 10

10 to 1

No output

1 to 9

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'break' statement do in a loop?

Pauses the loop for a moment

Skips the current iteration

Ends the loop immediately

Restarts the loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a do-while loop, when is the condition evaluated?

It is not evaluated

After executing the statements

Before executing the statements

During the execution of the statements

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?