Funzioni Python

Funzioni Python

12th Grade

14 Qs

quiz-placeholder

Similar activities

C++ cap. 4

C++ cap. 4

9th - 12th Grade

15 Qs

Controllo di Flusso in C++

Controllo di Flusso in C++

9th - 12th Grade

10 Qs

Conoscenza del Computer

Conoscenza del Computer

12th Grade

10 Qs

Quiz sulla Stampa 3D

Quiz sulla Stampa 3D

9th Grade - University

17 Qs

Algoritmo

Algoritmo

9th Grade - University

15 Qs

Flowgorithm

Flowgorithm

12th Grade

10 Qs

Quiz sulle componenti hardware del P.C.

Quiz sulle componenti hardware del P.C.

9th - 12th Grade

10 Qs

A4 - Il linguaggi di programmazione C++ SELEZIONE

A4 - Il linguaggi di programmazione C++ SELEZIONE

2nd Grade - University

15 Qs

Funzioni Python

Funzioni Python

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Stefania Uda

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quale parola chiave si usa per definire una funzione in Python?

  • function

  • define

  • def

  • fun

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Cosa stampa il seguente codice?

saluto

Ciao!

niente

errore

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Una funzione può avere zero parametri.

Vero

Falso

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Completa la funzione che restituisce il doppio di un numero.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cosa fa la funzione return?

  • Stampa il risultato

  • Ferma il programma

  • Restituisce un valore alla chiamata

  • Ripete la funzione

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Quali di queste sono funzioni valide in Python?

  • def stampa():

  • def somma(a, b):
    return a + b

  • function moltiplica(x, y)

  • def 123(x):

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

È obbligatorio usare return in tutte le funzioni.

Vero

Falso

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?