Valhalla Legends Archive

General => General Discussion => Topic started by: OuTLawZGoSu on March 11, 2004, 10:45 AM

Title: Anyone ever took VisualBasic 1 course?
Post by: OuTLawZGoSu on March 11, 2004, 10:45 AM
I just wanna know what they teach there.
I'm taking that class in about 5 months, since I already know some stuff on Vb. Shoul dbe easy.
Title: Re:Anyone ever took VisualBasic 1 course?
Post by: Raven on March 11, 2004, 11:13 AM
I recall taking an introductory programming course in VB back in my Soph. year of HS. I didn't pay too much attention, but I think we got up to arrays. It was the first time, if I recall correctly, that the course was even being offered, so it was probably easier than in subsequent years. But if you know VB, I'd imagine you'd be fine in your class.
Title: Re:Anyone ever took VisualBasic 1 course?
Post by: iago on March 11, 2004, 11:36 AM
When I took vb in highschool, it was pretty easy.  A lot of emphasis was put on style (like changing Text1 to txtCost).  We learned all the basics, and then other stuff up to control arrays and some graphics stuff ( dragging icons, etc )
Title: Re:Anyone ever took VisualBasic 1 course?
Post by: Stealth on March 11, 2004, 02:22 PM
Quote from: iago on March 11, 2004, 11:36 AM
When I took vb in highschool, it was pretty easy.  A lot of emphasis was put on style (like changing Text1 to txtCost).  We learned all the basics, and then other stuff up to control arrays and some graphics stuff ( dragging icons, etc )

We did this, with a strict emphasis on naming conventions and good code style. That should help you out quite a bit if you use it. :)

The class explained in detail much of the basic stuff, including variable types, scope, controls and their uses, etc.

We also went into user-defined types, various types of arrays, array traversal, and multi-form projects, coordinated through a Sub Main().
Title: Re:Anyone ever took VisualBasic 1 course?
Post by: Grok on March 11, 2004, 03:02 PM
When I teach programming, I emphasize #1) how to think, and #2) how to learn.
Title: Re:Anyone ever took VisualBasic 1 course?
Post by: MyndFyre on March 11, 2004, 08:55 PM
Quote from: Grok on March 11, 2004, 03:02 PM
When I teach programming, I emphasize #1) how to think, and #2) how to learn.

Then it won't be a public school.  You're not allowed to teach kids in public schools how to think.
Title: Re:Anyone ever took VisualBasic 1 course?
Post by: Newby on March 11, 2004, 08:57 PM
Closest thing to programming at my school is an HTML class.

EDIT -- The high school I'm going to is named 'Valhalla' :D!
Title: Re:Anyone ever took VisualBasic 1 course?
Post by: iago on March 11, 2004, 09:49 PM
Quote from: Myndfyre on March 11, 2004, 08:55 PM
Quote from: Grok on March 11, 2004, 03:02 PM
When I teach programming, I emphasize #1) how to think, and #2) how to learn.

Then it won't be a public school.  You're not allowed to teach kids in public schools how to think.

I learned how to think a lot in highschool.  Especially in Physics and Chemistry, where I didn't learn much else (since I haven't done them in over 2 years) I still use some of the methods I learned.
Title: Re:Anyone ever took VisualBasic 1 course?
Post by: MyndFyre on March 11, 2004, 11:37 PM
Quote from: iago on March 11, 2004, 09:49 PM
Quote from: Myndfyre on March 11, 2004, 08:55 PM
Quote from: Grok on March 11, 2004, 03:02 PM
When I teach programming, I emphasize #1) how to think, and #2) how to learn.

Then it won't be a public school.  You're not allowed to teach kids in public schools how to think.

I learned how to think a lot in highschool.  Especially in Physics and Chemistry, where I didn't learn much else (since I haven't done them in over 2 years) I still use some of the methods I learned.

^^ sarcasm  ;)