Implementation

123456789101112131415161718192021
Across
  1. 6. code walk through removes these kinds of errors
  2. 8. do not use this for multiple purposes
  3. 10. the other name for fault tolerance
  4. 12. Certain error conditions tha occur during execution of a program
  5. 15. handling array indices is a___________ type of exception
  6. 16. Float is one of the __________ type
  7. 17. process of verifying the types
  8. 19. coding______________ have to be mandatorily followed by the programmers
  9. 20. type checking done during runtime
  10. 21. code __________ is carried out after the module is successfully compiled
Down
  1. 1. code should be well_______________
  2. 2. the use of this have to be limited
  3. 3. concurrency is used in such systems
  4. 4. coding____________ give some general suggestions regarding the coding style to be followed
  5. 5. councurrency is useful in computer systems
  6. 7. Keyboard interrupts is _______________ Exception
  7. 9. one of the type of code review
  8. 11. representing essential features without including background detais
  9. 13. type checking done by compiler
  10. 14. Occurance of multiple events within overlapping time formats
  11. 18. describes on of the possible values of a structure