G6_For Loop

G6_For Loop

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Introduction to Python - Loops and Logic

Introduction to Python - Loops and Logic

1st - 6th Grade

10 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Chapter Test - Module 15 (For Loops)_G7Loyalty

Chapter Test - Module 15 (For Loops)_G7Loyalty

7th Grade

14 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

LESSON 6: ALGORITHMIC INTELLIGENCE GRADE 8

LESSON 6: ALGORITHMIC INTELLIGENCE GRADE 8

8th Grade

10 Qs

C++ While Loops

C++ While Loops

6th - 8th Grade

15 Qs

Ch-8 Iterative statements in Python

Ch-8 Iterative statements in Python

8th Grade

12 Qs

G6_For Loop

G6_For Loop

Assessment

Quiz

Created by

Hazem Mohamed

Computers

6th - 8th Grade

5 plays

Medium

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?