• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 16:53
CET 21:53
KST 05:53
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9
Community News
2025 RSL Offline Finals Dates + Ticket Sales!9BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION1Crank Gathers Season 2: SC II Pro Teams9Merivale 8 Open - LAN - Stellar Fest3Chinese SC2 server to reopen; live all-star event in Hangzhou23
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" The New Patch Killed Mech! Could we add "Avoid Matchup" Feature for rankgame Chinese SC2 server to reopen; live all-star event in Hangzhou Weekly Cups (Oct 13-19): Clem Goes for Four
Tourneys
Crank Gathers Season 2: SC II Pro Teams 2025 RSL Offline Finals Dates + Ticket Sales! Merivale 8 Open - LAN - Stellar Fest $5,000+ WardiTV 2025 Championship $3,500 WardiTV Korean Royale S4
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment
Brood War
General
[ASL20] Ask the mapmakers — Drop your questions BSL Team A vs Koreans - Sat-Sun 16:00 CET [ASL20] Finals Preview: Arrival BW General Discussion BSL Season 21
Tourneys
[ASL20] Grand Finals The Casual Games of the Week Thread BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION ASL final tickets help
Strategy
How to stay on top of macro? PvZ map balance Soma's 9 hatch build from ASL Game 2 Current Meta
Other Games
General Games
General RTS Discussion Thread Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread YouTube Thread The Chess Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Movie Discussion! Anime Discussion Thread [Manga] One Piece Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 NBA General Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
LMAO (controversial!!)
Peanutsc
The Benefits Of Limited Comm…
TrAiDoS
Our Last Hope in th…
KrillinFromwales
Certified Crazy
Hildegard
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1346 users

Computer Science vs Computer Engineering - Page 2

Blogs > Try
Post a Reply
Prev 1 2 All
miseiler
Profile Blog Joined October 2008
United States1389 Posts
Last Edited: 2009-02-16 21:34:32
February 16 2009 21:33 GMT
#21
They're all crap, but you could say that about any undergraduate degree. It's really what you learn outside the class that will be helpful, such as the proficiencies you already mentioned.

CS would be the best between the two. The curriculum likely includes linear algebra and vector mathematics, which as someone mentioned is required. No, make that your entire job, start to finish.

Data structures should be required for anyone who does any programming at all, and OS is I guess useful because it should teach you threading models. Other than that, CS is meh.
"Jinro soo manly wearing only a T-Shirt while the Koreans freeze in their jackets" -- Double_O
"He's from Sweden, man. We have to fight polar bears on our way to school." -- Yusername
kawaiideshou
Profile Joined February 2009
United States34 Posts
February 16 2009 21:37 GMT
#22
On February 17 2009 06:33 miseiler wrote:
They're all crap, but you could say that about any undergraduate degree. It's really what you learn outside the class that will be helpful, such as the proficiencies you already mentioned.

CS would be the best between the two. The curriculum likely includes linear algebra and vector mathematics, which as someone mentioned is required. No, make that your entire job, start to finish.

Data structures should be required for anyone who does any programming at all, and OS is I guess useful because it should teach you threading models. Other than that, CS is meh.

Incidentally, my Computer Engineering curriculum requires Linear Algebra and Vector mathematics, but the Computer Science curriculum at our school does not.

