1. The private work space dedicated to a subroutine is called as ________ a) System heap b) Reserve c) Stack frame d) Allocation AnswerAnswer: c [Reason:] This work space is where the intermediate values of the sub routines is stored. 2. If, the sub routine exceeds the private space allocated to it then the values…