Starting Out with Programming Logic and Design (4th Edition)
Starting Out with Programming Logic and Design (4th Edition)
4th Edition
ISBN: 9780133985078
Author: Tony Gaddis
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 15.1, Problem 15.4CP

Explanation of Solution

Event-driven:

When a GUI (Graphical User Interface) program that are created gets responded to the action performed by the user it is called as event-driven.

Example:

Consider a program that calculates the sum of two numbers, the user can enter two numbers in the “GUI” designed.

  • The user can enter the number that needs to be added.
  • The sum will be calculated only when the user click on the calculate button...

Blurred answer
Students have asked these similar questions
What is an event-driven program, and how does it work?
What exactly is a program that is event-driven?
How does event-driven programming pertain to GUI applications?

Chapter 15 Solutions

Starting Out with Programming Logic and Design (4th Edition)