SEARCH
🇬🇧
MEM
O
RY
.COM
4.37.48
Guest
Log In
Homepage
0
0
0
0
0
Create Course
Courses
Last Played
Dashboard
Notifications
Classrooms
Folders
Exams
Custom Exams
Help
Leaderboard
Shop
Awards
Forum
Friends
Subjects
Dark mode
User ID: 999999
Version: 4.37.48
www.memory.com
You are in browse mode. You must login to use
MEM
O
RY
Log in to start
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