Answer:
Effectiveness.
Explanation:
When Venus Diner installed two additional billing counters so that the customers don't have to wait more that they had to do before. By installing two counters it has helped the restaurant in improving it's customer service and satisfaction. Hence Venus Diner is striving for effectiveness.
Answer:
Cheating and talking and passing papers
Answer: Women
Explanation: Euripides followed and respected Aristotle's idea of civic association. According to Aristotle's principle of civic association, everyone is put to the test of how much they contribute to the community, because that test checks what everyone in the community is actually doing and thus tests his contribution. So the contribution is tested on the basis of the act, not on what someone believes in, or his personal characteristics, or what he was. And this Aristotle's principle excluded women, because he believed that women and men were naturally different, both physically and mentally. According to Aristotle, women are less simple, naughty, compassionate and more impulsive than men.
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.