Question: Suppose that a computer pre-fetches 20 instructions in advance. However, on the average, four of these are conditional branches, each with a probability of 90% of being predicted correctly.
Problem: What is the probability that the pre-fetching is on the right track?
Show the probability that the pre-fetching is on the right track or not.