Essentials of Computer Organization and Architecture
Essentials of Computer Organization and Architecture
5th Edition
ISBN: 9781284123036
Author: Linda Null
Publisher: Jones & Bartlett Learning
bartleby

Videos

Expert Solution & Answer
Book Icon
Chapter 5, Problem 29E

Explanation of Solution

Explanation:

  • A non-pipelined Central Processing Unit (CPU) includes four cycles to execute the instructions.
    • Fetch the instruction
    • Decode the instruction
    • Execute the instruction or Perform the operation
    • Store Result
  • The pipelined instructions run parallel which requires less time.
  • Execution of each instruction requires some amount time whereas the aggregated instructions requires less time.

Assume a k-stage pipeline which includes clock cycle time of tp with n number of tasks to process.

The time required by the task 1 to complete the process is k×tp.

The time required to process the remaining tasks is (n1)tp.

The time required to complete n tasks using a k-stage pipeline can be calculated as follows,

=k×tp+(n1)×tp=(k+n1)×tp

Thus, the time taken to complete n tasks using k-stage pipeline is =(k+n1)×tp.

The time required by the task 1 to complete the process without using pipeline is tn=k×tp

Blurred answer
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Instruction Format (With reference to address); Author: ChiragBhalodia;https://www.youtube.com/watch?v=lNdy8HREvgo;License: Standard YouTube License, CC-BY