Skip to main content
5 answers
6
Asked 1750 views

Software engineer

Which subject I have to study in 11th class for becoming a software engineer and after that what I have to do? #computer #software #computer-engineering #software-engineering #software-industry

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

6

5 answers


2
Updated
Share a link to this answer
Share a link to this answer

Thomas’s Answer

Algorithms algorithms algorithms. Computer Science is all about solving a complex problem as quickly as possible. Something you'll learn a lot about is Big-O Complexity. Take a look at this: http://bigocheatsheet.com/


As mentioned (by just about everyone else) it's all about the math. How can the problem be solved mathematically? Really at this point in your career math is more important than programming. Programming is going to be about Syntax and you'll learn dozens of languages but mathematics is where you will become successful.


I've also mentioned on a couple of other posts that Harvard has a free computer science course CS050 that you could take in your spare time which will also give you a good introduction to computer science.


Good luck!

2
0
Updated
Share a link to this answer
Share a link to this answer

Kevin’s Answer

I would also suggest getting involved with your local FRC - FIRST Team. Get real world experience programming robots. Fun and learn how to apply the programming algorithms to complex problems.

0
0
Updated
Share a link to this answer
Share a link to this answer

Joe’s Answer

Calculus, Physics and computer programming are great classes to take during your junior and senior years.

0
0
Updated
Share a link to this answer
Share a link to this answer

John’s Answer

Do you mean during junior year?
If you have any computer programming classes, take advantage of them. Plus, take your mathematics and science classes to help prepare you for your career. :)

0
0
Updated
Share a link to this answer
Share a link to this answer

Siddhartha’s Answer

The best subject to study to become a software engineer or any other engineer for that matter is math. It may seem counter-intuitive, but having a strong background in math will help you break down hard software engineering problems into their most basic parts. Beyond having a strong math background (take as many math courses as you can), maybe learning a programming language (any one) will just help you get your hands dirty. Hope this helps!

0