For Loop and Dry Run Revision Quiz

For Loop and Dry Run Revision Quiz

7th Grade - Professional Development

40 Qs

quiz-placeholder

Similar activities

UAS Web Desain

UAS Web Desain

University

40 Qs

Linux2 - Lesson 6 (exam training)

Linux2 - Lesson 6 (exam training)

1st - 10th Grade

40 Qs

Quarter 2 Summative Test Einstein

Quarter 2 Summative Test Einstein

9th Grade

41 Qs

Pemrograman Web dan Perangkat Bergerak Kelas 12 RPL 2

Pemrograman Web dan Perangkat Bergerak Kelas 12 RPL 2

12th Grade

35 Qs

اختبار تجريبي تقنية رقمية 2-2

اختبار تجريبي تقنية رقمية 2-2

9th - 12th Grade

45 Qs

Web 2025

Web 2025

11th Grade

40 Qs

MIDTERM EXAM IN WEB DEV 101

MIDTERM EXAM IN WEB DEV 101

University

40 Qs

For Loop and Dry Run Revision Quiz

For Loop and Dry Run Revision Quiz

Assessment

Quiz

Computers, Instructional Technology

7th Grade - Professional Development

Medium

Created by

Neer Jain

Used 2+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?