Python-input-print-variables

Python-input-print-variables

9th Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

9th Grade

11 Qs

Python_if-else

Python_if-else

9th - 10th Grade

15 Qs

Y9 - Module 2 - KT1 Python Basics

Y9 - Module 2 - KT1 Python Basics

9th Grade

14 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Python Lesson 1 - Homework

Python Lesson 1 - Homework

8th - 9th Grade

10 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

deneme python

deneme python

9th Grade

11 Qs

9-10 sene sonu

9-10 sene sonu

9th - 10th Grade

11 Qs

Python-input-print-variables

Python-input-print-variables

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Cagdas ERDEN

Used 22+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

print("5"+"5") komutu ekrana ne yazar?

5+5

"10"

55

"55"

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

print(5%3) komutunun çıktısı nedir?

1

2

0

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

input() komutuyla sayı tanımlamak için hangisi kullanılmalıdır?

sayi=int(input("Sayı giriniz."))

input(sayi)

input("Sayı giriniz")

int(input("Sayı giriniz."))=sayi

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Kullanıcıdan ismini sorup sonra girilen ismi ekrana yazdıran komut satırları hangisidir?

isim=input("isminizi yazınız: ")

print("isim")

isim=input() print(isim)

isim=input("isminizi yazınız: ") print(isim)

input("isminizi yazınız:") print(isim)

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Media Image

Yandaki sorunun çıktısı ne olur?

Ayşecanali

canaliAyşe

ali can Ayşe

abc

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

print(2==4 or not 5==5) komut satırı çalıştırıldığıdna sonuç ne olur?

True

False

1

0

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Media Image

sonuç=...... şeklinde çıktı almak için noktalı alana ne yazmak gerekir?

sonuç=sonuç

"sonuç= ",sonuc

"sonuç="sonuç

"sonuç=sonuç"

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?