Structure Programming Crossword Puzzles

123456789101112
Across
  1. 2. a statement when executed in a loop brings the control out of the loop.
  2. 4. a step by step process to solve a problem.
  3. 5. a variable which can hold memory address.
  4. 6. The principle which suggests breaking complex program into sub programs
  5. 7. group of elements of same data type
  6. 9. wrapping attributes and behaviour together.
  7. 12. A phase in SDLC which comes after implementation phase.
Down
  1. 1. A softwaredevelopment model in which once a phase is complete we cannot go back to the phase.
  2. 3. graphical representation of an algorithm
  3. 4. Considering only essential features of objects without focusing on background details
  4. 8. The dependency between objects can be high or low.
  5. 10. A function should contain only one logic.
  6. 11. instance of a class