Tuesday, August 20, 2013

Multiprocessor System

Multiprocessor System
A system that uses two or more processors for faster execution of the
1. program function sites
2. tasks or
3. single instruction multiple data instructions or
4. multiple-instructions multiple-data instructions
5. Very long instruction words

Petri Table

Petri Table
A table to represent the Petri-net. When Petri nets become too large to handle, the use of Petri tables is a powerful real time programming model.

Petri-net

Petri-net
A model given by C.A. Petri in which there are interconnections of two kinds of nodes: node-places and node-transition. Transitions modeled by a rectangle are the actors ( where the computations are fired orinitiated). For firing transitions the tokens are from the node-places. A token is an input or flag or asynchronously occurring event.