Q. Mention the factors that affect the performance of a computer.
Ans: The program execution time T is given by –
T=(N×CPI)/(f×〖10〗^6 )  s
here, CPI  cycle per instruction
IPS  instruction per second.
It is common to measure CPU performance in terms of million of instructions executed per second, denoted MIPS, where MIPS = IPS × 106. Clearly MIPS = f/CPI.
The above equation indicates the three separate factors software, architecture, and hardware technology jointly determine a computers performance.
    Software: The efficiency with which the programs are written and compiled into object code influences N, the number of instructions executed. Others factors being equal, reducing n tend to reduce the overall execution time T.
    Architecture: The efficiency with which individual instructions are processed directly affects CPI, the number of cycles per instruction executed. Reducing CPI also tends to reduce T.
    Hardware: The raw speed of the processor circuits determines f, the clock frequency. Increasing f tends to reduce T.
Q. What do you mean by architecture and organization of computer?
Ans: Architecture: Computer architecture refers to those attributes of a system visible to a programmer or put another way, those attributes that have a direct impact on the logical execution of a program. That is, the architecture defines a conceptual model of a computer at a particular level of abstraction. The architecture includes the computer’s instruction set, data formats and addressing modes, as well as the general design of its CPU, main memory and IO subsystems.
Organization: Computer organization refers to the operational units and their interconnections that realize the architectural specifications. It refers to the logical aspects of the implementation, but the boundary between architecture and organization is vague. Organizational attributes include those hardware details transparent to the programmer, such as control signals; interfaces between the computer and peripherals; and the memory technology used.
Q. Briefly describe the history of computer.
Ans:
Q. Describe with figure power PC evaluation.
Ans: In the early 1990s Apple, IBM, Motorola jointly developed the power PC. It is family of single chip microprocessors, including the 601, 603 and other models, which share the common architecture derived from the POWER architecture. Used in IBM’s RISC system/600. Although it is also designated a RISC the power PC has a large number of instructions – more than 200 distinct types, in fact and its design is far from simple. It exhibits the following features that are typical of contemporary RISC – type designs:
    Instructions have a fixed length and employ just a few opcode formats and addressing mode.
    Only load and store instructions can access main memory.
    Instruction processing is heavily pipelined.
    The CPU contains several E – units.
The organization shown in figure below is a typical of the early PowerPC models, such as the 601, 603 which have three E units: an integer execution unit, a floating point unit, and a branch processing unit, allowing up to
Three instructions to be issued in the same clock cycle. The integer unit executes all fixed point numerical and logic operations, including those associated with load store instructions.

No comments:
Post a Comment