click below
click below
Normal Size Small Size show me how
APCSP Lesson 2.2
I have a dream part 1
| Term | Definition |
|---|---|
| User Interface (UI) | The part of computer application through which a user interacts with a program. |
| User Interface Components | Parts of the user interface such as Buttons, Labels, etc |
| Events | Actions by the user such as button clicks. |
| Event Driven Programming | The program is activated by events such as button clicks. |
| Event Handler | A block of code that reacts to an event like a button click. |
| IDE (Integrated Development Environment) | Software that provides comprehensive tools for programming such as UI design, code editing, and a way to interpret and run the program. |