Showing posts with label Data dependency hazards. Show all posts
Showing posts with label Data dependency hazards. Show all posts

Saturday, 27 April 2013

Data Dependency Hazard (RAW, WAR, WAW) JAVA CODE

The Data dependency hazards are of 4 types.

1.RAR :Read After Read (This is not harmful as only read operations are performed.)

2.RAW :Read After Write(This may create problems and needs to be handled.)

3.WAR :Write After Read(A naming conflict. Not hazardous if sequential execution takes place)

4.WAW : Write After Write(A naming conflict. Not hazardous if sequential execution takes place)



VIEW OUR SPECIAL PAGE FOR SEM 7 STUDENTS -  sem 6 java codes