|
-
July 12th, 2006, 11:24 PM
#1
Where can I learn Basic Programming?
Okay, don't get on me about this -- my college where I work has a course in Basic Programming and I want to prepare myself to teach a course. Had Basic years ago but forgot it.
Where can I take a "quick" course in Basic and is there certification after I take the course? Thanks all.
-
July 12th, 2006, 11:27 PM
#2
What language will you be teaching the course in? Visual Basic?
There is nothing to fear, but life itself.
-
July 12th, 2006, 11:43 PM
#3
The course is CIS 103 - Basic Programming
-
July 12th, 2006, 11:49 PM
#4
Ok, but they don't specify a language that you're going to be teaching them? I assume they mean basic as in "beginning" not Basic as in the programming language Basic, now owned by MS and called Visual Basic. Will you be teaching them via pseudo-code?
There is nothing to fear, but life itself.
-
July 14th, 2006, 01:34 PM
#5
Answer:
According to the director - it can be either Qbasic or visual basic. They title it "basic programming" bec. it's up to the discretion of the director.
I want to know - where can I learn Qbasic via disk, CD, some type of media? And is there a test given for certification or otherwise? I know Qbasic is "old" programming but a few colleges still have it because it uses the simple, beginning methods.
-
July 14th, 2006, 01:49 PM
#6
QBASIC with an Introduction to Visual BASIC 5.0 (4th Edition)
by David I. Schneider
http://www.amazon.com/gp/product/013...746227?ie=UTF8
?
-
July 14th, 2006, 02:15 PM
#7
You might also consider joining http://www.vbforums.com/index.php?
There's lots of tutorials and lots of knowledable members there. I posted there when I was in I.T. school, in the visual basic section of the course. It helped get me through.
There is nothing to fear, but life itself.
-
July 15th, 2006, 11:17 AM
#8
QBasic is very old, and probably won't be much help in the real world other than for a general understanding of programming logic. However you can get hold of it for nothing - download the MS-DOS 6.22 disk from here and it has QBasic on it:
Bootdisks
VBisual Basic .NET on the other hand is a fully up to date object-oriented language, and you can failrl easily translate the programming syntax learned into other OO languages. Visual Basic 2005 Express edition is alsdo a free download:
http://msdn.microsoft.com/vstudio/express/vb/
http://msdn.microsoft.com/vstudio/express/vb/download/
Nick.
-
July 15th, 2006, 12:15 PM
#9
I don't think you want to use .NET for beginners. Just stick with VB6. .Net is a full blown OOL, not the thing to introduce newbs with.
There is nothing to fear, but life itself.
-
July 15th, 2006, 01:23 PM
#10
I absolutely disagree. Why would anyone want to learn the now obsolete and unsupported Classic VB only to have to relearn VB .NET later. It is just as easy to learn the .NET languages and OO straight off, in fact it is far easier to do most things in .NET. I learned on Classic VB, and moving over to .NET wasn't particularly easy.
Nick.
-
July 15th, 2006, 01:33 PM
#11
Because programming can be difficult for many people to get their lobes around. There's no better introductory language than VB6. So simple and so sensible. The concept of an OOL is difficult, to say the least.
There is nothing to fear, but life itself.
-
July 15th, 2006, 02:23 PM
#12
Ya know, i just realized they probably can't use either VB or .NET. You need Visual Studio to code those, and that's a hefty outlay of cash for a whole classroom. Maybe VBscript or javascript.
There is nothing to fear, but life itself.
-
July 15th, 2006, 02:25 PM
#13
It depends what you mean by simple - doing anything remotely complex in VB6 could require jumping through all kinds of hoops, and as soon as you need to use the Win32 API then simplicity goes right out of the window. And unless you intend to stick with an obsolete language, it isn't much use for moving onwards and up[wards in my opinion. You can, on the other hand, morph VB .NET skills into C# very easily indeed, and from there to C++ (managed C++ at least).
Besides which, you have to find VB6 and pay for it, it was never free. The only place you can still get it is with an MSDN subscription.
Nick.
-
July 15th, 2006, 02:33 PM
#14
But beginners won't be doing anything remotely complex. I have the impression these are complete newbs. I got my 1st intro to programming with pseudo-code, then VB
There is nothing to fear, but life itself.
-
July 15th, 2006, 03:06 PM
#15
So your solution is that they should try and hunt down a pay-for copy of VB6 or buy an expensive MSDN subscription in order to write some "Hello world" type programs? I'd rather save the money myself. VB6 is dead (it was originally introduced 8 years ago after all), and I don't even agree that it is easier to learn than .NET anyway, particularly for simple programs.
Nick.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|