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

AI Thread Summary
Visual Basic Programming is considered manageable for beginners, providing a simple introduction to programming logic, though it may not instill strong programming practices due to its interactive nature. While it is not cross-platform and can be slow or buggy, it serves as a stepping stone before transitioning to more complex languages like C/C++ or Java. Courses in computer repair and networking are viewed as beneficial and relatively easy, with ample online resources available for troubleshooting. Database design varies in difficulty based on the database's size and features, with considerations for whether it will be relational and what software will be used, such as Access, MySQL, or Oracle. Overall, foundational programming concepts are straightforward, and prior exposure to QBASIC could provide a helpful advantage.
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
 
Technology 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.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top