программалау 2/1

программалау 2/1

University

25 Qs

quiz-placeholder

Similar activities

UTS2 Aljabar Linier Fundamental

UTS2 Aljabar Linier Fundamental

University

20 Qs

EOC Review #9 & #10

EOC Review #9 & #10

9th Grade - University

20 Qs

Bertelsmann AI Track Quiz Initiative #3

Bertelsmann AI Track Quiz Initiative #3

University - Professional Development

20 Qs

Solving Problems with Unit Rate

Solving Problems with Unit Rate

6th Grade - University

20 Qs

«Фармациялық өндірістің технологиясы» мамандығына  емтихан

«Фармациялық өндірістің технологиясы» мамандығына емтихан

University

20 Qs

History of math

History of math

University

20 Qs

Solving Two Step Equations

Solving Two Step Equations

7th Grade - University

20 Qs

Exponential Growth & Decay

Exponential Growth & Decay

7th Grade - University

23 Qs

программалау 2/1

программалау 2/1

Assessment

Quiz

Mathematics

University

Easy

Created by

baayan berik

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 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 SELECT QUESTION

45 sec • 1 pt

1 2 3 4 5 6 7 8 9 10

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

 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 SELECT QUESTION

45 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 SELECT QUESTION

45 sec • 1 pt

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

s = 0

for k in range(3,11):

s = s + k

print(s)

11

52

88

99

22

5.

MULTIPLE SELECT QUESTION

45 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 SELECT QUESTION

45 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 SELECT QUESTION

45 sec • 1 pt

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

for k in range(1,30):

s = k  * s

print(k)

99

29

77

55

33

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?