
G6_For Loop
Authored by Hazem Mohamed
Computers
6th - 8th Grade
Used 5+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?