Buscar
🇪🇸
MEM
O
RY
.COM
4.37.48
Invitado
Iniciar sesión
Página de inicio
0
0
0
0
0
Crear curso
Cursos
Último juego
Panel
Notificaciones
Clases
Carpetas
Exámenes
Exámenes personalizados
Ayuda
Marcador
Tienda
Premios
Amigos
Asignaturas
Modo oscuro
Identificador de usuario: 999999
Versión: 4.37.48
www.memory.es
Estás en modo de exploración. debe iniciar sesión para usar
MEM
O
RY
Inicia sesión para empezar
Index
»
Computer science
»
Algorithms
»
Pseudo-code and Flowchart
level: Pseudo-code and Flowchart
Questions and Answers List
level questions: Pseudo-code and Flowchart
Question
Answer
What is the method of expressing an algorithm design?
Pseudo-code
What is called the informal way of programming description written in a language with common programming terms to express an algorithm design?
Pseudo-code
The statement language always should be independent while writing a ______
Pseudo-code
Pseudo-code and flow charts are used for designing ______
Algorithms
What are the two common methods for expressing algorithm designs?
Pseudo-code and flowcharts
In a flowchart, a rectangle represents a ________
Process
Which shape is used to represent the start and end of a flowchart?
Oval
In a flow chart, data flow is represented by _______
An arrow
A detailed flowchart is known as _______
Micro
The process of drawing a flowchart for an algorithm is known as ________
Flowcharting
A graphical way of representing an algorithm design is called ________
Flowchart
The instructions in flowcharting are normally represented in _______
Boxes
Which type of box can represent two different conditions?
Diamond
The method used to repeat things in a flowchart is called _______
Loop