Test fine quadrimestre

Test fine quadrimestre

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Apstraktne strukture podataka - stog, red, stablo

Apstraktne strukture podataka - stog, red, stablo

12th Grade

20 Qs

Modelo físico

Modelo físico

1st - 10th Grade

20 Qs

2I_febbraio

2I_febbraio

10th Grade

20 Qs

Secundaria Power point

Secundaria Power point

9th Grade

23 Qs

ECDL Modulo 3 - Word (Test 2)

ECDL Modulo 3 - Word (Test 2)

12th Grade

23 Qs

Evaluación 10_p2

Evaluación 10_p2

10th Grade

17 Qs

4to Bach/Corto de Informática II Unidad

4to Bach/Corto de Informática II Unidad

10th Grade

15 Qs

2^ Quiz 3I

2^ Quiz 3I

12th Grade

20 Qs

Test fine quadrimestre

Test fine quadrimestre

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Luca Vandro

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual è la principale differenza tra una lista e una tupla in Python?

Una lista è immutabile, mentre una tupla è mutabile

Una tupla è immutabile, mentre una lista è mutabile

Sia la lista che la tupla sono mutabili

Sia la lista che la tupla sono immutabili

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Come si crea una lista vuota in Python?

empty_list = []

empty_list = {}

empty_list = ()

empty_list = set()

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Quale tra le seguenti dichiarazioni è corretta per creare una tupla con un solo elemento?

my_tuple = (1,)

my_tuple = 1,

my_tuple = {1}

my_tuple = [1]

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Come si accede al terzo elemento di una lista in Python?

my_list[3]

my_list(3)

my_list[2]

my_list(2)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Quale metodo può essere utilizzato per aggiungere un elemento a una lista in Python?

append()

add()

insert()

extend()

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cosa succede se si cerca di modificare un elemento in una tupla?

La tupla si rompe

Si verifica un errore

La tupla si allunga automaticamente

La tupla rimane invariata

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Come si rimuove un elemento da un insieme in Python?

remove()

discard()

insert()

pop()

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?