G6_For Loop

G6_For Loop

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Quiz - 5

Python Quiz - 5

6th - 8th Grade

10 Qs

Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

1st - 12th Grade

8 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Introduction to Python - Loops and Logic

Introduction to Python - Loops and Logic

1st - 6th Grade

10 Qs

Chapter Test - Module 15 (For Loops)_G7Loyalty

Chapter Test - Module 15 (For Loops)_G7Loyalty

7th Grade

14 Qs

L4 Iteration

L4 Iteration

8th Grade

10 Qs

Python Quiz 1

Python Quiz 1

6th Grade - University

12 Qs

Python while loop

Python while loop

8th Grade - University

13 Qs

G6_For Loop

G6_For Loop

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Hazem Mohamed

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For i = 1 TO 10

TextWindow.WriteLine (i)

EndFor


This program will print out ........................

Odd Numbers From (1) To (100)

Odd Numbers From (1) To (10)

Numbers From (1) To (100)

Numbers From (1) To (10)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For i = 1 TO 100 step 2

TextWindow.WriteLine (i)

EndFor


This program will print out ........................

Odd Numbers From (1) To (100)

Odd Numbers From (1) To (10)

Numbers From (1) To (100)

Numbers From (1) To (10)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For X = 2 TO 50 step 2

TextWindow.WriteLine (i)

EndFor


This program will print out ........................

Odd Numbers From (2) To (100)

Even Numbers From (2) To (100)

Even Numbers From (2) To (50)

Odd Numbers From (2) To (50)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To write a program to print out numbers from (5) to (27) each time add (3)


(5, 8, 11, 14, 17, 20, 23, 26)

For M = 27 To 5 step 3

For M = 5 To 27 step 3

For M = 5 To 27

For Step 3 M = 5 To 27

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For i = 1 To 100

TextWindow.WriteLine ( i * 5 )

EndFor


This program will print out ....................

Numbers from (5) To (100)

Numbers from (1) To (100)

Multiplication Table of Number (5)

Multiplication Table of Number (i)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The For Loop Start with the word ..............

Loop

For

End For

End

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The For Loop End with the word ..............

Loop

For

End For

End Loop

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?