|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Is this a good computer course to study?
#5637065 - 05/16/06 11:24 AM (17 years, 8 months ago) |
|
|
Masters degree with several paths to choose from. We get to study programming, internet programming, databases, data comms, networking and other stuff. Undergraduate degree is needed to study this course but not in computer science.
-------------------- Time keeps ticking and running away And It's taking us fast to a brand new free dimension Too cool to mention well that's the intention But some of us too dame blind to see Jesus is the King Volume I Jesus is the King Volume II Shroomery MSN club I'm talking to aliens! Volcano Vap and Brain Chakras Hilary Duff!!
Edited by Jalruza (06/16/06 10:22 AM)
|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Re: Is this a good computer course to study? [Re: Jalruza]
#5637081 - 05/16/06 11:27 AM (17 years, 8 months ago) |
|
|
Also i probably better email them and ask whats included.
Ask them if i get a chance to study SQL, C++, Java, .NET ..... what else?
|
Seuss
Error: divide byzero


Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 2 months, 20 days
|
Re: Is this a good computer course to study? [Re: Jalruza]
#5637317 - 05/16/06 12:46 PM (17 years, 8 months ago) |
|
|
Without knowing what the courses cover, it is difficult to say. There are also two different types of computer science, as I found out the hard way. Some schools work primarily with writing programs while other schools work primarily with computational theory. The above listing looks like a programming outline rather than a theory outline. There are many things missing, which gives me pause:
Operations research course Logic course Discrete mathematics course Filesystems course Operating systems course Algorithms course(s) (perhaps their Systems Analysis and Design) Compiler and translator course Computational mathematics course Parallel processing course Object oriented design course Graphics course (writing graphics "libraries", not using photoshop) Masters thesis and defense
I am probably missing a few as well. I'm not saying the outline provided is bad, or wrong... but it seems to be oriented towards programming, which really isn't what a comp sci masters is about. I expect a comp sci master candidate to know the theory of computing inside and out; to know that one can sort N elements in linear time on a parallel machine with N^2 nodes, that a perfect hash has a linear lookup and that a minimal perfect hash has no excess space, the difference between an LL(1) grammar and an LALR(1) grammar, the bounding complexity of matrix multiplication, etc.
> Ask them if i get a chance to study SQL, C++, Java, .NET ..... what else?
Good example. I expect an undergrad to know how to write SQL statements to query a database. I expect a grad student to know how to normalize relational database tables along with the difference between the six normal types in relational database design. Any bonehead can write an SQL query, but it takes talent to normalize a database schema.
You really should learn assembly. Without understanding assembly it is difficult to understand the performance versus complexity issues in higher level languages. For the same reason, you really should have a compiler course as well.
Everything in computer science is based upon logic and discrete math. Without a solid foundation in both, you will have trouble. You should know DeMorgan's laws off the top of your head.
Operations research is the application of computer programming to solve problems. If you were in a math class, it would be a course dedicated to solving word problems. There usually isn't much programming in these courses, just the theory of how a program would be created to solve a problem of a given form.
There are usually at least three algorithms courses. The first two typically deal with stacks, trees, tris, lists, queues, sorts, searches, etc, while the third is typically an analysis of complexity class.
An operating systems class typically discusses the functional components that make up an operating system. Things like virtual memory and memory management techniques. Resource tracking, utilization, starvation and deadlocks.
-------------------- Just another spore in the wind.
|
TheCow
Stranger

Registered: 10/28/02
Posts: 4,790
Last seen: 15 years, 6 months
|
Re: Is this a good computer course to study? [Re: Seuss]
#5637671 - 05/16/06 02:05 PM (17 years, 8 months ago) |
|
|
Wait this is a masters program as in an accredited masters program? Seems odd they would give a 12 month course in 'computing' then give out masters.
|
triple_
Mushroom!Mushroom!

