113, 114, 115, 116 (Expressions, Variables, Operators, & Casting)
Across
- 2. breaking down a complex problem into parts that are easier to conceive, understand, program, and maintain
- 6. figuring out why code doesn't behave as expected and eliminating problems to make it work as desired
- 8. process by which a value is converted froma larger data type to a smaller data type
- 9. converting from one data type to another potentially losing information
- 11. performs two tasks in one step (mathematical calculation followed by an assignment)
- 12. allows you to place one string at the end of another (+)
Down
- 1. process by which a value is converted from a smaller data type to a larger data type
- 3. finds the remainder after division of one number of another
- 4. when an integer value falls outside of the allowed range
- 5. attaching two things side-by-side, frequently strings of text
- 7. zeros and ones that represent simple instructions executed by a processor
- 10. task or other significant event in the development process