When your child is a programmer by nature
6 years ago by fightop · 1244 Likes · 2 comments · Popular
Report
Comments
Follow Comments Sorted by time
this_isntme
· 6 years ago
· FIRST
Well that's stupid as anything I've ever read. If your child was a programmer they would know there are only 0's and 1's. If you told them there was a 2 they would assume you lost your mind.
1
bethorien
· 6 years ago
No one codes in binary anymore. In a lot of modern languages including C++ (which is usually the first one people learn) the computer starts counting at position 0 an example being in an array consisting of 78 31 40 20 the 0 position is held by 78 and 1 is held by 31. 40 holds position 2 and 20 holds 3.
9