flesjer's CSE Terms

123456789101112
Across
  1. 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
  2. 5. a sequence of instructions or code being repeated until a specific end result is achieved
  3. 7. a unit of functionality of a software system that satisfies a requirement, represents a design decision, and provides a potential configuration option
  4. 8. integrate, develop, modify, and create various aspects of computer functions
  5. 10. The available colors in the computer's hardware or graphics file formats. See indexed color and color palette.
  6. 11. a section of software code or an algorithm in. software programming
  7. 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. 1. is a subroutine that is stored only once, but can be called many times in a program to execute when needed
  2. 3. houses the components in MIT App Inventor
  3. 4. electronic devices used to store data, such as hard drives, USB drives, DVDs, CD-ROM, and floppy disks.
  4. 6. the actual input expression passed/supplied to a function, procedure, or routine in the invocation/call statement
  5. 9. things that happen in the system you are programming, which the system tells you about so your code can react to them.