Айнымалылармен жұмыс

Айнымалылармен жұмыс

University

15 Qs

quiz-placeholder

Similar activities

IT Quizes (Bonus 1)

IT Quizes (Bonus 1)

1st Grade - University

10 Qs

Đặt câu hỏi Review TVCS 2

Đặt câu hỏi Review TVCS 2

10th Grade - University

19 Qs

Test sulle disequazioni

Test sulle disequazioni

10th Grade - University

18 Qs

QUIZ ALGO

QUIZ ALGO

University

20 Qs

Python - Data Types

Python - Data Types

12th Grade - University

11 Qs

Pengenalan HTML dan CSS

Pengenalan HTML dan CSS

University

20 Qs

HTML CSS Recap

HTML CSS Recap

University

10 Qs

Introducción a HTML y CSS

Introducción a HTML y CSS

11th Grade - University

20 Qs

Айнымалылармен жұмыс

Айнымалылармен жұмыс

Assessment

Quiz

Education

University

Medium

Created by

Asel Azhgalieva

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = ' '

print(type(a))

<class 'str'>

<class 'float'>

<class 'int'>

<class 'bool'>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 0.

print(type(a))

<class 'int'>

<class 'float'>

<class 'str'>

<class 'list'>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = True

print(type(a))

<class 'str'>

<class 'float'>

<class 'int'>

<class 'bool'>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

b = (1, 2, 3, 4)

<class 'int'>

<class 'float'>

<class 'str'>

<class 'tuple'>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

c = {"key1": "value1", "key2": "value2"} 

print(c)

<class 'int'>

<class 'str'>

<class 'float'>

<class 'dict'>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 1

print(a>0)

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 123

b = "123"

print(a==b)

True

False

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?