Stack questions
Q1. What is a parameter?
Q2. What is an argument?
Q3. What is meant by the phrase ‘passing parameters’?
Q4. What is a stack?
Q5. What does ‘push’ and ‘pop’ mean when talking about stacks?
Q6. What register holds the address of the next instruction that must be carried out by the CPU?
Q7. Research the Internet. What is meant by ‘call by reference’?
Q8. Research the Internet. What is meant by ‘call by value’?
Q9. Why does a return address have to be pushed onto the stack when a function is called?
Q10. What is meant by a subroutine?