Back to Browse

What is Programming ? What is Coding ? Why coding ?

13 views
Oct 5, 2025
23:04

In this video i am discussing about what is programming ? , What is Coding ? Why coding , Why Programming What is Programming ? Programming is the process of writing a set of step-by-step instructions, or "code," in a specific language that a computer can understand and execute to perform a specific task or solve a problem. Why do we want that computer to understand something ? Because computer have some super Powers like Speed Accuracy consistency The language that helps to communicate a person to a machine . Those are known as programming language What is Coding ? Coding is a process in which something is code in to some another form Example : Step 1 : take a number Step 2 : take another number Step 3 : sum those numbers Step 4 : print the sum of numbers Coding in javascript. let a = prompt(“Enter a number”) let b = prompt(“Enter a number”) Let c = Number(a) + Number(b) console.log(“sum is “ , c); Coding in c. Int a , b; scanf(“%d”,&a); scanf(“%d”,&b); int c = a + b; printf(“sum is %d“ , c); scanf() Why Programming ? Resourse : doc link (ReadOnly) : https://docs.google.com/document/d/1sMZCpw86jeCT7l4Vwj8pwgdMKYUmkXEWyxrjVMGj73Q/edit?usp=sharing #Programming #Coding #LearnProgramming #ProgrammingForBeginners #WhatIsProgramming #CodingForBeginners #LearnCoding #CodeNewbie #ProgrammingBasics #programmingtutorial #JavaScript #CProgramming #LearnJavaScript #LearnC #CodeInJavaScript #CodeInC #WhyProgramming #WhyCoding #ProgrammingLife #CodingLife #ProgrammingSkills #CodingSkills #learntocode #TechEducation #SoftwareDevelopment #DeveloperLife #TechCareer #FutureInTech #CodingCareer #softwareengineeringlectures #TechTips #ProgrammingTips #CodeTips #100DaysOfCode #CodingJourney #ProgrammingJourney #learntechrepair #ComputerScience #TechEducationForBeginners #CodingTutorial #ProgrammingTutorials #CodingHelp #ProgrammingHelp

Download

0 formats

No download links available.

What is Programming ? What is Coding ? Why coding ? | NatokHD