---
title: "What does event-driven programming mean?"  
description: "What does event-driven programming mean?"  
author: "Anchal Kesharwani"  
published: 2014-09-22  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/2182/what-does-event-driven-programming-mean  
category: "node.js"  
tags: ["node js"]  
reading_time: 1 minute  

---

# What does event-driven programming mean?

In computer programming, event driven programming is a programming paradigm in which the flow of the program is determined by events like messages from other programs or threads.

## It is an application architecture technique divided into two sections

1) Event Selection

2) Event Handling

## Answers

### Answer by Anchal Kesharwani

In computer programming, event driven programming is a programming paradigm in which the flow of the program is determined by events like messages from other programs or threads.

## It is an application architecture technique divided into two sections

1) Event Selection

2) Event Handling


---

Original Source: https://www.mindstick.com/interview/2182/what-does-event-driven-programming-mean

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
