Search Header Logo

Fukcje

Authored by Mateusz Hryciuk

Computers

Professional Development

Used 1+ times

Fukcje
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Co to są funkcje w pythonie ?

Uporządkowana ze względu na pełnioną rolę część kodu w programie.

Pogrupowana część kodu.

Funkcje pełnią służą tylko temu żeby dodawać lub odejmować liczby.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Czy funkcja musi zwracać wartość ?

Nie

Tak

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Co zwróci funkcja tak opisana:

def fun(a):

return a

1

wartość a

0

wystąpi błąd

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co zwróci taka funkcja :

def fun(a,b):

return a - b

jeśli a = b

0

a

b

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Co zwróci taka funkcja :

def k(mnoznik, a):

if a > 1:

temp = a*mnożnik

else:

temp = 1

return temp

jeśli a = 2 i mnoznik = 0

2

1

0

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?