Comparative discussion of computer architecture vs computer organization . Computer architecture and organization subjects are taught togeth...
Comparative discussion of computer architecture vs computer organization. Computer architecture and organization subjects are taught together.
Computer architecture is an abstract model and feature that is visible to the programmer. Computer organization expresses the perception of computer architecture or how features are applied.
This is one of the 5 subjects that computer science students should know.
Before learning microprocessors and assembly language, it is necessary to learn computer architecture. Then it will be convenient to learn microprocessor and assembly language.
Take a brief look at the differences from the table below. Apart from this, the details have been explained separately later.
Computer organization vs architecture
|
Computer organization
|
Computer architecture
|
|
Computer
organization maintains feature implementation.
|
Computer
architecture is those attributes that are visible to the programmer.
|
|
Control
signals, interfaces, memory technology are under it.
|
It
plays a role as an interface between hardware and software.
|
|
It
works with the connection elements in different systems.
We
learn how all the units of the system are arranged.
We
also know that how they are connected to each other.
|
By
reading about computer architecture, we can understand the functionality of a
system.
In
the case of designing firstly computer system architecture is considered.
|
|
It
deals with lower-level design issues.
Computer
Organization involves Physical Components like, - Circuit design
- Adders
- Signals
- Peripherals
|
It
deals with high-level design issues.
Computer
Architecture involves logic like, - Instruction sets
- Various Addressing modes
- Various types of data
- Cache optimization
|
Computer architecture
Computer architecture is those attributes that are visible to the programmer. These are Under computer architecture.
- Instruction sets
- Number of bits used for data representation
- I/O mechanism
- Addressing techniques
Computer architecture plays a role as an interface between hardware and software. By reading about computer architecture we can understand the functionality of a system.
In the case of designing computer system architecture is considered first. It deals with high-level design issues.
Computer Architecture involves logic like,
- Instruction sets
- Various Addressing modes
- Various types of data
- Cache optimization
Computer organization
Computer organization maintains feature implementation. Control signals, interfaces, memory technology are under computer organization.
It works with the connection elements in different systems. From the computer organization, we learn how all the units of the system are arranged. And it is known how they are connected to each other.
It deals with lower-level design issues. Computer Organization involves Physical Components like
- Circuit design
- Adders
- Signals
- Peripherals
Overall, Computer architecture and computer organization are the base part of the computer building system.
No comments