Python Loops

Quiz
•
Computers, Professional Development
•
9th - 11th Grade
•
Hard
Müzeyyen MUTLU
Used 57+ times
FREE Resource
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
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
Similar Resources on Wayground
13 questions
SAINS KOMPUTER T5 BAB 3.1

Quiz
•
11th - 12th Grade
10 questions
kur2-Mblok

Quiz
•
9th - 10th Grade
8 questions
python

Quiz
•
9th - 12th Grade
15 questions
ASK Tingkatan 1 (Bab 1)

Quiz
•
7th - 9th Grade
10 questions
ASK T1 BAB 3

Quiz
•
7th - 9th Grade
10 questions
ASK TING 2 KOD ASCII

Quiz
•
9th Grade
10 questions
DBP do 73. strane

Quiz
•
11th Grade
10 questions
Fungsi Input dan Output Python

Quiz
•
2nd Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade