
Современные языки и технологии программирования
Quiz
•
Computers
•
University
•
Easy
Khatira Abbasova
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Результатом выполнения программного кода
a=10
b=2
s=a**b+a
print(s)
в Python будет:
110
10**2+10
a**b+a
100
12
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Результатом выполнения программного кода
n=123
a=n//100
b=n//10%10
c=n%10
print(a,b,c)
в Python будет:
1 2 3
3,2,1
3 2 1
3 1 2
1,2,3
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Результатом выполнения программного кода
a=5
b=6
s=(a+b)*(b-a+1)//2
print(s)
в Python будет:
11
10
30
1
14
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Для чего используется функция input () в языке Python?
вводит данные в программу
возвращает значения
определяет длину строки
возвращает абсолютное значение
возвращает тип переданного аргумента
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой результат будет выведен на экран после выполнения следующего программного кода на Python:
from math import sqrt
a, b, c = 64, 81, 100
print(int(sqrt(a)), int(sqrt(c)), int(sqrt(b)))
8 10 9
10 9 8
8 9 10
9 10 8
10 8 9
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Результатом выполнения программного кода
a, b =26, 24
d=pow(abs(b-a),a%b)
print(pow(d,4))
в Python будет
256
196
625
394
225
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Результатом выполнения функции print(pow(2,10), ";", pow(10,2)) в Python будет
1024; 100
1020; 100
1000; 100
1024 10
1024; 1000
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
18 questions
Строка CMD
Quiz
•
University
15 questions
Introducción Redes Tele1 IB
Quiz
•
10th Grade - University
20 questions
2. Ayo Main Quiz Lagi
Quiz
•
University - Professi...
20 questions
SOFTWARE 7I
Quiz
•
7th Grade - University
20 questions
KIỂM TRA CUỐI KÌ 1 TIN 7 ( 24 - 25 )
Quiz
•
7th Grade - University
15 questions
Pra UAS Algoritma dan Pemrograman Lanjut
Quiz
•
University
16 questions
Entrada e Saída em Python
Quiz
•
University
20 questions
Quiz 1: Steps in Problem Solving
Quiz
•
University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
7 questions
Central Idea of Informational Text
Interactive video
•
4th Grade - University
7 questions
Review for You: Using Commas
Interactive video
•
4th Grade - University
5 questions
Using Context Clues
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
14 questions
Eat Healthy,Be Healty
Quiz
•
4th Grade - University
7 questions
Safari Scholar: Searching for Subject-Verb Agreement
Interactive video
•
4th Grade - University
