Name two important features of fail-safe programming.
What will be an ideal response?
First, error checking of input. Second, checking of the program’s own logic and assumptions before critical operations are performed.
Computer Science & Information Technology
You might also like to view...
Answer the following questions true (T) or false (F)
1. The return statement may be omitted from a function’s body if the function does not return a result. 2. The relative order that functions are defined affects their order of execution. 3. Functions do not need comments.
Computer Science & Information Technology
SQL statements contain command words but do not contain data.?
Answer the following statement true (T) or false (F)
Computer Science & Information Technology