Registered: 02/08/06
Posts: 102
Loc: Melbourne, Australia
Last seen: 13 years, 9 months
|
Re: Is this a good computer course to study? [Re: TheCow]
#5638782 - 05/16/06 06:30 PM (17 years, 8 months ago) |
|
|
In my opinion, to get the most out of a computer science course, you'd need to study relational database management systems, low-level computer and OS architecture, real-time programming, data structures and algorithms, data communications and security, modelling and design (UML) and mathematics.
As for what languages would be most advantageous to learn, you should learn at least one object-oriented language (Java, C++ or a .NET), one procedural languages (C), at least one scripting language (Perl, PHP, VBScript...whatever), a real-time language (like Ada) and a functional programming language (Scheme, Lisp or Haskell). Oh, and an assembly language. I guess (X)HTML/CSS would also help, but I hardly think that's worth wasting a semester at university to be taught (definitely the biggest waste of a semester for me last year).
I'm fortunate enough that I get to do all of the above, except learn a functional programming language, but I use my free-time for that
Edited by triple_ (05/16/06 06:32 PM)
|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Re: Is this a good computer course to study? [Re: triple_]
#5640823 - 05/17/06 03:56 AM (17 years, 8 months ago) |
|
|
Thats the shit, you see i got a degree in business, so what this master doing it takes you with little previous experience, and in 12 month and 3 semesters you get MSs in computer science.
One might say it is a conversion course to computer science. I am under impression that master should be a follow on from a computer related degree. I.e. get a degree in CS and then do a master and study advanced computing. But here, there is no CS degree! So im puzzled just how practical this Master will be in real life.
Do you think it can give some employment probability after graduation? I'm thinking if a take the internet programming stream, by the time i graduate i should know enough Java and some C++ and SQL to work as a Java programmer?
-------------------- Time keeps ticking and running away And It's taking us fast to a brand new free dimension Too cool to mention well that's the intention But some of us too dame blind to see Jesus is the King Volume I Jesus is the King Volume II Shroomery MSN club I'm talking to aliens! Volcano Vap and Brain Chakras Hilary Duff!!
|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Re: Is this a good computer course to study? [Re: Jalruza]
#5640827 - 05/17/06 04:00 AM (17 years, 8 months ago) |
|
|
Part of me wants to ditch my business degree and go do another 3 years in university studying CS for another degree... but i dont hvae the money for another 3 years, i barely get enough to pay for these 12 months!
What should I do, will this course get me a JOB I guess that is what i’m asking?
|
supra
computerEnthusiast
Registered: 10/26/03
Posts: 6,446
Loc: TEXAS
Last seen: 12 years, 9 months
|
Re: Is this a good computer course to study? [Re: Seuss]
#5641250 - 05/17/06 09:23 AM (17 years, 8 months ago) |
|
|
Operations research course Logic course Discrete mathematics course Filesystems course Operating systems course Algorithms course(s) (perhaps their Systems Analysis and Design) Compiler and translator course Computational mathematics course Parallel processing course Object oriented design course
ive taken all of these courses in undergrad CS study at my university, its a Bachelor of Science in computing. There is also a Bachelor of Business Administration in computing, which sounds like where this would take you. Doesn't sound right to me that you could have a business degree and get a masters in a science field, the qualifications are way different, from a math based point of view.
In my demographic, the networking jobs would be the way to go, which you may be able to pick up on pretty easily even with a business degree. But if you really want to understand things, i would go for a bachelor first. In my studies I have learned: C++, SQL, VB, C, Java, IBM 3270 ASM, written our own compiler, direct linking loader, and translator, dormalized simple databases, which I still need practice in, it is pretty difficult, and I just finished my junior year this semester. My elective courses I take mainly in geology and networking. Geology because I love it, and networking, becasue it is probably where I will start off my career. Even though I would prefer something in the geology field.
peace
|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Re: Is this a good computer course to study? [Re: supra]
#5641468 - 05/17/06 10:57 AM (17 years, 8 months ago) |
|
|
what if i take that master and then top up it with microsoft qualifications from home such as this:
http://www.wavetech.co.uk/jsp/courses/courses.jsp?curr=9
?
|
Seuss
Error: divide byzero


Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 2 months, 20 days
|
Re: Is this a good computer course to study? [Re: Jalruza]
#5641860 - 05/17/06 01:07 PM (17 years, 8 months ago) |
|
|
What field do you want to go into? What do you want to do with your business degree? (By field, be specific... what kind of work do you see yourself doing in a few years?)
-------------------- Just another spore in the wind.
|
TheCow
Stranger

