Search Header Logo

9-klass 4-sherek

Authored by Allabergen Tursinbaev

Other

9th Grade

Used 12+ times

9-klass 4-sherek
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Programma nátiyjesin kórsetiń.

x = 0

a = 0

b = -5

if a > 0:

 if b < 0:

 x = x + 5

 elif a > 5:

 x = x + 4

 else:

 x = x + 3

else:

 x = x + 2

print(x)

2

0

3

4

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Programma nátiyjesin kórsetiń.

x = 0

while (x < 100):

 x+=2

print(x)

101

99

100

98

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Programma nátiyjesin kórsetiń.

a, b = 12, 5

if a + b:

 print(‘True’)

else:

 print(‘False’)

False;

True;

0

11

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Programma nátiyjesin kórsetiń.

x = 0

a = 5

b = 5

if a > 0:

 if b < 0:

 x = x + 5

 elif a > 5:

 x = x + 4

 else:

 x = x + 3

else:

 x = x + 2

print(x)

0

4

2

3

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Programma nátiyjesin kórsetiń.

for num in range(2,-5,-1):

 print(num, end=”, “)

2, 1, 0

2, 1, 0, -1, -2, -3, -4, -5

2, 1, 0, -1, -2, -3, -4

1, 0, -1, -2, -3, -4

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Programma nátiyjesin kórsetiń.

for num in range(10, 14):

 for i in range(2, num):

 if num%i == 1:

 print(num)

 break

10

11

12

13

11

13

10

11

10

11

12

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Programma nátiyjesin kórsetiń.

for num in range(-2,-5,-1):

 print(num, end=”, “)

-2, -1, -3, -4

-2, -1, 0, 1, 2, 3

-2, -1, 0

-2, -3, -4

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?