PYTHON-Base n 1-3C

PYTHON-Base n 1-3C

11th Grade

17 Qs

quiz-placeholder

Similar activities

Java Base

Java Base

9th - 12th Grade

19 Qs

The Social Network

The Social Network

6th - 12th Grade

18 Qs

S.O.

S.O.

9th Grade - University

20 Qs

Sistemi e Reti

Sistemi e Reti

11th Grade

15 Qs

Assembly x86

Assembly x86

10th - 12th Grade

20 Qs

Finale 4B-07-06-2017

Finale 4B-07-06-2017

11th Grade

20 Qs

IT Security - 5 - Uso sicuro del web

IT Security - 5 - Uso sicuro del web

11th Grade

20 Qs

Java basics

Java basics

9th - 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

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?