Тест Python

Тест Python

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

For loop

For loop

8th Grade

10 Qs

prep1-revision

prep1-revision

7th Grade

12 Qs

Berpikir Komputasional

Berpikir Komputasional

8th Grade

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Atividades Scratch | Quizizz de Pensamento Computacional

Atividades Scratch | Quizizz de Pensamento Computacional

6th - 8th Grade

10 Qs

ՍՏԵՂՆԱՇԱՐ-1

ՍՏԵՂՆԱՇԱՐ-1

6th Grade

10 Qs

แบบทดสอบสุดท้ายจากเกาะมรณะ

แบบทดสอบสุดท้ายจากเกาะมรณะ

8th Grade

10 Qs

ÔN TẬP TIN 8 GIỮA KÌ 2

ÔN TẬP TIN 8 GIỮA KÌ 2

8th Grade

13 Qs

Тест Python

Тест Python

Assessment

Quiz

Computers

6th - 8th Grade

Practice Problem

Hard

Created by

Vladislav Kordyukov

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

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

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

int

str

float

number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int a = 15;

a = “15”

a = 15

a == 15

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

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

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

for, while

for, while, if

for, while, do while

for, if

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что станет итогом выполнения данной программы:
A=”15”
B=34
A+B

49

1534

ошибка

56

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что станет итогом выполнения данной программы:
A=”Привет”
A*3

ПриветПриветПривет

Привет3

ошибка

ААА

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что будет напечатано на экране?
A=[5, 10, 15, 0]
Print(A[1])

5

10

1

A[1]

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?