113, 114, 115, 116 (Expressions, Variables, Operators, & Casting)

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