Skip to main content
5 answers
8
Updated 2158 views

Can someone tell me the difference between a Computer Scientist and a Computer Engineer?

The reason that I am asking this question because I thought that Computer Scientist and Computer Engineer were pretty much the same thing. If it is different, than can someone tell me the difference? #computer-science #computer #technology #computer-engineering #computer-engineer

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

8

5 answers


5
Updated
Share a link to this answer
Share a link to this answer

Eric’s Answer

Best of the Village

Technically, a Computer Scientist is one who studies the field of Computer Science, which is a branch of mathematics. It is all about algorithms, theoretical abilities and limitations of computers, and so on. A true Computer Scientist is likely doing research, whether for a university as a graduate student or beyond, or for a company.


However, many people, such as myself, get a Bachelor's of Science in Computer Science from college, and go on to become Software Engineers.


A Computer Engineer, as far as I know, is a fairly general term for an engineer who works with computers. This could mean hardware or software, so may involve anything from designing physical components (desktop workstations, laptops, tablets, phones, embedded devices, and so on), quite possibly as an Electrical Engineer (a common major) to being a Software Engineer who programs computers, or anything in between. Some engineers design small computers (the kinds you find on circuit boards) and then program them, mixing the hardware and software sides.


Since I've mentioned it a couple of times, a Software Engineer is what people often think of when they say that someone's job is being a "programmer". A Software Engineer writes and edits programs, most often while working with others (whether other Software Engineers or people who don't modify the programs but will use them). Software Engineering involves adding the code itself, testing it to make sure that it works and will continue to work, and planning out the design of the code so that you have some sense of where you're adding new pieces and it isn't just a haphazard mess.

Thank you comment icon Thank you so much for making me understand the difference between a Computer Scientist and a Computer Engineer!!! Eddie
Thank you comment icon THANKYOUSOMUCH Poomitha
5
1
Updated
Share a link to this answer
Share a link to this answer

Jeffrey D’s Answer

As many have already written, from a school degree standpoint a Computer Science degree will focus more on the programming, algorithms, and theories of computer science. While a Computer Engineering degree is a mix between Computer Science and Electrical Engineering. In a Computer Engineering degree you will take both Computer Science and Electrical Engineering class to learn about computer software and hardware.

A Computer Science degree is more suited for someone who is looking to get into a programming or software engineering career.

Computer Engineering is a great choice if you want to get into a career of systems engineering or system integrations. Both of these careers involve understanding and learning about various aspects of the entire computer system as a whole from how the operating system works, down through all the software stacks and into the physical hardware of the system.
1
1
Updated
Share a link to this answer
Share a link to this answer

Brian’s Answer

There are several job titles for people working with computers. Software runs on the computer hardware. Titles like computer scientist, software engineer, software developer, programmer refer to people who work on the software that runs on computer hardware. Computer engineer and hardware engineer refer to people who work on the hardware. There is some overlap in the curricula taught in college. A student learning about software would have to take a few courses on computer hardware; courses with names like computer organization, digital logic, or computer architecture. A student studying hardware would need to take courses in computer programming so they understand the software running on the hardware. It all depends on how close you want to be to the hardware side of things. Typically, a student concentrating on computer hardware would take courses in electrical engineering such as electronics, while a student concentrating on computer software would not typically take courses in electrical engineering. There is no reason why you could not take a course over in the other area if it interests you. It broadens your experience, which is always good. Because the two areas are so close, you could shift from one to the other mid-way through your studies.

1
1
Updated
Share a link to this answer
Share a link to this answer

Patrick’s Answer

Eddie, don't worry, you're not the only one curious about this. My own son, who holds degrees in both Computer and Environmental Engineering, wondered the same thing. The key difference between a Computer Scientist and a Computer Engineer lies in their main areas of interest within the field of computing.

A Computer Scientist is mainly interested in the theoretical and algorithmic parts of computing. They delve into subjects like algorithms, data structures, artificial intelligence, and computational theory. Their work contributes to the creation of new algorithms, the development of software applications, and the advancement of theoretical foundations.

On the other hand, a Computer Engineer combines the principles of electrical engineering and computer science to design computer hardware and embedded systems. Their work is about the physical creation of computers, integrating hardware, and ensuring that the system functions efficiently. They may focus on designing microprocessors, computer architecture, and the integration of hardware and software.

Even though both professions are part of the computing field, Computer Scientists focus more on software, algorithms, and theory, while Computer Engineers are more engaged in the design and implementation of hardware and systems. Understanding this difference is important when aligning your academic and career goals with the specific aspects of computing that match your personal interests and objectives.
1
0
Updated
Share a link to this answer
Share a link to this answer

Jayne’s Answer

A computer engineer is concerned with the interface between hardware and software. They have to understand programming, and electrical engineering both in depth for the purpose of making software run correctly on the associated .

0