question 4\nthe register window can be opened by using the debug / windows / registers menu selection…

question 4\nthe register window can be opened by using the debug / windows / registers menu selection when\nin debug mode\nthe program is not running.\nthe program is being compiled\nthe program is being linked.\nquestion 5\nyou can view the value inside a register by doing the following\nhovering the mouse over the register name or viewing the register inside the register window.\nviewing the register in the spy window.\nusing the spy window.\nhovering the mouse over the register name.

question 4\nthe register window can be opened by using the debug / windows / registers menu selection when\nin debug mode\nthe program is not running.\nthe program is being compiled\nthe program is being linked.\nquestion 5\nyou can view the value inside a register by doing the following\nhovering the mouse over the register name or viewing the register inside the register window.\nviewing the register in the spy window.\nusing the spy window.\nhovering the mouse over the register name.

Answer

Brief Explanations:

For Question 4, in debugging software, the register window is typically accessible in debug mode. Compiling and linking are different phases from debugging, and the program not running doesn't specifically relate to opening the register window. For Question 5, hovering the mouse over the register name or viewing in the register window are common ways to see register values. The spy - window is not the typical way for this.

Answer:

Question 4: In debug mode Question 5: Hovering the mouse over the register name or viewing the register inside the register window.