KiberOne Вопросы по Python

KiberOne Вопросы по Python

1st - 5th Grade

15 Qs

quiz-placeholder

Similar activities

พื้นฐานการเขียนโปรแกรมภาษา C

พื้นฐานการเขียนโปรแกรมภาษา C

2nd Grade

15 Qs

Введение в Pascal ABC

Введение в Pascal ABC

1st Grade

10 Qs

условный оператор

условный оператор

5th Grade

10 Qs

Python(Junior) КР1

Python(Junior) КР1

2nd Grade

14 Qs

App Inventor 3. Тест после занятия

App Inventor 3. Тест после занятия

1st - 12th Grade

12 Qs

Робототехника

Робототехника

3rd Grade

10 Qs

Python (введение)

Python (введение)

5th Grade

10 Qs

Метрология. Государственная метрологическая служба

Метрология. Государственная метрологическая служба

3rd Grade

20 Qs

KiberOne Вопросы по Python

KiberOne Вопросы по Python

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Виктор Черников

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой тип данных имеет значение 10?

float

int

str

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой тип данных имеет значение 10.5?

int

float

str

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что выведет функция print(type(10))?

<class 'float'>

<class 'int'>

<class 'str'>

<class 'bool'>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что выведет функция print(type("Hello"))?

<class 'float'>

<class 'int'>

<class 'str'>

<class 'bool'>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой тип данных имеет значение True?

int

float

str

bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой оператор используется для сложения в Python?

-

+

*

/

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что выведет выражение print(10 // 3)?

3.33333

3

4

10

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?