Aditya
2012-12-22 04:46:29 UTC
This is what i know, (I suppose i am right)
1) When we input something in GUI in human readable language/decimal number that data is compiled and goes into assembly level where it is converted into hexadecimal numbers.
2) Then the assembler converts it into machine code (Binary numbers) which goes into machine level where there 2 are values 1 and 0. 1 and 0 both are high and low voltage of currents.
3) And these 1's and 0's are passed to the processor where it does something and gives the output!
What happens there?
Suppose i have performed a simple calculation "2 + 2 = " on p.c, how will the processor give the output "4"? Is my question.
:) :)