सीधे मुख्य सामग्री पर जाएं

implementation issues

आज हम computer in hindi मे आज हम Implementation issues - Software Engineering concepts in hindi के बारे में जानकारी देते क्या होती है तो चलिए शुरु करते हैं-

Introduction implementation issues :-

software development का Implementation Phase Design Specifications को source code में translation करने से संबंधित है। implementation का प्राथमिक लक्ष्य source code और आंतरिक दस्तावेज लिखना है ताकि कोड के specifications के according आसानी से verified किया जा सके, और ताकि डिबगिंग, परीक्षण और amendment को आसान बनाया जा सके। source code को clear possible और सीधा बनाकर इस लक्ष्य को प्राप्त किया जा सकता है। simplicity, clarity और elegance अच्छे कार्यक्रमों की पहचान है; obscurity, cleverness और complexity insufficient design और गलत दिशा में सोच के संकेत हैंं
source-code clarity को structured coding techniques द्वारा, अच्छी coding style द्वारा, उपयुक्त सहायक documents द्वारा, अच्छी internal comments द्वारा और modern programming languages में प्रदान की गई सुविधाओं द्वारा बढ़ाया जाता है। इस में, Structured Coding Techniques, Coding Styles, Program Unit Notebooks और source code के internal documentation है। 
high-quality वाले सॉफ़्टवेयर के उत्पादन के लिए आवश्यक है कि प्रोग्रामिंग टीम के पास एक अच्छी तरह से defined organizational structure हो। 

1. Structured Coding Techniques:-

structured coding का लक्ष्य एक कंप्यूटर प्रोग्राम के माध्यम से control flow को linear बनाना है ताकि execution sequence उस order का pursuance करे जिसमें कोड लिखा गया है। एक प्रोग्राम की dynamic structure के रूप में इसे execution किया जाता है, फिर जो प्रोग्राम की understanding, debugging, testing, documentation और amendment को आसान बनाता है। 
• Single entry, single Exit constructs
• Efficiency Considerations
• violation of single Entry, Single Exit
• Data Encapsulation
• The Goto Statement
• Recursion

2. Coding Style:-

style desired effect प्राप्त करने के alternative methods के बीच किए गए options का consistent pattern है। कंप्यूटर प्रोग्रामिंग में, coding style एक प्रोग्रामर द्वारा desired action या express result करने के लिए उपयोग किए जाने वाले pattern में revealed होती है। एक साथ काम करने वाले प्रोग्रामर जल्द ही अपने colleagues की coding styles को पहचानने लगते हैं।

3. Standard and Guidelines:-

coding standard एक Preferred Coding Style के लिए specification हैं। किसी effect को प्राप्त करने के लिए एक option methods को देखते हुए, एक Specified किया जाता है। 

4. Documentation Guidelines:-

कंप्यूटर सॉफ्टवेयर में सिस्टम के लिए source code और सिस्टम के Analysis, Design, Implementation, Testing और रखरखाव के दौरान सभी सहायक documents included होते हैं। यह सहायक documents के कुछ Aspects, Program Unit Notebooks के उपयोग और source code के internal documentation के लिए कुछ guidelines का description करता है।
• Supporting Document
• Program Unit Notebooks
• Internal Documentation

टिप्पणियाँ

इस ब्लॉग से लोकप्रिय पोस्ट

half adder and full adder in hindi

  आज हम  computer in hindi  मे  आज हम half adder and full adder in hindi - computer system architecture in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं-   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- half adder and full adder in hindi:- 1. half adder in hindi 2. full adder in hindi  1. Half adder in hindi:- half adder  सबसे basic digital arithmetic circuit 2 binary digits का जोड़ है।  एक combination circuit जो दो bits के arithmetic जोड़ को display करता है उसे half adder कहा जाता है।   half adder के इनपुट variable को Augend और addend bits कहा जाता है। आउटपुट योग और Carrie को बदलता है। दो आउटपुट variable Specified करना आवश्यक है क्योंकि 1 + 1 का योग बाइनरी 10 है, जिसमें दो अंक हैं। हम दो इनपुट वेरिएबल्स के लिए x और y और दो आउटपुट वेरिएबल के लिए S (योग के लिए) और C (कैरी के लिए) असाइन करते हैं। C output 0 है जब तक कि दोनों इनपुट 1 न हों। S आउटपुट योग के कम से कम महत्वपूर्ण बिट का Representation करता है। दो आउटपुट के लिए boolean function सीधे t

physical address and logical address in hindi

आज हम  computer course in hindi  मे हम  physical address and logical address in hindi  के बारे में बताएगें तो चलिए शुरु करते हैं-  physical address and logical address in hindi:- physical address and logical address  कोई भी address CPU द्वारा बनाया जाता है उसे लॉजिकल एड्रेस (logical address) कहते हैं और जो address memory में दिखता है उसे हम फिजिकल मैमोरी एड्रैस कहते हैं ) जिसमें Compile time और Load time address binding है कुछ converted करता है जब logical और physical address समान होते हैं अर्थात् एक जैसे होते हैं लेकिन action time address binding scheme में कुछ change आता है और जब logical और physical में अंतर होता है । इसलिये हम logic address को वर्चुअल एड्रैस ( Virtual Address ) भी कहते है और इसी का प्रयोग करते हैं । logical या virtual address हम कह सकते हैं और सारे logical address जो कि एक प्रोग्राम के द्वारा बनाये जाते हैं उन्हें लॉजिकल एड्रैस स्पेस ( Logical Address Space ) कहते हैं । इसके साथ ही जो physical address इन logical address के साथ होते हैं उन्हें हम फिजिकल एड्रैस स्पेस (