Jump to content

Computer organization

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RyanEberhart (talk | contribs) at 01:15, 14 May 2006 (added general description of what alls under comp arch). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Computer organization is the design of abstracted computer components, such as the CPU and memory subsystem. The phrase is often confused with computer architecture, but a general rule is that which is directly apparent to the assembly-level programmer falls under computer organization. When design changes can only be observed by the programmer secondarily, such as through thermal dissipation or application performance, this design is under the area of computer architecture. For instance, a major aspect of computer organization involves the creation of an ISA. More nuanced characteristics of a computer, such as cache eviction policies and branch prediction fall under computer architecture.