Skip to main content

Posts

Showing posts from November, 2020

Coding Vs Programming

A lot of people are confused about Coding and Programming.In this article we will try to find out what exactly is Coding and Programming.                                           Coding For communicating with computers and to make them understand what we want them to do,set of instructions are used.These set of instructions are called as Codes. Coding is the art of communication with the computers because computers do not understand human language.It involves writing codes in different programming languages as instructed.There are many programming languages that you can use to write codes. Some of the programming languages are Python, Java, C++, Ruby etc. Coders translate their logic into machine code and in turn computer gives us desired output. Before coding you need to  have an outline of what yo...