flesjer's CSE Terms
Across
- 2. a graphical control element that provides the user a simple way to trigger an event, like searching for a query at a search engine, or to interact with dialog boxes, like confirming an action
- 5. a sequence of instructions or code being repeated until a specific end result is achieved
- 7. a unit of functionality of a software system that satisfies a requirement, represents a design decision, and provides a potential configuration option
- 8. integrate, develop, modify, and create various aspects of computer functions
- 10. The available colors in the computer's hardware or graphics file formats. See indexed color and color palette.
- 11. a section of software code or an algorithm in. software programming
- 12. is an object-oriented, high-level programming language. Object-oriented means this language is based around objects (such as data) rather than functions, and high-level means it's easy for humans to understand
Down
- 1. is a subroutine that is stored only once, but can be called many times in a program to execute when needed
- 3. houses the components in MIT App Inventor
- 4. electronic devices used to store data, such as hard drives, USB drives, DVDs, CD-ROM, and floppy disks.
- 6. the actual input expression passed/supplied to a function, procedure, or routine in the invocation/call statement
- 9. things that happen in the system you are programming, which the system tells you about so your code can react to them.