Thursday, April 23, 2020

what are the steps in programming?

Jill Thomer: first and last you are have a good logic know proplem and algoritm solve problem on the paper and create logial diagram select lanquge write your solotion with this lanquage first begin with alogoritms books...Show more

Patrica Loertscher: 1- Define Problem (inputs,outputs)2- Creat Logic (Functions)3-Code (Implimentation)

Connie Dickirson: Testing is also a VERY important step. People don't like buggy software.

Lou Ravelo: Everybody has their own preferred method and will tell you it's the best, it's wise to look at a few and decide for yourself. There's plenty of information available at www.codeproject.com, registration is free and it will not only give you all the help you could ever need in all of the popular languages but there's a huge amount of source code available too.

Kris Bozelle: programming steps problem solving phase1. analysis and specification(define problem and what solution must do)2.general solution (algorithm)! (develop logical sequence of steps to solve the problem)3.verify(follow steps by hand) implementation phase1.specific solution(program)(translate algortithm to code)2. test(check computed results manually) maintenance phase1. use the program2. maintain ( modify to meet changed requirements or to correct errors)Five phases of programming1. state the problem clearly2. describe the input and output information3. work the problem by hand(or calculator) for specific input4. develop a solution that is general in nature5. test the solution with a variety of data sets...Show more

Dorris Homola: hi help please this is the link http://ph.answers.yahoo.com/question/index?qid=201... thank you so much in advance

Nannie Kasee: read the problem few times and think about itWhat are the tools you have learned to get it doneBrainstorm it. U might have to walk up and down few steps in your living room or drink few extra water Glasses. But keep on doing it for at least a D! ay.Next day morning when you wake up for sure you will at leas! t have a slight ideal and tools geared up to go with the codingIf needs to, draw it, may be stick figures.Now its a time for you to become a Code Monkey. Its time to scratch head and butt. Start writing a small code that you know as an example. try modifying it until you get to something similar that you want to do. Keep on doing it. This is mostly a trial and error method. But you do can get your program done. Once you become a senior programmer you can go with those programming life cycle stuff. Start with this you will learn debugging....Show more

Jeff Frizzell: Steps:How memory is used and what variables are. How you can calculate in C..What different types of variables there are and what you use them for.What casting is and when you need to use it.How to write a program that calculates the height of a treeâ€"any tree....Show more

No comments:

Post a Comment