
Quiz recupero 4G

Quiz
•
Computers
•
9th Grade
•
Easy
Giulia Iannattone
Used 6+ times
FREE Resource
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Con quale istruzione possiamo ordinare i seguenti numeri dal più piccolo al più grande?
b=[5, 3, 98, 99, -16]
b.reverse()
b.small_big
b.index()
b.sort()
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Con quale istruzione prendiamo il primo elemento della lista:
>>> vocali = ['a', 'e', 'i', 'o', 'u']
vocali[0]
vocali[1]
vocali[-1]
a[0]
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
La funzione len() viene usata per
contare gli elementi di una stringa
trovare la lunghezza di una stringa
restituisce l'indice di un determinato elemento
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Quali tra i seguenti modi va usato per creare una lista in Python?
lista=(1,2,3)
lista=[1;2;3]
lista={1,2,3}
lista=[1,2,3]
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Quale simbolo manca nella seguente definizione di un sottoprogramma?
def la_mia_funzione()
=
:
;
è completa così
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual è il risultato dell'espressione 'lambda x: x**2' applicata alla lista [1, 2, 3, 4]?
[1, 4, 9, 16]
[2, 4, 6, 8]
[1, 2, 3, 4]
[3, 6, 9, 12]
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Come si applica una funzione lambda ad ogni elemento di una lista in Python?
Utilizzando il metodo 'map'
Utilizzando il metodo 'apply'
Utilizzando il metodo 'filter'
Utilizzando il metodo 'replace'
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
UsoDiWord_01_Generale

Quiz
•
6th - 12th Grade
20 questions
Moduli in Python

Quiz
•
9th Grade
15 questions
Conosciamo i Sistemi Operativi

Quiz
•
9th - 12th Grade
14 questions
Missione conoscenza

Quiz
•
9th - 12th Grade
18 questions
Concetti di base della Tecnologia Informatica

Quiz
•
9th Grade
22 questions
Hardware e software

Quiz
•
9th - 12th Grade
16 questions
Tecnologie Immersive: VR, AR, MR in RR

Quiz
•
6th - 9th Grade
15 questions
Passaggio dei parametri

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade