PYTHON-Base n 1-3C

PYTHON-Base n 1-3C

11th Grade

17 Qs

quiz-placeholder

Similar activities

SOFTWARE 7I

SOFTWARE 7I

7th Grade - University

20 Qs

K10_T10_TNBAI11_DIEMMIENG

K10_T10_TNBAI11_DIEMMIENG

10th - 12th Grade

20 Qs

Animated Canvas

Animated Canvas

9th - 12th Grade

19 Qs

Python List, and String

Python List, and String

10th Grade - University

20 Qs

Clase de Computación: Excel

Clase de Computación: Excel

11th Grade

12 Qs

Pengenalan Aplikasi Blender

Pengenalan Aplikasi Blender

11th Grade

13 Qs

FormazioneSicurezzaSpecifica_Mod. 3.1

FormazioneSicurezzaSpecifica_Mod. 3.1

9th - 12th Grade

17 Qs

Test on Python Function

Test on Python Function

11th - 12th Grade

12 Qs

PYTHON-Base n 1-3C

PYTHON-Base n 1-3C

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Carolina Pellecchia

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a correct syntax to output "Hello World" in Python?

echo ("Hello World")

echo "Hello World"

print("Hello Word")

p("Hello Word")

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you insert COMMENTS in Python code?

#this is a comme

//This is a comm

\\this is a comm

'''this is a comm

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create a variable with the numeric value 5?

x=int(5)

sono corrette tutte e due

x=5

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct file extension for Python files?

.pyt

.py

.pt

.pyht

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Quale NON è un nome di variabile legale?

my_var

my var  

Myvar

_myvar

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Come si crea una variabile con il numero reale 2.8?

x=2.8

x=float(2.8)

entrambe sono corrette

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual è la sintassi corretta per produrre il tipo di una variabile o di un oggetto in Python?

print(typeof(x))  

print(typeof x)

print(typeOf(x))

print(type(x))  

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?