Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

8класс2

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

print(Hello, world)

a)

Hello world

b)

Hello,world

c)

hello, world

d)

incorrect

2.

name= "Masha"

print("name")

a)

Masha

b)

name Masha

c)

incorrect

d)

name

3.

print("16+8")

a)

26

b)

24

c)

16+8

d)

incorrect

4.

a=5

b=6

print((2*a)+(3*b))

a)

28

b)

27

c)

incorrect

d)

(2*a)+(3*b)

5.

a=Dias

print(a)

a)

Dias

b)

a

c)

incorrect

d)

dias

6.

print("sun", 5 , "apple")

a)

sun 5 apple

b)

incorrect

c)

sun apple 5

d)

5

7.

a=5

b=3

2a+5b\frac{2a+5}{b}  

a)

print(2a+5/b)

b)

print(((2*a)+5)/b)

c)

print((2a+5)/b)

d)

print(2*5+5/b)

8.

My name is Bolat

a)

print(My name is Bolat)

b)

name="Bolat"

print("Bolat")

c)

name="Bolat"

print("My name is", name)

d)

print("Bolat")

9.

242^4  

a)

(2****)

b)

(2*4)

c)

(2**4)

d)

(2/4)

10.

8+12\frac{8+1}{2}  

a)

print("8+1/2")

b)

print((8+1)/2))

c)

print(8+1/2)

d)

(8+1)-2