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?

Does not Know

Showing Answers 1 - 7 of 7 Answers

tguclu

  • Oct 31st, 2007
 

there must a kind of shift register that converts the hexadecimal representation character of ascii value to series of ones and zeros

  Was this answer useful?  Yes

Jackkkkk

  • Jun 2nd, 2009
 

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions