Search Header Logo

الجملة التكرارية while Loop

Authored by waleed mohammed

Computers

10th Grade

Used 2+ times

الجملة التكرارية while Loop
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

i = 2

while i <= 10:

    print(i)

    i =i+ 1

ما نتيجة البرنامج


من 1 الى 10


من 2 الى 10


من 0 الى 10


2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

i = 1

while i <= 5:

    print(i)

    i =i+ 1

ما نتيجة البرنامج


1

2

3

4

5


0

1

2

3

4

5


1

5


3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

i = 5

while i <= 10:

    print(i)

    i =i+ 1


0

1

2

3

4

5


1

2

3

4

5


5

6

7

8

9

10


4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

i = 0

while i <= 10:

    print(i)

    i =i+ 2


0

2

4

6

8

10


1

2

3

4

5


5

6

7

8

9

10


5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 5

while x <= 50:

    print(x)

    if x == 20:

        break

    x = x+5

ما نتيجة البرنامج


1

2

3

4

5


5

10

15

20


5

6

7

8

9

10


6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

i = 1

while i <= 10:

    print("bahrian")

    i =  i +2

ما نتيجة البرنامج


Bahrain


Bahrain

bahrain

bahrain

bahrain

bahrain

bahrain

bahrain

bahrain

bahrain

bahrain


Bahrain

bahrain

bahrain

bahrain

bahrain


Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?