+ 4
How does a code react with hardware component.....????
It is about the Connections between hardware component & software component.....!!
1 Answer
0
the programming languages are designed to be in human readable format so that you can write and read the code. Then another software called compiler or interpreter translates your code into machine readable code which is in binary format. This binary code is executed by the hardware as low level instructions for the processor.