Operatori aritmetici ~ Tipi di Dati ~ Variabili in Python

Operatori aritmetici ~ Tipi di Dati ~ Variabili in Python

8th Grade

40 Qs

quiz-placeholder

Similar activities

Coding Questions

Coding Questions

7th - 12th Grade

38 Qs

More About Python & AI

More About Python & AI

8th Grade

45 Qs

informatica

informatica

8th Grade

42 Qs

Python Review 1

Python Review 1

6th - 8th Grade

43 Qs

Y8 Assessment - LC3

Y8 Assessment - LC3

8th Grade

35 Qs

Python Year 8

Python Year 8

8th Grade

40 Qs

Python Quiz

Python Quiz

5th - 12th Grade

40 Qs

Python L3 Concepts

Python L3 Concepts

4th - 12th Grade

40 Qs

Operatori aritmetici ~ Tipi di Dati ~ Variabili in Python

Operatori aritmetici ~ Tipi di Dati ~ Variabili in Python

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Sandra Lorenzini

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Quale dei seguenti è un tipo di dato numerico in Python?

int

list

str

bool

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Qual è il tipo di dato della variabile x = 3.14?

int

str

float

bool

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Che tipo di dato restituisce type("True")?

bool

str

int

float

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Che tipo di dato è False in Python?

int

string

float

bool

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Quale dei seguenti rappresenta una stringa?

123

"123"

True

3.14

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cosa restituisce type(10)?

<class 'int'>

<class 'str'>

<class 'bool'>

<class 'float'>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Cosa restituisce questo codice?

<class 'str'>

<class 'bool'>

<class 'int'>

<class 'float'>

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?