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

Question
Book Icon
Chapter 9, Problem 17E
Program Plan Intro

Program-level parallelism:

The process of decentralization of a single program and executing it on multiple processors is known as program-level parallelism. It includes shorter real time.

Example: parallel computer

Single Instruction Multiple DataStream (SIMD):

  • The SIMD uses single Control Unit (CU) to fetch the instructions from the store.
  • It is used for high speed performance.
  • It executes large size of data by decentralizing them.
  • The code of the variable is executed depending on its processor id.
  • It performs same operation or task on different types of data.
  • Example: vector computers, array processor, Graphics Processing Unit (GPS)

Multiple Instruction Multiple DataStream (MIMD):

  • MIMD includes multiple processors that possess inter connection.
  • It follows parallel architecture.
  • It is used for message passing.
  • It is decentralized to two groups,
    • Shared memory
    • Distributed memory
  • It includes the examples like sequent computers, BNN butterfly and many such.

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