The process of allocating the original cost of an investment over the years of use is known as _______.
A. interest
B. balance
C. depreciation
D. amortization
Answer: C
Computer Science & Information Technology
You might also like to view...
A technician wants to see how many server connections are open on a client machine. Which of the following is the command to see these connections?
A. dig B. netstat C. nslookup D. arp
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. Only one thread within a process can be executing at a given moment in time. 2. Thread synchronization means making sure all threads get equal amounts of CPU time. 3. Mutual exclusion locking is used to avoid data inconsistencies 4. Thread deadlock occurs when a thread is unable to unlock a mutual exclusion lock 5. A thread can deadlock with itself.
Computer Science & Information Technology