Python Sınavı

Python Sınavı

Assessment

Quiz

Computers

6th - 8th Grade

Practice Problem

Medium

Created by

Lupidikko undefined

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print("Hi")

("Hi")

Hi

"Hi"

(Hi)

("")

2.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

a = 3

b = 7

c = b - a

if a == c:

d = b

elif b == a:

d = a - 1

else:

d = a + b

d = 1

d = 4

d = 2

d = 3

d = 10

3.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Hangileri DOĞRU?

print("Hi")

A = 8

print(a)

A = Hi

print(A)

print(Hi)

A = 1

print(A)

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print("(Hello, World!)")

(Hello, World!)

"Hello, World!"

Hello, World!

("")

("Hello, World!")

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

x = 5

y = 10

z = x + y

if z > 10:

result = z

elif z == 10:

result = 0

else:

result = -1

result = 10

result = 5

result = 15

result = 0

result = -1

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

def add(a, b):

return a + b

result = add(2, 3)

result = 5

result = 6

result = 4

result = 3

result = 2

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Görev: hi adında fonksiyon tanımla ve içinde counter değişkeni olsun

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?