Question 1
Question
¿Para imprimir algo en la pantalla, que comando se utiliza?
Question 2
Question
[blank_start]Escribir[blank_end] "Dame un numero"
[blank_start]Leer[blank_end] numero
Question 3
Question
Esto funcionara?
Leer "Cual es tu nombre"
Si entonces Juan
Question 4
Question
¿Cual de estos son comandos de pseint?
Answer
-
Escoger
-
Limpiar Pantalla
-
Abrir
Question 5
Question
[blank_start]Si[blank_end] a>5 [blank_start]Entonces[blank_end]
Escribir "se le da un premio"
[blank_start]Sino[blank_end]
Escribir "se le da una nalgada"
[blank_start]Fin Si[blank_end]
Question 6
Question
Comando para pedir algo mientras esta en ejecucion
Answer
-
Limpiar pantalla
-
Escribir
-
Leer
-
Si ----- entonces
Question 7
Question
Esto funcionara?
Escribir "Dame un numero"
Leer numero
Question 8
Question
El comando "Leer" sirve para ingresar datos mientras el programa esta en ejecucion
Question 9
Question
Ayudame a terminar este comando :v
[blank_start]Escribir[blank_end] "Cual es tu nombre"
[blank_start]Leer[blank_end] nombre
[blank_start]Escribir[blank_end] "dame un numero"
[blank_start]Leer[blank_end] numero
[blank_start]Escribir[blank_end] "dame otro"
[blank_start]Leer[blank_end] n2
t=numero+n2
[blank_start]Escribir[blank_end] "el resultado es: ", [blank_start]t[blank_end]
Answer
-
Escribir
-
Leer
-
Escribir
-
Leer
-
Escribir
-
Leer
-
Escribir
-
t
Question 10
Question
La instruccion "segun" nos sirve para comparar una serie de datos y almacenarlos para usarlos luego
Question 11
Question
Cual de estos es el comando para imprimir algo en la pantalla
Answer
-
Escribir
-
Leer
-
Limpiar Pantalla
Question 12
Question
Ayudame otra vez!!! :'v
[blank_start]Escribir[blank_end] "ingrese numero"
Leer a
Escribir "ingrese numero"
[blank_start]Leer[blank_end] b
c= a+b
[blank_start]Escribir[blank_end] "resultado" ,c
Question 13
Question
Esto funcionara?
Escribir Tu Nombre
Leer n
Escribir" Hola, como estas? " , n
Question 14
Question
Cual de este conjunto de comandos me dara un error?
Answer
-
Escribir "ingrese un numero"
Leer N
Escribir "el numero que ingresaste es " ,n
-
Escribir "ingrese un numero"
Leer "N"
Escribir "el numero que ingresaste es " ,n
-
Todas las anteriores
-
Ninguna de las anteriores
Question 15
Question
El comando "Fin si" cierra la accion segun?
Question 16
Question
EL comando "Fin si" termina la accion si entonces?
Question 17
Question
El comando "FInSegun" termina la accion segun?
Question 18
Question
De Otro Modo Es un componente de la accion si entonces?
Question 19
Question
Sino es un componente de la accion Si entonces?
Question 20
Question
Existe el comando Limpiar Pantalla?