Match each item with a statement below.
A. software that records the progress and resolution of a problem ticket
B. another name for a stop error, which happens when processes running in kernel mode encounter a problem and Windows must stop the system
C. a Windows utility that protects system files and keeps a cache of current system files in case it needs to refresh a damaged file
D. assignment of a problem to someone higher in the support chain
E. a tool that can be used to register components
F. a program associated with a file extension
G. A command that uses the process ID to stop a process
H. A command used to find the ID number of each running process
I. a record of a help request and its current status
J. a utility that is used to register component services
A. call tracking
B. Blue Screen of Death
C. System File Checker
D. escalate
E. Component Services
F. default program
G. Taskkill
H. Tasklist
I. ticket
J. regsvr32
You might also like to view...
Which of the following statements is true?
``` public class TestA { public static void main(String[] args) { int x = 2; int y = 20 int counter = 0; for (int j = y % x; j < 100; j += (y / x)) { counter++; } } } public class TestB { public static void main(String[] args) { int counter = 0; for (int j = 10; j > 0; --j) { ++counter; } } } ``` a. The value of counter will be different at the end of each for loop for each class. b. The value of j will be the same for each loop for all iterations c. Both (a) and (b) are true. d. Neither (a) nor (b) is true.
To distinguish them, each byte (more generally, each physical storage unit) is assigned a unique __________.
a. name b. address c. neither d. The premise of this question is false.
Many legal documents are keyed in 12 pt. Times New Roman font.
Answer the following statement true (T) or false (F)
Which of the terms below does not have a meaning similar to the other three?
a) process b) model c) class d) abstraction