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
12 questions
PYTHON 21

Quiz
•
9th Grade
11 questions
Python

Quiz
•
1st Grade - Professio...
18 questions
T4 1.6 STRUKTUR DATA DAN MODULAR

Quiz
•
10th - 12th Grade
11 questions
SKT4 : Bab 1 : e) Amalan Terbaik Pengaturcaraan

Quiz
•
10th - 12th Grade
12 questions
Python Print Statement

Quiz
•
6th - 10th Grade
17 questions
Python Fonksiyon Giriş

Quiz
•
9th Grade
12 questions
Robotik Kodlama Sınavı

Quiz
•
10th Grade
10 questions
KOD ARAHAN

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th 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
20 questions
Introduction to Desktop Computer Systems

Quiz
•
9th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Computer Hardware and Input/Output Devices

Interactive video
•
6th - 10th Grade