Duplicate of: Computer Engineering vs Computer Science
Is a Software Engineer an Computer Science Major?
Simple question - I think?
|
2
|
Duplicate of: Computer Engineering vs Computer ScienceIs a Software Engineer an Computer Science Major? Simple question - I think?
|
|||
|
|
closed as exact duplicate by Jason Jackson Dec 29 '08 at 14:41 |
|
|
By way of analogy:
Each has a legitimate role, but the roles are different. |
||||||||||
|
|
|
this is a religious question. the acm and ieee have five different degrees (http://www.acm.org/education/curricula-recommendations):
the diagrams on pages 12, and 16-21 of http://www.acm.org/education/education/curric_vols/CC2005-March06Final.pdf are very useful. |
||
|
|
|
|
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" |
||
|
|
|
|
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. |
||
|
|
|
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). |
||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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.
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. |
||
|
|
|
|
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:
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||||||||
|