Python oraliq nazorat

Python oraliq nazorat

6th - 8th Grade

30 Qs

quiz-placeholder

Similar activities

Python Final Revision

Python Final Revision

6th - 8th Grade

25 Qs

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

ח-2 שבוע לומדים אחרת

ח-2 שבוע לומדים אחרת

8th Grade

26 Qs

Python Programming

Python Programming

8th Grade

29 Qs

[Senior] Python Exam

[Senior] Python Exam

8th Grade - University

25 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Python L1 Programming Challenge

Python L1 Programming Challenge

1st - 12th Grade

30 Qs

KUIZ SK (PYTHON) TING 2 2021

KUIZ SK (PYTHON) TING 2 2021

8th Grade

25 Qs

Python oraliq nazorat

Python oraliq nazorat

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

G'olibjon Davronov

Used 9+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

print 9//2

4.5

4

4.55

4,5

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

i = 0

while i < 3:

       print i

       i++

       print i+1

0 2 1 3 2 4


0 1 2 3 4 5


Xato

1 0 2 4 3 5


3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

print(type(type(int)))

type \'int\'


type \'type\'


Error


<class 'type'>

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

L = ['a','b','c','d']

print(" ".join(L))

[‘a’,’b’,’c’,’d’]


Error

abcd

Error

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

y = 8

z = lambda x : x * y

print (z(6))

error

48

14

64

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

royxat1=[3, 4, 5, 20, 5, 25, 1, 3] bo‘lsin, royxat1.pop(1) dan keyin ro‘yxat1 nima?

[3, 4, 5, 20, 5, 25, 1, 3]


[3, 4, 5, 20, 5, 25, 1,]


[3, 5, 20, 5, 25, 1, 3]


[3, 5, 20, 5, 25, 3]


7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

def myfunc(a):

a = a + 2

a = a * 2

return a

print myfunc(2)

8

16

xatolik

32

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?