
pyhton

Quiz
•
Computers
•
9th Grade
•
Hard
ahmet kılıç
Used 82+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Aşağıdaki print fonksiyonlarından hangisinin kullanımı yanlıştır.
Print(merhaba)
print("merhaba")
print('merhaba')
print(" " " merhaba " " ")
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Değişken olarak
sayi1 ve sayi 2 değişkeni int
metin1,metin2 değişkenleri ise str
değeri girilmiş olsun. print fonksiyonu çalıştığında aşağıdakilerden hangisi hata vericektir.
print(sayi1+sayi2)
print(sayi1*metin1)
print(sayi2*metin2)
print(sayi1+metin2)
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
sayi1=3
metin1="mehmet"
print(sayi1*metin1)
hata verir
sayi1mehmet çıktısını verir
3mehmet çıktısı verir
mehmetmehmetmehmet çıktısı verir
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
ad,soyad,yasi = " hakan","kaya",25 satırı çalıştığında hangi değişken ataması yanlış yazılmıştır.
ad="hakan"
soyad="kaya"
yasi=25
soyad=kaya
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
print(type(5.6)) ekran çıktısı nasıl olacaktır.
class 'int'
class 'str'
class 'float'
class 'bool'
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
print(type(True)) ekran çıktısı nasıl olacaktır.
class 'int'
class 'str'
class 'float'
class 'bool'
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Tanımlanmamış bir sayı değişkeni, print(sayi) ifadesi çalıştırıldığında aşağıdakilerden hangisi gerçekleşmesi beklenir.
sayi
çift tırnak " sayi" yazılmalıydı
değişken tanımlı olmadığından hata verir.
print(sayi) yerine print('sayi') ifadesi yazılmalıydı
Create a free account and access millions of resources
Similar Resources on Wayground
23 questions
Akış Diyagramı

Quiz
•
7th - 12th Grade
19 questions
Algoritma - Akış Şeması

Quiz
•
9th - 10th Grade
19 questions
Python 1 -2023

Quiz
•
9th Grade
18 questions
9 sinıf bilişim 1dönem 2sınav

Quiz
•
9th Grade
15 questions
Python_if-else

Quiz
•
9th - 10th Grade
25 questions
computers

Quiz
•
9th Grade
17 questions
Python Fonksiyon Giriş

Quiz
•
9th Grade
20 questions
TIKamy po angielsku

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