Python(Junior) КР2

Python(Junior) КР2

2nd Grade

9 Qs

quiz-placeholder

Similar activities

Python

Python

KG - Professional Development

13 Qs

Ôn tập lệnh print trong Python

Ôn tập lệnh print trong Python

1st - 5th Grade

7 Qs

Python Functions and Flowcharts

Python Functions and Flowcharts

1st - 3rd Grade

14 Qs

Review check point 1 G8 - DT

Review check point 1 G8 - DT

1st - 4th Grade

11 Qs

Python L1 Quiz 4: Lists

Python L1 Quiz 4: Lists

1st - 12th Grade

10 Qs

Локальные и глобальные переменные

Локальные и глобальные переменные

1st - 5th Grade

12 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

ôn tập về chuỗi

ôn tập về chuỗi

1st - 5th Grade

14 Qs

Python(Junior) КР2

Python(Junior) КР2

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

ilya erofeev

Used 4+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Media Image

a

a

a?

a!

a...

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int

str

number

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int a = 15;

a = “15”

a = 15

a == 15

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

if (a>5) { print(“а больше 5”) }

if a>5: { print(“а больше 5”) }

if a>5: print(“а больше 5”)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

for, while

for, while, if

for, if

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

A="15"

B=34

A+B

49

1534

TypeError

Ошибка Типа

A+B

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что будет напечатано на экране, если пользователь введёт 5 и 3?

A = input(“введи число”)

B = input(“введи число”)

print(A+B)

5+3

35

53

8

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что будет напечатано?

while True:

print("Hello!")

Hello!

Ошибка, так как переменная True не определена

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Hello!

Не знаю

¯\_(ツ)_/¯

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что будет напечатано, если name == "Bob"?

if name == "Bob":

print("hi")

if name == "Sally":

print("hello there")

else:

print("go away!")

hi

hello there

go away!

hi

go away!