
Уровень 2. 1/2
Quiz
•
Mathematics
•
2nd Grade
•
Easy
Аскербеков Бекнұр
Used 1+ times
FREE Resource
Enhance your content in a minute
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
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
Discover more resources for Mathematics
21 questions
Halloween Math
Quiz
•
2nd Grade
20 questions
Place Value
Quiz
•
KG - 3rd Grade
14 questions
Halloween Math
Quiz
•
2nd - 3rd Grade
20 questions
addition facts
Quiz
•
2nd Grade
10 questions
Exploring Halloween Costumes with The Good, the Bad and The Spooky
Interactive video
•
1st - 5th Grade
10 questions
2 Digit Subtraction With and Without Regrouping
Quiz
•
2nd Grade
32 questions
White Belt - 0's, 1's, 2's
Quiz
•
1st - 5th Grade
10 questions
Two-Digit Subtraction with Regrouping
Quiz
•
2nd Grade
