Important Notice:

Document Interchange Standards

Document Interchange Standards

1 views 2 min read

Document Interchange Standards (दस्तावेज़ आदान-प्रदान मानक)

4.1 Introduction to Document Standards (दस्तावेज़ मानकों का परिचय) हिंदी:

Document Standards ऐसे नियम और प्रारूप (Formats) हैं जिनका उपयोग दस्तावेज़ों को विभिन्न कंप्यूटर सिस्टम, सॉफ्टवेयर और प्लेटफ़ॉर्म के बीच आसानी से साझा (Share), पढ़ने (Read) और उपयोग (Use) करने के लिए किया जाता है।

इन मानकों के कारण एक ही दस्तावेज़ को अलग-अलग उपकरणों और ऑपरेटिंग सिस्टम पर बिना किसी समस्या के देखा जा सकता है।

English:

Document Standards are a set of rules and formats used to create, store, and exchange documents between different computer systems, software applications, and platforms.

These standards ensure that documents can be shared, viewed, and processed consistently across different devices and operating systems.

4.2 HTML (HyperText Markup Language) हिंदी:

HTML (HyperText Markup Language) एक Markup Language है जिसका उपयोग Web Pages बनाने के लिए किया जाता है।

यह विभिन्न Tags का उपयोग करके वेब पेज की संरचना (Structure) निर्धारित करता है।

विशेषताएँ (Features):

  • Web Pages बनाने के लिए उपयोग किया जाता है।
  • Browser द्वारा पढ़ा और प्रदर्शित किया जाता है।
  • Hyperlinks का समर्थन करता है।
  • Text, Images, Audio और Video को प्रदर्शित कर सकता है।
  • सीखने और उपयोग करने में आसान है।

उदाहरण (Example):

 
<!DOCTYPE html>
<html>
<head>
<title>My Page</title>
</head>
<body>
<h1>Welcome</h1>
<p>Hello World!</p>
</body>
</html>
 

English:

HTML (HyperText Markup Language) is a markup language used to create web pages.

It uses tags to define the structure and content of a webpage.

Features:

  • Used for creating web pages.
  • Interpreted by web browsers.
  • Supports hyperlinks.
  • Can display text, images, audio, and video.
  • Easy to learn and use.

4.3 XML (Extensible Markup Language) हिंदी:

XML (Extensible Markup Language) एक Markup Language है जिसका उपयोग डेटा को संग्रहित (Store) और आदान-प्रदान (Exchange) करने के लिए किया जाता है।

XML में उपयोगकर्ता अपनी आवश्यकता के अनुसार स्वयं Tags बना सकता है।

विशेषताएँ (Features):

  • Data Storage और Data Transfer के लिए उपयोगी।
  • User-defined tags का समर्थन करता है।
  • Platform Independent है।
  • Data को संरचित (Structured) रूप में रखता है।
  • विभिन्न Applications के बीच डेटा साझा करने में सहायक।

उदाहरण (Example):

 
<?xml version="1.0"?>
<student>
<name>Rahul</name>
<course>Computer</course>
</student>
 

English:

XML (Extensible Markup Language) is a markup language used to store and exchange data.

It allows users to create their own custom tags according to their requirements.

Features:

  • Used for data storage and exchange.
  • Supports user-defined tags.
  • Platform independent.
  • Stores data in a structured format.
  • Facilitates data sharing between applications.

4.4 PDF (Portable Document Format) हिंदी:

PDF (Portable Document Format) एक फ़ाइल प्रारूप है जिसे दस्तावेज़ों को किसी भी सिस्टम पर एक समान रूप में प्रदर्शित करने के लिए विकसित किया गया है।

PDF फ़ाइल का लेआउट, फ़ॉन्ट और फ़ॉर्मेटिंग सभी उपकरणों पर समान रहती है।

विशेषताएँ (Features):

  • Platform Independent है।
  • दस्तावेज़ का मूल स्वरूप (Original Formatting) सुरक्षित रखता है।
  • सुरक्षित (Secure) और Password Protected हो सकता है।
  • Printing के लिए उपयुक्त है।
  • व्यापक रूप से उपयोग किया जाने वाला दस्तावेज़ प्रारूप है।

English:

PDF (Portable Document Format) is a file format developed to present documents consistently across different systems.

The layout, fonts, and formatting remain unchanged regardless of the device or operating system.

Features:

  • Platform independent.
  • Preserves original formatting.
  • Can be password protected and secure.
  • Suitable for printing.
  • Widely used document format.

Related Notes