G6_For Loop

G6_For Loop

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Grade 7 - QBASIC Quiz

Grade 7 - QBASIC Quiz

7th Grade

15 Qs

Stage 7B-Jan code file

Stage 7B-Jan code file

7th Grade - University

10 Qs

python loops

python loops

7th - 12th Grade

14 Qs

L4 Iteration

L4 Iteration

8th Grade

10 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Python Ifs, Lists, and Loops

Python Ifs, Lists, and Loops

7th - 8th Grade

11 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?