Registered: 10/28/02
Posts: 4,790
Last seen: 15 years, 6 months
|
Re: Is this a good computer course to study? [Re: Jalruza]
#5642362 - 05/17/06 03:56 PM (17 years, 8 months ago) |
|
|
Eh honestly youd probably be fine with this masters. Programming is really easy, learning C/C++ or Java takes almost no time. It is just experience you need with the languages which you can get in the rest of the 12 months. As far as math goes, the math doesn't go any higher really that basic algebra. It rarely gets into calculus so I wouldnt worry about the math. Unless you want to learn electrical engineering with that then I wouldnt worry about the math. CS is fairly math unintensive.
|
supra
computerEnthusiast
Registered: 10/26/03
Posts: 6,446
Loc: TEXAS
Last seen: 12 years, 9 months
|
Re: Is this a good computer course to study? [Re: TheCow]
#5643732 - 05/17/06 09:10 PM (17 years, 8 months ago) |
|
|
wow, not at my university, you have to take these math courses at minimum.
Plane Triginometry Analytic Geometry Calculus I - mainly derivitives Calculus II - mainly anti-derivitives
peace
|
TheCow
Stranger

Registered: 10/28/02
Posts: 4,790
Last seen: 15 years, 6 months
|
Re: Is this a good computer course to study? [Re: supra]
#5643774 - 05/17/06 09:21 PM (17 years, 8 months ago) |
|
|
Yea man thats barely math. Thats like highschool math. The CS people have to take up to vector calculus here, the engineering people take up Fourier Transforms/Complex analysis type of stuff partial derivatives and whatnot. But honestly CS people dont need to know that math, unless they are programming Mathematica or something or doing very specialized research. Maybe image processing stuff youd need to know FFT's and stuff of that nature but general programmers certainly dont need much math.
|
ChuangTzu
starvingphysicist



Registered: 09/04/02
Posts: 3,060
Last seen: 10 years, 3 months
|
Re: Is this a good computer course to study? [Re: TheCow]
#5644344 - 05/17/06 11:32 PM (17 years, 8 months ago) |
|
|
I was under the impression that computer science was completely different from what most people who study "computing" or whatever these days are studying. The former is devoted to hardware, algorithms, architectures, etc--the science of computation, and the latter to just making computers do useful things for people--writing programs/interfaces, administering databases, making webpages, etc. Computer science students are more likely to study C/assembly/Haskell and "computing" (or whatever) students are likely to study C++/Java/SQL...
Is there any truth to this?
|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Re: Is this a good computer course to study? [Re: Seuss]
#5645176 - 05/18/06 03:50 AM (17 years, 8 months ago) |
|
|
Quote:
Seuss said: What field do you want to go into? What do you want to do with your business degree? (By field, be specific... what kind of work do you see yourself doing in a few years?)
Im not sure, i guess i could see myself as a Java developer or c++ programmer i donno. What kinds of doors do you think this masters course will open for me?
As for my business degree i donno what to do with it at all rather than as a stepping stone to this master?
To be honest im already considering studying for another 3 year degree. I made some calculations last night and it seems that the tuition fees for one year of masters cost the same as 3 years in undergraduate study. So what gives, i donno what to take.
TheCow, if this course gonna get me a job say as a web java developer, i think i might just take it after all...
What will give me a higher chance of employment, this 12 month masters or 3 year degree?
I know degree will probably be slightly better, but if masters can get me a job too then i stick with it i guess.
-------------------- Time keeps ticking and running away And It's taking us fast to a brand new free dimension Too cool to mention well that's the intention But some of us too dame blind to see Jesus is the King Volume I Jesus is the King Volume II Shroomery MSN club I'm talking to aliens! Volcano Vap and Brain Chakras Hilary Duff!!
|
Seuss
Error: divide byzero


Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 2 months, 20 days
|
Re: Is this a good computer course to study? [Re: Jalruza]
#5645290 - 05/18/06 06:11 AM (17 years, 8 months ago) |
|
|
You already have a degree, so don't worry about that side of things. Stick with a masters program rather than another undergrad degree.
As I said before, and as ChuangTzu reiterated, there is a difference between computer science and "programming". Any "real" comp sci program will teach the science of computing and treat programming as a neccessary evil. I have known comp sci master students that had no comp sci experience before they started their masters program. They ended up having to take a lot of undergrad classes to build a foundation, but were able to get a masters out of it.
I just don't see how somebody can go from nothing to the skill level of a masters student in a year without any previous experience. Most masters programs are around 30 hours of course work and very few grad students try to pull off 15 hours of grad level classes a semester. There is just too much material. Each course I listed in my previous post is a good three hours of credit, and some of them are really worth six hours.
Ignore the folks that claim you don't need math skills to be a good CS. Again, a comp sci is a researcher, not a programmer. Good math skills are a must. For my CS undergrad, I was required to take calc 1, calc 2, calc 3, differential equations, linear algebra, matrix algebra, discrete math, scientific statistics (non-calc based), engineering statistics (calc-based), and advanced statistics (derive the calc, horrid horrid class). That is 30 credit hours of math courses, an entire full time year! They didn't force us to take all of those courses because we would never use them.
If it were me, I would go for a masters, but I would be certain it was a real masters (accredited university) and I would avoid anywhere that tells me it won't be a bit harder for me than the others because of my educational background.
Another line of thought... take the above 12-month course thing, but keep expectations low. You are going to learn a lot of programming from the course they are offering, but it isn't really a comp sci program, in the traditional sense. After you finish it up, you will be pretty much caught up to most comp sci undergrads at a minimum. At that point, you can decide what to do... continue education, certifications, work, etc.
-------------------- Just another spore in the wind.
|
triple_
Mushroom!Mushroom!

