Multiple choice

Event is related to

  1. intelligence

  2. request

  3. response

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In event-driven programming, events are responses to user actions or system occurrences. When an event like a button click occurs, the program executes the corresponding event handler code.