8-класс

8-класс

8th Grade

9 Qs

quiz-placeholder

Similar activities

Maths in Python (EduBlocks)

Maths in Python (EduBlocks)

6th - 9th Grade

10 Qs

Year 8 - Progress Check 1 (Python Turtle Shapes)

Year 8 - Progress Check 1 (Python Turtle Shapes)

8th - 9th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

Swift Playgrounds Quiz

Swift Playgrounds Quiz

8th Grade

10 Qs

Micro:bit

Micro:bit

6th - 9th Grade

10 Qs

Data types and Input

Data types and Input

7th - 9th Grade

14 Qs

Micro:bit

Micro:bit

7th - 10th Grade

11 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

8-класс

8-класс

Assessment

Quiz

Computers

8th Grade

Practice Problem

Medium

Created by

Айтурган Аким кызы

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Төмөнкү кодду карап чыгып, кайсы маанилер чын (True) болуп саналат?

a = 10

b = 5

print(a > b)

True

False

Ошибка

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python тилинде бул кандай тип?

x = "Салам дүйнө!"

int

float

str

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python тилинде бул код кандай натыйжа берет?

for i in range(3):

print(i)

0 ,1, 2

1 ,2 ,3

0 ,1, 2 ,3

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python кайсы оператор менен санды бөлүү?

+

*

/

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Бул код кандай натыйжа берет?

a = 3

b = 4

с=a+b

print(c)

7

12

1

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python тилинде кайсы функция менен маалыматты киргизүүгө болот?

print

int

input

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Бул коддо кайсы типте маалымат болуп жатат?

y = 5.5

x = 10

str

tizme

float,int

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Бул код кандай натыйжа берет?

x = 5

у=5**2

print(y)

10

25

7

9.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

yohptn