Registered: 02/08/06
Posts: 102
Loc: Melbourne, Australia
Last seen: 13 years, 9 months
|
Re: Is this a good computer course to study? [Re: Seuss]
#5645430 - 05/18/06 07:58 AM (17 years, 8 months ago) |
|
|
Quote:
Seuss said: Ignore the folks that claim you don't need math skills to be a good CS. Again, a comp sci is a researcher, not a programmer. Good math skills are a must. For my CS undergrad, I was required to take calc 1, calc 2, calc 3, differential equations, linear algebra, matrix algebra, discrete math, scientific statistics (non-calc based), engineering statistics (calc-based), and advanced statistics (derive the calc, horrid horrid class). That is 30 credit hours of math courses, an entire full time year! They didn't force us to take all of those courses because we would never use them.
I agree with everything there. While you may not directly use the theorems and methods taught in advanced mathematics classes unless programming in a specialised area, the actual skill and thought process behind logically simplifying complex algebra expressions helps in computer science more than most people realise.
You'll find that good mathematicians make great programmers. Good mathematicians also tend to be very strong in functional programming more than anything else especially when it comes to grasping monadic and lambda expressions and things like recursion (and I mean more than your basic tail recursive functions).
|
TheCow
Stranger

Registered: 10/28/02
Posts: 4,790
Last seen: 15 years, 6 months
|
Re: Is this a good computer course to study? [Re: Seuss]
#5646826 - 05/18/06 03:49 PM (17 years, 8 months ago) |
|
|
Quote:
Seuss said: Ignore the folks that claim you don't need math skills to be a good CS. Again, a comp sci is a researcher, not a programmer. Good math skills are a must. For my CS undergrad, I was required to take calc 1, calc 2, calc 3, differential equations, linear algebra, matrix algebra, discrete math, scientific statistics (non-calc based), engineering statistics (calc-based), and advanced statistics (derive the calc, horrid horrid class). That is 30 credit hours of math courses, an entire full time year! They didn't force us to take all of those courses because we would never use them.
So you took calculus and linear algebra? Thats not much math, I wasnt trying to sit here jackin myself off but that just isnt much math. Im trying to make it sound more appealing to him, the only math he needs to know is some calculus and linear algebra depending on what he does. What do you mean matrix algebra, you are just obfuscating the math you took. The fact is that CS just isnt very much math. Ive taken 3 years of math, my CS friends took one. Therefore the masters program should be fine if you dont know a good deal of math. Geesh.
|
Seuss
Error: divide byzero


Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 2 months, 20 days
|
Re: Is this a good computer course to study? [Re: TheCow]
#5649151 - 05/19/06 05:18 AM (17 years, 8 months ago) |
|
|
> Therefore the masters program should be fine if you dont know a good deal of math
Yes, it will be interesting to watch somebody try to perform fourier analysis, or packet collusion probabilities, in a grad level network class without a good math background. It will be interesting to watch somebody try to perform algorithm complexity analysis without a good math background. It will be even more interesting to watch somebody try to perform fault tolerance proofs without a good math background. I would love to see somebody get through a cryptography class without having strong math skills.
Granted, if you are going to be writing software, then you probably aren't going to be using much calc. However, as I have stated several times, I view a CS master as somebody capable of doing research, not a programmer.
If you want to boil it down, then yes, I have only had classes in calc, statistics, linear algebra, and "logic". I figured if the school broke the broad subjects apart into different classes, and my transcript shows the classes as different, then they should probably be thought of as different.
In answer to your question, linear algebra was a course taught through the math department and involved theory. Matrix algebra was a course taught through the computer science department and used computers to apply the theory of linear algebra into practical solutions; computational numerical methods for solving linear algebra problems.
-------------------- Just another spore in the wind.
|
TheCow
Stranger

