Computer Science or Software Engineering?

AI Thread Summary
The discussion centers around choosing between a master's program in computer science (CS) and software engineering (SE), particularly for a career in the space or defense industry. The individual expresses a preference for software engineering but is concerned about the reputation and job prospects associated with a computer science degree. Key points include the differences in curriculum: CS focuses on theoretical aspects like algorithms, data structures, and mathematical foundations, while SE emphasizes program design, architecture, and practical applications. Both fields offer programming knowledge, but CS may provide a stronger theoretical background beneficial for technical roles in space and defense. The conversation also touches on the importance of industry experience, with SE programs often including internships, which can enhance employability. The individual is currently researching security clearance requirements and has been informed that lacking formal programming training won't hinder their admission, as they can complete prerequisite courses. Overall, a CS background may be more advantageous for specific roles in the targeted industries, though SE also covers relevant material.
cgoetz86
Messages
15
Reaction score
0
Im looking to do a masters program. I am sort of torn between computer science and software engineering. I am interested in software engineering but I am wondering if computer science would be more reputable and give me more job options. I am looking to get a job in either the space or defense industry. Could someone please help.
 
Technology news on Phys.org
Hey cgoetz86.

As an aside, have you found out about getting clearance for your work?

Can you also find projects where defence sponsors your work (if it includes a thesis component)?
 
No I haven't found out about a security clearance. I am actually just researching the field right now. I don't have any formal training in computer programmer, however I already found out from the head of the department at the school I am planning to attend that won't be a problem. I just have to four or five pre requisite courses.
 
In Computer Science you will study the theory of computation, algorithms, data structures, complexity, and quite a bit of maths. Software Engineering is more focused on program design and architecture. You will learn programming if you take either course, but neither of them focus on it particularly. You will also touch on some SE in your CS course, and vice versa. In my experience, you are given enough background in a couple of programming languages that you can continue to learn on your own, and your formal studies then focus on theory.

I just finished a CS undergrad, and most of programming time was spent with C doing fairly low-level things. We programmed a lot of algorithms: searches, sorts, some system programs, database joins, combinatorial stuff, and lots of graphs and trees and hashtables and various other data structures.

In terms of purely instructional programming courses, learning the syntax, making a few toy programs I took 2 Java courses and 1 C course. The rest of the programming was taught in the context of another subject, for example we learned an assembly language for my computer organization course. Most of my C was learned in algorithms and database theory courses. I picked up more advanced HTML, PHP and JavaScript in a web programming course, and I learned an interesting AI language called JACK that compiles down to Java bytecode in my final year.

I took 2 SE courses and we learned UML, various architectures and design patterns and some software packages like more advanced IDEs, version control and project management applications.

Then I had 2 maths courses and a couple of programming electives and a major, which in my case was 4 more maths courses.

The Software Engineering students took 2 or 3 more advanced SE courses and instead of the maths, low level CS stuff, database and AI courses they have a 1 year industry placement where they work as an intern, which is obviously useful and something I feel the lack of now that I'm applying for jobs - although, I do enjoy all the CS stuff I learned and I'm sure I'll find a job soon enough.

For a job in Space or Defense, I think CS and maths is probably a better background to have, but you still learn some or even most of that stuff with a SE degree, depending on the university you attend as these courses vary a bit from one to another.

I've rambled, sorry for the wall of text!
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top