Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between Computer Architecture and Computer Organisation? [closed]

Is there any difference between the terms(or subjects) Computer Architecture and Computer Organization? If yes, what is it? Please Explain me in detail. These two seem to be quite similar fields. Tell them apart by quoting good sources.

like image 934
Sai Manoj Kumar Yadlapati Avatar asked Feb 02 '12 12:02

Sai Manoj Kumar Yadlapati


People also ask

Is the difference between computer organization and computer architecture?

Computer Architecture comprises logical functions such as instruction sets, registers, data types, and addressing modes. Computer Organization consists of physical units like circuit designs, peripherals, and adders.

What is the meaning of computer organization and architecture?

Computer Organization and Architecture is the study of internal working, structuring, and implementation of a computer system. Architecture in the computer system, same as anywhere else, refers to the externally visual attributes of the system.

What is the use of computer architecture and organization?

Computer architecture deals with the design of computers, data storage devices, and networking components that store and run programs, transmit data, and drive interactions between computers, across networks, and with users.

What is the difference between computer organization and computer architecture quizlet?

Computer architecture refers to the attributes visible to the programmer and which affect the logical execution of a program. Computer organisation refers to the hardware units that realise the architecture: the instruction set, the number of bits used to represent data types, addressing memory, etc.


1 Answers

According to the Wikipedia entry Microarchitecture:

In computer engineering, microarchitecture (sometimes abbreviated to µarch or uarch), also called computer organization, is the way a given instruction set architecture (ISA) is implemented on a processor. A given ISA may be implemented with different microarchitectures. Implementations might vary due to different goals of a given design or due to shifts in technology. Computer architecture is the combination of microarchitecture and instruction set design.

(emphasize mine)

See the whole article for more in-depth details. See also the computer architecture article.

like image 90
DarkDust Avatar answered Sep 29 '22 14:09

DarkDust