Answer:
gender inequality
Explanation:
in some cultures it is expected for woman to be submissive , they should allow men to control the relationship in whichever way that they want , a woman's voice is not heard enough in this kind of relationship , some are not even allowed to work , they should stay home , Ake care of kids and do all the house chores.
Answer:
Lee is making a <u>fundamental attribution error</u>.
Answer:
Most countries in Latin America has a presidential republican form of government. As "republics," these countries have officially declared... Continues on study.com.
Explanation:
Answer:
Explanation: The Roman Empire was a primarily polytheistic civilization, which meant that people recognized and worshiped multiple gods and goddesses. Despite the presence of monotheistic religions within the empire, such as Judaism and early Christianity, Romans honored multiple deities
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.