Registered: 10/28/02
Posts: 4,790
Last seen: 15 years, 6 months
|
Re: Is this a good computer course to study? [Re: Seuss]
#5651018 - 05/19/06 05:34 PM (17 years, 8 months ago) |
|
|
Alright, I wasnt trying to bust your chops I was just saying that the general programmer doesnt really need complex math
|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Re: Is this a good computer course to study? [Re: TheCow]
#5756788 - 06/16/06 10:18 AM (17 years, 7 months ago) |
|
|
Looks like i will go and do this course. I just have a couple of questions.
Second semester we get to choose between various IT streams, im edging more towards programming stream, there we get to learn C++ and Java. However it seems a lot of companies are looking for someone with strong databases background now days. What i want to know is what would be the best path to take, should i study programming in university and then do some self study, read some books on databases, or do the other way around and choose to study SQL and other stuff in depth and then self study C++ and Java?
I am still confised what kind of job am i gonna get with this master. Im hoping i would get on board some good company where they will give me further on the job training. But otherwise, im thinking to brush up my skills after i finish master, do some self study.
Just what kind of work do graduates with a masters degree can get now days?? I hear computer industry is pretty weak in US at the moment, lots of peeps with uni degrees that cant get a job, is that true? Its certanly not the case here in the UK and in Australia where i want to get a job.
And whats with Indian programmers??? Is it true theyre producing oven ready programmers by thousands in there? So what, they cant get a job becuase they need a visa ha ha!
-------------------- Time keeps ticking and running away And It's taking us fast to a brand new free dimension Too cool to mention well that's the intention But some of us too dame blind to see Jesus is the King Volume I Jesus is the King Volume II Shroomery MSN club I'm talking to aliens! Volcano Vap and Brain Chakras Hilary Duff!!
|
triple_
Mushroom!Mushroom!

