Computer Science, asked by simrankumar4411, 1 year ago

Differentiate between design and coding. Give five differences

Answers

Answered by masterbrain123
0

Answer:

Coding is basically the process of creating codes from one language to another one.  It can also be called as a subset of Programming since it actually implements the initial steps of Programming. It involves writing codes in different languages as instructed. The machine can’t interact with human communications and it only understands the machine code which is the binary language. So, the main work of a coder is to translate the requirements into machine understandable language. Coders need to have a thorough understanding of the project working language.  However, they mainly code as per the project needs and instructed information. This is the initial step of developing a software product.

Programming is the process of developing an executable machine level program which can be implemented without any error. It is the process of formally writing codes so that the human inputs and corresponding machine outputs remain in sync. Creating code is the beginning steps and then programming is used to analyze and implement the same and produce the proper machine level output. It also involves all the critical parameters from debugging and compiling to testing and implementation. Programmers use to analyze and conceptualize the different aspects of the communication and produce the correct machine outputs. It normally takes much more time for an individual to become a programmer than a coder.

Similar questions