Which of the following can be used to kill a running process?
A. Control Panel
B. Computer Management
C. Task Manager
D. Add/Remove Programs
Answer: C. Task Manager
Computer Science & Information Technology
You might also like to view...
The ________ field automatically inserts the current month, day, and year into the document
A) Date B) Calendar C) Time D) Clock
Computer Science & Information Technology
Create a Web page named remainder.html that contains a text box and a button.
When the button is clicked, JavaScript statements should (1) access the number entered in the text box, (2) calculate the remainder after dividing that number by 2, and (3) display that remainder in the page. Use your page to verify that the remainder is always 0 for an even number and 1 for an odd number.
Computer Science & Information Technology