Resource Dependence
The parallelism between instructions can also be affected because of the shared resources. If two instructions are occupying the same shared resource then it's a resource dependency condition. E.g. floating point registers or units are shared, and this is called as ALU dependency. In the case of memory, it's termed as Storage dependency.