BBK test

BBK test

1st Grade

7 Qs

quiz-placeholder

Similar activities

Programming - Output

Programming - Output

KG - 12th Grade

12 Qs

Python Plus M4L2

Python Plus M4L2

1st - 5th Grade

4 Qs

programlama temelleri 7

programlama temelleri 7

1st Grade

4 Qs

Shortcut keys

Shortcut keys

1st - 2nd Grade

10 Qs

Python

Python

1st Grade - University

10 Qs

Python-quiz podstawy

Python-quiz podstawy

1st Grade

10 Qs

Introduction to Python - If and Else

Introduction to Python - If and Else

1st - 6th Grade

10 Qs

Python Fundamentals

Python Fundamentals

1st - 10th Grade

12 Qs

BBK test

BBK test

Assessment

Quiz

Computers

1st Grade

Medium

Created by

AtaUni BBK

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python'da fonksiyon tanımlamak için hangi anahtar kelime kullanılır?

as

class

def

import

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

fonksiyonlarda değer hangi yöntem ile geri çevrilir ?

self

init

return

math

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 10

def fonksiyon():

a=2

print(a)

print(a)

çıktı nedir?

2

10

10

2

hata

2 10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

def fonksiyon():

a=2

print(a)

print(a)

çıktı nedir?

2

hata

a

2

hata

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

try:

a=int(asdasdasd25)

print("çalıştı")

except:

print("buraya girdi")

çıktı nedir?

buraya girdi

çalıştı

hata

kod çalışmaz

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

from math import sqrt,ceil

hangi fonksiyonları getirir?

hepsini

append

sqrt

sqrt,ceil

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

kontrol="askılık">"Askı"

print(kontrol)

Hangi sonucu verir?

true

false

hata

Askı