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...

Which syntax imports all static members of class Math?

a. import java.lang.Math.*. b. import static java.lang.Math.*. c. import static java.lang.Math. d. None of the above.

Computer Science & Information Technology

Action buttons can link to a webpage. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What tool is used to remove computer identification information from a Microsoft OS?

A. SCVMM_cln.exe B. Sysprep C. System Cleaner D. Microsoft Refresh

Computer Science & Information Technology

An algorithm performing simulation of an oft repeated cycle, measuring the times and generating statistics is called what?

a. customer loop b. timing loop c. statistical loop d. event loop

Computer Science & Information Technology