Registered: 02/08/06
Posts: 102
Loc: Melbourne, Australia
Last seen: 13 years, 9 months
|
Re: Is this a good computer course to study? [Re: Jalruza]
#5756922 - 06/16/06 11:13 AM (17 years, 7 months ago) |
|
|
In my opinion, it's easier to study database management systems at university and do Java/C++ on your own. That's just because I find it easier to pick up programming concepts than I do relational database concepts.
If you just want to be a software developer (or similar), it isn't imperative that you know everything about database management systems but still have some indepth SQL knowledge, and that's fairly easy to learn in your own time, so you could consider studying OO programming at a university and then learn SQL on your own, which is super easy if you've got the technical, visual mind.
But if you think you might want to do database administration or warehousing or Oracle Forms programming, learn all about relational databases at university because it'd be so boring to learn it on your own time. Especially when you get into things like priority, scheduling and mutual exclusion for transactional SQL.
And yeah, Indian programmers seem to be taking all of the programming jobs in Australia. Big companies are outsourcing to India because they work so damn cheap, but in my opinion, end up with poorer quality software. It's a big problem here, but there is still an abundance of programming jobs if you look for jobs that don't just require Java or C++ but also skills in somewhat esoteric products/languages.
So if you want to find a job in Australia, my advice is to make sure you take the time to learn more than is taught to you in university. This will put you ahead of any other graduates you're up against, but also filter off a fair chunk of the cheap, Indian programmers.
|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Re: Is this a good computer course to study? [Re: triple_]
#5757041 - 06/16/06 11:49 AM (17 years, 7 months ago) |
|
|
Hey Triple, thanks for input.
In my case database is really not my thing, I find it really boring. But for some bizarre reason all internet jobs in UK ask that you know SQL “in depth” so I was thinking about studying it for a while. We will study databases in first semester anyway but then we have option to choose database/programming stream in second semester.
As you said I don’t really want to work with databases so I will learn a bit in the first semester and then maybe study up after graduation as I need it. Maybe buy a book on SQL?
Quote:
So if you want to find a job in Australia, my advice is to make sure you take the time to learn more than is taught to you in university.
Im already thinking about visiting 2 parallel streams at the same time! Choosing programming then popping in to lectures and workshops for databases and internet programming… I wonder if I can do that… lol.
Your from Australia, whats the IT industry outlook there these days? What kind of jobs do you guys have?
To be honest, I am starting to realise that I am panicking way too much. First of all I have more than a decade of in depth computer experience and knowledge, when I was in high school, peeps used to study dirty little example languages like pascal and comal… I was already armed with visual basic and C++ compliers and used to bring programs to school to show how different things can be done in different languages. So yeah I know a lot. I guess all I really need is a paper that states I have a masters degree. After that I would simply need to find a company that is willing to train me further.
So what more can you tell me about Australian IT industry? Because that is where I want to work. What was the main career website ? www.careerone.com.au right? Some Australian guy I met few months ago said there is another better website??
The Indians. There like Mexican in the US! Come across the border like they own the place and start taking jobs, build houses … lol
-------------------- Time keeps ticking and running away And It's taking us fast to a brand new free dimension Too cool to mention well that's the intention But some of us too dame blind to see Jesus is the King Volume I Jesus is the King Volume II Shroomery MSN club I'm talking to aliens! Volcano Vap and Brain Chakras Hilary Duff!!
|
triple_
Mushroom!Mushroom!

Registered: 02/08/06
Posts: 102
Loc: Melbourne, Australia
Last seen: 13 years, 9 months
|
Re: Is this a good computer course to study? [Re: Jalruza]
#5757479 - 06/16/06 02:01 PM (17 years, 7 months ago) |
|
|
Quote:
Jalruza said: Your from Australia, whats the IT industry outlook there these days? What kind of jobs do you guys have?
IT in Australia has been going down a fair bit in the last few years, and it's still going down, and with companies constantly outsourcing all their programming, it'll keep going down.
The other problem is that a lot of graduates come out of university and while they may have been able to cram in as much information about a subject and remember it for long enough to pass the exam...a lot of graduates just don't have a natural IT edge and thus the quality of work that they produce is poor. So a lot of companies would rather not risk that who they hire might be one of these people. This is what's making graduate positions harder and harder to get. My brother is in his final year of his course, and has had no luck finding graduate positions, even with a year of work experience at the defence force :/
Quote:
So what more can you tell me about Australian IT industry? Because that is where I want to work. What was the main career website ? www.careerone.com.au right? Some Australian guy I met few months ago said there is another better website??
Seek is the other major good career finding web site. However, I've never gotten any jobs from these sites, and you'll find that in Australia (not sure about other countries), about 75% of your job opportunities will come from people you meet in the industry rather than these web sites and newspapers. However, I also know people who have picked up many positions from websites, so it's definitely worth keeping an eye on.
If you want to find out more, have a read of this forum and the threads within. There's a fair amount of information there that will help you get a little insight into Australian IT, if you can sift through a lot of the bullshit posts ;>
|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Re: Is this a good computer course to study? [Re: triple_]
#5791994 - 06/26/06 10:11 AM (17 years, 7 months ago) |
|
|
Ok i got another question.
Is it worth doing this course at all? Or would it be a better alternative to self study the whole thing?
As i said i already know shit load. The MSs course essentially teaches me programming, SQL and a bit of networking and systems design... I could buy a book or two on SQL, i could download a ton of warez, C++, MS VB, Studio 8 and shit and do it all my self!
The question comes up, will i get employed? As i mention i already got a business degree, on my CV i write it as "BA degree in Business WITH computing" I didnt study computing officially in uni but i write it like that anyway lol. So i guess what i want to know is will i be able to get a job if i say i got a degree in Biz with Computing?
On the other hand i got 15,000 dollars to fund the course fees for this master, so really, i would be getting this tuition for "free" if you think about it - i got the money now, and i dont repay it until i get a job yeah. So i can spend a year studying in uni for "free" , why pass ? ANd i can get official MSs degree this way.
-------------------- Time keeps ticking and running away And It's taking us fast to a brand new free dimension Too cool to mention well that's the intention But some of us too dame blind to see Jesus is the King Volume I Jesus is the King Volume II Shroomery MSN club I'm talking to aliens! Volcano Vap and Brain Chakras Hilary Duff!!
|
Seuss
Error: divide byzero


