
тест экз 1 группа
Authored by Sergy Shumikhin
Computers
10th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1.Через пробел запишите числа, которые будут в списке?
a = [i for i in range (10) if i % 2 == 0]
2 4 6 8
0 2 4 6 8
0 2 4 6 8 10
2 4 6 8 10
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Какие из указанных чисел будут в списке, если задать его с помощью инструкции?
a = [i for i in range (10)]
2
0
1
15
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как в Python добавить элемент x в начало списка A?
A=A+{x}
A.append(x)
A=[x]+A
A=A.append([x])
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено на экран при исполнении инструкций?
s = '-5'
print (s.isdigit ())
"-5"
True
сообщение об ошибке
False
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Чему будет равно а после исполнения инструкций?
def func (num):..........................................................
...if num < 10:...........................................................
........return num........................................................
...else:.........................................................................
return func (num % 10 + num % 100 // 10)
a = func (275)....................................................................
3
2.75
2
275
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
У нас есть функция для поиска минимального из двух чисел. Запишите её вызов для нахождения минимального из чисел a и b.
def min (x, y):
if x < y:
............return x
else:......
..........return y
def min(a,b)
min(a,b)
math.min(a,b)
a,b=min(x,y)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Сколько раз будет выполнено тело цикла?
for i in range (2, 8, 2):
<тело цикла>
2
8
4
3
Access all questions and much more by creating a free account
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
Already have an account?
Similar Resources on Wayground
10 questions
KOMPUTER DAN JARINGAN DASAR
Quiz
•
10th Grade
10 questions
Технология блокчейн
Quiz
•
1st - 10th Grade
10 questions
Arrays
Quiz
•
10th - 12th Grade
10 questions
Informatika
Quiz
•
10th Grade
10 questions
TIK-Ms Excel
Quiz
•
10th Grade
14 questions
programación en java
Quiz
•
10th Grade
10 questions
Aplikasi Pengolah Angka (Excel)
Quiz
•
10th Grade
10 questions
informatika
Quiz
•
10th Grade
Popular Resources on Wayground
8 questions
Spartan Way - Classroom Responsible
Quiz
•
9th - 12th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
14 questions
Boundaries & Healthy Relationships
Lesson
•
6th - 8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
3 questions
Integrity and Your Health
Lesson
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
9 questions
FOREST Perception
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade