answersLogoWhite

0

A computer has address registers and data registers. The address registers usually keeps the computer informed about where certain data stores are kept.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How many types of registers?

registers are five types.


What are the types of microprocessor register?

Microprocessor consists of different types of registers. They special purpose registers, general purpose registers, address registers, floating point registers and constant registers.


What are different types of registers in a basic computer?

computer has different registers each of which has different functions. ax - accumulator register bx - base register cx - counter register computer has different registers each of which has different functions. ax - accumulator register bx - base register cx - counter register


What are the register in mocroprocessor 8085?

There are two types of registers such as: a) General purpose registers b) Special purpose registers


What are the different types of shift registers?

siso,pipo.sipo.piso


What is the register what are type of register?

types of registers( ac ,dr ,ar etc) which use in computer types of registers( ac ,dr ,ar etc) which use in computer


What does the memory in the CPU?

it stores the data like input data, intermediate data,output data and many other types of data


What kind of resister?

There are many types of registers. You can find cash registers in every store or business. There are also paper registers where people can write down purchases and cash transactions.


What are the types of trigonometric functions?

There are three types of trigonometric functions, they are: 1- Plane Trigonometric Functions 2- Inverse Trigonometric Functions and 3- Hyperbolic Trigonometric Functions


Types of functions?

there are various types of functions namely composite,polynomials, power,root


What is control and status registers?

Control and status registers are special types of memory locations within a device or system that are used to control its operation (control registers) or report its current state (status registers). These registers allow software to communicate with hardware by reading or writing specific values that determine how the device should behave or indicate its current status.


What type of storage resides on the processor?

There are several types of storage inside a CPU.First, there is one or more areas of cache memory. That is special static memory which is made to be fast. That is to reduce accesses to the main memory and store the most commonly used instructions.Then older CPUs had an area known as a prefetch queue. It functions much like a cache, but is much smaller.Finally, there are CPU registers. The registers are small areas of memory used for executing instructions and storing the results. If you wish to add two numbers, for instance, your code must copy them to the registers and then perform the addition instruction on the registers. Then the code would collect the result from the registers.