A code snippet is shown below: Compute the branch prediction accuracy for the following branch prediction schemes: (a) 1-bit prediction scheme. At the beginning (a = 0), assume the prediction to be a Taken (T) branch. (b) 2-bit prediction scheme. At the beginning (a = 0), assume the prediction to be a Not-Taken (NT) branch. (c) Using correlating predictor scheme. It uses two-level of local branch predictor. The 3 LSbits of PC are used to index into a 8x3 Local History Table (LHT) that maintains past 3 local history of the indexed branch. The content of indexed LHT is then used to index into another table called as Local Prediction Table (8x2 LPT) that uses 2-bit saturation counter to make the branch prediction. Assume at the beginning (a = 0), the contents of both the tables is intialised to 0 and the current value of PC is xxxxxx….1100100