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
»
Programming
»
Subroutines
level: Subroutines
Questions and Answers List
level questions: Subroutines
Question
Answer
What do you call the special variables used to pass values into a subroutine?
Parameters
What do you call the arguments with a default value that aren’t mandatory to be passed?
Default arguments
Subroutine parameters are stored in Registers, Memory locations, and Processor stacks; TRUE or FALSE?
TRUE
What helps to obtain return addresses in nested routines?
Stack-pointers
Which register holds the address of the next instruction to be executed during a program?
Program counter
What method is used in stack?
LIFO
When one subroutine calls another subroutine in a program, it is called _______
Nested subroutine