Moduli in Python

Moduli in Python

9th Grade

20 Qs

quiz-placeholder

Similar activities

C++ Ripetizione

C++ Ripetizione

9th - 12th Grade

20 Qs

linguaggio C++

linguaggio C++

9th - 12th Grade

18 Qs

Quiz sui Fondamenti di Informatica

Quiz sui Fondamenti di Informatica

7th Grade - University

15 Qs

Hardware/Software

Hardware/Software

9th Grade - University

18 Qs

Introduzione ad Excel

Introduzione ad Excel

9th Grade

15 Qs

JavaScript Operators

JavaScript Operators

9th - 12th Grade

20 Qs

4H 20 marzo

4H 20 marzo

9th Grade

20 Qs

PHP & MySQL - parte 1

PHP & MySQL - parte 1

9th Grade - Professional Development

20 Qs

Moduli in Python

Moduli in Python

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Giulia Iannattone

Used 13+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Qual è il modulo in Python che fornisce funzioni per lavorare con file e directory?

os

sys

math

randomize

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Qual è il metodo per importare un modulo in Python?

import module_name

include module_name

from module_name import

inport module_name

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

  1. Cosa fa il dir() in Python?

  1. Restituisce una lista di nomi di attributi e metodi di un modulo

  1. Stampa a schermo un messaggio

  1. Restituisce l'indirizzo di memoria di una variabile

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

  1. Quale modulo Python viene utilizzato per la creazione di interfacce grafiche?

  1. tkinter

os

pickle

random

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Qual è il ruolo del modulo sys in Python?

Il modulo sys in Python fornisce funzionalità per la manipolazione di stringhe

Il modulo sys in Python è utilizzato per la gestione dei database

Il ruolo del modulo sys in Python è fornire accesso a variabili e funzioni legate all'interprete.

Il modulo sys in Python gestisce la grafica dell'interfaccia utente

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

  1. Quali sono i tipi di dati principali in Python?

  1. Integer, String, List, Tuple, Set, Dictionary

  1. Integer, String, Boolean, Float, None

  1. List, Tuple, Set, Dictionary, Complex

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Come si ottiene la data corrente utilizzando il modulo datetime in Python?

datetime.currentDate()

datetime.day()

datetime.now()

datetime.curret()

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?