Computer registers are very fast computer memory type, used to store data/instruction. A computer Register is a group of flip-flops with each flip-flop capable of storing one bit of information. An n-bit register has a group of n flip-flops and is capable of storing binary information of n-bits . A register consists of a group of flip-flops and gates. The flip-flops hold the binary information and gates control when and how new information is transferred into a register. Various types of registers are available commercially. The simplest register is one that consists of only flip-flops with no external gates. Following are some commonly used registers: Accumulator : This is the most common register, used to store data taken out from the memory. General Purpose Registers : This is used to store data intermediate results during program execution. It can be accessed via assembly programming. Special Purpose Registers : ...
Computer Science covers -computers fundamentals to advance topics. Also cover a wide range of technology topics, including smartphones, tablets, software, security, Artifical Intelligence, and many more