PYTHON - 57

PYTHON - 57

7th Grade

15 Qs

quiz-placeholder

Similar activities

Micro:bit

Micro:bit

6th - 9th Grade

10 Qs

викторина 2021 5-8 классы

викторина 2021 5-8 классы

5th - 8th Grade

16 Qs

INFORMATIKA_8

INFORMATIKA_8

7th - 9th Grade

15 Qs

Perangkat Keras Komputer

Perangkat Keras Komputer

7th Grade

10 Qs

Текстовый процессор (5 класс)

Текстовый процессор (5 класс)

5th - 8th Grade

10 Qs

Računalno razmišljanje i programiranje 2. dio 2025.

Računalno razmišljanje i programiranje 2. dio 2025.

7th Grade

20 Qs

Key Concepts 1

Key Concepts 1

5th - 7th Grade

11 Qs

[RB3-Ch4] Problem Solving

[RB3-Ch4] Problem Solving

6th - 8th Grade

20 Qs

PYTHON - 57

PYTHON - 57

Assessment

Quiz

Computers

7th Grade

Practice Problem

Medium

Created by

Елена Давыдова-Мартынова

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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?