Python (I)
Quiz
•
Computers
•
12th Grade
•
Medium
Arsenio Hernández Alique
Used 4+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quina és la sintaxi correcta per mostrar "Hello World" a Python?
echo("Hello World");
print("Hello World")
p("Hello World")
echo "Hello WOrld"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Com inserim un COMENTARIS al codi amb Python?
# Això és un comentari
/*Això és un comentari*/
//Això és un comentari
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quin d'aquests NO és un nom vàlid per a una variable?
Myvar
my_var
_myvar
my-var
Answer explanation
Un nom de variable només pot contenir caràcters alfanumèrics i guions baixos
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Com crearies una variable amb valor numèric 5?
x = int(5)
x=5
Les dues respostes són correctes
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quina és l'extensió correcta per un fitxer de Python?
.pt
.pyt
.pyth
.py
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Com crearies una variable amb el nom decimal 2.8?
x=float(2.8)
x=2.8
Les dues respostes són correctes
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quina és la sintaxi correcta per a mostrar el tipus de dades d'una variable o objecte a Python?
print(typeof(x))
print(typeof x)
print(type(x))
print(typeOf(x))
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Pseudocode WHILE Loops
Quiz
•
10th - 12th Grade
15 questions
File Handling in Python - Grade 12 CBSE
Quiz
•
12th Grade
11 questions
資訊測驗-高年級
Quiz
•
10th - 12th Grade
15 questions
Problem Solving : Design Solution
Quiz
•
12th Grade
17 questions
Algorytmy 8
Quiz
•
1st Grade - University
10 questions
Python with DataScience
Quiz
•
7th Grade - University
10 questions
Pendalaman materi TIK Kelas 5
Quiz
•
8th - 12th Grade
10 questions
Podstawy Pythona
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
