Computer Science Basics

123456789101112131415161718192021222324252627
Across
  1. 2. Shorthand for data type that contains a character, usually alphanumeric
  2. 6. States a variable and its data type, allowing the user to manipulate and store data inside it after
  3. 9. Device that computes information
  4. 10. Values that convey information
  5. 11. Type of operator that performs common mathematical operations such as multiplication and subtraction
  6. 14. Operator that assigns a value to a variable
  7. 16. To calculate the total amount
  8. 17. Whole number that can be positive, negative, or zero.
  9. 18. Device that reduces human effort
  10. 20. eight units of data in the form of ones and zeros
  11. 21. combination of constants, variables, and operators that the computer evaluates to produce a single value
  12. 22. one unit of data in the form of a one or a zero
  13. 23. A structure, series, or process; the end of which is connected to the beginning
  14. 24. Lines of code that will not be read by the compiler/interpreter and are only there to aid programmers
  15. 25. A name used in C programming that represents a value
  16. 27. Data provided by machine after computing an input
Down
  1. 1. What is meant to be solved
  2. 3. Data provided by user
  3. 4. Shorthand for data type that contains a number with decimals
  4. 5. A set of instructions that tells a computer what to do
  5. 7. Value that may change during execution
  6. 8. A system made for effective communication
  7. 12. Repetition of a process
  8. 13. Not True
  9. 15. Value that doesn't change during execution
  10. 19. Statements that assign a value to a variable
  11. 23. Type of operator that returns an answer of either true or false
  12. 26. What is equivalent to non-zero integer values in C