5 things that Computer Science Engineering students should focus on
Written by navin on September 4th, 2009 in In Depth, Miscellaneous 65 Comments
Tags: education, engineering, trends
What should students be really focusing on? Somebody asked me this question recently – Imagine students who are in 2nd or 3rd year of their degree course right now. They’ll spend a few years finishing college, and a few years just learning the ropes at their first job. So it will really be about 5 years before their career really starts. What will the software technology world be like at that time, and what are the skills that students can work on acquiring right now to ensure that they are well positioned to thrive?
Of course, 5 years is a long time, and to quote Neils Bohr, prediction is very difficult, especially about the future. Still I think some general trends are clear, and there are some other timeless skills that are worth looking at. Based on that I’m giving my list below.
But wait!
Let me not bias your thoughts. Before you read my list, skip to the comments section below, and put down your list. Then read my list and critique it again in the comments. Hopefully we can have a good discussion that will benefit students.
So, here’s my list of areas students need to be thinking about:
- The next billion customers: The IT revolution has probably reached a billion people of the world so far. In the next 5 years, it will reach the next billion. These will be a very different set of people. Many of them will be illiterate – so you need to focus on non-text, non-English interfaces – video, animations, voice recognition. Search for “English Seekho” to get an idea of what I mean. Most won’t have money or electricity for computers, so mobile devices will rule – so you need to start playing with mobile platforms like Android. In general, search for the “the next billion” and you’ll find some interesting material put together by the likes of Nokia, and MIT giving you ideas on what to focus on.
- Usability: As IT touches the lives of more and more people, less and less of them will be “computer savvy”, and less and less of them will view computing devices as something that needs to be learnt. Consequently, the products that will succeed, will be the ones that are easy to use. And making something easy to use is rather difficult. It is a sub-discipline of computer science, and there is a lot of theory, and a bunch of well-defined algorithms and practices you can use to make things easy to use. The whole area is called HCI (Human Computer Interaction), and UCD (User Centered Design) is a part of it. It’s an area that you must be familiar with
- Computer Science Fundamentals: This will never go out of fashion, and yes, when I look at students coming out of our colleges, this appears to be a rather neglected area. Far too much emphasis on specific programming languages, and specific “technologies” is a mistake. Whatever the future holds, you will be well served by knowing the basic theory of computer sciences. Learn data-structures and algorithms. If you don’t have a favourite data-structure, and an algorithm that you find beautiful, then your computer science education is incomplete. If, after seeing an algorithm, your first thought is not about the complexity of the algorithm (O(n), O(log n), etc.), then you need to hit your books again. If you’ve only learned Java and C#, and you don’t really understand pointers, heaps, stacks, you will sooner or later be at a disadvantage. Understand the basics. And while you’re at it, also learn mathematics and statistics.
- Presentation skills: This is not a computer science skill, but this is one of the most important skills that computer science students are missing. You must treat presentation as equally important, or more important than your program, design, and algorithms. And you must spend as much time learning presentation (from books, in classes, and in practice) as you spent on programming languages, and computer science subjects. I’m sure you haven’t done that, hence this item in my list. You should know how to write well. Not just papers and documents, but much more importantly, emails, and blog posts, and facebook wall postings, and tweets. You must think about what the user/reader/client wants to know (instead of what you know and want to tell). And of course, you must know how to speak well. How to tell a story instead of listing some arcane facts about your work. How to leave out stuff that you find extremely interesting, but the listener doesn’t.
- Economics: Scott Adams, the creator of Dilbert says: “When you have a working knowledge of economics, it’s like having a mild super power.” Basically, if you understand the fundamentals of economics, you can see and understand what drives people and technologies and success and failure a lot better than people who do not understand it. I hated the fact that I was made to study economics in IIT for my computer science course. It seemed like a complete waste of my time. Now, looking back, I think it was probably the most important course.
What do you think students should be focusing on?
(Note: I’m supposed to be participating in a panel discussion in MIT on Monday, 7th Sept, on this topic. Instead of going there and spewing my gyaan, I thought I would take this opportunity to have a larger discussion on this topic, and your comments will help me do a better job (or go there with a better list), so please leave comments. Thanks.)
(Update: Please note: Many comments on this article are by 12th std. students who want to know how to select an engineering college or branch. In response to all of those, I’ve written an article on how 12th std students should select an engineering college/branch. Please read that article, and ask your doubts there. I will be deleting any comments on this post that are related 12th std choices.)
RSS
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_b.png?x-id=ec46f5f8-a253-4109-8de6-badf7272cc4a)

