For Loop and Dry Run Revision Quiz

For Loop and Dry Run Revision Quiz

7th Grade - Professional Development

40 Qs

quiz-placeholder

Similar activities

GOOGLE DOCS

GOOGLE DOCS

5th - 12th Grade

40 Qs

Y9 Programming Test

Y9 Programming Test

9th Grade

40 Qs

21 st Century Literacy Skills

21 st Century Literacy Skills

Professional Development

40 Qs

Python Quiz

Python Quiz

University

40 Qs

Ôn tập

Ôn tập

10th Grade

45 Qs

WINDOWS 10

WINDOWS 10

University

41 Qs

Quiz ASAS 2 - Kelas  VII

Quiz ASAS 2 - Kelas VII

7th Grade

40 Qs

Q4 PRE-FINALS

Q4 PRE-FINALS

10th Grade

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

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?