Registered: 04/27/01
Posts: 23,480
Loc: Caribbean
Last seen: 2 months, 20 days
|
Re: Is this a good computer course to study? [Re: Jalruza]
#5793156 - 06/26/06 04:55 PM (17 years, 7 months ago) |
|
|
Hmmmm... you are in a good position. You have a degree, which is the big thing that you are going to need to get an interview. If I am an employer worth working for, I am going to realize that most "school trained programmers" are not worth the paper their diploma is printed on. You tend to get one of two extremes, people that know how to program but have no idea what a clean, elegant, coherent design is and then you have people that can design, but do not understand the complexities of implementation. (Just because a matrix multiple looks nice on paper does not mean it translates to efficient code.) If you can land yourself somewhere between the two extremes, then you are set.
How good are you at learning something on your own? The real trick to survival in the computer industry is being able to learn something new all the time. If you are like me and love to learn, then this is the field for you.
There are a few base fundamentals that I don't think I would try to learn on my own. In a traditional computer science course these would be "data structures" classes. However, you need to know the basics of a programming language before you worry about data structures. I would find out what languages a local university uses for their data structures class. I would teach myself the language, then take a semester or two of data structures and possibly a theory of operating systems class as well. A good assembly class is worth its weight in gold, but most of them are not good. A bad assembly class is worse than pointless, adding confusion. Assuming that you are going to get bad assembly classes, look to the EE dept for a graduate level computer architecture class. Talk to the prof that is going to teach it and see if you will survive it or not. Hearer if you are worried.
While this is going on, play around with an open source project or two. Learn another language. Good ones to know that are all pretty close are C/C++/Java/C# and PHP. When you start on PHP, pick up SQL as well... they go hand in hand. Remember, SQL is one thing while database design is something else. Just because you can build tables and queries, a good database programmer you are not. If you are going to go through all the hassle of learning SQL (it isn't hard at all), please pick up a book on database design and learn about table normalization.
Now you are set. You have real school credit in comp sci. You have experience working outside of class on open source projects. You have experience working outside of class learning new languages. You have a degree. You, I will hire and you I will spend money to train. (Why spend your own money when the company you work for will foot the bill...)
And if you can't find work, you are in a great position to snag a CS masters. You have all of the basics down and can focus on grad level classes without worrying about keeping up while trying to learn the basics. You will now be in a much better position to judge what you want to do versus what various courses have to offer. No more guess work on where that money is going.
|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Re: Is this a good computer course to study? [Re: Seuss]
#5794737 - 06/27/06 01:51 AM (17 years, 7 months ago) |
|
|
Interesting, thanks!
-------------------- Time keeps ticking and running away And It's taking us fast to a brand new free dimension Too cool to mention well that's the intention But some of us too dame blind to see Jesus is the King Volume I Jesus is the King Volume II Shroomery MSN club I'm talking to aliens! Volcano Vap and Brain Chakras Hilary Duff!!
|
Jalruza
Boot Lover


Registered: 10/09/04
Posts: 1,985
Last seen: 15 years, 7 months
|
Re: Is this a good computer course to study? [Re: Jalruza]
#6213306 - 10/26/06 08:36 AM (17 years, 3 months ago) |
|
|
...
Edited by Jalruza (01/27/07 12:02 PM)
|
|