Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 4 the register window can be opened by using the debug / windo…

Question

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

Explanation:

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.