For Loop

For Loop

University

7 Qs

quiz-placeholder

Similar activities

Python Review Module 14 - Recursion

Python Review Module 14 - Recursion

University

10 Qs

Mastering Python Loops

Mastering Python Loops

University

10 Qs

DAP225 Quiz 01

DAP225 Quiz 01

University

10 Qs

Hopper Race Code Mastery Quiz

Hopper Race Code Mastery Quiz

4th Grade - University

10 Qs

Modul 2_Windry Dwi Juliani

Modul 2_Windry Dwi Juliani

University

10 Qs

Electronics

Electronics

University

11 Qs

Understanding Arrays in Programming

Understanding Arrays in Programming

University

10 Qs

Control de Flujo

Control de Flujo

University

8 Qs

For Loop

For Loop

Assessment

Quiz

Other

University

Medium

Created by

siti sukiran

Used 6+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Loops in C Language are implemented using?

While Block

For Block

Do While Block

All the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose a right C Statement for loop.

Loops or Repetition block executes a group of statements repeatedly

Loop is usually executed as long as a condition is met

Loops usually take advantage of Loop Counter

All the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How long the following loop runs?

Three times

Four times

Forever

Never

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following piece of code?

10

0123456789

Syntax error

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is faster in C Language, for, while or Do While?

for

while

do while

All work at same speed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Types of control statement?

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2 types of control statements.

True

False