Write short notes on the following :
(i) Watch Window
(ii) Local Window
Answers
Answer:
(i). Watch Window
The Watches Window allows you to: View values of variables, memory addresses, registers. Save and share the watch lists. Set hardware breakpoints to write accesses to the variables.
(ii). Local Window
In computing, a window is a graphical control element. It consists of a visual area containing some of the graphical user interface of the program it belongs to and is framed by a window decoration.
Answer:
1- Watch window-
A Watch Window in Excel is a window that floats in front of your workbook that lets you see selected cells from anywhere in your workbook, or even other workbooks. This can be very helpful when you want to see how changes affect cells on other tabs or that aren't within view on a large spreadshee.
2- Local window-
Print statements in code to examine the value of variables: the Locals window, which displays the current value of variables within the scope of the currently executing procedure. Because what it displays depends on the current scope, the contents of the Locals window changes whenever a different procedure executes