Loops

Loops

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Programming Basics

Programming Basics

10th Grade

9 Qs

Flow of Control in C++ ( Conditional statements)

Flow of Control in C++ ( Conditional statements)

9th Grade - University

17 Qs

29W Quiz 2 - PLTW

29W Quiz 2 - PLTW

9th - 12th Grade

12 Qs

Java Level 1 - C

Java Level 1 - C

12th Grade

15 Qs

JAVA: Level-1

JAVA: Level-1

5th - 12th Grade

15 Qs

Introduction to Loops

Introduction to Loops

9th - 12th Grade

10 Qs

Arduino Basic Programming

Arduino Basic Programming

12th Grade

10 Qs

While Loops and Boolean Statements

While Loops and Boolean Statements

10th - 12th Grade

10 Qs

Loops

Loops

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Deepti Ghuge

Used 3+ times

FREE Resource

12 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

1. When the statements are repeated sequentially a number of times in a program, the construct is known as ........................

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

2. For loop is also known as ............................. controlled loop.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

3.______________loop is called an exit controlled loop.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________________executes at least once, if the condition is false.

Do while

For

While

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________________ checks the condition first before its execution.


Do while

For

While

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To find the sum of any ten numbers, the loop will run .............. times.

Ten

Eleven

Nine

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

i) x=1
y=1

ii) x=0

y=0

i) x=1
y=1

ii) x=2

y=2

i) x=0
y=0

ii) x=1

y=1

i) x=2
y=2

ii) x=1

y=1

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?