| |
GeekInterview.com > Interview Questions > Microsoft > Architecture
| Print | |
Question: 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?
Answer: Does not Know |
| June 06, 2009 09:58:28 |
#3 |
| Jackkkkk |
Member Since: June 2009 Total Comments: 1 |
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. |
| |
Back To Question | |