Answer:
The correct answer to fill the blank space is cognitive.
Explanation:
Cognitive perspective means trying to understand and be more comprehensive to what is trying to learn or read. An understanding of knowledge.
<span>The question is asking us whether it is true that the media can affect us even if we are not aware that we are being influenced by it. This is true. Think for example of smoking: if you see positive personas smoke on screen (that is, people in movies who are presented in a positive light), you might develop positive associations with smoking, even if you are not thinking about it consciously.</span>
Answer:polling and interrupt
Explanation: polling is a protocol in which the CPU constantly checked if a device request an important attention based on a request. The polling process unit constantly scans the device. Example of polling is when a parallel printer port is pulled to check whether it is ready for another character which involves examining as little as one bit of a byte.
interrupt is a mechanism whereby a device notifies a CPU that it requires a response based on a request. The CPU gets an interrupt signal via an interrupt request line allowing the CPU to spot it's current process and give priority to the interrupt request at that point in time. Example of interrupt is pressing a key on a keyboard which in turn triggers a specific interrupt handler.