MaNiElla said:
Theres nothing wrong with taking ITCS subjects. Im a computer science student, most of my electives were ITCS subjects (ECTE182, IACT201, IACT202, IACT301), and im choosing between IACT303 and IACT302, and i will take IACT304 for sure. The only CSCI elective i did was CSCI213 (java), I might take CSCI324 (HCI), and i really want to do CSCI315. Other then that i did a Business subject as an elective too.
IMO, taking ITCS subjects as electives is good, because i personally did learn lots of stuff from them. stuff i wont know if i only took CSCI subjects, especially that i was completely new to computers and programming and all, so if i didnt take those IACT electives i dont think that i would ever know some of the stuff i know now. Except IACT201, i only took it because its easy
There's nothing wrong with taking subjects you're interested in. I wasn't particularly interested in the ITCS subject I took last semester (IACT201 did prove to be interesting if a little basic, however, strangely enough). This semester's subjects are a case of wait and see. Anyway, if you've been interested and learnt a lot and put in the effort into your subjects, then good. That's what you're supposed to do. It's people who think they can get by on minimum work and leave knowing nothing that piss me off.
The following is for all IT/ICT/IST/CompSc students out there:
If you take subjects that you're not interested in but will only do them for the credit points because they're easy, then there is something wrong. I don't have a problem with people who follow their interests.
HOWEVER if they are studying ICT/IT/IST/CompSc then they
MUST know how to do things related to the field. I feel students in the above category really should experiment with different operating systems. We live in the VM era now, so there's no excuse... you create a virtual disk in Windows, install the OS into that virtual disk, then use it for uni.
USING QUINCY OR DEVC++ FOR C/C++ WORK AT UNI IS HORRIBLE. CYGWIN IS ADEQUATE. IF YOU'RE GOING TO USE WINDOWS TO DO YOUR ASSIGNMENTS FOR CSCI THAT ARE COMPILED IN CC/cc THEN USE SSH. An alternative to this is using Cygwin... if you want a nice GUI when coding (why?) you can install CDT in Eclipse or use Netbeans' CDT.
I'd like to think that when IT/IST/ICT/CSCI graduates get jobs after uni, if put in front of a OS X (ugh), Linux, BSD, Solaris etc workstation, would know at least how to navigate it and how to help themselves if in trouble (rtfm anybody?)
In class, before you go asking your tutor why the cp command works, or how to use je or vi/vim, maybe you should read the manual (using cp for example, to access the manual you type
man cp in your terminal). If that fails, use Google. We're at uni, not in high school.