Need Advice for Taking Visual Basic Programming as an IT Major?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
microwave
Messages
1
Reaction score
0
I am IT major who is going to take Visual Basic Programming in the fall. Any experts have any advice for me how is the programming I am going to also be taking courses in computer repair and networking. How difficult is database design I am going to be loaded 18 units. So I really need good advice.

Thanks Guys
 
Physics news on Phys.org
I had to do Visual BASIC in my first year of College. It isn't too bad, very simple actually. It really isn't the best language though [it isn't cross-platform, its slow/buggy] and in general it doesn't teach good programming practice (because it is so interactive). Though, for learning programming logic; it's fine, though you'll see a vast difference in complexity when you move onto other languages like C/C++, JAVA, etc..

Computer repair and networking is really handy to have. And it really isn't _that_ hard. With the web you can find guides and help on troubleshooting problems quite easily.

Database design, again, isn't that hard. Though it does depend on the size of the database you're wanting to design and what all features its going to include. Is it going to be a relational dbase? Does it need to have an interface that will require macros etc? What package are you using? Access, MySQL, Oracle? They're all different, though mostly have good documentation.

Good luck.
 
It's pretty basic. The commands follow logical normal english order. If you wanted to get ahead you could take a quick look at QBASIC from an online tutorial before you start. It's hte predecessor and uses very similar commands in a DOS interface.