ANSWER:
A, D: The Immediate window allows you to call other procedures from within the current procedure and allows you to type in any valid line of code. The Locals window displays the name of variables from the procedure currently being executed. The Call Stack window displays the name of all procedures being executed.

Answers in Depth...