User action such as keystroke or mouse click are referred to as A. Interrupt B. Tasks C. Processes D. Event

Interrupt
Tasks
Processes
Event

The correct answer is: Event.

An event is an occurrence that triggers

a specific action in a computer program. User actions such as keystrokes and mouse clicks are examples of events.

An interrupt is a signal that is sent to the CPU to indicate that an event has occurred. The CPU then stops what it is doing and handles the event.

A task is a unit of work that is performed by a computer program. A task can be a simple operation, such as reading a file, or it can be a complex operation, such as running a program.

A process is a program that is currently running on a computer. A process has its own address space, and it can be scheduled to run on the CPU.

In conclusion, user actions such as keystrokes and mouse clicks are referred to as events.