On a Windows XP machine, memory is treated as a physical device. The internal address for memory in XP is _________

a. //physicalmemory
b. /dev/mem
c. $PHYSMEM
d. \\SYSTEM32\PhysicalMemory

a.

Computer Science & Information Technology

You might also like to view...

In the header, the method name is always followed by __________.

a. parentheses b. a return type c. a data type d. braces

Computer Science & Information Technology

All @param tags in a method's documentation must __________.

a. end with a */ b. appear after the general description of the method c. appear before the method header d. span several lines

Computer Science & Information Technology