Computer Engineering

123456789101112131415161718192021222324252627
Across
  1. 2. An object-oriented programming language that produces software for multiple platforms.
  2. 4. A file format which stores applications developed for the Android operating system.
  3. 5. The way you tell a computer to perform an action is by giving it instructions or writing statements to explain a desired action.
  4. 6. A compound word with capital letters to delimit the word parts.
  5. 8. The time when a program is actually running on a computer.
  6. 11. The programs and other operating information used by a computer.
  7. 12. Refers to the ability of an object to take on one or more characteristics from other classes of objects.
  8. 14. A number system that only uses two digits: 1 and 0.
  9. 16. A coding language used to write Internet-based documents, like websites.
  10. 21. A numeric value which helps in identification of an object
  11. 22. The process of converting information or data into a code, especially to prevent unauthorized access.
  12. 23. A program or utility that converts machine code back into A high-level programming language allowing it to be read or modified.
  13. 24. A memory location that can hold an integer, a positive or negative non-decimal number
  14. 25. A block of code that can be referenced by name to run the code it contains.
  15. 27. An event, which occurs during the execution of a program, that disrupts the normal flow of the program's instructions.
Down
  1. 1. A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
  2. 3. A named unit of data that is assigned a value.
  3. 4. A series of memory locations – or 'boxes' – each of which holds a single item of data, but with each box sharing the same name.
  4. 6. A set of related objects that share common characteristics.
  5. 7. The process of detecting and removing of existing and potential errors in a software code that can cause it to behave unexpectedly or crash.
  6. 9. An abstract type that is used to specify a behavior that classes must implement.
  7. 10. An individual who is responsible for creating or working on the development of a product or service
  8. 13. A conditional statement that runs a different set of statements depending on whether an expression is true or false.
  9. 15. A string of text that allows you to create patterns that help match, locate, and manage text.
  10. 17. A unit of computer information or data-storage capacity that consists of a group of eight bits and that is used especially to represent an alphanumeric character
  11. 18. The information that comes out of a computer when a program is run
  12. 19. An error or opening in the computer code allowing a program to be manipulated or exploited.
  13. 20. Small files, often including unique identifiers that web servers send to browsers.
  14. 24. A software for building applications that combines common developer tools into a single graphical user interface.
  15. 26. Something that will check a condition and then run a code block.This will continue to check and run until a specified condition is reached.