English, asked by sg249344, 9 months ago

What is difference between Coding and programming​

Answers

Answered by ranahridanshu
3

Answer:

Programming is the general process of creating a program that follows certain standards and performs a certain task. Coding, on the other hand, is a part of programming that deals strictly with converting the language we understand into binary commands for the machine.

Explanation:

plzz mark me as brainlist

Answered by Angie432
1

Answer:

Coding is the process of translating and writing codes from one language to another whereas Programming is the process of building an executable program that can be used to carry out proper machine level outputs.

Though the terms are often used interchangeably, coding and programming are two different things. Coding refers to writing codes for applications, but programming is a much broader term. Programmers find solutions to problems and determine how they should be solved.

Coders are mainly used to translate the requirements and their logic into a language that machines can understand whereas Programming deals with much more than that. ... Coding is the initial step of developing any software and thus it is much easier and simpler to analyze and understand than Programming.

In the early days of general purpose computing, you had machine code, binary typically expressed in groups of 3, octal, or groups of 4, hexadecimal. You did not even have an assembly program. It was the job of the assembler to translate the psuedocode into machine code. This person was sometimes called the coder.

Similar questions