The difference between computer programming, computer engineering, software engineering, computer science, electrical engineering, and IT, and any overlapping between any/all of them.

851 views

The difference between computer programming, computer engineering, software engineering, computer science, electrical engineering, and IT, and any overlapping between any/all of them.

In: Technology

4 Answers

Anonymous 0 Comments

Some of these are more nuanced than others, some are used more broadly but can have specific definitions:

IT: Information Technology. This one is a touch tricky because sometimes it’s used to refer to the whole field and sometimes it’s used more specifically for hardware related fields like networking and support (troubleshooting and repair).

Computer Science: Likewise, this is often used to refer to the whole field, but it’s specifically more focused on the theory of computation and all the abstract stuff more than applied technology concepts. For example, formal logic in binary, logic gates, language semantics, algorithms, all the high level stuff. Typically if your university doesn’t offer more specific majors, you just get a major in computer science if you want to be in any tech related field.

Programming: Is simply writing code. A programmer might be someone who doesn’t make decisions on what is done (e.g. features, bugs to fix, etc.), they just do what they’re told and implement solutions in code. Often, even if you have more responsibilities, it’s easy to describe yourself as a programmer to people less familiar with all these nuanced terms.

Engineering: It’s worth defining what “engineering” is generally. It’s solving problems within a field, coming up with theoretical solutions to real life problems that they may or may not implement directly themselves, but someone will surely implement their solutions.

Software Engineering: In contrast to programming, software engineering is the greater process of developing software: what problems should be addressed, what technologies do we utilize, how a UI should be laid out, etc. They often do programming as well, but they play a much more involved role in planning out tasks. (This is what I am)

Electrical engineering: Basically, the broad field of planning electrical circuits and networks and can involve anything from computer circuit design to power grid design to home wiring layouts. This isn’t to be confused with an electrician who does actual wiring. Since it’s a broad field, you’ll often have more specific titles and subfields.

Computer engineering: You probably get the pattern by now. It’s roughly a mix of software and electrical engineering, designing low level software, firmware, and computer components that tie everything together, involved in the abstract topics of computer use and their roles in any given situation. E.g. what’s a server? What should a server have that a personal computer doesn’t? How might their power requirements differ? Truth be told, I’m least familiar with this field, so perhaps someone could give more realistic examples.

You are viewing 1 out of 4 answers, click here to view all answers.