The concept of programming is simple – you give the computers instructions, and the computer follows them. However, there are numerous times when someone either overestimates the computer's omniscience, or doesn't manage to grasp the concept at all.
I enjoy making computer programs, and I knew someone who enjoys games. Recently, he had wanted to make his own simple game, and I told him that he could use Visual Basic to do this, and I could teach him.
(He then proceeded to take out a slightly crumpled sheet of notepaper, about twice the size of a post-it note.)
The following quote is from the default "welcome" active wallpaper that came with my new HP computer. I opened up the source, and saw the following lines of code:
MenuText1.innerHTML = SmallPrompt ;// infact this is long text
MenuText2.innerHTML = LargePrompt ;// in contrary, it is small textOnce, I made a comment to a classmate about how I prefer Windows PCs over Macs. The following dialog ensued:
(This guy was what I would call a "computer wannabe"; he was not the kind of guy to actually make a program. So I gave him a test.)
I almost burst out laughing, but I restrained myself to ask another question:
I still cannot figure out what in the world he meant.
NOTE: I hold nothing against Macs, even though I do prefer Windows. The point in this anecdote is that some people don't get the concept of programming, NOT that Macs are bad machines.
Once, I was talking to a friend about programming. He sent me an email telling me that he was learning C++ and "assembly line". I think he meant "assembly language".
"I can make an html webpage but the url is a C:\ type thing instead of an http:// thing. how do i fix this?
Comments (0)
Leave a comment: