One-Two Bit Branch Prediction
What is the purpose of a branch predictor?
What does a one-bit predictor use to make a prediction?
How many states does a one-bit predictor have?
What is a disadvantage of a one-bit predictor?
How many states does a two-bit predictor have?
In a two-bit predictor, what does the state '11' represent?
How many consecutive incorrect predictions does it take to change the prediction of a two-bit predictor from 'Strongly Taken' to 'Not Taken'?
What is the main advantage of a two-bit predictor over a one-bit predictor?
Which of the following is NOT a state in a two-bit predictor?