This document discusses multiprocessor and multicomputer systems. It defines a multiprocessor system as having more than one processor that shares common memory, while a multicomputer has more than one processor each with local memory. Processors may be closely coupled on a shared bus or loosely coupled distributed on a network. The document also covers Flynn's taxonomy of computer architectures and examples of single instruction single data stream (SISD), single instruction multiple data stream (SIMD), multiple instruction single data stream (MISD), and multiple instruction multiple data stream (MIMD) systems.