answersLogoWhite

0


Best Answer

The registers are inside the CPU and await tasks you send to your compter from, The CPU picks these up and the registers then get to work to process them to give you an outcome.

General Purpose Register (intel) gave these worktables names: AX, BX, CX & DX.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

to store the data on which operations are to be performed and to store the results after the operation is performed

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

basic registers in CPU: -

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the founction of the registers found in the CPU?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where are registers located in computer?

registers are located in CPU.


How General register organization in CPU?

The registers in a CPU are organized according to their purpose. There are data registers and address registers. The address registers are in charge of pointing out where certain data stores are.


What do registered provide for the CPU?

What do registers provide for the cpu?


What are the instructions a CPU uses?

CPU is main part of computer,It processes the data using the registers inside the CPU. These are of different types and have different purpose of use. Due to these registers the CPU done processing.


Where would temporary data in a CPU be held?

in the registers


List four functions of registers in assembly language?

Because registers are where all the actual work is done by the CPU. Think of registers as being a bank of switches which can be configured so the CPU can perform a specific operation upon a specific set of operands, be they values or memory addresses where values can be found. Some operations have no operands while others have one or two, but in order for the CPU to know which operation and which operands it should operate upon the registers must be set accordingly. The CPU achieves this through a repeating fetch-decode-execute cycle, fetching the next instruction, decoding its operands and then executing the instruction. In a multi-threaded environment, the CPU must also save the state of the registers to allow another thread to restore those registers for itself. In this way, a single CPU can switch from one thread to another and pick up from exactly where it left off.


What are the memory storage area built into the CPU called?

registers


What is the CPU use for?

CPU = Central Processing Unit This is where all the processing takes place inside the computer. CPU's are built in varying speeds - the higher the number the faster it is. Answer: It processes the data using the registers inside the CPU. These are of different types and have different purpose of use. Due to these registers the CPU done processing.


How does a device initiate communication with the CPU?

io/mem wire?


Which is the component inside the CPU that holds data before and after processing?

the registers


What are the function of registers in microcomputer system?

The function of registers is the same in all computers. They are the fundamental binary interface between the internal and external structure of the CPU. All binary transactions between the CPU and its peripherals pass through registers. From the inside, they are the final periphery to the pins.


Where registers are located?

A register is a storage location within the CPU as part of Datapath. CPU consists of datapath and control unit. Datapath comprises of register file (which consists registers and logic ) ,ALU and memory.