Explain three examples of registers.
Answer Text: .Instruction registers-it is a temporary storage location that is used to hold instruction just before it is interpreted into form that the central processing unit can understand..Address register-it temporarily holds theaddress of the next piece of a data waiting to be processed..Storage register-it temporarily holds a piece of data on its way to and from the main memory and the central processing unit..Accumulator-it temporarily holds the results of the lastprocessing step of the Arithmetic logic unit (ALU).