Python Seviye 1

Python Seviye 1

5th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

Python

Python

6th - 8th Grade

30 Qs

Program Development - Python: Code Tracing

Program Development - Python: Code Tracing

8th - 10th Grade

35 Qs

Coding

Coding

7th - 9th Grade

30 Qs

Python - IF

Python - IF

10th Grade

30 Qs

class 11 PYTHON BASICS quiz -1

class 11 PYTHON BASICS quiz -1

11th Grade

32 Qs

7. Sınıf Robotik Kodlama

7. Sınıf Robotik Kodlama

7th Grade

32 Qs

Python Programming

Python Programming

8th Grade

29 Qs

Python Seviye 1

Python Seviye 1

Assessment

Quiz

Education, Computers

5th - 12th Grade

Medium

Created by

SERKAN KAMBER

Used 26+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

bilgi isimli bir değişkene atanmış herhangi bir karakter verinin karakter sayısını ekranda görmemiz için aşağıdaki seçeneklerde verilen kodlardan hangisini kullanmamız gerekir?

pow(bilgi)
print(bilgi)
bilgi
print(len(bilgi))
print("bilgi ")

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Bilgi giriş yapmamızı sağlayan komut aşağıdaki seçeneklerden hangisinde verilmiştir.
print("Birinci sayıyı giriniz")
keyboard("Birinci sayıyı giriniz")
console.read("Birinci sayıyı giriniz")
str("Birinci sayıyı giriniz")
input("Birinci sayıyı giriniz")

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Aşağıdaki kod satırı çalıştırıldığında ekranda hangi sayıyı görürüz?

a = 4

b = 3

c = a -b

a = b - c

print(a-b-c)

-2
-1
0
1
2

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Aşağıdaki operatörlerden hangisi iki verinin eşitliğini kontrol eder?  

!=

==

=

+=

===

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

print(1 + 2 ** 3 * 4)

Yukarıdaki kod satırı çalıştırıldığında ekranda hangi sayıyı görürüz?  

25

30

33

36

37

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Aşağıda yer alan kod satırı çalıştırıldığında ekranda hangi sayıyı görürüz?  

pow(2,3)

8

9

23

32

41

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Aşağıda yer alan kod satırı çalıştırıldığında ekranda hangi sayıyı görürüz?  

print(len("BilişimHocası"))

11

12

13

14

15

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?