πŸ“Š Computer Architecture
Q. In trace mode of operation is
  • (A) the program is interrupted after each detection
  • (B) the program will not be stopped and the errors are sorted out after the complete program is scanned
  • (C) there is no effect on the program, i.e the program is executed without rectification of errors
  • (D) the program is halted only at specific points
πŸ’¬ Discuss
βœ… Correct Answer: (A) the program is interrupted after each detection

Explanation: in trace mode, the program is checked line by line and if errors are detected then exceptions are raised right away.


Explanation by: Mr. Dubey
in trace mode, the program is checked line by line and if errors are detected then exceptions are raised right away.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
216
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate