
python karar döngü

Quiz
•
Computers
•
9th Grade
•
Hard
gamze suna
Used 4+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
if 7%3==0:
print(“A”)
else:
print(“B”)
Yukarıda kod çalıştırıldığında ekran çıktısı ne olur?
A
B
7
7
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
if ((3>5 and 5<1) or 5==5) satırı ….........…… değerini döndürür.
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
….....……….., döngünün başlangıç ve bitiş değeri belli olan durumlarda kullanılan, varsayılan olarak 0’dan (sıfır) başlayarak birer birer artan fonksiyondur.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
if yas>18 and ehliyet==”var”:
print(“Başarılı”)
Yukarıdaki kod bloğu ne anlama gelmektedir?
yas değişkeni 18 ve ehliyet değişkenin değeri var ise ekrana Başarılı yazar.
yas değişkeni 18’den küçük ve ehliyet değişkenin değeri var ise ekrana Başarılı yazar.
yas değişkeni 18’den büyük veya ehliyet değişkenin değeri var ise ekrana Başarılı yazar.
yas değişkeni 18’den büyük ve ehliyet değişkenin değeri var ise ekrana Başarılı yazar.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
for sayilar in range(15):
print(sayilar)
Yukarıdaki kod çalıştırıldığında üretilecek çıktının son değeri hangisidir?
15
14
1
0
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
i=3
while (i<7):
print(“MEB”)
i=i+1
Yukarıdaki kod çalıştırıldığında ekrana kaç kez MEB yazar?
2
3
4
6
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
for sayilar in range(10,2,-3):
print(sayilar)
Yukarıdaki kod çalıştırıldığında sırasıyla hangi çıktıları üretir?
10 7 4
10 2 3
2 5 8
10 8 6
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
ALGORITHM & FLOWCHARTS-01

Quiz
•
9th - 12th Grade
18 questions
Seri ekran,potansiyometre,servo

Quiz
•
9th - 12th Grade
16 questions
PEMBANGUNAN ALGORITMA TINGKATAN 1

Quiz
•
7th - 9th Grade
25 questions
BAB 1 : ASK T3

Quiz
•
9th Grade
22 questions
Python - For Döngüsü

Quiz
•
9th - 12th Grade
20 questions
pyhton

Quiz
•
9th Grade
20 questions
Arduino Temel Seviye

Quiz
•
9th - 12th Grade
20 questions
4.2 STRUKTUR KOD ARAHAN (ASK TINGKATAN 3)

Quiz
•
9th Grade
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