Predefined Process Symbol or Subroutine(प्रीडिफाइंड प्रोसेस सिंबल) :-

Predefined Process Symbol का उपयोग फ्लोचार्ट में पहले से परिभाषित (Predefined) या बार-बार उपयोग होने वाली प्रक्रिया (Reusable Process / Subroutine) को दर्शाने के लिए किया जाता है। यह ऐसी प्रक्रिया होती है जिसे पहले ही बनाया जा चुका होता है और आवश्यकता पड़ने पर उसे दोबारा (Reuse) उपयोग किया जा सकता है।
इस Symbol का उपयोग Function, Procedure, Module, Subroutine या किसी तैयार Process को कॉल (Call) करने के लिए किया जाता है।
इसका आकार आयत (Rectangle) होता है, जिसके दोनों किनारों पर दोहरी खड़ी रेखाएँ (Double Vertical Lines) बनी होती हैं।
English
The Predefined Process Symbol is used in a flowchart to represent a predefined or reusable process (Subroutine). It indicates a process that has already been defined and can be called and reused whenever required.
It is commonly used for Functions, Procedures, Modules, and Subroutines.
Its shape is a Rectangle with double vertical lines on both sides.
Rules (महत्वपूर्ण नियम) :-
- Predefined Process Symbol का उपयोग पहले से परिभाषित प्रक्रिया (Predefined Process) को दर्शाने के लिए किया जाता है। / It is used to represent a predefined process.
- इसका उपयोग Function, Procedure, Module या Subroutine को कॉल करने के लिए किया जाता है। / It is used to call a Function, Procedure, Module, or Subroutine.
- इसका आकार दोहरी खड़ी रेखाओं वाला आयत (Rectangle with Double Vertical Lines) होता है। / Its shape is a Rectangle with Double Vertical Lines.
- यह बार-बार उपयोग होने वाली प्रक्रिया (Reusable Process) को दर्शाता है। / It represents a reusable process.
- Predefined Process के अंदर प्रक्रिया का नाम (Process Name) लिखा जाता है। / The name of the process is written inside the symbol.
- सामान्यतः इसमें एक Flow Line प्रवेश करती है और एक Flow Line बाहर जाती है। / Normally, one flow line enters and one flow line leaves the symbol.
- इससे फ्लोचार्ट सरल (Simple) और संक्षिप्त (Compact) बनता है। / It makes the flowchart simple and compact.
- एक ही प्रक्रिया को कई स्थानों पर लिखने के बजाय Predefined Process Symbol का उपयोग करना चाहिए। / Instead of repeating the same process, use a Predefined Process Symbol.
Uses (उपयोग) :-
- Function को कॉल करने के लिए। / Used to call a Function.
- Procedure या Subroutine का उपयोग करने के लिए। / Used to call a Procedure or Subroutine.
- Reusable Process को दर्शाने के लिए। / Used to represent a reusable process.
- बार-बार होने वाले कार्यों को सरल बनाने के लिए। / Used to simplify repetitive tasks.
- बड़े प्रोग्राम को छोटे Modules में बाँटने के लिए। / Used to divide a large program into modules.
- फ्लोचार्ट को छोटा और व्यवस्थित बनाने के लिए। / Used to make the flowchart compact and organized.