Posts

Showing posts from November, 2019

What Is Programming?

Image
Programming  It  is the process of creating a set of instructions that tell a computer how to perform a task. Programming can be done using a variety of computer "languages," such as C/C++, Java, Python, Ruby, Swift, Kotlin, SQL and many more. If you had never learned to programme earlier then you might be wondering what is programming? So, basically, when we write a program,   we're giving the computer a series of commands that kind of look like a weird form of English. Computer programming  is the process of designing and building an  executable   computer program  for accomplishing a specific  computing  task.  Programming  involves tasks such as analysis, generating  algorithms , profiling algorithms' accuracy and resource consumption, and the implementation of algorithms in a chosen  programming language  (commonly referred to as  coding ). Programs are behind the websites and the ...