What is the difference between computer organization and computer architecture?
Answers
Answer:
Computer Architecture:
Computer Architecture is a functional description of requirements and design implementation for the various parts of computer.It deals with functional behavior of computer system. It comes before the computer organization while designing a computer.
Architecture describes what the computer does.
Computer Organization:
Computer Organization comes after the decide of Computer Architecture first. Computer Organization is how operational attribute are linked together and contribute to realize the architectural specification. Computer Organization deals with structural relationship.
Organization describes how it does it.
Good afternoon
Computer Architecture is concerned with the way hardware components are connected together to form a computer system. Computer Organization is concerned with the structure and behaviour of a computer system as seen by the user. It acts as the interface between hardware and software.