Under Windows XP, application programs run in user mode within the __________.

a. environment subsystem
b. application programming interface
c. integral subsystem
d. dynamic link library


a. environment subsystem

Computer Science & Information Technology

You might also like to view...

The command show ip interface brief is used on a router to do which of the following?

a. Check the current configuration of the interfaces b. Check the assigned IP addresses for the interface c. Check the status of the interfaces d. All these answers are correct. e. None of these answers is correct.

Computer Science & Information Technology

Fill in the missing tags so that the code will produce the sample given. Note: I will deduct points for non-semantic mark up.

a. Sample: The quick brown fox jumps over the lazy dog.

The quick < >brown fox< > jumps over the lazy dog.
b. Sample: The quick brown fox jumps over the lazy dog.
The quick < >brown fox< > jumps over the lazy dog.

Computer Science & Information Technology

The process for resizing an array named myArray is shown below. What is the missing code? if logicalSize == len(myArray): temp = Array(len(myArray) + 1) for i in range(logicalSize): a = temp

A. myArray[temp] = myArray[i] B. temp [i] = myArray[i] C. myArray[i] = temp[i] D. temp = myArray(len(myArray))

Computer Science & Information Technology

Ann, a security administrator at a call center, has been experiencing problems with users intentionally installing unapproved and occasionally malicious software on their computers. Due to the nature of their jobs, Ann cannot change their permissions. Which of the following would BEST alleviate her concerns?

A. Deploy a HIDS suite on the users' computer to prevent application installation B. Maintain the baseline posture at the highest OS patch level C. Enable the pop-up blockers on the user's browsers to prevent malware D. Create an approved application list and block anything not on it

Computer Science & Information Technology