Small Basic - Success Story [modified]
-
Another Marc Zuckenberg? :)
Cheers,
SMPRecent Tip/Tricks
Prevent a drag and drop text and Copy paste text in your textbox control
Find a column name within SQL databaseThat is his choice, my part is to help and support. I refrain from mentioning names as not to put pressure on him.
Yusuf May I help you?
-
Congrats on the precocious son! It is always cool to hear about children wanting to learn stuff of this nature and actually understanding the concepts. Have you looked into getting him either a pSOC eval kit http://www.cypress.com/?rID=40237[^]or a Freescale tower kit. http://www.towergeeks.org/[^]. The kits generally include code and IDE in C++ and assembly. I have three tower kits that are way cool. They have a lot of very cool projects that can spark the minds of young people, and old guys like myself. :)
It was broke, so I fixed it.
Thanks, I'll look into those.
Yusuf May I help you?
-
Mike Hankey wrote:
I agree with Henry, don't push to hard or he may become disinterested. The object is to give him things to do to challenge him but not so hard that he gets discouraged.
I agree. It is easier said than done. I am trying to figure out where is the line where too much challenge bends to discouragement. I know I can always pull back whenever I see he has hard time grasping ideas, but that might be too late.
Yusuf May I help you?
Children don't come with instruction manuals you just have to make best guess. (SWAG)
Even a blind squirrel gets a nut occasionally. http://www.hq4thmarinescomm.com[^] [My Site]
-
Yusuf wrote:
I want to push the envelop hard with out breaking his interest
That's the balancing act. I'm sure that you will find the correct amount of pressure for your son. Good luck.:thumbsup:
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
Henry Minute wrote:
hat's the balancing act. I'm sure that you will find the correct amount of pressure for your son.
I am sure you will agree with me, it is easier said than in reality, specially with kids. They loose interest very quickly. Trying to figure out whether it was because of too much challenge or simply no more interest keeps bugging me.
Yusuf May I help you?
-
Last weekend my son (who is 11 years old) won NetBook on local quiz competition. I was so ecstatic and I suggested we install Small Basic[^] to get him into programming. In the past, I introduced him into some programming including Lego. But I was not that enthusiastic about Lego, where as Small Basic[^] felt right approach into hard core programming. Yesterday was his first day reading about the Small Basic. By the time I got home, he already brushed through the console application part and got the gist of basic programming ( the typical basics such as variables, writing/reading from console, simple text concatenation, conditional statements, and loops). By the time I noticed where he was, he was reading Loops. I got skeptical and asked him to explain to me For and While loops and their difference. His explanation was perfect. Then I asked him to convert the For loop into while loop and the while loop into For loop. Boom he did it ( I swear he did not said plz snd codz ;P ). I am amazed at his speed and comprehension. I have few assignments lines up for him. After we finish with Small Basic, I am thinking to give him some grounds on OOP and then thinking to slowly introduce him to C#. I was skeptical but seen what he has mastered in single day, I feel he can grasp OOP and C#. What do you think? If you have to transition a kid from Small Basic, what would be your next step? Please don't say VB. [Edit] Fixed Small Basic URL mess-up [/Edit] [Edit2] Based on popular question added my son's age [/Edit2]
Yusuf May I help you?
modified on Wednesday, February 16, 2011 12:14 PM
The kid would probably enjoy programming a game or something where he can see the results bounce around on the screen. At least that's what got me going when I was 13 and my Dad gave me an IBM 8088 and I first played Elite[^]. In the end I didn't get very far because Elite was doing in pure ASM and I had no resource for learning ASM back then. But the seed was planted.
Todd Smith
-
Last weekend my son (who is 11 years old) won NetBook on local quiz competition. I was so ecstatic and I suggested we install Small Basic[^] to get him into programming. In the past, I introduced him into some programming including Lego. But I was not that enthusiastic about Lego, where as Small Basic[^] felt right approach into hard core programming. Yesterday was his first day reading about the Small Basic. By the time I got home, he already brushed through the console application part and got the gist of basic programming ( the typical basics such as variables, writing/reading from console, simple text concatenation, conditional statements, and loops). By the time I noticed where he was, he was reading Loops. I got skeptical and asked him to explain to me For and While loops and their difference. His explanation was perfect. Then I asked him to convert the For loop into while loop and the while loop into For loop. Boom he did it ( I swear he did not said plz snd codz ;P ). I am amazed at his speed and comprehension. I have few assignments lines up for him. After we finish with Small Basic, I am thinking to give him some grounds on OOP and then thinking to slowly introduce him to C#. I was skeptical but seen what he has mastered in single day, I feel he can grasp OOP and C#. What do you think? If you have to transition a kid from Small Basic, what would be your next step? Please don't say VB. [Edit] Fixed Small Basic URL mess-up [/Edit] [Edit2] Based on popular question added my son's age [/Edit2]
Yusuf May I help you?
modified on Wednesday, February 16, 2011 12:14 PM
By all means let him run as far as he wants to! Little boys are brilliant compared to grown ones; we only get stupid once we discover girls. Your thinking is sound; let him get comfy in Small Basic, then use some examples of real world objects to demonstrate the OOP principles. Hand him C# and let him play with it - he'll probably have a blast. Another good toy is GameMaker, which is a free program (the pro version is only $25) that uses OOP principles to build very functional games, even using threads and synchronization. That might be a good start before destroying his brain with Windows events.
Will Rogers never met me.
-
Last weekend my son (who is 11 years old) won NetBook on local quiz competition. I was so ecstatic and I suggested we install Small Basic[^] to get him into programming. In the past, I introduced him into some programming including Lego. But I was not that enthusiastic about Lego, where as Small Basic[^] felt right approach into hard core programming. Yesterday was his first day reading about the Small Basic. By the time I got home, he already brushed through the console application part and got the gist of basic programming ( the typical basics such as variables, writing/reading from console, simple text concatenation, conditional statements, and loops). By the time I noticed where he was, he was reading Loops. I got skeptical and asked him to explain to me For and While loops and their difference. His explanation was perfect. Then I asked him to convert the For loop into while loop and the while loop into For loop. Boom he did it ( I swear he did not said plz snd codz ;P ). I am amazed at his speed and comprehension. I have few assignments lines up for him. After we finish with Small Basic, I am thinking to give him some grounds on OOP and then thinking to slowly introduce him to C#. I was skeptical but seen what he has mastered in single day, I feel he can grasp OOP and C#. What do you think? If you have to transition a kid from Small Basic, what would be your next step? Please don't say VB. [Edit] Fixed Small Basic URL mess-up [/Edit] [Edit2] Based on popular question added my son's age [/Edit2]
Yusuf May I help you?
modified on Wednesday, February 16, 2011 12:14 PM
Yusuf wrote:
I introduced him into some programming including Lego
Lego, or Logo?
Yusuf wrote:
After we finish with Small Basic, I am thinking to give him some grounds on OOP and then thinking to slowly introduce him to C#.
Don't. It will be boring to him (heck, it is boring to me). Better teach him something like JavaScript or even Python.
-
Yusuf wrote:
I introduced him into some programming including Lego
Lego, or Logo?
Yusuf wrote:
After we finish with Small Basic, I am thinking to give him some grounds on OOP and then thinking to slowly introduce him to C#.
Don't. It will be boring to him (heck, it is boring to me). Better teach him something like JavaScript or even Python.
Nemanja Trifunovic wrote:
Lego, or Logo?
You know what I mean ;)
Nemanja Trifunovic wrote:
Don't. It will be boring to him (heck, it is boring to me). Better teach him something like JavaScript or even Python.
When he read about Logo he came about the term Javascript and he asked me what it was. Do you think it is proper to jump him to js. I don't know if it will the right tool to teach programming.
Yusuf May I help you?
-
By all means let him run as far as he wants to! Little boys are brilliant compared to grown ones; we only get stupid once we discover girls. Your thinking is sound; let him get comfy in Small Basic, then use some examples of real world objects to demonstrate the OOP principles. Hand him C# and let him play with it - he'll probably have a blast. Another good toy is GameMaker, which is a free program (the pro version is only $25) that uses OOP principles to build very functional games, even using threads and synchronization. That might be a good start before destroying his brain with Windows events.
Will Rogers never met me.
-
Last weekend my son (who is 11 years old) won NetBook on local quiz competition. I was so ecstatic and I suggested we install Small Basic[^] to get him into programming. In the past, I introduced him into some programming including Lego. But I was not that enthusiastic about Lego, where as Small Basic[^] felt right approach into hard core programming. Yesterday was his first day reading about the Small Basic. By the time I got home, he already brushed through the console application part and got the gist of basic programming ( the typical basics such as variables, writing/reading from console, simple text concatenation, conditional statements, and loops). By the time I noticed where he was, he was reading Loops. I got skeptical and asked him to explain to me For and While loops and their difference. His explanation was perfect. Then I asked him to convert the For loop into while loop and the while loop into For loop. Boom he did it ( I swear he did not said plz snd codz ;P ). I am amazed at his speed and comprehension. I have few assignments lines up for him. After we finish with Small Basic, I am thinking to give him some grounds on OOP and then thinking to slowly introduce him to C#. I was skeptical but seen what he has mastered in single day, I feel he can grasp OOP and C#. What do you think? If you have to transition a kid from Small Basic, what would be your next step? Please don't say VB. [Edit] Fixed Small Basic URL mess-up [/Edit] [Edit2] Based on popular question added my son's age [/Edit2]
Yusuf May I help you?
modified on Wednesday, February 16, 2011 12:14 PM
I think the C# route is a good plan, but make it fun. I think your son (like I) enjoys Small Basic because it comes with everything you need to get up and running (I'm guessing it has a small "manual" of sorts like QuickBasic does, which is the first language I liked). Rather than overwhelm him with all of C#, perhaps start with XNA and find some game tutorials for him to start with.
-
By all means let him run as far as he wants to! Little boys are brilliant compared to grown ones; we only get stupid once we discover girls. Your thinking is sound; let him get comfy in Small Basic, then use some examples of real world objects to demonstrate the OOP principles. Hand him C# and let him play with it - he'll probably have a blast. Another good toy is GameMaker, which is a free program (the pro version is only $25) that uses OOP principles to build very functional games, even using threads and synchronization. That might be a good start before destroying his brain with Windows events.
Will Rogers never met me.
-
Nemanja Trifunovic wrote:
Lego, or Logo?
You know what I mean ;)
Nemanja Trifunovic wrote:
Don't. It will be boring to him (heck, it is boring to me). Better teach him something like JavaScript or even Python.
When he read about Logo he came about the term Javascript and he asked me what it was. Do you think it is proper to jump him to js. I don't know if it will the right tool to teach programming.
Yusuf May I help you?
Yusuf wrote:
Do you think it is proper to jump him to js. I don't know if it will the right tool to teach programming.
I think children deal better with certainty. JavaScript is a very open language, so there is often not a right way of doing things (there are many ways). Add to that the fact that the debugging tools are crap, and I'd say stay away from JavaScript for the time being.
-
Nemanja Trifunovic wrote:
Lego, or Logo?
You know what I mean ;)
Nemanja Trifunovic wrote:
Don't. It will be boring to him (heck, it is boring to me). Better teach him something like JavaScript or even Python.
When he read about Logo he came about the term Javascript and he asked me what it was. Do you think it is proper to jump him to js. I don't know if it will the right tool to teach programming.
Yusuf May I help you?
Yusuf wrote:
Do you think it is proper to jump him to js. I don't know if it will the right tool to teach programming.
You need to be there for him to teach him good programming practices regardless of the language. The main reason I am suggesting JavaScript is that it is rewarding - he can code a dynamic web page and show it to his friends quickly. If you start bugging him with concepts such as OOP, he'll just lose interest.
-
Yusuf wrote:
Do you think it is proper to jump him to js. I don't know if it will the right tool to teach programming.
You need to be there for him to teach him good programming practices regardless of the language. The main reason I am suggesting JavaScript is that it is rewarding - he can code a dynamic web page and show it to his friends quickly. If you start bugging him with concepts such as OOP, he'll just lose interest.
Nemanja Trifunovic wrote:
he can code a dynamic web page and show it to his friends quickly
I've never used it, but I think Small Basic runs in the browser, so he's already got that covered.
-
Yusuf wrote:
Do you think it is proper to jump him to js. I don't know if it will the right tool to teach programming.
You need to be there for him to teach him good programming practices regardless of the language. The main reason I am suggesting JavaScript is that it is rewarding - he can code a dynamic web page and show it to his friends quickly. If you start bugging him with concepts such as OOP, he'll just lose interest.
Yep, looks like Small Basic does run in the browser: http://blogs.msdn.com/b/smallbasic/archive/2010/03/08/small-basic-now-with-silverlight.aspx
-
Mike Hankey wrote:
I agree with Henry, don't push to hard or he may become disinterested. The object is to give him things to do to challenge him but not so hard that he gets discouraged.
I agree. It is easier said than done. I am trying to figure out where is the line where too much challenge bends to discouragement. I know I can always pull back whenever I see he has hard time grasping ideas, but that might be too late.
Yusuf May I help you?
-
Last weekend my son (who is 11 years old) won NetBook on local quiz competition. I was so ecstatic and I suggested we install Small Basic[^] to get him into programming. In the past, I introduced him into some programming including Lego. But I was not that enthusiastic about Lego, where as Small Basic[^] felt right approach into hard core programming. Yesterday was his first day reading about the Small Basic. By the time I got home, he already brushed through the console application part and got the gist of basic programming ( the typical basics such as variables, writing/reading from console, simple text concatenation, conditional statements, and loops). By the time I noticed where he was, he was reading Loops. I got skeptical and asked him to explain to me For and While loops and their difference. His explanation was perfect. Then I asked him to convert the For loop into while loop and the while loop into For loop. Boom he did it ( I swear he did not said plz snd codz ;P ). I am amazed at his speed and comprehension. I have few assignments lines up for him. After we finish with Small Basic, I am thinking to give him some grounds on OOP and then thinking to slowly introduce him to C#. I was skeptical but seen what he has mastered in single day, I feel he can grasp OOP and C#. What do you think? If you have to transition a kid from Small Basic, what would be your next step? Please don't say VB. [Edit] Fixed Small Basic URL mess-up [/Edit] [Edit2] Based on popular question added my son's age [/Edit2]
Yusuf May I help you?
modified on Wednesday, February 16, 2011 12:14 PM
Give him unreachable goals, and saddle him with unreasonable requirements and arbitrary restrictions. If you want him to be a programmer, you should prepare him to deal with real-world managers...
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997 -
Give him unreachable goals, and saddle him with unreasonable requirements and arbitrary restrictions. If you want him to be a programmer, you should prepare him to deal with real-world managers...
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997"Impossible, but doable."
-
Why not ask him what he would ultimately like to develop and try to build up to that.
Hassan
-
Last weekend my son (who is 11 years old) won NetBook on local quiz competition. I was so ecstatic and I suggested we install Small Basic[^] to get him into programming. In the past, I introduced him into some programming including Lego. But I was not that enthusiastic about Lego, where as Small Basic[^] felt right approach into hard core programming. Yesterday was his first day reading about the Small Basic. By the time I got home, he already brushed through the console application part and got the gist of basic programming ( the typical basics such as variables, writing/reading from console, simple text concatenation, conditional statements, and loops). By the time I noticed where he was, he was reading Loops. I got skeptical and asked him to explain to me For and While loops and their difference. His explanation was perfect. Then I asked him to convert the For loop into while loop and the while loop into For loop. Boom he did it ( I swear he did not said plz snd codz ;P ). I am amazed at his speed and comprehension. I have few assignments lines up for him. After we finish with Small Basic, I am thinking to give him some grounds on OOP and then thinking to slowly introduce him to C#. I was skeptical but seen what he has mastered in single day, I feel he can grasp OOP and C#. What do you think? If you have to transition a kid from Small Basic, what would be your next step? Please don't say VB. [Edit] Fixed Small Basic URL mess-up [/Edit] [Edit2] Based on popular question added my son's age [/Edit2]
Yusuf May I help you?
modified on Wednesday, February 16, 2011 12:14 PM
"Pushing in a direction" comment aside (as I feel others have already touched on that). IF he seems interested, Pass him OOD and C#. Also after that, XNA framework. Reason I say XNA is due the video game development aspect. To see what he can create (Virtual Lego in a way). or, Introduce him to webdesign.
///////////////// Groucho Marx Those are my principles, if you don't like them… I have others.