Prueba saber grado décimo

Prueba saber grado décimo

10th Grade

20 Qs

quiz-placeholder

Similar activities

Quiz TIK kelas  9

Quiz TIK kelas 9

9th - 12th Grade

20 Qs

Komponen dan Fungsi Komputer

Komponen dan Fungsi Komputer

10th Grade

20 Qs

Ulangan Harian Kelas 8

Ulangan Harian Kelas 8

8th Grade - University

25 Qs

Uji Pengetahuan Arsitektur Komputer

Uji Pengetahuan Arsitektur Komputer

10th Grade

15 Qs

ASESMEN DIAGNOSTIK INFORMATIKA KELAS 9

ASESMEN DIAGNOSTIK INFORMATIKA KELAS 9

9th Grade - University

20 Qs

 BAB 4 | 4.1 KOD ARAHAN | SUBTOPIK 4.1.2

BAB 4 | 4.1 KOD ARAHAN | SUBTOPIK 4.1.2

2nd Grade - University

15 Qs

variabel c++

variabel c++

10th Grade

20 Qs

Pts Tik kelas X

Pts Tik kelas X

10th 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?