9-klass 4-sherek

9-klass 4-sherek

9th Grade

20 Qs

quiz-placeholder

Similar activities

Tax Vocabulary Review

Tax Vocabulary Review

9th - 12th Grade

15 Qs

Compito di Igiene cap.1 e 2

Compito di Igiene cap.1 e 2

9th - 12th Grade

15 Qs

Job Interview Test

Job Interview Test

6th - 12th Grade

17 Qs

Career Exploration Test

Career Exploration Test

9th - 12th Grade

20 Qs

College and Careers

College and Careers

9th - 12th Grade

15 Qs

9-informatika 3-sherek

9-informatika 3-sherek

9th Grade

15 Qs

TL3 Samenstellingen

TL3 Samenstellingen

6th - 12th Grade

15 Qs

samenstellingen

samenstellingen

7th - 11th Grade

16 Qs

9-klass 4-sherek

9-klass 4-sherek

Assessment

Quiz

Other

9th Grade

Hard

Created by

Allabergen Tursinbaev

Used 12+ times

FREE Resource

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

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?