Comment by fireburning
Comment by fireburning 6 days ago
sorry if this sounds dumb I don't have any formal education why is there a distinction?
when i hear computer science i hear the study of computers that in my head means software, hardware, and theory it's like having doctors that study humans theoretically and others that do surgery
Computer science is step one towards getting a phd and doing research and design of actual tools like compilers, understanding how the CPU sees and asks for data stored in memory, efficient algorithms to do XYZ, it's highly relevant for stuff like embedded computing where you're often working with severe hardware constraints and possibly with a real-time os.
Software Engineering is the study of how to efficiently build software, typically on a medium to large team.