Search Header Logo

Уровень 2. 1/2

Authored by Аскербеков Бекнұр

Mathematics

2nd Grade

Used 1+ times

Уровень 2. 1/2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Төмендегі алгоритмді орындағаннан кейін экранда қандай сандар қатары пайда болады: 

for i in range(1,10):        print(i, end='')

1 2 3 4 5 6 7 8 9 10

1 2 3 4 5 6 7 8 9

0

858587474

010230599

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Төмендегі алгоритмді орындағаннан кейін экранда қандай сандар қатары пайда болады:

 for i in range(1,10+1):        print(i, end='')

1 2 3 4 5 6 7 8 9 10

1 2 3 4 5 6 7 8 9 10 11

1 4 9 16

01010101

00003333

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ендегі алгоритмнің нәтижесі: 

Кіріс мәліметтері: 

15

45

a = int(input()) b = int(input()) if a % 10 == 0 or b % 10 == 0:     print('YES') else:     print('NO')

YES

NO

Error

int

No answer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Төмендегі программа  орындалғаннан кейін қандай нәтиже алынады:

s = 0

for k in range(3,11):

s = s + k

print(s)

11

52

88

99

22

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Төмендегі код фрагментінің нәтижесі:

numbers = [1, 2, 3, 4, 5]

numbers[2] = 99

print (numbers)

[1, 2, 3, 4, 5]

[1, 2, 99, 4, 5]

[1, 99, 3, 4, 5]

[99, 2, 3, 4, 5]

[1, 2, 3, 4, 99]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Төмендегі код фрагментінің нәтижесі қандай? 

numbers = list(range(3))

print(numbers)

[3, 1, 2]

[0, 1, 2]

[1, 3, 2]

[0, 1, 3]

[3, 2, 1]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Төмендегі программа орындалғаннан кейін қандай нәтиже алынады: s = 0

for k in range(1,30):

s = k  * s

99

29

77

55

33

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?

Similar Resources on Wayground