The number or character entered through keyboard gets converted to equivalent ASCII code & it get stored on RAM in the binary form. What is the exact procedure on hardware that converts the ASCII value to Binary?
Does not Know
Total Answers and Comments: 3
Last Update: June 03, 2009 Asked by: Amol B Jadhav
RE: The number or character entered through keyboard gets converted to equivalent ASCII code & it get stored on RAM in the binary form. What is the exact procedureon hardware that converts the ASCII value to Binary?
Through logic gates one can convert the ASCII value to corresponding binary value. You can prepare a look up table (of say 4 inputs and 4 outputs) then make a K-map to reduce the binary expression relating the inputs and outputs. Than make the logic gate corresponding to the binary expression.