Computer Science Terms

123456789101112131415161718
Across
  1. 5. an abbreviation for “binary digit,” the smallest piece of information used by a computer. Each bit is either a 1 or a 0, which are the binary digits that make up computer language
  2. 7. The values that a program provides to a function or subroutine
  3. 9. the act of converting programs written in high level programming language, which is understandable and written by humans, into a low level binary language understood only by the computer
  4. 11. A type of number that provides very precise information by including all the numbers after the decimal.
  5. 13. When the first set of instructions is executed again
  6. 14. computer program algorithms, made up of symbols from a source alphabet, that represent the set of rules on what actions the program is expected to perform.
  7. 15. a procedure used for solving a problem or performing a computation.
  8. 17. a character that represents a specific mathematical or logical action or process
  9. 18. an error, fault or flaw in any computer program or a hardware system
Down
  1. 1. Text or characters displayed by a program
  2. 2. the set of rules that define what the various combinations of symbols mean
  3. 3. a multistep process that involves identifying a problem
  4. 4. a value that can change, depending on conditions or on information passed to the program
  5. 6. A data type that only has two values, usually denoted as true or false.
  6. 8. the operation of joining two strings together
  7. 10. A whole number that does not have a decimal or any digits after the decimal.
  8. 12. a set of coded instructions that tell a computer how to run a program or calculation.
  9. 14. It is the processing chip that serves as the "brains" of a device that interprets (or processes) the digital instructions provided by applications.
  10. 16. a detailed yet readable description of what a computer program or algorithm must do, expressed in a formally-styled natural language rather than in a programming language.