Important Terms Related to Systems

Introduction

System Analysis & Design (SAD) में system को समझने के लिए कुछ basic और important terms जानना बहुत जरूरी होता है।

ये terms हमें यह समझने में मदद करते हैं कि system कैसे काम करता है, उसके parts क्या हैं और वह environment के साथ कैसे interact करता है।

अगर ये concepts clear हो जाएँ, तो system analysis, design और development को समझना बहुत आसान हो जाता है।

1. System

System एक ऐसा set है जिसमें interrelated components मिलकर किसी specific objective को achieve करते हैं।

Example:
Computer system, banking system

2. Subsystem

Subsystem किसी बड़े system का छोटा हिस्सा होता है, जो overall system का part होता है।

Example:
Banking system के अंदर:

  • account subsystem
  • loan subsystem
  • transaction subsystem

3. System Boundary

System boundary वह सीमा होती है जो system को external environment से अलग करती है।

यह define करती है कि system के अंदर क्या आता है और बाहर क्या

Example:
Bank software → system
Customer → environment

4. Environment

Environment वह external elements होते हैं जो system को affect करते हैं लेकिन system का हिस्सा नहीं होते।

Example:

  • users
  • government rules
  • market

5. Input

Input वह data होता है जो system में enter होता है।

Example:
User data, raw data

6. Output

Output वह result होता है जो system process के बाद देता है।

Example:
Report, result

7. Process

Process वह activity है जिसमें input को output में convert किया जाता है।

Example:
Calculation, validation

8. Feedback

Feedback system के output के आधार पर सुधार करने का तरीका है।

Example:
Error correction

9. Control

Control system को regulate करता है ताकि system सही तरीके से काम करे।

Example:
Validation rules

10. Interface

Interface वह point होता है जहाँ दो systems या components interact करते हैं।

Example:
User interface, API

11. Constraints

Constraints system की limitations होती हैं।

Example:

  • time limit
  • budget
  • hardware

12. Objectives

Objectives system के goals होते हैं।

Example:

  • fast processing
  • accuracy
  • user satisfaction

13. Open System

Open system environment के साथ interact करता है।

Example:
Business system

14. Closed System

Closed system environment से interact नहीं करता।

Example:
Theoretical system

15. Adaptive System

Adaptive system environment के अनुसार change होता है।

Example:
AI systems

Relationship Diagram

Diagram Explanation

  • System boundary system को environment से अलग करती है
  • Subsystems system के अंदर होते हैं
  • Input → Process → Output main flow है
  • Feedback system को improve करता है
  • Control और Interface system को manage करते हैं

Real Life Example: Online Shopping System

System → E-commerce website

Subsystems →

  • order system
  • payment system
  • delivery system

Input → order details
Process → payment + order processing
Output → order confirmation
Feedback → return / complaint
Environment → customer, bank

Important Points

  • Boundary, environment, subsystem बहुत important हैं
  • Input → Process → Output model याद रखें
  • Definitions short और clear लिखें
  • Diagram बनाना marks बढ़ाता है

Conclusion

Important system terms SAD के foundation को मजबूत बनाते हैं।
ये terms system के structure, working और interaction को समझने में मदद करते हैं।

अगर ये concepts clear हो जाएँ, तो system analysis और design करना आसान हो जाता है।

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top