Indica de que tipo es el dato: 2
Quizz_Python_1

Quiz
•
Computers
•
Professional Development
•
Medium
Daniel Perez
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
int
float
char
String
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Indica de que tipo es el dato: "hola"
int
float
char
String
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cuál es la forma correcta de crear una variable llamada "numero" y guardarle el número 5?
numero: 5
numero(5)
numero = 5
numero == 5
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Si Python ejecuta el siguiente código, ¿qué se imprimirá en la consola?
edad = 14
if edad<16:
print("menor")
else:
print("mayor")
menor
mayor
Dará un error
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
¿Qué mostrará por consola el siguiente código?
num = 8
num = num + 2
print(num)
num = num + 4
8
10
14
Dará un error
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
¿Qué mostrará por consola el siguiente código?
num = 4
for i in range(5):
print(i)
4
4,4,4,4,4
1,2,3,4,5
0,1,2,3,4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué extensión tienen los archivos de Python?
(cómo debe acabar el nombre del archivo para que se considere un archivo Python)
.py
.pi
.python
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Batch Programming Quiz

Quiz
•
Professional Development
15 questions
Computación básica - Conceptos básicos

Quiz
•
Professional Development
10 questions
AutoCAD 3D - Tema 1 y 2

Quiz
•
Professional Development
13 questions
Phyton Lección 2

Quiz
•
Professional Development
10 questions
Python - Introdução

Quiz
•
Professional Development
7 questions
Repaso Clase Sass 2

Quiz
•
Professional Development
11 questions
Google Chrome

Quiz
•
Professional Development
13 questions
Игры на Python 1 модуль

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade