Python: тестуваня

Python: тестуваня

8th Grade

12 Qs

quiz-placeholder

Similar activities

L1 Console, Variables and Creating a Program

L1 Console, Variables and Creating a Program

8th Grade

10 Qs

Python Revision

Python Revision

8th Grade

16 Qs

IDT S1 Final Review Part 2

IDT S1 Final Review Part 2

8th - 12th Grade

10 Qs

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

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

8th Grade

15 Qs

Python линейные алгоритмы

Python линейные алгоритмы

8th Grade

10 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Викторина по Python (Урок 1-2)

Викторина по Python (Урок 1-2)

5th - 11th Grade

10 Qs

Python: тестуваня

Python: тестуваня

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Olga Maksimenko

Used 7+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Що виконає програма?

True

"Five is greater than two!"

Five is greater than two!

False

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Визначіть результат:

print(str(2023))

2023

"2023"

Error

str

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Визначіть результат:

print(float(2023))

2023

"2023"

Error

2023.0

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Визначіть результат:

print(int("1.0"))

1

"1"

1.0

int("1.0")

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Результат:

type(x)

type(y)

<class 'int'>

<class 'float'>

<class 'int'>

<class 'str'>

<class 'str'>

<class 'int'>

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

a = "Паліндром"

print(a[1])

а

a[1]

a

"Паліндром"

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

a = "Паліндром"

print(a[0:9:5])

Паліндром

Пд

д

нічого не виведе

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?