Answer:
Elaborative rehearsal
Explanation:
Elaborative rehearsal: In psychology, the term elaborative rehearsal is defined as a phenomenon that is responsible for encoding particular information into an individual's long-term memory with the help of brain-processing that information in depth.
It helps an individual to make an association or connection between a piece of information that he or she is trying to learn and the formerly present information in his or her memory.
It encompasses deep semantic processing of a piece of information yet to be remembered that leads to the development of durable memories and it is considered as more effective as compared to maintenance rehearsal.
In the question above, the given statement signifies the importance of elaborative rehearsal.
Answer:
Maintenance
Explanation:
A team member contributes to maintenance leadership by encouraging the participation of others, trying to harmonize differences of opinion, praising the contributions of others, and agreeing to go along with a popular course of action.
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.