SleepingDragon
New Member
- Joined
- Jun 30, 2005
- Messages
- 6
- Gender
- Undisclosed
- HSC
- N/A
which subject are you going to take? let your choice be my reference, hehe.
Hey can you please tell me something about CSCI124 and CSCI102? I did CSCI114 and CSCI103 and got distinction and credit respectively, compare to those 2 subjects, whats the differences and similarities between CSCI114, CSCI103 and CSCI124 and CSCI102? Work loads, difficulties etc etc.adsta said:CS as in computer science? sorry I'm tired and not thinking straight.
Anyway, here's what I'm doing next session
- CSCI321 (2nd part of the project)
- CSCI322 (System admin)
- PHYS295 (Astronomy)
- Ummm, still deciding on the forth subject but wont be a comp sci subject
124 isn't much harder than 114 I reckon. Same kind of stuff.Gough Whitlam said:Hey can you please tell me something about CSCI124 and CSCI102? I did CSCI114 and CSCI103 and got distinction and credit respectively, compare to those 2 subjects, whats the differences and similarities between CSCI114, CSCI103 and CSCI124 and CSCI102? Work loads, difficulties etc etc.
Thanks in advance!
CSCI321 - 2nd part of the projectSleepingDragon said:which subject are you going to take? let your choice be my reference, hehe.
ziggyboy said:CSCI321 - 2nd part of the project
CSCI322 - Systems Administration
* DFS' class.
* Seems to me like a continuation of CSCI204. UNIX is good.
CSCI337 - Organisation of Programming Languages
* Ian Piper's class.
* More abstract topics on languages and CS in general.
CSCI368 - Network Security
* Luke McAven's class.
* Continuation of CSCI361 Computer Security
I expect to finish with a double major in Distributed Systems and Digital Systems Security.
Is it similar to CSCI103? I thought CSCI103 was bad enough. I learnt absolutely nothing from 103. All the assignments, tutorials, lectures are jokes. The lecturer herself had a serious problems of teaching though.102 was a joke if you ask me. I seriously didn't learn anything from that subject.
That subject looks more useless to me than organisation of programming languages (337). What I have learned is that generally IACT and IACT-like subjects can be learned by just reading a book and doesn't require much skill. 337 deals with different kinds of programming models. We've already learned procedural (111) and object oriented (121/213). 337 will discuss other models like functional programming languages (Haskell) or logic programming languages (LISP).i can't take network security since i didn't take com sec. i will take web services of dynamic business instead.
Yes, in another thread here I mentioned my flatmate who graduated from UOW in 2000 is doing low level programming for Canon Research. He's currently working on a printer due for release in 2008. I also know someone who did 334 last year and he said the subject was unusually difficult for a CSCI subject. You also can't do assignments at home since you'll be working on specialised hardware only available in the lab. He said he stays in uni til the wee hours of the morning. Don't think I can do that since I live and work part-time in Sydney.what do you think about interfacing and real time programming? my seniors told me that low level programming is important in IT field.
Databases - not my cup of tea.and....database performance tuning, i wonder if it is too specialised. database management system should be enough for general programmers.
AI is good but it doesn't fit in well with my schedule. I would do it if it wasn't on Tuesday.and AI....from it's description seems that it is just theoretic.
103 is a new subject which wasn't on offer when I was in first year. BUT from reading the description, 103 looked like it was more on algorithm design. 103 is like a baby version of 203 (which was a pretty cool subject).Gough Whitlam said:Thanks jm1234567890 and adsta
Is it similar to CSCI103? I thought CSCI103 was bad enough. I learnt absolutely nothing from 103. All the assignments, tutorials, lectures are jokes. The lecturer herself had a serious problems of teaching though.
Yes, post-2003 CSCI102. The content for last year's 102 was:poloktim said:CSCI102 is a very important subject, albeit, easy. Most ITCS students don't appreciate this subject or how important it is. First and foremost, it provides students with a brief overview of many different areas of Computer Science and Information Technology, including ethics, privacy, networking, robotics, graphics, databases etc. On the other side it provides a basic literacies course. Students are taught the importance of essays, being critical, comparing and contrasting, and referencing. Things students should know before they come to university (because of high school English, or some sort of ELPT).
Seconded, I wish I had been through the revised 102 instead of the abortion it used to be.ziggyboy said:A whole load of crap.
Thanks for the advice, poloktimpoloktim said:CSCI103 was a decent subject. Everyone seems to knock it because either they don't like Anne Fuller, or they don't do programming, like is done in CSCI114. What people don't understand is they do actually get some decent knowledge from the subject. All the algorithms taught in CSCI103 are independant of any programming language (unlike 203, which is a shithouse subject anyway), and they're actually used in real life. C++'s Standard Template Library has templates of just about all the data structures covered in CSCI103, as does Java. In future subjects (CSCI124/203/204) you'll be required to implement the data structures/algorithms in C/C++ but since you learnt it and spent a whole subject on these algorithms at the very start of your degree, you'll consider them very easy. Introducing the subject into the degree was a smart move. If you learn what a tree is, how it works and a programming language independant way of implementing it at the very beginning, you'll consider any need to implement a tree later on in other subjects a very easy exercise.
CSCI124 is hard. Regardless of what others tell you, 124 is a difficult subject. In CSCI114 you really didn't learn how to program, only the syntax of C++. In CSCI124 you learn the remainder of the basic syntax for C++, and are then required to produce longer programs than CSCI114. In future subjects the amount of assignments given is lowered to be at most six, however, in CSCI124, there are still eight which are as long as assignments in future subjects. One problem you might have with CSCI124 is that if you have Peter Castle you'll come to realise that he is pretty naive. His attitude in teaching gives me the impression that he assumes it must be easy for everyone because it's easy for him.
Before I get people who did CSCI121 telling me differently, I'd like to remind them that CSCI124 is not CSCI121. When I did CSCI124 there was still a CSCI121 being offered, while they were similar, they are not the same thing.
CSCI102 is a very important subject, albeit, easy. Most ITCS students don't appreciate this subject or how important it is. First and foremost, it provides students with a brief overview of many different areas of Computer Science and Information Technology, including ethics, privacy, networking, robotics, graphics, databases etc. On the other side it provides a basic literacies course. Students are taught the importance of essays, being critical, comparing and contrasting, and referencing. Things students should know before they come to university (because of high school English, or some sort of ELPT).
You might consider some subjects shitty and pointless, but be mindful, they cost money to run. If a subject really is pointless, then it wouldn't be run. SITACS have not got as much money as one would think they do, so they're not about to go wasting it.
Yah, Koren was saying it should take like an hour? I've probably already spent 3 hours on it working from assignment 4 last semester and it still needs a lot more refinning. A few things they haven't shown us how to implement either, at least in CSCI114 everything they wanted done we were taught in the lectures.Gough Whitlam said:The first assignment we got is very similar to the last assignment of CSCI114, but a little bit harder.