For Loop and Dry Run Revision Quiz

For Loop and Dry Run Revision Quiz

7th Grade - Professional Development

40 Qs

quiz-placeholder

Similar activities

IP QUIZ

IP QUIZ

University

45 Qs

7th Seoul - 2nd Cycle Exam

7th Seoul - 2nd Cycle Exam

7th Grade - University

40 Qs

Java Script

Java Script

9th Grade - Professional Development

39 Qs

Próbny INF.03 2022

Próbny INF.03 2022

12th Grade

40 Qs

JavaScript 3

JavaScript 3

7th Grade

39 Qs

Quarter 2 Summative Test Einstein

Quarter 2 Summative Test Einstein

9th Grade

41 Qs

Repaso JavaScript

Repaso JavaScript

Professional Development

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?