selvin asturias
Quiz by , created more than 1 year ago

Responde el siguiente cuestionario. Al finalizar a ver tu resultado toma una captura de pantalla y envíalo por medio de EDMODO

8
0
0
No tags specified
selvin asturias
Created by selvin asturias almost 6 years ago
Close

PSeInt II

Question 1 of 4

1

Todo algoritmo en pseudocógido tiene la siguiente estructura general:

Proceso SinTitulo
accion 1;
accion 1;
.
.
.
accion n;
FinProceso

Select one of the following:

  • True
  • False

Explanation

Question 2 of 4

1

La instrucción de asignación permite almacenar una valor en una variable.

<variable> <- <expresión> ;

Select one of the following:

  • True
  • False

Explanation

Question 3 of 4

1

La instrucción Leer permite ingresar información desde el ambiente.

Leer <variablel> , <variable2> , ... ,
<variableN> ;

Select one of the following:

  • True
  • False

Explanation

Question 4 of 4

1

La instrucción Escribir permite mostrar valores al ambiente.

Escribir <exprl> , <expr2> , ... , <exprN> ;

Select one of the following:

  • True
  • False

Explanation