answersLogoWhite

0


Best Answer

I am not quite sure how significant this is. The reason, however, is that accessing a register, which is part of the CPU, is faster than accessing RAM memory, which is located on a separate chip.

I am not quite sure how significant this is. The reason, however, is that accessing a register, which is part of the CPU, is faster than accessing RAM memory, which is located on a separate chip.

I am not quite sure how significant this is. The reason, however, is that accessing a register, which is part of the CPU, is faster than accessing RAM memory, which is located on a separate chip.

I am not quite sure how significant this is. The reason, however, is that accessing a register, which is part of the CPU, is faster than accessing RAM memory, which is located on a separate chip.

User Avatar

Wiki User

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

Wiki User

11y ago

Since registers are the part of cpu, its faster to access data, than accessing it from RAM which is on a separate chip. Increase in number of registers will allow more data to be saved in cpu which if cant be stored in register is sent to RAM and this acessing back from RAM is slow in comparison to access it from the registers. Hence more registers = less time wasted in swapping data.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

I am not quite sure how significant this is. The reason, however, is that accessing a register, which is part of the CPU, is faster than accessing RAM memory, which is located on a separate chip.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How general purpose registers increases speed of operation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 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 were the minimum and maximum number of general purpose registers that a Univac LARC supercomputer could have?

UNIVAC LARC had 26 general purpose registers, but could be expanded to 99 registers, if required.


What is an ax register?

It is one of 4 registers called general purpose registers Ax has a another name witch is (accumulator) it used in arithmetic and logic operation and store data from I/o port in microprocessors like 8086/8088


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 are the 4 general purposes registers?

Cash register School Register -------------------- processor register User-accessible Registers Data registers Address registers Conditional registers General purpose registers Floating point registers Constant registers Special purpose registers Instruction registers Model-specific registers Control and status registers Memory buffer register Memory data register Memory address register Memory Type Range Registers Hardware registers


What are the founction of the registers found in the CPU?

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.


What is the difference between General Purpose Registers and Special Purpose Registers?

general purpose registers are basically used to hold temporarily data and intermediately result. example: ax,bx,cx,dx each of 16 bits. whereas special purpose register are primely used for memory access. it is of two types : 1. segment register and 2. index register/ pointer


Scratch-pad memory in mp?

General purpose registers are called as scratch pad memories


What are the different registers in an 8085 microprocessor?

There are 6 general purpose Registers and Two special purpose registers: General purpose registers(8 bit basically) are B,C,D,E,H,L and SPECIAL Purpose resisters are STACK PONITER,PROGRAM COUNTER these two are 16 bit registers. If u want make general purpose registers as 16 bit registers, the combination is BC,DE,HL these are 16 bit pair registers


What is the purpose of INSTRUCTION REGISTER in 8085 Microprocessor?

In 8085 general purpose registers are used to hold data like any other registers. In 8085 there are six types of special registers called general purpose registers. The general purpose registers in 8085 are B, C, D, E, H and L. Each register can hold 8 bit data. Apart from above functions these registers can also be used to work in pairs to hold 16 bit data. They can work in pairs such as B-C, D-E, H-L to store 16 bit data. The H-L pair work as a memory pointer. A memory pointer holds the address of a particular memory location. They can store 16 bit address as they work in pairs.


What a registers?

register is small storage space in memory which is in use of processor There are two types of register 1. General purpose register 2. special purpose register