What are regiters in computer memory?

@pratik87 (1927)
India
April 13, 2009 8:34pm CST
Can someone tell me what a register means in computer memory and what are the functions of these registers?
2 responses
@dante_off (607)
• India
14 Apr 09
Register is a memory unit faster than the RAM, it is reserved for programs to be processed when there is stack full condition and some specific operations like array,pointer iterating operations......
@pratik87 (1927)
• India
14 Apr 09
Thanks for helping out. Happy mylotting.
@user_786 (1338)
14 Apr 09
registers are found in CPU. these are basically a fast pieces of memory, where some computer instrucions are processed. Those instructions are ones that require fast processings.