vote up 3 vote down star
2

Duplicate of: Computer Engineering vs Computer Science


Is a Software Engineer an Computer Science Major?

Simple question - I think?

flag

closed as exact duplicate by Jason Jackson Dec 29 '08 at 14:41

13 Answers

vote up 30 vote down check

By way of analogy:

Computing Scientist :: Physicist           :: researches fundamental concepts
------------------------------------------------------------------------------
Software Engineer   :: Mechanical Engineer :: applies fundamentals in practice
------------------------------------------------------------------------------
Coder               :: Construction Worker :: builds someone else's design

Each has a legitimate role, but the roles are different.

link|flag
Good analogy, but it doesn't cover the program I went through at my University: Computer Science Engineering. What to make of that?! – TM Dec 28 '08 at 4:17
Is is actually possible to make money as a Computing Scientist? – Ctrl Alt D-1337 Dec 28 '08 at 4:30
I like that analogy alot. +2 – jjnguy Dec 28 '08 at 4:35
This analogy breaks down quite easily. In a single day I can perform the three functions and move between them seamlessly. A physicist can't act like a mechanical engineer or a construction worker even if he really wants to. also, vice versa. – shoosh Dec 28 '08 at 5:34
I never liked 'engineer'.. it seems to imply fundamental ridged rules. If a classical engineer does something wrong.. physical world stuff can fail or people can die. A programmer can do something considered wrong and it still works for the users.. it just makes things more difficult. – Arthur Thomas Dec 28 '08 at 5:47
show 7 more comments
vote up 2 vote down

