Ask Question
13 January, 16:24

Describe the following types of data hazards. RAW WAR WAW

+5
Answers (1)
  1. 13 January, 17:39
    0
    Answer: Data hazards are the factor behind the damage/problem created in the data of the CPU. There are three types of data hazards which are as follows:-

    By considering two element "A" and "B"

    RAW (Read after write) - If the element A tries to read the value before the element B has written it then element A will receive the previous value which is accordingly incorrect. WAR (Write after read) - Element B write a value for element A which not read by it. So, it incorrectly gets a new destination assigned. WAW (Write after write) - Element B tries to write the value for the element A before element A writes it, thus creating a hazard.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Describe the following types of data hazards. RAW WAR WAW ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers