Exam tip 1
When asked to compare parallel systems, always use the terms SIMD and MIMD. Be ready to give a concrete example for each: SIMD is exemplified by GPUs for graphics, while MIMD is exemplified by multi-core CPUs for general-purpose computing. Remember that SIMD offers massive parallelism for specific tasks, whereas MIMD provides flexibility for diverse tasks.