| Down |
| 1. | a device to input text and characters by depressing buttons |
| 2. | describe what computation should be performed and not how to perform it. Not imperative! (2 Words) |
| 3. | a type of system software designed to help analyse, configure, optimize and maintain the computer. |
| 6. | Logic gate will combine the boolean values of two inputs. If exactly one input is true then the output will be true. |
| 7. | code is executed line by line, in a programmer defined sequence (2 Words) |
| 9. | a pointing device that detects two dimensional motion relative to its supporting surface |
| 10. | Logic gate will always give an output opposite to what the input |
| 13. | converts alternating current (AC) electric power to low-voltage DC power for the internal components of the computer (3 Words) |
| 14. | a set of programs that manage computer hardware resources and provide common services for application software. (2 Words) |
| 15. | executes other programs directly, running through program code and executing it line-by-line. |
| 17. | Logic gate that accepts at least two inputs, only if both inputs are true will it output true. If any of the inputs are false it will out put false. |
| 18. | Computer programs and related data that provide the instructions for telling computer hardware what to do and how to do it. (2 Words) |
| 19. | Logic gate that will combine the boolean values of two inputs. If one or more inputs are true then the output will be true. |
| 20. | software that allows new programs to be written and run on computers, by converting source code into machine code. |
| 24. | an electronic visual display for computers. |
| 25. | Generation of programming languages that brought many programmer-friendly features to code such as loops, conditionals, classes etc |
| 26. | a computer program that translates code written in a high level language to a lower level language, object/machine code. |
| 28. | Physical components that make up a computer system. |
| 31. | A volatile type of storage that allows stored data to be accessed quickly in any random order |
| 32. | Logic gate will combine the boolean values of two inputs, If one or less input is true then the output will be true. |