Python Урок 1

Python Урок 1

6th - 8th Grade

26 Qs

quiz-placeholder

Similar activities

Microsoft Word 2016 Vocabulary

Microsoft Word 2016 Vocabulary

8th Grade

25 Qs

Скреч

Скреч

5th - 7th Grade

24 Qs

input and output device

input and output device

4th - 6th Grade

25 Qs

G8_Quiz1_2024_Python

G8_Quiz1_2024_Python

7th Grade

21 Qs

Microsoft Server Admin 98-365 Part 3

Microsoft Server Admin 98-365 Part 3

KG - Professional Development

22 Qs

REPASO WORD

REPASO WORD

1st - 12th Grade

21 Qs

CodeHS JavaScript Control Functions

CodeHS JavaScript Control Functions

8th - 12th Grade

21 Qs

GK 2 TIN6 MỚI

GK 2 TIN6 MỚI

6th - 8th Grade

30 Qs

Python Урок 1

Python Урок 1

Assessment

Quiz

Computers

6th - 8th Grade

Practice Problem

Medium

Created by

Александра Голованова

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

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

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что означает запись print(3)?

Создание переменной с именем print
Вызов функции print с аргументом 3
Сложение числа 3 с функцией print
Объявление функции print

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что произойдет, если написать print() без аргументов?

Программа выдаст ошибку
Выведется пустая строка
Выведется число 0
Ничего не произойдет

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Когда создается переменная в Python?

Когда объявляется заранее
Когда ей впервые присваивается значение
В начале программы
Когда вызывается функция

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что выведет код:

a = 5

print(a + 3)

a + 3
8
53
Ошибку

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что означает запись coins += 1?

coins = 1
coins = coins + 1
coins = coins * 1
coins = coins - 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой тип данных у переменной a = 10.5?

int
float
string
bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что вернет функция type(3.14)?

int
float
string
number

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?