vote up 3 vote down star
2

From the opinions of professional world perspectives, what are the respective differences between CS, CIS and MIS?

I'm asking this because I'm going to school ready to start a Computer Science program track (out of the previously mentioned).

Programming is taught through the three of them (basics of C++ and Java) but how are they applied in a real world environment? What other variables should play a major part in making a decision?

I have my eyes set on a CIS degree as it is a good degree for being a DBA and mixes IS with Business in its core (a little taste of each).

Also if this is not a valid question, I will be happy to close it.

flag

75% accept rate
v.s. Software Engineering v.s. Computer Engineering ... etc – Aziz Apr 6 at 22:27
Totally valid question :) – Brock Woolf Apr 6 at 22:51

6 Answers

vote up 0 vote down

You might consider who recruits from each department at your specific school. Decide what type of work you want to do and what companies you would rather work for.

link|flag
Good advice. The company I currently work/intern for now recruits from the Computer Sciences department at the school I going to be attending. – SD Apr 7 at 20:05
vote up 1 vote down

A lot of the answers you are getting here reflect very accurately the way I saw things back when I was an undergrad at the University of Texas. The CS program lead to a B.S degree and the MIS program was a B.A.

Of course, in all my infinite 18 year old wisdom at the time I KNEW that a B.S. degree was more prestigious and any kind of "Arts" degree was the type of fluffy degree program that someone would take to get into marketing or something silly like that. After all I was learning how to write assembly code and taking EE classes while those jokers were flitting around with 4th generation languages and writing apps in databases. They were definitely not "hard code" like me.

10 years later I realized that unless I planned to work at NASA, all that fluff they were teaching in the MIS program was more representative of what the vast majority of programmers do for a living. Eventually I regretted not taking the easier degree plan, that would have likely resulted in a higher GPA and skills that I would actually use in the real world.

Don't get me wrong, the CS stuff is definitely a lot cooler and I agree that the low-level stuff helps you understand the high level stuff better. However, here in the real world most working programmers spend most of their time doing high level integration using libraries, toolkits, and languages with abstractions like built in garbage collection.

That said, if you want to work for Google or NASA, or just want the extra cache, go for the CS program.

link|flag
Thanks bro, just made me feel better about my choice of following a CIS track. Working in a big company like I do in their IT department, I see/hear about a lot and your opinion is parallel to what I've picked throughout the years. – SD Apr 6 at 23:03
"low-level stuff helps you understand the high level stuff better. However, here in the real world most working programmers spend most of their time doing high level integration". -- Yes but if you don't know how a linked list works by coding you're own how do you know how to use one properly? – Brock Woolf Apr 6 at 23:14
Brock: I think you are just restating my exact point. Still, I'd argue that if the linked list was implemented with the proper level of abstraction, you shouldn't HAVE to know how it works to use it. – JohnFx Apr 7 at 0:05
Also, MIS people do generally take the exact same CS101 courses that CS people take in which basic data structures and memory management are covered. They diverge at the upper division courses like compilers, O notation, etc. – JohnFx Apr 7 at 0:07
vote up 1 vote down

Computer Science is what you learn when you want to be a programmer. It gives you (or at least should give you) a solid foundation in data structures, algorithms, boolean algebra and discrete mathematics. You will often learn things like functional programming or declarative programming, which can be useful just for giving you a different perspective on how things can be done.

Now if you want to be a DBA that might not be the best choice for you. As a DBA the things you should be learning are:

  • Databases, databases and more databases;
  • Relational algebra (typically as part of the above);
  • Networking (less important but still useful); and
  • Systems administration, either Windows (for SQL Server) or Linux/Unix (for pretty much everything else).

The last isn't typically taught at university but later year units like Operating Systems may be a useful grounding but far from necessary.

So just make sure your course covers the above. Also, 3-4 years is a long time and you may find you don't really want to be a DBA at the end so choose a reasonably broad course to give you options.

