Exploring Opportunities in Computer Science: What Lies Ahead?

In summary: Computer science is a very broad field, so you could be doing a variety of things.If you take a low-level logic route, you could work for somebody like Intel or ARM.If you end up liking programming (which, as a CS, you should), you can work for anyone that needs programming in their products. This really is anything, from kids toys, to cars, to Microsoft, to NASA. And even then, there are other "parts" of CS.So honestly, it's all up to you, and what you find interesting
  • #1
MartinJH
72
2
I have used the search to find topics on this but to no avail. If there are topics asking this question then please advise me.

I am due to start a degree in computer science in September, here in the UK. It is a life long passion and a degree course I could have never of dreamed of studying but a smidgen of fortuitousness has guaranteed me a place next year.

Again, after briefly looking, the majority of positions available for post grads are phD studentships. So my question, especially for anyone currently in this field, is what opportunities lie ahead. In what sections/fields or jobs can someone expect.
 
Physics news on Phys.org
  • #2
Computer science is a very broad field, so you could be doing a variety of things.

If you take a low-level logic route, you could work for somebody like Intel or ARM.

If you end up liking programming (which, as a CS, you should), you can work for anyone that needs programming in their products. This really is anything, from kids toys, to cars, to Microsoft, to NASA. And even then, there are other "parts" of CS.

So honestly, it's all up to you, and what you find interesting, because there are a LOT of options. Good luck!
 
  • #3
CS is indeed a very broad field and it depends on what you want to do with it. You haven't said what areas you are interested in.

Some people become programmers without going to college at all, while others need a phD for research. Some computer scientists don't even program.
 
  • #4
Leonhart231 said:
Computer science is a very broad field, so you could be doing a variety of things.

If you take a low-level logic route, you could work for somebody like Intel or ARM.

If you end up liking programming (which, as a CS, you should), you can work for anyone that needs programming in their products. This really is anything, from kids toys, to cars, to Microsoft, to NASA. And even then, there are other "parts" of CS.

So honestly, it's all up to you, and what you find interesting, because there are a LOT of options. Good luck!

I had written a well thought out response that had taken me almost ten minutes to write and I accidentally hit the close tab :eek:.

I haven't got the time to write it all out again. But I did start by thanking you for the constructive response.

From writing my response I did come to the conclusion that I wait until I'm amid the course because I'm hoping a module I study will be favorable one. From the list of modules available, I am unable to suggest, apart from programming, what areas we will be studying but to imply areas/fields that Intel specialize in then it is encouraging and highly motivating for myself.
CS is indeed a very broad field and it depends on what you want to do with it. You haven't said what areas you are interested in.

Some people become programmers without going to college at all, while others need a phD for research. Some computer scientists don't even program.

Again, I had a well written response by my dam trigger happy left mouse finger!

Thank you for the helpful response. Within my last attempt I did explain that I do have areas of interest, but deliberately held-back from digesting because these areas are only from watching videos and reading - I've only lightly dipped my toes into the pool of CS. I haven't got any practical experience, yet, of these fields. But I do have a very keen interest in programming and an interest in hardware, as in, devices ability to communicate with each other (I have had a very long obsession for creating and programming chips, for which I have been unable to devote enough time for researching, as of yet)

These ideas are to be taken lightly, though, because having only lightly delved into it I realize this field is broad and it will be a challenge for me since I'm more of a hands on person rather than the academic route. I'm definitively looking forward to what lies ahead in the next coming years and I've never been so excited.
 
  • #5
It's still way too early to think of specializing, though. Don't worry about it yet. Take as many electives as you can when you have the chance to.

From what you said, you might be interested in classes like computer engineering, networking, embedded systems, robotics, systems programming, etc.
 
  • #6
Carnivroar said:
It's still way too early to think of specializing, though. Don't worry about it yet. Take as many electives as you can when you have the chance to.

From what you said, you might be interested in classes like computer engineering, networking, embedded systems, robotics, systems programming, etc.
I apologise for the extended time in replying. Assignments keep me busy.
Having done a quick Google search on those topics to clarify they do seem to fit with what I'd like to do perhaps.My next question is this, what do you guys recommend I start looking at during the summer until the course starts in September. I already plan on topping up my maths.
I guess it's a case of keeping up to date with current technology and to read papers.
 
  • #7
I'd say to try to find out what the main programming language your school uses, and learn some about that. It's usually C++, but it's sometimes Java. C++ is always a safe bet though. Or, if you want to start a little easier (nothing wrong with that! I might even recommend it), and still learn a useful language, Python is the way to go. If you're going the C++ route, let me know and I'll point you in the right direction for learning it.

Also, if you have time, learn to use Linux, since a lot of colleges use it for programming.

I'm in the United States, so things might be different, but those should be still pretty standard.
 
  • #8
