Python Loops

Python Loops

9th - 11th Grade

13 Qs

quiz-placeholder

Similar activities

ITTJ 2°

ITTJ 2°

11th - 12th Grade

15 Qs

Word 2016 Lesson 1

Word 2016 Lesson 1

9th - 12th Grade

10 Qs

Numpy-1

Numpy-1

9th - 12th Grade

10 Qs

Test on Python Function

Test on Python Function

11th - 12th Grade

12 Qs

Types of Mass Media

Types of Mass Media

10th Grade - Professional Development

11 Qs

Common Protocols

Common Protocols

10th - 12th Grade

15 Qs

Sistema Operativo Android

Sistema Operativo Android

9th - 12th Grade

10 Qs

K10-BAI4-9

K10-BAI4-9

10th - 12th Grade

10 Qs

Python Loops

Python Loops

Assessment

Quiz

Computers, Professional Development

9th - 11th Grade

Practice Problem

Hard

Created by

Müzeyyen MUTLU

Used 57+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Aşağıdaki operatörlerden hangisi "eşitse" anlamı ifade etmektedir?

??

==

!=

&&

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki operatörlerden hangisi kalanı bulma(mod alma, örn:7'nin 3' e bölümünden kalanı bulma) bulma ifadesinin karşılığıdır?

//

/

%

**

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki programı çıktısı nedir?


f = "Hoşgeldin"

b = "Burak"

print(b+f)

Hoşgeldin Burak

Burak Hoşgeldin

HoşgeldinBurak

BurakHoşgeldin

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki programı çıktısı nedir?


f = "Hoşgeldin"

b = "Burak"

print(f,b)

Hoşgeldin Burak

Burak Hoşgeldin

HoşgeldinBurak

BurakHoşgeldin

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Aşağıda verilen "for" satırlarındaki hangi "range" kullanımı ile bir çıktı (döngü) üretilemez?

for i in range(1 , 5):

for x in range(10):

for z in range(10,0,-2)

for y in range(-3)

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Ekranda oluşacak çıktı nedir? Yazın.

20 18 16 14 12 10 8

20 18 16 14 12 10

10 12 14 16 18 20

20 9 -2

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Aşağıdakilerden hangisi 1den 5e kadar olan sayıları ekrana yazdıran kod bloğudur?

i = 1

while i < 5:

print(i)

i += 1

i = 0

while :

print(i)

i =i+ 1

i<5

i = 1

while i >=5:

print(i)

i += 1

i = 1

while i<5:

print(t)

t+=i

i+=1

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?