click below
click below
Normal Size Small Size show me how
Coding Events
Vocabulary words for Coding Events activities
| Question | Answer |
|---|---|
| something performed by a user that causes a program to respond. | action |
| the instructions that make up a computer program. | code |
| to make something possible. | enable |
| an action that causes something else to happen in a computer program. | event |
| a bit of code that listens for a discrete event and executes a given reaction when the event occurs. | event handler |
| allowing information to from the user to the machine, and from the machine to the user. | interactive |
| a set of instructions written in code that control the operation of a computer or machine. | program |
| to pass back information, as a program or function. | respond |
| to move text or images up, down, or across a display screen to reveal different text or parts of a web page. | scroll |
| a person who uses a computer or machine. | user |