+1 for Presentation skills and Fundamentals.
+1 for Analytical skills too!
My customised list———
1. What are your interests?
Remember Microsoft and Google founders worked on their interests and not what was hottest thing happening during their time.
2. Its about taking things to the next level.
For example,
Flash back–>’90s : Think of theaters then.
Present –>2009 : Multiplexes nowadays.
Future –> ?? : Megaplexes??
3. If you have thought about doing something “STICK TO YOUR PLAN” no matter what. Things will happen.
Never mind, if you are advancing at a slow speed towards your goal. It is at least better than doing something at lightening speed in the wrong direction.
Thanks a lot Navin. Your list is great. You have truly explained your points well.
Dear Navin,
Thanks for the items in the bullet list, and specifically for including the fourth and the third items (in that order).
* Many junior programmers, and even senior programmers/team leaders/project leaders seem to have unfortunately had no opportunity to learn presentation and writing skills. Additionally, I’ve found it difficult to convince junior programmers that these skills are relevant to their career (perhaps I could have done that if I myself had better communications skills). One of the most useful presentations that I have seen on this topic that I’d like to share (and one that I have revisited on multiple occasions) is by Simon Peyton Jones, and is accessible at http://research.microsoft.com/en-us/um/people/simonpj/papers/giving-a-talk/giving-a-talk-slides.pdf.
* As for your point on unnecessary emphasis on mastering specific languages and technologies, I think that is partly driven by the fact that many companies bucket new employees as “C++/Java/.NET resources” (I have a problem with being thought of as a resource rather than a person, but that’s a topic for another discussion).
As a result, there is a much more emphasis on understanding software development tools, methodologies, and frameworks. This leads to a general mindset where knowing obscure properties of rarely-used features of some programming language or tool is seen as being much more relevant than having at least some familiarity with topics in probability, combinatorics/discrete math, basic number theory, graph theory, etc..
Going beyond what you have mentioned, it would be nice if you (or any other reader) could share ideas on how students can be convinced that these subjects are important.Put another way, how does one respond to statements such as:
“In my job as a Java programmer, I spend 99% looking at and writing Java/JSP boilerplate code. I have access to fast hardware, or work on application programs that make the different between O(n log n) and O(n^2) time irrelevant for all practical purposes. I have libraries that do everything for me. Substantiate your claim that knowing about Fibonacci heaps, or Gaussian elimination, or Student’s T-test is even remotely relevant to me.”
without sounding too philosophical, pedantic, academic, unrealistic, and impractical?
@Harshal, totally agree with your point #3: stick to a plan. Everything non-trivial that someone tries will go through a bad patch, when she’ll feel like giving up. She must get through that phase.
For point #1: follow your interest, I would say that if someone has a passion (something like motorcycles, or guitar, or hindi movie songs) then she should definitely try to do something that combines their profession (i.e. software) with her passion – her best and most long-lasting work will come from that. On the other hand if her “interest” is a general area, like “networking”, or “programming languages”, then I would suggest that she should be open to options and opportunities – such interests can change rapidly with the company you keep.
As for your point #2: while I generally agree with it, I think it is rather difficult to put into practice without experience – so success students have with it will be limited.
@KS, that’s a great question ( “how to convince students that these subjects are important.” ) – unfortunately one that I don’t have a good answer to. So I would definitely be interested in hearing if any reader has any suggestions.
I could, in theory, try to come up with arguments that could be made to the students – but I’d rather hear from someone how has (hopefully successfully) tried it in practice. (“In theory, there shouldn’t be any difference between theory and practice. But in practice, there is.”)
Navin,
I am agree with you on all above five points. Still I can emphasis importance of “Computer Science Fundamentals”. What I observer over the years that students only focus on interviews and written exam. That is fine. That is important but that is not every things. In many companies interviewer ask questions about language. ( Though his intention is to check student’s concepts, logic, attitude.) What we have experienced in IT industry if are Good in logic and concepts, you can learn and mastered in any new language.
Same thing for mathematics and statistics. Many teachers in university are talking about removing “mathematics and statistics” from B.Sc. Comp. and BCA syllabus. They are important in Computer Science. There are many situations where we realise importance of fundamentals.
All good points, here are my thoughts on the subject of getting the basics correct:
1. make a university level rule that you cannot get your degree unless you clear around 8 online programming tests – something similar to MGPT (Machine Graded Programming Test) that NCST had. It was impossible to clear the test unless you have good knowledge of data structures, algorithms and other core computer science concepts.
2. Anyone who can influence hiring decision at their organization should ensure that the candidate is not evaluated on how well he knows the syntax or how well he knows a particular API. Unfortunately, this is “the” trend at least with Indian Software companies.
Point I intend to put across is that it is not entirely the fault of students that they are not focusing on core computer science. We as professionals should take that blame on us for making our industry technology/framework/language oriented rather than striving to make it a real “Engineering” industry.
Nice list. I would like to add a few things for students aspiring to be programmers.
1. Fundamentals (algorithms and data structures… you have already covered this)
2. How to use version control (in fact I think all college programming assignments must be checked into CVS/SVN/GIT by students)
3. How to write clean readable code (clarity of intent, comments, formatting)
4. Writing maintainable code (separation of concerns)
5. How to ask questions on forums
6. How to collaborate with other developers
7. Communication skills (you have already mentioned presentation skills… but I would like to add communication skills for learning how to “make a point articulately”, “written communication… especially writing coherent email”)
8. How to use social media for connecting with the larger development community (I think student assignment submissions should be done through their blogs. This way students can start building a digital portfolio of their skills while they are still in college. Blogs as well as podcasts can be used for assignments and presentations)
I am sure there are many more, but these points come to mind right away.
I would rather see students learning Computer Science fundamentals. Not to say others are not important, but the chances of someone hitting a compiler textbook post studies, are slim. So, while they are at it, they should ensure they have nailed it right. They should also be coding a whole lot.
Presentation skill should be replaced with verbal & written communication skill.
I disagree with suggestions of focussing on billion customers and learning about UI. They are niche areas and can be learnt if someone is interested in entpreneurship or usability.
My list: (apart from computer fundamentals like algorithms etc. which are of course required)
1. Learning ability: As you have rightly said, technology will keep evolving in unforeseen directions. So ‘learning to learn’ is a key skill.
2. Adaptability to new thoughts & ideas.
3. Reading & comprehension: These basic skills are ignored many times, but are crucial in many ways..ability to listen, read, understand & analyze are so fundamental to the software engineering process.
4. Writing/expression: Programming or design requires clarity of thought & expression. If you can’t express your thoughts simply & clearly, chances are it reflects in your code & vice versa.
5. Width of knowledge: (as against only depth in chosen domain)
Along with your mentioned points, Navin, I think, students must be aware of practical world of Software profession.
For that I would suggest, students to go through the blogs like http://www.joelonsoftware.com/ & http://www.paulgraham.com/.
It’s great to learn from the experiences of entrepreneurs like Joel Spolsky & Paul Graham
Besides, I would suggest few good books to read.
1.THE MYTHICAL MAN-MONTH: ESSAYS ON SOFTWARE ENGINEERING / FREDERICK P. BROOKS, JR.
2. Code Complete by Steve McConnel
1. It is important that students develop as ‘T’ individuals, which refers to a dept of knowledge in one field(computer *science* in this case) and .. a broader knowledge of the entire industry..
2. contributing to 1 open-source project.. beginning Third Year.. serves as a very good foundation.
Hi Navin,
You have compiled an excellent list. I’d like to add the following.
1. The current environment has shown that there are tremendous learning opportunities through social (professional) networking sites. Exposure to these sites with the right approach (linked in , Twitter) will help students learn.
2. Learn to use a keyboard. If you are going to use it for the next 30+ years, it is worth spending a few days and saving on a huge amount of time and getting a non-important thing out of the way.
There’s a small list on my site that I compiled a few days ago. Not all suggestions may be applicable in this context though…
http://www.employdex.com/article_0002.aspx
Hi Navin,
The above compiled points take care of the major functional aspects that a sofware engineer requires. I would like to highlight the importance of academics in grooming a personality required to become a software engineer.
Our acdemics, we should agree is more of assignment (theory) based and the evaluation system more of an end result based system. So finally students main worry is the amount of marks they score. While this is fine with the initial years of graduation, towards the end the grooming should be in a way as Nishant rightly said, to create ‘T’ individuals with the academics taking care of the horizontal leg of ‘T’. Think of a system which is scenario based and there is evaluation of the thought process. A system that encourages a self discovery model in which students are decision makers and responsible for the outcomes. This I believe is only possible through an internship/incubation programme that simulates an industry environment for these future professionals as the last leg of their graduation. I would also like to mention that these programmes are already there for the M.Sc. (Comp. Sci.) & MCA students. Then where’s the missing link?? Its the approach of students towards these programmes and somewhere the institutions are not very serious about evaluating these internships. The only way the students can get serious towards the basics that the industry requires is by creating a good evaluation system of these topics which in way can help the industry also in their recruitment process. The product of such a system would probably reduce the difference in the fresher and experienced labels given to IT graduates.
Here is an interesting post by Chris Dixon.
“The only college major that matters”
http://www.cdixon.org/?p=848
Relevant snippet.
“Why is it so much better to learn computer science in college (or before)? Because after college it’s very hard to find the time and discipline to teach yourself coding. On the other hand, it’s pretty easy to pick up business skills, economics and all sorts of other skills on the job or in grad school.”
Of course, this could simply be confirmation bias at my end.
[...] 5 things that Computer Science Engineering students should focus onBy navin Sep 4th What should students be really focusing on? Somebody asked me this question recently – Imagine students who are in 2nd or 3rd year of their degree course right now. They’ll spend a few years finishing college, and a few years just learning the ropes at their first job. So it will really be about 5 [...] [...]
students sshould have
1 good communication skills
good knowledge
they should be in up to date with the position & recent implementation
nice body language
i shold persue all the things that would come in my ways n be updated to all the google basd programms.
Hi,
I m a computer science student in 2nd year. Can u please suggest some courses that i should be persuing now? I have done c c++ but not satisfied with my basics.
Sonia,
Instead of doing a course, I suggest you do an actual project. Find a mentor on techstart.in, or on the PuneStartups mailing list, or write to us at PuneTech, and then just go ahead and do a project. You’ll learn a lot more that way, that by doing a course.
hey sonia do that course in which u have interest if u have more/good knowledge about c,c++ then go to java…
hey in my opinion, besides interest , what other things which matter is the the faculty ,,, courses availiable and while searching on the same…i came across this institute by name of Computer Society of India….what i could find was they have good faculty and vast courses availiable…if you want you can check out the same….
http://bit.ly/cdps21
@Garima, I agree that faculty and courses are very important. But you seem to have misunderstood what Computer Society of India is. It is not an educational institution, and it does not have any facutly or courses. They are just a professional body that organizes events and other such things at various chapters across the country.
Well Student’s need exposure to lots of things
they don’t even know about, which on contrary they should know…
And, student’s themselves should be eager
to know about what they can do apart from
using their brain as a razor head coding machine
for Companies..
So, to make student feel need for thinking like that,
they must be told that go and see out there, be curious about other stuff too….
Reading local publication text’s and big references
will get a good job… but might not give satisfaction..
@Navin,
You are absolutely spot on with all 5 points.
To answer the question of how to convince programmers why they need to know the complexity of an algorithm, you can easily point out that the next platform would/could be a cheap mobile phone with a not-so-fast processor that should convince them.
I would like to add one more thing to your list, learn and master another skill other than computers, be it music, sports, trekking etc. Most programmers are pathetic with other skills, even a hand-man’s job for that matter.
I am not trying to give any gyaan, but these are some of my observations when i am interviewing at my workplace:
1. Resume’s generally quote experience like 2.3 years, what does that mean, why not put hours, seconds and minutes. Apparently this trend is established by head hunters, why dont people break that trend beats me.
2. Candidate’s have zero presentation skills, they have no idea what the problem was that they worked on, they only quote big funda’s like this domain that domain, domain my a$$.
They are usually only looking at boiler-plate code. Presentation is very important. A good quote comes to my mind ” If you cannot convince them, confuse them”
3. They are scared to try out new things, they say things like oh i dont want to change my profile, what profile, no one that i know of was born a Java or C# programmer, hell most good programmers i came across so far have been mechanical engg., chemical engg, accounts people, singers, musicians, they did not know how to work computers to start with, but they were passionate and learnt the basics really well. A famous Edison quote comes to mind : “I have not failed. I’ve just found 10,000 ways that won’t work.”
4. Certifications are good, but they cannot be a replacement for basic knowledge. I asked a Sun Certified Java programmer what the complexity of the algorithm she wrote was and she was stumped.
5. Funny incident i gave a programming assignment to a Java certified candidate with 6.3.2.1.45 yrs exp (lol). to write a string reversal using recursion and she was stumped. Another fresher asked me is Java recursion the same as C,C++, C# recursion. God!!!
Hi Mates,
My brother is completing his final year engg. from Indore , he is very confused about his future , companies like bonti services are coming for campus but asking 12k as deposit amount..I am not very sure about the future of all this,,, will somebody guide me that what he should do to get good placement as in which technology will be in demand in near future and how about doing SAP training is that worthy?
Dear Navin,
I came across this write-up while randomly googling for Computer Science Must Know. And i really feel the 5 -point list you gave is a must but sadly it is rarely implemented and I speak from a very personal experience being exposed to the working of a typical Engineering college myself, and a good one at that.
One very real concern i have is regarding the stress that needs to be placed on what you call the Fundamentals- our professors really work to give us the background and necessity of stuff like Algorithms, What-where-which-data structure-to -use, the necessity of makinf a program/code user/programmer friendly etc
BUT come Internship time/Job Hunt time/Summer training time all this goes to nothing!!!! All that we are worried about is How many languages we know/how many certificates we have/whether we have done an internship with a Fancy Hot-shot company or not. No one really cares as to HOW you get there, as long as you DO get there.
Phew! Sorry for the long comment but this article is really though provoking
Currently I am in a huge conundrum as to HOW to make best use of my Summer break cos everyone around just seems hell bent on getting Stamped by a fancy Summer-training Company.
It would also be fun if for sake of the real confused souls out there ( like me :p) some here could tell WHAT really would help w.r.t
1)learning the tools of the trade( my leaning is towards advanced Java)
2)efficient Summer trainings for knowledge in Computer Science
3)and also how one can start being an active participant in Open Source Software contribution
@Isha, great point. Part of the problem here is that many of the companies that come offering internships or jobs for freshers are looking for specific skills with specific tools or languages. This, I think, is a big mistake, both, for the student as well as for the company. But such is life. If a student insists on only working with companies where importance is given to core knowledge and the fundamentals, it might become difficult to find the right opportunities.
I think, the best thing for a student to do is to put some effort into finding out who is the person or people who will be mentoring you. Make sure that you are in a good company, with good quality mentors around you. Other things will follow automatically.
Also, be active in the local community. Join mailing lists and tech groups and attend local tech events whenever possible. That will vastly improve your chances of getting good projects / work / jobs.
For example, in the case of Pune, here is a list of groups and organizations that you can join.
Hello.
I am Anubhav. I am a class 12 student currently giving my board exams. I have been very good at programing languages like java and C++ at my school level. I hardly practice programming, and rarely Study computer science as a subject. Still when it comes to programming, i rarely make mistakes. I find it very easy. This is tempting me to opt for Computer science and engineering as my future subject. As studying computer is never boring for me and i get engrossed in it while i study it.
Is my decision correct or is my decision immature and i should have a second thought about it.?
If yes, then what are the part time courses i can do in my vacation which can help me in getting my basics in computer science strong.?
Plz help, i need guidance as no one in my house is really educated about computers.
Apart from IIT which other institute provide quality education on computer science and engineering.??
Is SRM,chennai a good option?
Dear Navin, Thank you for your very informative article. I am student of B.Tech(Computer Sciences) in 2nd year. I having working on my fundamentals.
hi
i m a computer science 2nd year student..can someone plz help me with what other exams i should give in order to be distinguished from others and also to gain command over my subject…plz plz help me out.
mail me on:kshiitj_ladia@yahoo.com
Or write in here and i would read it later
thanks
take care
well i am a CSE 2nd year engg. student and was about to have summer training in just couple of months..I wanted to know where should i join should it be MNC or some coaching centre which offer short term certified courses?
Another was i have good presentation skilles ,which career can i possibly be to make full use of it?
Lastly, what should i learn more in CSE which will be still hot after i finally get into industry?
i complete my CSE engg. what i do next?
Hello,
I’m a second-semester software engineering student in Iran University of Science and Technology.
My list as a
1. Learning how to generate ideas
2. Learning how to solve problems
3. Learning algorithms well
3. Being a good programmer
4. Being good with operating systems
5. Knowing things about network very well
7. Learning about AI
6. Doing Research in different fields, AI, algorithms etc.
Hiieee…90 % of my list actually matched with your list. I think I am going in the right direction…but in-spite of making my list…i still had a doubt that whether i should follow this or continue my boring syllabus. But after reading your blog, this gave me confidence of being a better engineer and will surely study in this approach…apart from my syllabus of course.
hay….hiii actually ive just completed my 12th standard this year..! i have decided to join CSE(Computer science engineering).I’m a little scared about the subject and what programming i’ll be facing,so im really perplexed..!
And please tell me how programming will be for a beginner like me n how to master it..
@Srikanth, Don’t worry so much. You’ll do fine. When they’re teaching programming, pay attention in class, and as soon as you’re able to do so, start doing small programming projects by yourself (learn from Google – there are lots of easy-to-follow tutorials…)
but navin sir,its important for me to get interest in programmin how do i get that n start preparing my own programs.HOW DO I GAIN INTEREST IN IT?? any simply methods where i can excel ??
@Srikanth, you will get interested in programming once you are able to write some interesting programs. I would suggest waiting for your class to start. Don’t get so worried.
But if you can’t wait, check out my Python Challenges blog. You’ll need to read it in reverse (oldest article first, which is at the bottom of the page).
Hi,im in the beginning of my 3rd year of comp science engineering.So far i just know c,c++ but i’m not a master in it,especially the pointers part.I just had data structure subject in which i really find time complexity chapters(the big O,and theta)very confusing.I’ve read the abv subject from Cormen yet didnt very well get it.I tried video lectures of MIT but it takes a lot of time for me to watch videos courtesy slow connection.Is there any tutorial which would give good notes?
Also i wanted to do a project on topics like data network security,socket programming,mobile applications,operating system or on open source(or any topic you find good) but due to my lack of knowledge i’m simply clueless on how to start.I don’t have any teacher to guide me so can you suggest me good tutorials that would help me from scratch?
@chantel: Go through this link. You will find some good information about data structure book.
http://stackoverflow.com/search?q=data+structure+book
Also, http://stackoverflow.com/ is pretty good site for programming related queries.
Hey guys,
I am a mobile developer and received an email from Forum Nokia, inviting for a workshop to learn how to create Widgets and more about QT.
This workshop is on 16th June in Mumbai and we just have two days for registration. So just wanted to know if any one knows more about this workshop or has attended any such workshop before.
If anyone can share their experiences or thoughts in the same regards?
The link to their website that I received in the email was: http://www.codeofpartnership.com/agenda.html
Thanks in advance..
Hi,
Actually i hav just completed my 2nd year of Comp Sci & Engg …
N still i m confused on what a basis i’ll get a job and what courses should i go for … I hav a little knowledge of C\C++ n right now getting training for JAVA.. U people seemed to be very much knowlegdeble.. can u help/guide me please !!!!!!!!!!!!
Reading above all posts i got little confused.. Can u people tell what things i must be knowing
great article ….
after reading ur article it made me to think once again that what should i do to succeed….
thanks a lot….
helo,
im done wit my intermediate with MPC and lokking forward for doing engineering.I have got interest in computers n all the stuff related to it.So i have planned to do Software engineering.But i hve a doubt whether to do CS or IT?And whats d difference between them and which amnong them has more demand.can u plz help me out….!!!
i have completed second year . i am pursuing btech in computer science and engineering . i can do the c++ programming bt many things are still not clear to me nd now java , dotnet , html ,etc other subjects r coming…..please suggest me wat 2 do .either carry on with the java nd other subjects or i should study c++ more …nd also suggest me wat should i do in these holidays 2 improve my computer skills ????
@Vaibhav, please read the whole article again. Stop focusing on C++/Java etc. Focus on core subjects. Data-structures. Algorithms. And other things mentioned in the article.
@Ravi, you need to decide whether you want to be a manager or a techie. If you want to be a techie, then do an MS. Apply to universities where seniors from your college have successfully gotten admissions. If you want to be a manager, then work for 3/4 years and them apply for an MBA.
i try to focus on these
i have a doubt though i wanna go pg probably mtech in cs or mba dunno
any ideas which is better n where should i apply for
wanna study abroad in cheap
how can do major training in pune free of cost
for engineering student
@chanchlesh, I suggest self-study. Use google. MIT Open Courseware. Wikipedia. Open source projects. Lots of other places where you can learn things for free.
thnks i really feel ur points r gud.i have taken cse(1 year).so i will surely take ur points
navin sir i actually just completed my 12th standard this year, i have decided to join mechanical engineering but i have a Littel bit of interest in CSE
,so i confused to choose which one plz tell me
Hai, Navin sir I am Just completed my 12th standard in IIIT.
My University offers 6 engineering courses. I have interest in CSE.But I am not perfect in python programs,till now I don’t know about java ,c++ and other languages.Can I suppose to choose that stream in engineering.sir please reply me fast….
@Sri, I just wrote a detailed article on how to choose an engineering college/branch. Check it out here.
sri, don’t worried about your languages first you must concentrate on basics than everything will ok don’t choose wrong branch ,if you have any clarification ask any other experts in your field