InterviewSolution
Saved Bookmarks
| 1. |
Give Examples Of Data Hazards With Pseudo Codes.? |
|
Answer» A hazard is an ERROR in the operation of the MICROCONTROLLER, CAUSED by the SIMULTANEOUS execution of multiple stages in a PIPELINED processor. There are three types of hazards: Data hazards, control hazards, and structural hazards. A hazard is an error in the operation of the microcontroller, caused by the simultaneous execution of multiple stages in a pipelined processor. There are three types of hazards: Data hazards, control hazards, and structural hazards. |
|