If there were a red X in the area indicated by the line in the accompanying figure, it would mean that the ____________________ is inactive.
Fill in the blank(s) with the appropriate word(s).
layer mask
You might also like to view...
Which of the following operators determines if two object variables reference the same object?
a. = b. IsEqual c. Is d. SameAs
One of the commands to log into a remote host is:
a: rshell b: login c: rlogin d: rhost e: login remote
Over the past week, every time Larry has started his computer, he has noticed that the time is not correct. Larry didn’t consider this a problem because his computer was working properly. However, now Larry has decided that he should investigate why the time is not accurate. ? What can you tell Larry to check to find out why the clock does not keep the right time?
A. POST is failing. B. The internal time clock is malfunctioning. C. The motherboard is going bad and needs to be replaced. D. The CMOS battery is bad and needs to be replaced.
If pt is declared as a pointer to a structure of type Employee, ____ refers to the idNum member of the structure.
A. (*pt).idNum B. *pt.idNum C. *(pt.idNum) D. (*pt.)idNum