python 1112

python 1112

6th - 8th Grade

12 Qs

quiz-placeholder

Similar activities

Python - тест

Python - тест

1st - 12th Grade

15 Qs

Циклы питон 8кл

Циклы питон 8кл

8th Grade

15 Qs

Python

Python

1st - 12th Grade

10 Qs

python.операторы ввода/вывода.переменные

python.операторы ввода/вывода.переменные

6th - 8th Grade

14 Qs

Душим питона

Душим питона

1st - 12th Grade

13 Qs

Python цикли

Python цикли

8th Grade

15 Qs

7 класс Python

7 класс Python

7th Grade

10 Qs

Тест Python

Тест Python

6th - 8th Grade

10 Qs

python 1112

python 1112

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Вероника Васина

Used 3+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Как создать переменную типа данных str?

a=0

a="Привет"

"привет"

что я тут делаю

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Что будет выведено на экран?

You are a Rodion! I don't know you!

You are a stranger! I don't know you!

Hello, Kyrylo!

Hello, Rodion!

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Выберите тип переменной, которой нет в языке python

int

str

num

float

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Как на языке python объявить переменную типа int

int a = 15;

a = "15"

a = 15

a == 15

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Выберите правильную запись условной конструкции:

if (a>5)

{

print(“а больше 5”)

}

if a>5:

{ pr

int(“а больше 5”)

}

if a>5:

print(“а больше 5”)

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Какие существуют виды циклов:

for, while

for, while, if

for, while, do while

for, if

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Что станет итогом выполнения данной программы?

A=”15”

B=34

A+B

49

1534

Ошибка

56

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?