I also learn the basics about OS and threading models in my other courses (Computer Architecture and Design, and I'm required to take an Operating Systems CS course as well).
:3
Mastermind
Profile Blog Joined April 2008
Canada7096 Posts
Last Edited: 2009-02-16 22:03:11
February 16 2009 22:02 GMT
#23
On February 17 2009 06:08 Cobalt wrote:
A computer science teacher at the best school in my state told me this: computer science is about the theory behind computing, whereas computer engineering is about implementation of that theory. So programming etc. would fall under computer engineering, whereas making new programming languages, optimization, and innovation would fall under computer science.

That seems to contradict everyone else in this thread though.

that teacher is WAY off. CS is about designing programs, CE is more about hardwars and low level software
pirate cod
Profile Blog Joined August 2004
810 Posts
February 16 2009 22:26 GMT
#24
If you excel in physics or math I would get a degree in either those two and a masters in CS.

Corbalt is correct. Designing programs is not CS - that's software engineering but normally the two are taught in the same curriculum. As Cobalt stated, CS is theory (Computer __Science__) - looking at computers/computing from an empirical point of view and Computer __Engineering__ is the implementation.
Try
Profile Blog Joined August 2007
United States1293 Posts
February 16 2009 22:31 GMT
#25
I have no idea who to believe...
fight_or_flight
Profile Blog Joined June 2007
United States3988 Posts
Last Edited: 2009-02-16 22:41:16
February 16 2009 22:39 GMT
#26
Computer engineering might actually be useful though when designing really high performance games. Knowing your hardware and knowing how to leverage your particular sytems bus speed, memory size and speed, processor type, etc, could come in handy.

But the large majority would probably be programming completely abstracted away from he hardware which means CS. I think learning embedded hardware would be helpful though and may give you an extra edge above other people in addition to a CS degree.
Do you really want chat rooms?
prOxi.swAMi
Profile Blog Joined November 2004
Australia3091 Posts
February 16 2009 22:47 GMT
#27
I'm just over half way through a bachelor of science (professional software development) which I guess is 90% computer science. I've already had a programming job for over a year now. It's been an awesome degree and I'm only just over half way done.
Oh no
Phyre
Profile Blog Joined December 2006
United States1288 Posts
February 16 2009 23:11 GMT
#28
On February 17 2009 06:37 kawaiideshou wrote:
Show nested quote +
On February 17 2009 06:33 miseiler wrote:
They're all crap, but you could say that about any undergraduate degree. It's really what you learn outside the class that will be helpful, such as the proficiencies you already mentioned.

CS would be the best between the two. The curriculum likely includes linear algebra and vector mathematics, which as someone mentioned is required. No, make that your entire job, start to finish.

Data structures should be required for anyone who does any programming at all, and OS is I guess useful because it should teach you threading models. Other than that, CS is meh.

Incidentally, my Computer Engineering curriculum requires Linear Algebra and Vector mathematics, but the Computer Science curriculum at our school does not.

I also learn the basics about OS and threading models in my other courses (Computer Architecture and Design, and I'm required to take an Operating Systems CS course as well).

That's not entirely true. Linear was required for me. I don't remember having any vector math classes beyond Linear though.

Just some forewarning though, for anyone trying to become a game programmer don't rely on your classes alone to prepare you for that job. You'll go out into the job market and realize you've got practically nothing to really show. You'll need to code on your own, make your own games, pursue internships with every fiber of your being, etc. Really, that stuff outside of school work will be what separates you from the wanna bes and the people that make it. I'm somewhere in between since I figured that out very late in my college career and I'm paying for it now, working way harder to get to where I want to be.
"Oh no, I got you with your pants... on your face... That's not how you wear pants." - Nintu, catching 1 hatch lurks.
Badjas
Profile Blog Joined October 2008
Netherlands2038 Posts
February 16 2009 23:24 GMT
#29
Computer Science. Take up lots of math, algorithms (geometric algorithms, ai, procedural, search and data structures), and perhaps formal language, proof and methods.

Hobby lots on for example mod making (advanced SC2 stuff, counter-strike, whatever's mod-able). Make stuff with standard all-round libs like lib-sdl and the like. Learn fast prototyping.

But I think you have to specialize, if you want to work on any bigger project. Companies look for the perfect guy for their graphics engine, or the perfect guy for their scripting work, or the one that can manage a team or yada yada. An all-rounder has to excel at a lot of areas to sell himself. You'll find out what you find most fun. In this vein, it is useful to know some existing gaming 'engines' (quake engine and others that are open sourced).
I <3 the internet, I <3 you
AcrossFiveJulys
Profile Blog Joined September 2005
United States3612 Posts
February 16 2009 23:30 GMT
#30
The level of ignorance in this thread is absolutely ridiculous.

Computer Science is the theory of computation and what can be done with it in different situations. Different programs heavily differ in what their curriculum entails. At most schools, you will learn languages and practice applying them to problems, writing code to complete labs. In most programs, you will also learn the basics of computer engineering, including computer architecture and digital logic. Finally, you will probably also take calculus (introductory, then vector), probability and statistics, and physics-- my program requires 10 courses from these 3 categories. I am a computer science major, so if you have any questions you can PM me.

Computer Engineering deals with the software / hardware interface. You learn in detail how a computer is designed, from analog circuits to digital logic, and how low level code (drivers, firmware) is used to make devices run. You will practice implementing hardware/software systems and extensively practice digital logic, such as building a processor from scratch. You will also take a number of physics and other "hard science" courses, as well as a decent amount of math courses.

Software Engineering is the design of software systems. You will learn design patters, development principles and strategies, and extensively practice implementing said techniques with a multitude of languages. The amount of math and theory you will learn will be minimal.

Bill307
Profile Blog Joined October 2002
Canada9103 Posts
Last Edited: 2009-02-17 00:31:27
February 17 2009 00:05 GMT
#31
You may want Software Engineering (SE), if your institution offers it. It focuses on programming and good programming practices. At my university, it makes you a certified "engineer", which CS does not. However, my university also forces you to take some year-1 business courses and some year-1 science courses, which are optional in CS.

Computer Science may teach you good programming practices (e.g. one such course was mandatory for my CS degree, and others were optional), but its real focus is on the mathematical and theoretical aspects of computers and computation, not on programming. Despite that, CS may be a better option than SE at your institution, depending on what the required courses are. E.g. at my university, I think that the CS requirements are just a subset of the SE requirements, so you could in theory take all of the same courses as an SE student while being in CS. You wouldn't graduate as a certified engineer, but if there are required SE courses that don't interest you (e.g. business and chemistry, in my case), then you can avoid them and take more courses that do interest you (e.g. psychology and physics, in my case).

Computer Engineering focuses on the hardware computers run on, and it's probably the worst option of the three if you want to do programming, but to be honest I don't know much about it.


On February 17 2009 07:31 Try wrote:
I have no idea who to believe...

Find out what courses are mandatory in each of these programs at the institution(s) you're thinking of attending. If you're not sure what the course titles mean, then post them here and we'll help you understand what you'll be forced to learn. Every college and university will have its own ideas of what CS, SE, and CE are, so this is the best way to find out which major you should enroll in.
Bill307
Profile Blog Joined October 2002
Canada9103 Posts
February 17 2009 00:16 GMT
#32
On February 17 2009 06:08 Cobalt wrote:
A computer science teacher at the best school in my state told me this: computer science is about the theory behind computing, whereas computer engineering is about implementation of that theory. So programming etc. would fall under computer engineering, whereas making new programming languages, optimization, and innovation would fall under computer science.

That seems to contradict everyone else in this thread though.

In his defense, maybe computer engineering used to be about both programming and hardware, but in modern times its focus is on hardware, and a new field called software engineering focuses on programming.
Bill307
Profile Blog Joined October 2002
Canada9103 Posts
Last Edited: 2009-02-17 00:33:12
February 17 2009 00:25 GMT
#33
By the way, if you're going into game programming then you will want a solid foundation in linear algebra, because 3D graphics are largely based on linear algebra.

Also, Computer Engineering is almost definitely not the major you want. The hardware knowledge you'll need can be learned in CS and SE. Anything extra you would learn in Computer Engineering will be completely useless.

E.g. do you care about the electromagnetic effects that hinder chip sizes from getting any smaller than they are today? Only if you want to build your own console, otherwise it'll never matter to you.
IzzyCraft
Profile Blog Joined June 2007
United States4487 Posts
February 17 2009 01:26 GMT
#34
Computer science will make you cry. But it's what you want
I have ass for brains so,
even when I shit I'm droping knowledge.
cgrinker
Profile Blog Joined December 2007
United States3824 Posts
February 17 2009 01:35 GMT
#35
Software engineering is a master's normally right? Major in Computer Science and just make sure you take some sort of upper division practical application stuff if you don't want to go to grad school.
cgrinker
Profile Blog Joined December 2007
United States3824 Posts
February 17 2009 01:37 GMT
#36
Nvm bill cleaned up lol.
slained
Profile Blog Joined October 2006
Canada966 Posts
February 17 2009 01:44 GMT
#37
im in comp sci and communications. Both are good. Specifically my (Communications Culture & Information Technology) is good. There is courses like interactive story design, and game theory in it, as well as comp sci (1 course)
Iankill
Profile Blog Joined February 2008
Canada109 Posts
February 17 2009 02:39 GMT
#38
I'm actually majoring in CS at my university and they offer a specialization in video game programming after your second year, which i'm trying to get into now, so i'd advise CS. If any of you are wondering what University it is University of Prince Edward Island.
Badjas
Profile Blog Joined October 2008
Netherlands2038 Posts
February 17 2009 09:05 GMT
#39
AcrossFiveJulys has the right view on what different curriculums are. If you can handle the abstract stuff that goes on in CS, then you might want to pick that because what you learn there is more broadly applicable. If you want to learn more about software development in concrete form, programming and methods and project management and the whole shebang, go for SE. I don't see CE as any useful means towards game programming, unless you want to focus on low level implementations on specific platforms (which used to be a common job back in the 90's... not nowadays so much).

I think that by far the most important thing is what you do in your spare time. Spend lots of time learning existing open source games, modding, learning (scripting) languages, lua python lisp C++ with a bunch of libs (directx, opengl, boost, libsdl, alegro maybe even), java, webbased stuff. Do some work in sourceforge or so.. Any amount of useful hobby experience you can put on your CV, will be the eye catcher for any employer.
I <3 the internet, I <3 you
Prev 1 2 All
Please log in or register to reply.
Live Events Refresh
Next event in 4h 8m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SpeCial 81
Railgan 58
StarCraft: Brood War
Britney 14865
Bonyth 100
sas.Sziky 50
NaDa 5
Dota 2
monkeys_forever279
capcasts150
Counter-Strike
Foxcn34
Super Smash Bros
C9.Mang0292
Heroes of the Storm
Liquid`Hasu373
Other Games
Grubby2586
fl0m988
FrodaN919
ceh9420
Skadoodle210
Hui .129
ArmadaUGS86
Trikslyr38
ViBE12
Models4
Moletrap2
Organizations
StarCraft 2
angryscii 35
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• Hupsaiya 42
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• masondota21296
League of Legends
• Doublelift1225
Other Games
• imaqtpie1152
• Scarra539
• Shiphtur163
Upcoming Events
BSL 21
4h 8m
Replay Cast
13h 8m
BASILISK vs Shopify Rebellion
Team Liquid vs Team Falcon
OSC
15h 8m
CrankTV Team League
16h 8m
Shopify Rebellion vs Team Liquid
BASILISK vs Team Falcon
Replay Cast
1d 2h
The PondCast
1d 12h
CrankTV Team League
1d 16h
Replay Cast
2 days
WardiTV Invitational
2 days
MaNa vs Gerald
Rogue vs GuMiho
ByuN vs Spirit
herO vs Solar
CrankTV Team League
2 days
[ Show More ]
Replay Cast
3 days
BSL Team A[vengers]
3 days
Dewalt vs Shine
UltrA vs ZeLoT
BSL 21
3 days
Sparkling Tuna Cup
4 days
BSL Team A[vengers]
4 days
Cross vs Motive
Sziky vs HiyA
BSL 21
4 days
Wardi Open
5 days
Monday Night Weeklies
5 days
Liquipedia Results

Completed

ASL Season 20
WardiTV TLMC #15
Eternal Conflict S1

Ongoing

BSL 21 Points
BSL 21 Team A
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
CranK Gathers Season 2: SC II Pro Teams
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025

Upcoming

SC4ALL: Brood War
YSL S2
BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
META Madness #9
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.