Final answer:
A structural hazard occurs when multiple instructions compete for simultaneous access to a shared resource, such as memory. If we only have one memory for both instructions and data, there will be a structural hazard every time we need to access the memory.
Step-by-step explanation:
When several instructions vie for the same shared resource, like memory, in computer architecture, this is known as a structural hazard. In this instance, there will be a structural hazard each time we need to access the memory if there is only one memory used for both instructions and data. This is because the processor has a limited number of memory units, so it can only execute one of these tasks at a time: fetching instructions and loading or storing data.