link|flag
Thanks for the answer. I'm working at a job right now that involves Oracle DBs and SQL Server so I guess you can say I'm CIS biased. But I am going to use Brock Woolf's strategy of trying both (since the courses are shared). Thanks again! – SD Apr 6 at 23:00
vote up 4 vote down

Computer Science is definitely the "heavyweight" degree of the three.

CS is the most widely respected and known and is pretty much essential if you want a job programming whether it is databases or business coding. It will teach things you won't learn in the other degrees such as:

  • Algorithms
  • Data Structures
  • Design Patterns
  • Low/High Level languages (such as Assembly, C/C++, Java, C#)
  • Software Architectures

It will also give you a lot more experience writing code, after the first year in the other two I don't believe you are required to write a lot of software anymore.

I think that it is important to think about the most flexible degree. In this rapidly changing age in technology you can wear a variety of programmer hats and can also do management. If you were to do a CIS degree and later on decided to become an application coder (C++/C#/Java) you are going to wish you had a computer science degree.

Also, don't think that 1 year of programming courses in any degree will make you become a programmer. First year CS courses only scratch the surface of what a professional programmer needs to know. After 3 years of CS you will be better equipped to write code, although you will still have much to learn.

If you are contemplating doing one of these other new degrees (which I think are simply a money spinner for universities to take more students) I would definitely recommend having a good think about doing a double degree in CS and (MIS or CIS).

That will set you apart from other candidates and you'll have the best of both worlds. Most of the units are shared among the degrees so you'll probably still be able to complete in 3 years.

I will just add that this is exactly what I am doing at the moment, a double degree in Computer Science/Games Technology as I want to break into the Games industry. Games technology is a high workload degree and coupled with CS is making me a much more knowledgeable programmer, although I know there is much more I need to learn :)

link|flag
Thanks, this is just what I was looking for. – SD Apr 6 at 22:58
Sure, no problems :) – Brock Woolf Apr 6 at 23:01
"Also, don't think that 1 year of programming courses in any degree will make you become a programmer." -- Amen. Too many people don't understand that. – unforgiven3 Apr 6 at 23:02
@unforgiven: I think it may have something to do with the "Sams Become a programmer in 24 hours" and "C++ for dummies" books. Totally misleads people. – Brock Woolf Apr 6 at 23:08
vote up 1 vote down

CS is usually an academic field and is "prestigious".

Some schools have CIS and MIS in a professional masters program or in a professional undergraduate program, and then it's somewhat watered down or not considered the same, unless they're in a good school or graduate level.

Usually they have more of a business and DB aspect to them, and the jobs are typically in the system analyst / consultant direction.

link|flag
vote up 4 vote down

When I was at uni, computer science was the most respected (maybe I'm biased though because that's what I studied).

The others were a bit less technical, less maths etc. My thinking is that if you can do the CS degree... you'll have shown you have enough nous to tackle anything you may have learnt in CIS or MIS. To me, CIS and MIS sound like watered-down versions of CS.

And versus software engineering. That's just CS with less learning about the hardware of a computer, but really it's my belief that to be a good software engineer you need to understand to a decent depth just how the thing you're trying to program works.

link|flag
+1, I took CIS because I'm not a huge fan of math or anything. CIS is more hands on, teaching you how to do things, but not why they're being done the way they are. At least not in-depth. Not that CIS is a bad program, its still in high demand and pays very well, and it does teach you how to program – Brandon Apr 6 at 22:37
Yes. I would recommend doing a course you're interested in - one that doesn't bore you to death. I work with people who got degrees in physics, music or business studies. They all make good happy programmers... but I have to say people with more relevant degrees do generally appear to be quicker. – Scott Langham Apr 6 at 22:44
CS is not really math heavy. You may have to take a math course in the first year if your skills arent up to scratch, after that you'll be done with math units. – Brock Woolf Apr 7 at 7:27
The amount of maths might vary between universities, there seemed to be plenty of maths on my course. Actually I studied in the UK, but with one exchange year in the US... I don't remember as much maths in the US. – Scott Langham Apr 7 at 9:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.