why c language
You may have doubt, why we are using such difficult language(Difficult to understand) if we have High-level languages like Java and .Net.
When the computer starts it loads Operating System from Hard disk to RAM(Random access Memory), To load OS we need Program called BIOS(Basic Input Output Software) program.The BIOS is a kind of System Software.Such programs are written in languages like C.
If you connect a printer or any other hardware to computer first time it prompts message "installing required software". Device Driver is Program which required if we connect an external device to our Computer. Such Device Driver software coded in Languages like C.
Artificial Intelligence is Technology (making machines which behave like human) we need certain programs for such devices, these programs written in the programming language like C.
As you know computer can understand binary language, we need to convert our Program written in any Programming Language to binary language,
It is easy to convert middle-level language into binary language as compared to high-level language.
C Language is Hardware friendly and can be converted easily into machine language. for the devices which are not powerful enough to convert high-level Programs into machine language, we need a program in middle or low-level language. C is middle level and easy to understand compare to low-level language or machine language hence we use C Language to program such devices.
When the computer starts it loads Operating System from Hard disk to RAM(Random access Memory), To load OS we need Program called BIOS(Basic Input Output Software) program.The BIOS is a kind of System Software.Such programs are written in languages like C.
If you connect a printer or any other hardware to computer first time it prompts message "installing required software". Device Driver is Program which required if we connect an external device to our Computer. Such Device Driver software coded in Languages like C.
Artificial Intelligence is Technology (making machines which behave like human) we need certain programs for such devices, these programs written in the programming language like C.
As you know computer can understand binary language, we need to convert our Program written in any Programming Language to binary language,
It is easy to convert middle-level language into binary language as compared to high-level language.
C Language is Hardware friendly and can be converted easily into machine language. for the devices which are not powerful enough to convert high-level Programs into machine language, we need a program in middle or low-level language. C is middle level and easy to understand compare to low-level language or machine language hence we use C Language to program such devices.
Comments
Post a Comment