Important Notice:

Course Content
Introduction to Programming (Chapter 1) M3-R5.1
About Lesson
The basic Model of computation:-
Problem definition:

Problem की definition में उपलब्ध इनपुट parameters और desired solution के संदर्भ में problem की स्पष्ट पहचान शामिल है

Approach towards solving the problem:

किसी problem की पहचान होने के बाद, user को एल्गोरिदम के संदर्भ में step-by-step solution लागू करने की आवश्यकता होती है।

Graphical representation of problem solving sequence:


इस step में फ़्लोचार्ट का उपयोग करके एल्गोरिदम के steps को pictorially रूप से प्रस्तुत करना शामिल है। फ़्लोचार्ट का प्रत्येक component problem को हल करने के लिए एक निश्चित process presents करता है।

Converting the sequence in a programming language:

sequence के ग्राफ़िकल processes को ऐसी language में परिवर्तित करना जिसे user और कंप्यूटर समझ सकें और problem solving के लिए उपयोग कर सकें, प्रोग्रामिंग कहलाती है।

प्रोग्राम compiled होने के बाद user प्रोग्राम के machine language version को execute करके problem का desired solution प्राप्त कर सकता है।

 

The basic Model of computation:-
Problem definition:

A problem definition involves the clear identification of the problem in terms of available input parameters and desired solution.

Approach towards solving the problem:

After a problem is identified, the user needs to implement a step-by-step solution in terms of algorithms.

Graphical representation of problem solving sequence:


This step involves representing the steps of algorithm pictorially by using a flowchart. Each component of the flowchart presents a definite process to solve the problem.

Converting the sequence in a programming language:

Converting the graphical sequence of processes into a language that the user and the computer can understand and use for problem solving is called programming.
After the program is compiled the user can obtain the desired solution for the problem by executing the machine language version of the program.

error: Content is protected !!