Урок03. Переменные. Ввод-вывод

Урок03. Переменные. Ввод-вывод

6th - 7th Grade

10 Qs

quiz-placeholder

Similar activities

Cyber Safety

Cyber Safety

3rd - 6th Grade

11 Qs

WWW

WWW

6th - 10th Grade

15 Qs

Chapter 2 - OPerators in Scratch

Chapter 2 - OPerators in Scratch

7th Grade

9 Qs

IT Term Recognition

IT Term Recognition

7th Grade

15 Qs

Computer Care and Safety

Computer Care and Safety

7th Grade

15 Qs

HTML

HTML

1st - 6th Grade

12 Qs

Gaming Lesson 1

Gaming Lesson 1

6th - 8th Grade

15 Qs

Урок03. Переменные. Ввод-вывод

Урок03. Переменные. Ввод-вывод

Assessment

Quiz

Computers

6th - 7th Grade

Hard

Created by

Иван Иванов

Used 25+ times

FREE Resource

AI

Enhance your content

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Определите тип данных в результате команды:

(3.0 + 5) * 4

int

float

str

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что напечатает Питон после команды?:

123 == 123

True

123

False

'123'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что выведет Питон после команды?:

print(int(12 / 3))

'12 / 3'

4.0

'4.0'

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Определите итоговый тип переменной:

a = int(12 / 3)

<class float>

дробное число

<class str>

строка

<class int>

целое число

<class bool>

логический тип

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Определите результат работы программы:

a = '10'

b = a * 3

print(b)

1000

30

'101010'

"303030"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Команды из которых составляется программа записываются:

Слева направо..

Сверху вниз..

Через запятую

Чёрным по белому

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какая команда используется для ввода информации с клавиатуры?:

print( )

input( )

type( )

float( )

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?