Answer: Procedural software
Explanation:
Procedural software programming is the programming mechanism that functions through splitting the data and functions of the program.This programming focuses on subroutines or action for functioning as per call of procedure.
- It can carry out computation through steps in linear manner or top-to-bottom manner.
- These steps consist of data ,subroutines, routines and other variable and functions for working.
It's placed on the Taskbar
Answer: C) spin-lock with test and set
Explanation:
In spinlock, when a thread locks a spinlock then it continuously retrying locking until it succeeds. Spinlock is the lock that cause thread and continuously check that whether the lock are available or not for synchronization.
So that is why spinlock is best synchronization solution as it is not allowing any another thread.
On the other hand, in mutex thread try to lock a mutex and then, it automatically go to sleep mode before locking and immediate allow another thread to run.
The answer is Document Inspector