Posts

Showing posts from November, 2019

pipelining

Image
                                                            PIPELINING Pipelining  is the process of accumulating instruction from the processor through a pipeline. It allows storing and executing instructions in an orderly process. It is also known as pipeline processing.  Pipelining  is a technique where multiple instructions are overlapped during execution. What is Pipelining Pipelining is the process of accumulating instruction from the processor through a pipeline. It allows storing and executing instructions in an orderly process. It is also known as  pipeline processing . Pipelining is a technique where multiple instructions are overlapped during execution. Pipeline is divided into stages and these stages are connected with one another to form a pipe like structure. Instructions enter from on...

ARM PROCESSOR

Image
ARM PROCESSOR An  ARM processor  is one of a family of CPUs based on the RISC (reduced instruction set computer) architecture developed by Advanced RISC Machines ( ARM ).  ARM  makes 32-bit and 64-bit RISC multi-core  processors . ARM processors  are microprocessors and are widely  used in  many of the mobile phones sold each year, as many as 98% of mobile phones. They are also  used in  PDAs (personal digital assistants), digital media and music layers, hand-held gaming systems, calculators, and even computer hard drives. ARM makes 32-bit and  64-bit  RISC  multi-core processors . RISC  processors  are designed to perform a smaller number of types of computer  instructions  so that they can operate at a higher speed, performing more millions of instructions per second ( MIPS ).  By stripping out unneeded instructions and optimizing pathways, RISC processors provide outstandin...