Pregunta 1
Pregunta
¿Para imprimir algo en la pantalla, que comando se utiliza?
Pregunta 2
Pregunta
[blank_start]Escribir[blank_end] "Dame un numero"
[blank_start]Leer[blank_end] numero
Pregunta 3
Pregunta
Esto funcionara?
Leer "Cual es tu nombre"
Si entonces Juan
Pregunta 4
Pregunta
¿Cual de estos son comandos de pseint?
Respuesta
-
Escoger
-
Limpiar Pantalla
-
Abrir
Pregunta 5
Pregunta
[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]
Pregunta 6
Pregunta
Comando para pedir algo mientras esta en ejecucion
Respuesta
-
Limpiar pantalla
-
Escribir
-
Leer
-
Si ----- entonces
Pregunta 7
Pregunta
Esto funcionara?
Escribir "Dame un numero"
Leer numero
Pregunta 8
Pregunta
El comando "Leer" sirve para ingresar datos mientras el programa esta en ejecucion
Pregunta 9
Pregunta
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]
Respuesta
-
Escribir
-
Leer
-
Escribir
-
Leer
-
Escribir
-
Leer
-
Escribir
-
t
Pregunta 10
Pregunta
La instruccion "segun" nos sirve para comparar una serie de datos y almacenarlos para usarlos luego
Pregunta 11
Pregunta
Cual de estos es el comando para imprimir algo en la pantalla
Respuesta
-
Escribir
-
Leer
-
Limpiar Pantalla
Pregunta 12
Pregunta
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
Pregunta 13
Pregunta
Esto funcionara?
Escribir Tu Nombre
Leer n
Escribir" Hola, como estas? " , n
Pregunta 14
Pregunta
Cual de este conjunto de comandos me dara un error?
Respuesta
-
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
Pregunta 15
Pregunta
El comando "Fin si" cierra la accion segun?
Pregunta 16
Pregunta
EL comando "Fin si" termina la accion si entonces?
Pregunta 17
Pregunta
El comando "FInSegun" termina la accion segun?
Pregunta 18
Pregunta
De Otro Modo Es un componente de la accion si entonces?
Pregunta 19
Pregunta
Sino es un componente de la accion Si entonces?
Pregunta 20
Pregunta
Existe el comando Limpiar Pantalla?