Important Notice:

Introduction To Programming

Introduction To Programming

106 views 2 min read

Introduction to Programming(प्रोग्रामिंग का परिचय):-

Programming (प्रोग्रामिंग) वह प्रक्रिया (Process) है जिसमें किसी Computer से कोई कार्य करवाने के लिए Instructions (निर्देशों) का एक क्रम (Sequence) लिखा जाता है। इन Instructions को Program (प्रोग्राम) कहा जाता है।

कंप्यूटर स्वयं कोई निर्णय (Decision) नहीं ले सकता। वह केवल Programmer द्वारा दिए गए निर्देशों (Instructions) का पालन करता है। इसलिए किसी समस्या (Problem) का समाधान करने के लिए पहले उस समस्या को समझा जाता है, फिर उसका Algorithm बनाया जाता है, Flowchart तैयार किया जाता है और अंत में किसी Programming Language की सहायता से Program लिखा जाता है।

आज दुनिया में सैकड़ों Programming Languages उपलब्ध हैं, जैसे C, C++, Java, Python, JavaScript, C#, PHP आदि।

सरल शब्दों में,

Programming वह कला (Art) और प्रक्रिया (Process) है जिसमें Computer को किसी कार्य को करने के लिए चरणबद्ध (Step-by-Step) निर्देश दिए जाते हैं।

English

Programming is the process of writing a set of instructions that tells a computer how to perform a specific task. These instructions are written in a programming language and together form a Program.

A computer cannot think or make decisions on its own. It only follows the instructions given by the programmer. Before writing a program, the problem is analyzed, an algorithm is prepared, a flowchart is designed, and finally the program is written using a programming language.

There are hundreds of programming languages, including C, C++, Java, Python, JavaScript, C#, and PHP.

Simple Definition

Programming is the process of giving step-by-step instructions to a computer to solve a problem or perform a task.

What is a Program?Program (प्रोग्राम) क्या है?

Program निर्देशों (Instructions) का एक समूह (Collection) है जिसे Computer किसी विशेष कार्य को पूरा करने के लिए Execute (चलाता) करता है।

English

A Program is a collection of instructions that a computer executes to perform a specific task.

Who is a Programmer? Programmer (प्रोग्रामर) कौन होता है?

Programmer वह व्यक्ति होता है जो Programming Language का उपयोग करके Program लिखता है, उसकी जांच (Testing) करता है तथा त्रुटियों (Errors) को ठीक करता है।

विश्व की पहली प्रोग्रामर Ada Lovelace थीं। उन्होंने 1843 में Charles Babbage के Analytical Engine के लिए पहला एल्गोरिद्म लिखा था।

उनका पूरा नाम था:-Augusta Ada King, Countess of Lovelace.उन्हें Ada Augusta भी लिखा जाता है।

English

A Programmer is a person who writes, tests, debugs, and maintains computer programs.

Ada Lovelace is considered the world's first computer programmer. In 1843, she wrote the first algorithm for Charles Babbage's Analytical Engine.

 

Related Notes