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