For Loop and Dry Run Revision Quiz

For Loop and Dry Run Revision Quiz

7th Grade - Professional Development

40 Qs

quiz-placeholder

Similar activities

Informatika

Informatika

7th Grade

43 Qs

SIMKOMDIG

SIMKOMDIG

11th Grade

39 Qs

Excel

Excel

1st Grade - University

40 Qs

NPTEL-CLOUD COMPUTING-PRACTICE TEST-4 2025

NPTEL-CLOUD COMPUTING-PRACTICE TEST-4 2025

University

40 Qs

HTML

HTML

10th Grade

40 Qs

Latihan Soal ASAS Ganjil Informatika 8

Latihan Soal ASAS Ganjil Informatika 8

8th Grade

40 Qs

MYE Revision 7 & 8

MYE Revision 7 & 8

7th - 8th Grade

35 Qs

Y7 Baseline Test

Y7 Baseline Test

7th Grade

35 Qs

For Loop and Dry Run Revision Quiz

For Loop and Dry Run Revision Quiz

Assessment

Quiz

Computers, Instructional Technology

7th Grade - Professional Development

Practice Problem

Medium

Created by

Neer Jain

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

40 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

A _____ is used to repeat a block of code several times.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

For loops are ________ ________ loops.

exit - controlled

entry - controlled

I don't know

All of the above

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A for loop stops when the condition becomes

False

True

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which statement is executed first and only once ?

Conditional Expression

Update Statement

Initialization Statement

Code Block

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A _____ ______ is a testing process where the

effects of a possible failure are

intentionally mitigated.

For Loop

Selections

While Loop

Dry Run

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is Dry Run also known as ?

Trace Table

Code Block

Table

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Predict the Output:


<script>

for (var x = 1 ; x <= 10 ; x += 2)

{

document.write(x)

}

</script>

1 3 5 7 9

1 2 3 4 5 6 7 8 9

13579

246810

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?