this is a religious question. the acm and ieee have five different degrees (http://www.acm.org/education/curricula-recommendations):

  • Computer Science
  • Computer Engineering
  • Information Systems
  • Information Technology
  • Software Engineering

the diagrams on pages 12, and 16-21 of http://www.acm.org/education/education/curric_vols/CC2005-March06Final.pdf are very useful.

link|flag
vote up 0 vote down

I'd say the difference is really more of emphasis issue then anything. A computer engineer will focus more on design details, how to write clean maintainable code, etc. A computer scientist will focus more on the theory. They'll both be able to write code, and they'll both be able to switch rolls in the "workplace".

I also think the differences don't really become apparent unless you're in gradschool For undergraduate studies, it's probably pretty similar. And I would bet it depends a lot more on where you go to school. At school A, CS and CE could be very similar, while at school B they could be very different. In fact school A's CE program could be closer to school B's CS program then the distance between B's CS and CE program.

Finally, where you work will have a HUGE impact on what you actually end up doing, in terms of the balance between "CE type" work and "CS type work"

link|flag
vote up 1 vote down

TM - I can't comment because I lack the necessary points so I'll post it here.

I actually find the timing of this thread to be poetic because I literally just got off the phone with a colleague of mine after discussing this same topic.

Universities are simply behind and can't isolate the correct approach to computer science. In my opinion, the problem is that the administration is composed of computer science professors that simply don't understand the division between the two disciplines. They see their theoretically inclined compiler-construction course as a necessity for any one wishing to peruse the development of software. While this may hold some truth, it is not the best bang-for-the-buck for someone wishing to venture into business/practical software development.

It appears that Canadian schools, and perhaps other countries, have recognized the distinction between the two branches, but American schools are simply 'behind'. I am about to go into my final semester as a Comp-Sci, a curriculum listed under the school of engineering, and feel that hardly any of what I learned was applicable to what I do outside of my academia. Although I am bit unique in that, while my grades may not reflect my interest, I am genuinely intrigued by every aspect of our field and enjoy learning it.

I do wish though that there had been a separate curriculum for me to take that involved a lot more about process, architecture, management, and design over learning things like Thompson's Construction and other theoretical dribble. I mean I believe I could literally count the number of courses I had to actually program in on one hand, which is a bit disturbing.

link|flag
I think there is a familiar stench that spreads throughout all CS courses and it has to do something with some hereditary things put in stone by IEEE, ACM, yours-here 20 years ago that seem to be the only thing people assembling the academia curriculum know about. SE courses don't seem to be plagued as much. CS students are lead to exclusively focus on designing, implementing and controlling computational processes. There is a multitude of things that have to be done before and after that. That's where they seem to be failing, when they should beat SE students hands-down in every aspect. – kRON yesterday
vote up 0 vote down

Good answers, but what about those degrees which are labeled "Computer Science Engineering"?

My University used that title. I guess we were taught to be sort of a hybrid between a scientist (research, theory) and an engineer (practice, implementation).

link|flag
vote up 4 vote down

Computer scientists study computing. They don't necessarily build anything, and they don't necessarily "do software" at all.

Software engineers design and/or build software. The use of the term "engineer" connotes something more than seat-of-the-pants hacking. Usually engineering would entail applying some level of discipline, process, and accountability to achieve definable results.

link|flag
vote up 0 vote down

Computer Science - The study and application of theoretical concepts to solve or prove problems. Computer Science, at a higher level, can be thought of as a discipline that utilizes the construction or application of software to solve scientific problems in connection with the evolution of intelligent design or from other fields such as math, biology, physics, etc. It is therefore a science-oriented profession.

Software Engineering - Is a service-oriented profession that aims at constructing software to solve a practical problem (for example, a typical business-oriented software). A Software Engineer would therefore be more focused on things like workflow, testing, usability, scalability, maintainability, etc.

Both fields rely on developing software, but approach it (generally) with two different methodologies.

link|flag
vote up 0 vote down

You have to distinguish between software engineering as an academic field and as a practice.

From a legal standpoint there are no accredited software engineers in most countries. Hence, there isn't a certification that makes one be a software engineer. Thus, it is merely a job function or job title to describe a class of positions. As such, there are cases where people deserving to be software engineers are considered programmers and analysts, and on the other hand jobs that have little to do with software engineering where every programmer is called an engineer. There are enough arguments for and against regulation.

Academically, software engineering as a major is in many cases a marketing issue, where a department would determine that people enrolled in a specific program and who take certain courses will become engineers. In my alma mater, you could do the exact same curriculum from SE or from CS. However, if you wanted to take other electives, you could not become an SE.

From a research standpoint, many of the best minds in software engineering do not come from a computer science background, but rather from backgrounds in management, psychology, and other fields.

link|flag
vote up 1 vote down

This just gets back to the issue: no one knows how to classify programming anyway.

When I was in school, Computer Science was part of my colleges math department. In other colleges it was part of the engineering department, sometime tacked onto Physics.

But, is programming Engineering, Craftmanship, art, science, or other? All are correct, all are wrong. Depends on the problem at hand.

So to answer your question. Right now, at this point of history of this occupation: it doesn't freaking matter. Just shove it somewhere and hope that when you get out you don't have to re-learn too much.

link|flag
vote up 1 vote down

Simple, I think not.

I am currently a 4th year student in Engineering majoring in Software Engineering and here are the major differences that I see when we are forced to collaborate with CS C students in the same classes.

  • Software engineers generally put more focus into their object design. We try to find more clever uses for design patterns simply because we focus on these topics throughout our entire university career.
  • Computer Science students focus more on algorithms and are thus better at researching new ways to search, sort ... those kinds of things
  • As engineers we are trained in many things that CS C students are not. We are given the skills to be managers and architects. We have business and money management training. We get requirements and testing training so that we can oversee all the aspects of a project.
  • Engineers are required to take a multitude of different classes so that we can interact on the same level as electrical, computer and mechanical engineers while discussing hardware design.

I get asked this question a lot by friends and family and this is how I explain it. A physics major researches ways the formula and mathematics behind the principles. The mechanical or civil engineers use this to design blueprints and prove that they will work. Then trades people come in and use the plans to actually build the project.

Software engineering is almost the same with a few key differences. 1. Computer scientists are both researchers and implementers. There are no trades people. 2. Software engineers are designers and implementers. 3. Computer scientists can work to become an engineer with relitivly little extra training because they are taught a significant amount in school.

That is just my opinion as a student almost finished my bachelors in engineering.

link|flag
vote up 0 vote down

Waterloo lists both a Software Engineering and a Computer Science program within the list of Math programs. The SE program can be done from either the Engineering or Math faculty, however.

Here are the 5 different CS majors Waterloo offers:

  • Computer Science
  • Computer Science/Bioinformatics Option (Co-op only)
  • Computer Science/Business Option
  • Computer Science/Digital Hardware Option (Co-op only)
  • Computer Science/Software Engineering Option

Other schools though may separate SE and CS as SE is in Engineering while CS is in Science and these are different faculties which prevents the two from coming together to some extent.

link|flag
vote up 6 vote down

Sometimes the terms are not so distinct. A professional that has a computer science degree can go to work as a 'software engineer', 'programmer', or many other terms.

In my book a computer scientist is someone who knows how to use computers to solve problems.

A software engineer is someone who uses computers to create software to solve problems.

Seems pretty similar to me.

link|flag
vote up 3 vote down

No. Software engineering is an engineering discipline, while computer science is a science discipline.

A simplified comparison of how compilers are handled in the two disciplines -- computer scientists study the theory of compilers (e.g. lexing, parsing, code generation and optimization), while software engineers use compilers to build software systems (e.g. design, implementation, testing).

There definitely is an overlap between the two disciplines, and both definitely will involve programming. The two focus on slightly different aspects and utilize programming in slightly different ways.

In software developement, a computer scientist knowing software engineering principles is an advantage in a similar manner as a software engineer knowing computer science principles.

link|flag
what about computer science degree offered by an engineering faculty/school/college (whatever that may be called)? IMHO the differences are most of a choice of the curriculum designer. – PolyThinker Dec 28 '08 at 4:07
Computer scientists spend plenty of time compiling software. And any good computer scientist will be able to implement their ideas in code. Great new compiler theory won't do any good if it's not implemented, and most Computer scientists will implement their ideas in order to test them. – Chad Okere Dec 28 '08 at 9:15
I probably should have made it more clear that computer scientists also will be coding, not just studying theory. I've fixed my answer to clarify. – coobird Dec 28 '08 at 9:38
A software engineer is rarely an engineer. Engineers are professionally accountable in ways most software people aren't. Computer Engineers are a different story. – biozinc Dec 28 '08 at 16:22

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