G6_For Loop

G6_For Loop

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

gringius

gringius

KG - Professional Development

15 Qs

Y9 Mini Recap

Y9 Mini Recap

8th Grade

8 Qs

The Foundations of Computing - Quiz

The Foundations of Computing - Quiz

6th - 8th Grade

15 Qs

KS3 Computational Thinking

KS3 Computational Thinking

7th - 8th Grade

10 Qs

EXCEL BASICS - 7 QUIZ

EXCEL BASICS - 7 QUIZ

6th - 8th Grade

10 Qs

Binary System

Binary System

5th - 8th Grade

10 Qs

Pop Quiz #2

Pop Quiz #2

6th Grade

10 Qs

Python

Python

7th Grade

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?