Python Seviye 1

Python Seviye 1

5th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

python functions

python functions

12th Grade

36 Qs

Python Basics-01

Python Basics-01

9th - 12th Grade

32 Qs

2 Python (переменные, типы данных)

2 Python (переменные, типы данных)

5th - 12th Grade

33 Qs

Year 7CS_exam

Year 7CS_exam

4th - 8th Grade

37 Qs

Python Course Selection

Python Course Selection

7th - 11th Grade

31 Qs

Unit 1 Module 1 Review

Unit 1 Module 1 Review

9th - 12th Grade

32 Qs

Python. СР-1

Python. СР-1

7th - 10th Grade

37 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?