answersLogoWhite

0

How you design accumulator?

User Avatar

Anonymous

13y ago
Updated: 8/17/2019

come to Anna univ and ask GNANAVEL

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is a self displacing accumulator?

A self-displacing accumulator is a type of hydraulic accumulator that uses the fluid to displace a piston or diaphragm to store energy. This design eliminates the need for an external gas charge and allows for more compact and simplified hydraulic systems.


Why 8085 microprocessor called accumulator based?

The 8085 microprocessor is often referred to as accumulator-based because it primarily uses an accumulator register (register A) for arithmetic and logic operations. Most instructions directly operate on the data stored in the accumulator, which acts as the primary register for processing. This design simplifies the architecture and instruction set, allowing for faster data manipulation since the accumulator can be quickly accessed. Additionally, many instructions involve loading data into the accumulator, performing operations, and then storing the results back, emphasizing its central role in the microprocessor's operation.


To draw diagram of accumulator?

A mechanical, or electrical accumulator???


What does accumulator mean in British?

Accumulator is what the British call a capacitor.


What is the size of the accumulator of a 64bit processor?

The size of the accumulator is the same,means 64bit.


How do you fix the accumulator piston seal?

As a rule, you'll need to purchase an appropriate re-seal kit for your accumulator. You will then need to disassemble your accumulator, clean everything and reassemble the accumulator with the new seals that came in your kit.


What does an accumulator in a brake system do?

The accumulator stores brake fluid under very high pressure. An electric pump keeps the accumulator pressurized with brake fluid. When you press the brake pedal, pressurized fluid from the accumulator operates the brakes.


What is Single accumulator CPU organization?

An accumulator machine, also called a single accumulator organisation , or a CPU with accumulator-based architecture, is a kind of CPU where, although it may have several registers, the CPU mostly stores the results of calculations in one special register, typically called "the accumulator". Historically almost all early computers were accumulator machines; and many microcontrollers still popular as of 2010


When to replace a manifold line and accumulator?

There is no set millage for when you should replace a manifold line and accumulator. Most mechanics only replace when the accumulator and/or manifold lineÊstart to fail.


Why accumulator is called a special register?

Accumulator contains one of the operand for any operation which is performed by the ALU.The result of the operation is stored in the Accumulator. thus it is a special register


What is accumulator function in c language?

Normally the return value from the function is through the information from the accumulator.


What is meant by accumulator in digital logic?

An accumulator is a register where arithmetic and logic operations are performed and their results stored (accumulated). Usually one operand was already stored in the accumulator while the other came from memory, the immediate value field of an instruction, or if the computer has them another register.Many early computers had only one accumulator and a small number of index registers. On such machines the accumulator register itself is the ALU, it has all the special circuits inside itself to perform those operations and modify its own contents. The flipflops that store the data in an accumulator are usually JK-flipflops, which simplify the design of those special circuits.Later when computers began to use multiple general purpose registers the concept of the accumulator fell out of favor. On such machines one separate ALU was shared with all the registers, which were reduced to just a small bank of very high speed RAM with no special circuits like accumulators usually have.