Python Konu Tekrarı Testi

Python Konu Tekrarı Testi

6th - 8th Grade

14 Qs

quiz-placeholder

Similar activities

Yapay Zeka

Yapay Zeka

5th - 6th Grade

10 Qs

Python

Python

7th Grade

13 Qs

6-sinf Ma'lumotlar bazasi bilan ishlash

6-sinf Ma'lumotlar bazasi bilan ishlash

6th Grade

17 Qs

6.1.5 Telif Hakkı 6.sınıf

6.1.5 Telif Hakkı 6.sınıf

5th - 8th Grade

16 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

Scratch 2.0

Scratch 2.0

5th - 8th Grade

10 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Scratch

Scratch

6th - 8th Grade

15 Qs

Python Konu Tekrarı Testi

Python Konu Tekrarı Testi

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

canakkaleformbt canakkaleformbt

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

A,B ve C değişkenine "Python" verisini tek satırda nasıl aktarırsınız?​

A=B=C="Python"
A="Python"=B=C
A=B="Python"=C

2.

FILL IN THE BLANK QUESTION

45 sec • 2 pts

Bir değişkenin veri tipini öğrenmek için ...................... komutu kullanılır.

Answer explanation

Hepsi küçük harfle yazılacak, cevap soruda gizli :)

3.

MULTIPLE SELECT QUESTION

45 sec • 3 pts

Aşağıdaki değişken isimlerinden hangileri Python dilinde GEÇERSİZDİR?

as

54goto

not

ad soy

Foto

4.

FILL IN THE BLANK QUESTION

1 min • 3 pts

"i = i + j " kod satırı daha kısa ................. şeklinde kodlanabilir.

5.

OPEN ENDED QUESTION

2 mins • 5 pts

B ve C değişkenlerinin içeriklerini tek satırda yer değiştirmeniz gerekli nasıl yaparsınız?

Evaluate responses using AI:

OFF

Answer explanation

B değişkeninin verisi C değişkenine, C değişkeninin verisi B değişkenine atanacak.

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Aşağıdaki kod satırlarının çalıştırılmasından sonra x değişkeninin değeri ne olur?

t = 22 + 25 - 15

x = t /4 + t % 4

8.0

4.0

2.0

6.0

Answer explanation

% operatörü mod (kalanı) almaya yarar

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Aşağıdaki kod satırı çalıştırılmasından sonra B değişkenin değeri ne olur?

B = 40

C= str(B) +"10"

50

4010

1040

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?