Problem Definition
The first step in the problem-solving process is to determine what is the actual problem?
what is the nature of problem?, what are inputs and outputs of problem ?.It is called problem definition.
Once we identify the problem, we should write a statement that will serve the problem. This is an important step because you don't want to waste time on solving the wrong problem. there are so many activities to be done before and writing code of any problem. If programmer writes wrong instruction then computer gives wrong output/result. Just writing code is not sufficient to solve the problem.
समस्या की परिभाषा
प्रॉब्लम सॉल्विंग के प्रथम चरण में यह जानना अति आवश्यक होता है कि
मुलभुत समस्या क्या है ?, समस्या की प्रकृति क्या है ?
समस्या में कौन कौन से इनपुट एवं आउटपुट होंगे ? इसे समस्या की परिभाषा कहा जाता है ।एक बार समस्या को जानने के पश्चात् उस समस्या के हल के लिए कोडिंग की जा सकती है । यह अत्यंत महत्वपूर्ण कार्य है कयोंकि आप किसी गलत समस्या को हल करने मे अपना समय गवाना नहीं चाहते । कोडिंग के पूर्व एवं पश्चात् कई महत्वपूर्ण कार्य करना आवश्यक होते है, यदि प्रोग्रामर गलत इंस्ट्रक्शन लिखेगा तब उसका परिणाम भी गलत ही आवेगा। केवल कोड लिखना पर्याप्त नहीं है ।
The first step in the problem-solving process is to determine what is the actual problem?
what is the nature of problem?, what are inputs and outputs of problem ?.It is called problem definition.
Once we identify the problem, we should write a statement that will serve the problem. This is an important step because you don't want to waste time on solving the wrong problem. there are so many activities to be done before and writing code of any problem. If programmer writes wrong instruction then computer gives wrong output/result. Just writing code is not sufficient to solve the problem.
समस्या की परिभाषा
प्रॉब्लम सॉल्विंग के प्रथम चरण में यह जानना अति आवश्यक होता है कि
मुलभुत समस्या क्या है ?, समस्या की प्रकृति क्या है ?
समस्या में कौन कौन से इनपुट एवं आउटपुट होंगे ? इसे समस्या की परिभाषा कहा जाता है ।एक बार समस्या को जानने के पश्चात् उस समस्या के हल के लिए कोडिंग की जा सकती है । यह अत्यंत महत्वपूर्ण कार्य है कयोंकि आप किसी गलत समस्या को हल करने मे अपना समय गवाना नहीं चाहते । कोडिंग के पूर्व एवं पश्चात् कई महत्वपूर्ण कार्य करना आवश्यक होते है, यदि प्रोग्रामर गलत इंस्ट्रक्शन लिखेगा तब उसका परिणाम भी गलत ही आवेगा। केवल कोड लिखना पर्याप्त नहीं है ।
No comments:
Post a Comment