PYTHON - 57
Quiz
•
Computers
•
7th Grade
•
Medium
Елена Давыдова-Мартынова
Used 10+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 5 pts
Предложите пользователю ввести его имя и возраст. Увеличьте возраст на 1 и выведите сообщение: [имя] next birthday you will be [новый возраст]
КАКОЙ ВАРИАНТ КОДА ПРАВИЛЬНЫЙ
name = input ("What is your name? ")
age = int (input("How old are you? "))
newAge = age + 1
print (name, " next birthday you will be ", newAge)
name = int ("What is your name? ")
age = input (input("How old are you? "))
newAge = age + 1
print (name, " next birthday you will be ", newAge)
name = input ("What is your name? ")
age = int (input("How old are you? "))
newAge = age + 5
print (name, " next birthday you will be ", newAge)
2.
MULTIPLE CHOICE QUESTION
45 sec • 3 pts
num1 = 93
Прибавляет к первой переменной 93
Вычитает из переменной 93
Присваивает значение переменной
3.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
print ("This is a message")
Что появится на экране после выполнения команды
This is a message
"This is a message"
("This is a message")
4.
MULTIPLE CHOICE QUESTION
2 mins • 4 pts
num1 = int(input("Enter first number: "))
num2 = int(input("Enter second number: "))
Пользователю нужно последовательно ввести 2 числа
Пользователь должен ввести сначала единицу, а затем двойку
Пользователю нужно ввести текстовой ответ
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Что делает функция print() в Python?
Сканирует введенные данные
Выводит информацию на экран
Сохраняет данные в файл
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как в Python создать переменную x со значением 10
x = "10"
x : = 10
x = 10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой оператор используется для сравнения значений на равенство в Python?
=
==
===
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
10 questions
Latihan Soal PIlihan Ganda Kelas 7
Quiz
•
7th Grade
10 questions
CPU
Quiz
•
7th Grade
20 questions
Web 2.0
Quiz
•
6th - 10th Grade
12 questions
Електронні таблиці. Табличний процесор
Quiz
•
7th Grade
20 questions
IT-Технология
Quiz
•
6th - 8th Grade
10 questions
What is a computer?
Quiz
•
7th - 9th Grade
11 questions
Історія графічної культури. Дизайн та його тенденції
Quiz
•
1st - 11th Grade
20 questions
HTML5 Basics
Quiz
•
7th - 10th Grade
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
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
Email your Teacher
Quiz
•
6th - 8th Grade
40 questions
Programming with Karel
Quiz
•
6th - 8th Grade
20 questions
Binary Numbers Quiz
Quiz
•
6th - 8th Grade
10 questions
Exploring Computer Hardware and Software Components
Interactive video
•
6th - 10th Grade
