9-Класс

9-Класс

9th Grade

12 Qs

quiz-placeholder

Similar activities

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Google Sheets

Google Sheets

9th - 12th Grade

15 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

1.2 Basic String Manipulation

1.2 Basic String Manipulation

9th Grade

10 Qs

AI-9A-PA1-Practical

AI-9A-PA1-Practical

9th Grade

10 Qs

Python Quiz Starter

Python Quiz Starter

9th Grade

11 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python Lists

Python Lists

9th - 12th Grade

15 Qs

9-Класс

9-Класс

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Sultanbek Palwaniyazov

Used 11+ times

FREE Resource

12 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

x=32

print(......)

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

name='Anvar'

print(Name)

name="'Anvar'

print(Name)

name='Anvar'

print(name)

name='Anvar'

print(NAME)

name=Anvar

print(name)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a=3

b=a

a=7

print(a,b)

3 7

error

7 3

7,3

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x=2

y=7

z=x+y

print(z)

9

14

NameError:

5

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x='32 '

y='school'

print(x+y)

TypeError:

school32

32 school

32school

6.

OPEN ENDED QUESTION

45 sec • 1 pt

a=5

b=2

a+b=?

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

30 sec • 1 pt

a=10

b=4

a-b=?

Evaluate responses using AI:

OFF

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?