C While Loop

C While Loop

University

5 Qs

quiz-placeholder

Similar activities

MODUL 2_Dwi Rahmawati Rahayu

MODUL 2_Dwi Rahmawati Rahayu

University

10 Qs

CE Quiz 1- Feedback and Non-feedback System

CE Quiz 1- Feedback and Non-feedback System

University

10 Qs

Figure Skating TEST HARD

Figure Skating TEST HARD

6th Grade - Professional Development

10 Qs

CSCI 1301 - Chapter 5 A

CSCI 1301 - Chapter 5 A

University

8 Qs

youtube

youtube

KG - University

8 Qs

MINDZONE-2.3

MINDZONE-2.3

University

10 Qs

Control system - open & closed loop

Control system - open & closed loop

University

8 Qs

Op amp Unit-3

Op amp Unit-3

University

10 Qs

C While Loop

C While Loop

Assessment

Quiz

Other

University

Medium

Created by

Azrinna Muhamad

Used 7+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the value of i after the loop terminates?

3

4

5

6

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times will the following loop execute?

3

4

5

6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

2 3 4

2 3 4 5

3 4 5

2 3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is true about while loops?

The condition is checked after the loop body executes

The loop body always executes at least once

The condition is checked before the loop body executes

The loop executes a fixed number of times

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

2 4 6

2 4

4 6

1 2 3