Preview

Computer Machines: Applying the Stored Program Concept

Good Essays
Open Document
Open Document
458 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Computer Machines: Applying the Stored Program Concept
Machine Instructions
To apply the stored-program concept, central processing unit (CPUs) are designed to recognize instructions encoded as bit patterns. This collection of instructions along with the encoding system is called the machine language. An instruction expressed in this language is called a machine-level instruction or, more commonly, a machine instruction.

The list of machine instructions that a typical CPU must be able to decode and execute is quite short. In fact, once a machine can perform certain elementary but well-chosen tasks, adding more features do not increase the machine’s theoretical capabilities. In other words, at a certain point, additional features may increase such things as convenience but add nothing to the machine’s fundamental capabilities. The degree to which machine designs should take advantage of this fact has lead two philosophies of CPU architecture.

One is that a CPU should be designed to execute a minimal set of machine instructions. This approach leads to what is called a reduced instruction set computer (RISC). The argument in favor of RISC architecture is that such a machine is efficient, fast, and less expensive to manufacture. On the other hand, others argue in favor of CPUs with the ability to execute a large number of complex instructions, even though many of them are technically redundant. The result of this approach is known as a complex instruction set computer (CISC). The argument in favor of CISC architecture is that the more complex CPU can better cope with the ever increasing complexities of today’s software. With CISC, programs can exploit a powerful rich set of instructions, many of which would require a multi-instruction sequence in a RISC design.

In the 1990s and into the millennia, commercially available CISC and RISC processors were actively competing for dominance in desktop computing. Intel processors, used in PCs, are examples of CISC architecture; PowerPC processors (developed by an

You May Also Find These Documents Helpful

  • Satisfactory Essays

    SD1230 Lab 1

    • 239 Words
    • 2 Pages

    1. What is an instruction? – A sequence of bits understood by the processor to signal a certain action…

    • 239 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Nt1310 Unit 5 Essay

    • 437 Words
    • 2 Pages

    CPU – Register, ALU, control unit - The CPU is a type of processor which acts as the brains of a computer and is an important part of any computer.…

    • 437 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Unit 2 Assignment 1

    • 1912 Words
    • 8 Pages

    The processor (CPU) is essentially the brain of a computer system. The role of the CPU is mainly to process everything from basic instructions to complex function. The well known measure of the CPU is clock speed and it is measured in MHz or GHz. The different manufacturers of the CPU are Texas Instruments, Intel Corp, Centaur Technology etc..…

    • 1912 Words
    • 8 Pages
    Powerful Essays
  • Good Essays

    MGMT 715

    • 1954 Words
    • 6 Pages

    In the 1990s, Intel invested heavily in new microprocessor designs fostering the rapid growth of the computer industry. During this period Intel became the dominant supplier of microprocessors for PCs, and was known for aggressive and sometimes illegal tactics in defense of its market position, particularly against Advanced Micro Devices (AMD), as well as a struggle with Microsoft for control over the direction of the PC industry. 1…

    • 1954 Words
    • 6 Pages
    Good Essays
  • Powerful Essays

    CPU – The CPU is the central electronic chip that determines the processing power of the computer.…

    • 2127 Words
    • 9 Pages
    Powerful Essays
  • Good Essays

    BTEC ICT Unit 2 P1

    • 944 Words
    • 4 Pages

    A processor is also known as a CPU which stands for central processing unit, is how a computer/laptop functions and this is like the brain of the computer the better the processor is, the faster a computer works…

    • 944 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    Processor – The processor is the main part of the computer system, it allows the operating system and other programmes to run on the computer system. The processor also works out the calculation that is required to operate digital graphics. The processor is important in continuing the performance with difficult digital images.…

    • 732 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Week 1 Homework

    • 843 Words
    • 5 Pages

    Machine code is the language which the computer hardware understands and executes. Instructions in a high-level language are closer to a natural language, such as English and therefore are easier to understand and learn than machine language.…

    • 843 Words
    • 5 Pages
    Good Essays
  • Satisfactory Essays

    Copyright © 2012 Pearson Education, Inc. 0-5 Terminology • Machine instruction: An instruction (or command) encoded as a bit pattern d) d d tt recognizable by the CPU • Machine language: The set of all instructions recognized by a machine Copyright © 2012 Pearson Education, Inc. 0-6 3 Machine Language Philosophies • Reduced Instruction Set Computing (RISC) – Few, simple, efficient, and fast instructions – Examples: PowerPC from Apple/IBM/Motorola and ARM • Complex Instruction Set Computing (CISC) –…

    • 783 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    The 8086, 286, 386, 486, and the pentium revolutionized the world of computing but only for short period of time......…

    • 431 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    1) Briefly explain the evolution of microprocessor based on IC fabrication technology clock frequency & instruction cycle.…

    • 2982 Words
    • 12 Pages
    Powerful Essays
  • Satisfactory Essays

    Recent, revolutionary integrated circuit technology improvement coupled with computer architecture innovations have resulted to a speed of CPU performance development unprecedented since the middle of the 20th century. Computer architecture innovations has continuously improve Microprocessor-based machines at a speed range of 1.5 and 2 times per year for the last seven years. Improvement speed for minicomputers or mainframes computers are approximately 25% every year. Seemingly, recent…

    • 399 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Shanaya

    • 4422 Words
    • 18 Pages

    The 8086[1] (also called iAPX 86) is a 16-bit microprocessor chip designed by Intel between early 1976 and mid-1978, when it was released. The 8086 gave rise to the x86 architecture of Intel's future processors. The Intel 8088, released in 1979, was a slightly modified chip with an external 8-bit data bus (allowing the use of cheaper and fewer supporting logic chips[2]), and is notable as the processor used in the original IBM PC.…

    • 4422 Words
    • 18 Pages
    Powerful Essays
  • Powerful Essays

    Distributed System

    • 1948 Words
    • 8 Pages

    Multiprocessor systems contain multiple CPUs that are connected at the bus level. These CPUs may have accesses to a central shared memory or may participate in a memory hierarchy with both local and shared memory…

    • 1948 Words
    • 8 Pages
    Powerful Essays
  • Powerful Essays

    Instruction Cycle

    • 1910 Words
    • 8 Pages

    The fetch-decode-execute cycle represents the steps that a computer follows to run a program. The CPU fetches an instruction (transfers it from main memory to the instruction register), decodes it (determines the op-code and fetches any data necessary to carry out the instruction), and executes it (performs the operation(s) indicated by the instruction). A large part of this cycle is spent copying data from one location to another. When a program is initially loaded, the…

    • 1910 Words
    • 8 Pages
    Powerful Essays