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
»
Design,Testing and Translators
»
Structured Programming
level: Structured Programming
Questions and Answers List
level questions: Structured Programming
Question
Answer
The process of breaking a complex task in to sub-tasks is called ______
Decomposition
A control structure that allows a few lines of a code to be executed multiple times is called _______
Iteration
A control structure where program executes items in the listed order is called _________
Sequence
Top-down approach is followed in structural programming, True or False?
True
Sequence, Selection, _____ are the three control structures in programming.
Iteration
What is the mechanism that allows controlling the flow of execution within a program?
Control structure
Give an example for structured programming language:
C