What is meant by registers in computer terminology?????
Registers are part of a processor in a computer. They hold the actual data that is operated on by the processor. It is very low level stuff that the day to day user and most programmers don’t even need to worry about. More info: http://en.wikipedia.org/wiki/Processor_register In case you were thinking of registry instead of registers, the registry is a Windows database that maintains certain program information. Each piece of software you install puts some information into the registry.