Prueba saber grado décimo

Prueba saber grado décimo

10th Grade

20 Qs

quiz-placeholder

Similar activities

Quizz sobre Struct (C#)

Quizz sobre Struct (C#)

10th Grade - University

20 Qs

Pretest Riview pembelajaran sistem operasi dan komputer

Pretest Riview pembelajaran sistem operasi dan komputer

10th Grade - University

20 Qs

perangkat input,output, proses

perangkat input,output, proses

10th Grade - University

20 Qs

Diagnostico Grado Sexto

Diagnostico Grado Sexto

6th Grade - University

18 Qs

ASESMEN DIAGNOSTIK INFORMATIKA KELAS 8

ASESMEN DIAGNOSTIK INFORMATIKA KELAS 8

8th Grade - University

20 Qs

ÔN TẬP CRV1

ÔN TẬP CRV1

6th Grade - University

22 Qs

Sistem Komputer

Sistem Komputer

10th Grade

20 Qs

Activity - Task Completion and Safety

Activity - Task Completion and Safety

9th Grade - University

20 Qs

Prueba saber grado décimo

Prueba saber grado décimo

Assessment

Quiz

Information Technology (IT)

10th Grade

Hard

Created by

Victor Moreno

Used 6+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la salida del siguiente código en Python?

python

print("Hola" + "Mundo")

Hola Mundo

HolaMundo

"Hola"+"Mundo"

Error de sintaxis

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace la función len() en Python?

Convierte un texto a mayúsculas.

Cuenta el número de caracteres en una cadena o elementos en una lista.

Suma dos números.

Detiene la ejecución del programa.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el resultado de este código?

python

for i in range(3):
print(i)

0 1 2

1 2 3

3 3 3

range(3)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se captura un número entero ingresado por el usuario en Python?

input("Ingrese un número")

int(input("Ingrese un número"))

print(input("Ingrese un número"))

float("Ingrese un número")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué imprime este código?

python

texto = "Python"
print(len(texto))

P y t h o n

6

Python

5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el error en este bucle for?

python

for x in 5: print(x)

Falta range() para iterar.

Debería ser while x in 5:.

No hay error, funciona correctamente.

Falta el signo : al final.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace este código?

python

nombre = input("¿Cómo te llamas? ")
print("Hola,", nombre)

Suma dos números.

Pide el nombre al usuario y lo saluda.

Genera un error porque falta int().

Imprime "Hola, nombre" literalmente.

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?