The document discusses different types of computer system organizations based on the number of general-purpose processors used: single-processor systems which use one main CPU, multiprocessor/multicore systems which contain two or more closely communicating processors, and clustered systems which gather multiple complete computer systems together. Single-processor systems may contain additional special-purpose processors like disk or keyboard controllers. Multiprocessor systems can be symmetric, with all processors performing all tasks, or asymmetric with dedicated tasks. Clustered systems provide high-availability and parallel processing across nodes.