Python Çalışması

Quiz
•
Computers
•
7th Grade
•
Medium
Kenan Çağlayan
Used 30+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Aşağıdaki kodlar hangi program için yazılmıştır?
import random
while True:
rolled_num = random.randint(1,6)
print("The dice rolled and you got: ", rolled_num)
input("Press any key to roll again.")
Zar atma
Rastgele harf bulma
Toplama yapma
Çarpma yapma
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Aşağıdaki kodlar hangi program için yazılmıştır?
import random
n = random.randint(1, 99)
guess = int(input("Enter an integer from 1 to 99: "))
while n != "guess":
if guess < n:
print ("guess is low")
guess = int(input("Enter an integer from 1 to 99: "))
elif guess > n:
print ("guess is high")
guess = int(input("Enter an integer from 1 to 99: "))
else:
print ("you guessed it!")
break
Zar atma
Sayı tahmini
Rastgele harf bulma
İsim tahmini
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Aşağıdaki programın çıktısı nedir?
a=4
print (a)
b=12+5
print (b)
c=b%a
print (c)
4
17
4%17
4
17
b%a
a
b
c
4
17
1
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Aşağıdaki fonksiyon kullanımı ile ilgili kodların çıktısı hangisi olabilir?
def kayit(isim, soyisim, işsis, şehir):
print("-"*30)
print("isim : ", isim)
print("soyisim : ", soyisim)
print("işletim sistemi: ", işsis)
print("şehir : ", şehir)
print("-"*30)
kayit("Fırat", "Özgül", "Ubuntu", "İstanbul")
isim : Fırat
soyisim : Özgül
işletim sistemi: Ubuntu
Fırat
Özgül
Ubuntu
İstanbul
isim : Fırat
soyisim : Özgül
işletim sistemi: Ubuntu
şehir : İstanbul
Fırat, Özgül, Ubuntu, İstanbul
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Aşağıdaki fonksiyon kullanımı ile ilgili kodların çıktısı hangisi olabilir?
def fonk(n):
if n < 0:
return 'eksi değerli sayı olmaz!'
else:
return n
f = fonk(-5)
print(f)
-5
eksi değerli sayı olmaz!
f
kod hata verir
Similar Resources on Wayground
8 questions
Nested if...else statements

Quiz
•
6th - 8th Grade
10 questions
Python-Code Right or Wrong

Quiz
•
7th - 8th Grade
7 questions
Sunum hazırlama teknikleri

Quiz
•
5th - 7th Grade
8 questions
if...else statements

Quiz
•
6th - 8th Grade
10 questions
Python Programming

Quiz
•
7th - 9th Grade
10 questions
Python тілінде программалау

Quiz
•
1st - 10th Grade
7 questions
akış şeması

Quiz
•
5th - 7th Grade
10 questions
Типы данных

Quiz
•
7th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade