click below
click below
Normal Size Small Size show me how
Vocab Germ Guide
| Question | Answer |
|---|---|
| Incremental approach | An approach to programming where the programmer adds and tests codes and smaller chunks at a time to make sure it behaves the way they wanted to before adding more code |
| Program | A set of instructions at a computer executes or uses to achieve a particular objective |
| End User | A representative consumer or customer for whom a hardware or software product is designed |
| User Interface (UI) | The visual part of a computer app or operating system through which the end user interacts with the computing device or software |
| View Layer | The layer of an app that the user sees and interacts with |
| Controller Layer | The layer of an apple contains the program that tells the app how to behave |
| Event | An action or an occurrence that happens during runtime that will trigger a response or behavior by the software |
| Runtime | The period when a program is running |
| Event-Driven Programming | A type of computer programming where the program responds to an input or trigger |
| Event Handlers | A block of code that triggers want a certain event happens |
| Abstraction | Heights the complexity of a task by concealing the details and making it easier for computer scientists to focus on the relevant pieces |
| User-Initiated Event | Meant that is triggered by user interaction with the user interface in a program |