now i m going to give u a brief introduction about HOW CAN U - TopicsExpress



          

now i m going to give u a brief introduction about HOW CAN U THINK LIKE A PROGRAMMER? what are the strategy or steps to make a program? there are many steps you have to perform like.. 1. Analysing the given problem. 2. how to solve this problem.(with problem solving ability). 3. Draw a rough sketch of this problem. 4. draw the flow chart of this problem. 5. implement it with the algorithm. 6. finally u can write a code in any platform like c,c++, java, php etc... in these steps u have to spend ur 60% of time to solve ur problem..& u dont waste ur time in coding phase directly..like hit & trial method...otherwise u cant be a good programmer.. At the problem solving phase..which man have more command over maths or different strategy to solve the problem he can do fast . so develop ur problem solving skills first.. SOME TIPS by me:- For first phase analise the entity, attribute & relationship btween them in your problem data are given..note them. what are the inputs of problem if given otherwise analyse the inputs of various type of input to formulate it......Note the expected outputs of the program.... 2. at second phase...formulate whole input data to convert in expected outputs....to do this u will learn after some chapters..like array, class, inheritence, etc...that what are given & what have to find out & what syntax we use to find expected outputs..like by using class, inheritance....what will be the field of class, datatype, etc...after learning some chapters of java... 3. always use the pen paper to draft any solution or generate an algoritham..think on paper & implement it. 4. coding is simple to implement ur previous draft by syntax of c++, java, php etc..any high level language... we have less time to tell u but i think it will enough to understand...to be a good programmer always remember the mathematical terms & formulla.. to implement live project using program.
Posted on: Sun, 31 Aug 2014 11:01:01 +0000

Trending Topics



Recently Viewed Topics




© 2015