Leonhart231 said:
I'd say to try to find out what the main programming language your school uses, and learn some about that. It's usually C++, but it's sometimes Java. C++ is always a safe bet though. Or, if you want to start a little easier (nothing wrong with that! I might even recommend it), and still learn a useful language, Python is the way to go. If you're going the C++ route, let me know and I'll point you in the right direction for learning it.

Also, if you have time, learn to use Linux, since a lot of colleges use it for programming.

I'm in the United States, so things might be different, but those should be still pretty standard.

As far as I'm aware, C++ is the language they are going to teach. I do plan on dedicating my time, extensively, over the summer to learn and gain a possible head start.
Though without interruptions, I have been able to watch one or two videos here and there. I know that's not ideal and to be honest I'd love to buy a book but I genuinely have to focus my time with my current studies, though this is coming to an end in the next few weeks.
Python is also another language I'm possibly going to look at. The reason for this is that the Raspberry Pi employs it. This is a device I'm looking forward to playing about with and I have a funny feeling that come the third and last year within my degree course it may be a device I can base my final year project on.

If you have any directions for me to follow with regards to programming then I'd more than appreciate any advice given.


With regards to Linux, I have or did have a VM running Linux. Boy is it a strange environment, nevertheless I enjoy learning how to do things differently considering Linux appears to be more command line and I feel it is definitively something I should invest my time in.
 
  • #9
Okay, for books on C++, I think the one you should get is "The C++ Programming Language" (4th edition) by Bjarne Stroustrup. It'll be released on May 20th I think, so it's timed well for the end of school.

The Raspberry Pi is really cool, but I will say that it's hard to get up and running, so good luck!

Honestly, once you look at Linux a bit, at some point you'll realize that it's not so different. The terminal is VERY important for really learning Linux. As it is, my own project for the summer is to build my own Linux distribution from scratch. Should be fun. hahaThe following is really only useful once you start programming (maybe look back at this again when you start), and is mainly aimed at C/C++:

Learning how to use the language is very important of course, but there's another part of it, coding style. Style is basically how your code looks. It may not sound very important, but in the future, it will be, since you never know who will end up looking at code that you write. Keep in mind that there are probably entire forums and books dedicated to talking about coding style, so this'll be a brief talk about it. Also, it's 99% opinion based, so this is only my own. The reason I'm telling you now, is that it's hard to change your style after you've developed one (I know from personal experience). Well...that was a long intro to the topic. Moving on.

If you search Wikipedia for "Indent style", and read up on K&R, and the 1TBS varient, I think those are the best to use, as they are basically the "standard" style (it has other benefits, but I'll keep this short). Also, keep each line of code to 80 characters maximum. This is considered kind of "old school", but if you have to access a remote server with an 80x24 character terminal, you'll be very glad you did. There are lots of other elements to style, but those are the main ones.Honestly, I could talk about this all day, and would be happy to do so if you want to hear it, but I think that it would be more useful once you start learning and trying things for yourself. Just reading isn't a very good way to learn programming. So, feel free to send me a PM if you want to hear more about it once you start, or now if you have any questions. I hope this has been helpful!
 

Related to Exploring Opportunities in Computer Science: What Lies Ahead?

1. What career options are available after completing a degree in computer science?

There are many career paths you can pursue after studying computer science, including software development, data analysis, cybersecurity, web development, and artificial intelligence. With the rapid growth of technology, there is a high demand for professionals in these fields.

2. Can I work in a non-technical role with a computer science degree?

Yes, a degree in computer science can also open up opportunities in non-technical roles such as project management, consulting, or technical writing. The critical thinking and problem-solving skills developed during your studies can be applied to various industries.

3. How important is continuing education in the field of computer science?

Continuing education is crucial in computer science as technology is constantly evolving. It's essential to stay updated with the latest advancements to remain competitive in the job market and meet the demands of the industry.

4. What skills do I need to excel in a career after computer science?

In addition to technical skills, employers also look for soft skills such as communication, teamwork, and adaptability. These skills are crucial for success in any career, and they can be developed through internships, group projects, and extracurricular activities during your studies.

5. Can I work in other fields with a computer science degree?

Absolutely, a degree in computer science provides you with a solid foundation in problem-solving and critical thinking, which are valuable skills in any field. Some common career paths for computer science graduates include finance, healthcare, and marketing, among others.

Similar threads

  • STEM Academic Advising
Replies
10
Views
1K
  • STEM Academic Advising
Replies
24
Views
2K
Replies
1
Views
842
  • STEM Academic Advising
Replies
1
Views
1K
  • STEM Academic Advising
Replies
3
Views
1K
  • STEM Academic Advising
Replies
21
Views
4K
Replies
2
Views
4K
Replies
15
Views
1K
Replies
6
Views
964
  • STEM Academic Advising
Replies
2
Views
950
Back
Top