How does binary data get generated?

0

How does hardware generate binary codes?

For instance, keyboard generates scancode "1E" when I press "A". But how?

P.S.: I assume software only interprets and processes binary data (not generates it)

DrStrangeLove

Posted 2012-11-13T08:01:33.340

Reputation: 1 381

Question was closed 2012-11-13T08:21:36.060

You have a basic theoretical electronics question, not a problem using your computer. P.S. In a digital computer, ALL data is binary.

– RedGrittyBrick – 2012-11-13T08:14:28.943

Answers

1

A bit oversimplified, but you can think of it as the A key being wired to a circuit that produces the combination of signals that the computer (actually the keyboard controller) interprets as 1E.

David Schwartz

Posted 2012-11-13T08:01:33.340

Reputation: 58 310