Answer:
b) branch history table
Step-by-step explanation:
Branch prediction in computer architecture which works by predicting or guessing which way an operation (conditional operation: like an if-else-operation) will go before it occurs. This operation is performed by a digital circuit known as branch predictor. Branch history table contains the address of the branch instruction. In branch history table, when there is a branch instruction, a bit is store to indicate if the branch was recently taken.