Python

Python

1st Grade - Professional Development

11 Qs

quiz-placeholder

Similar activities

python

python

9th - 12th Grade

10 Qs

Bilgisayar Bilimi Python11.01.2021

Bilgisayar Bilimi Python11.01.2021

9th Grade

10 Qs

KEDİLER NE DER?

KEDİLER NE DER?

2nd Grade

12 Qs

4.SINIF TRAFİK GÜVENLİĞİ

4.SINIF TRAFİK GÜVENLİĞİ

10th Grade

10 Qs

Python1_1

Python1_1

9th Grade

14 Qs

Dosya ve İnternet adresleri Uzantıları

Dosya ve İnternet adresleri Uzantıları

4th - 12th Grade

16 Qs

DONANIM VE YAZILIM TESTİ

DONANIM VE YAZILIM TESTİ

9th - 12th Grade

10 Qs

test et

test et

4th - 5th Grade

10 Qs

Python

Python

Assessment

Quiz

Education, Computers

1st Grade - Professional Development

Hard

Created by

YAŞAM TASARIM

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Aşağıdaki programın çıktısı nedir?


a = 2

b = 4

c = a*b

print(c)

6

8

42

24

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Aşağıdaki programı çıktısı nedir?


f = "Hoşgeldin"

b = "Burak"

print(b + f)

Hoşgeldin Burak

HoşgeldinBurak

Burak Hoşgeldin

BurakHoşgeldin

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Ekrana veri yazdırmamızı sağlayan komut nedir?

string()

int()

print()

prt()

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Aşağıdaki programın çıktısı nedir?


len("Jr. Robotics")

Jr. Robotics

"Jr. Robotics"

12

True

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Aşağıdaki listede kaç eleman vardır?

sehirler = ["İstanbul","Ankara","İzmir"]

0

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Aşağıdaki operatörlerden hangisi eşitse anlamı ifade etmektedir?

??

==

!=

&&

if

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Hangisi a değişkeninin değerini 1 arttırır?

a+=1

a++=1

a==+1

a+++

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?