Python Beginner

Python Beginner

9th Grade

25 Qs

quiz-placeholder

Similar activities

BİLGİSAYAR BİLİMİ QUİZ

BİLGİSAYAR BİLİMİ QUİZ

9th Grade

21 Qs

Programlama Temelleri Algoritmalar

Programlama Temelleri Algoritmalar

9th Grade

25 Qs

ODTÜ GV Özel Lisesi_HZ Bilgisayar Bilimi 2. Dönem . 1. Sınav HZ

ODTÜ GV Özel Lisesi_HZ Bilgisayar Bilimi 2. Dönem . 1. Sınav HZ

7th - 9th Grade

20 Qs

6. Sınıf Bilişim Teknolojileri 2. Ünite Genel Değerlendirme

6. Sınıf Bilişim Teknolojileri 2. Ünite Genel Değerlendirme

6th Grade - University

20 Qs

Elektrik Devreleri Quiz

Elektrik Devreleri Quiz

4th Grade - University

21 Qs

Small Basic

Small Basic

9th Grade

27 Qs

c# döngüler

c# döngüler

9th - 12th Grade

20 Qs

Akış Diyagramı

Akış Diyagramı

7th - 12th Grade

23 Qs

Python Beginner

Python Beginner

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Emsal Academy

Used 8+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Python'da "Merhaba Dünya" çıktısını almak için doğru sözdizimi nedir?

print("Merhaba Dünya")

print(Merhaba Dünya)

echo("Merhaba Dünya")

while("Merhaba Dünya")

2.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Python koduna YORUMLARI nasıl eklersiniz?

//Bu bir yorum

**Bu bir yorum

#Bu bir yorum

/*Bu bir yorum*/

3.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Hangisi bir değişken adı DEĞİLDİR?

_sinav1

sinav_1

sinav-1

sinav1

4.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Sayısal değeri 5 olan bir değişkeni nasıl oluşturursunuz?

x = 5

x : 5

x == 5

x5

5.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Python dosyaları için doğru dosya uzantısı nedir?

.pt

.pty

.pyth

.py

6.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Değeri 2,8 olan bir değişkeninin türü nedir?

str

int

float

bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Python'da bir değişkenin türünün çıktısını almak için doğru sözdizimi nedir?

print(typeOf(x))

print(type Of(x))

print(type x)

print(type (x))

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?