1 of 49

Coding System

To represent numeric, alphabetic, and special characters in a computer's internal storage and on magnetic media, we must use some sort of coding system. In computers, the code is made up of fixed size groups of binary positions. Each binary position in a group is assigned a specific value.(कंप्यूटर के आंतरिक भंडारण और चुंबकीय मीडिया पर संख्यात्मक, वर्णानुक्रमिक और विशेष वर्णों का प्रतिनिधित्व करने के लिए, हमें किसी प्रकार की कोडिंग प्रणाली का उपयोग करना चाहिए। कंप्यूटर में, कोड बाइनरी पोजीशन के निश्चित आकार के समूहों से बना होता है। समूह में प्रत्येक बाइनरी स्थिति को एक विशिष्ट मान दिया जाता है)

2 of 49

ASCII�

  • • The American Standard Code for Information Interchange (ASCII) is widely used in computers of all types.�• ASCII codes are of two types—ASCII−7 and ASCII−8.�• ASCII-7 is a 7-bit standard ASCII code. In ASCII-7, the first 3 bits are the zone bits and the next 4 bits are for the digits. ASCII-7 allows 27 = 128 combinations. 128 unique symbols are represented using ASCII-7. ASCII-7 has been modified by IBM to ASCII-8.�• ASCII-8 is an extended version of ASCII-7. ASCII-8 is an 8-bit code having 4 bits for zone and 4 bits for the digit. ASCII-8 allows 28 = 256 combinations. ASCII-8 represents 256 unique symbols. ASCII is used widely to represent data in computers.�• The ASCII-8 code represents 256 symbols.�    » Codes 48 to 57 stand for numeric 0−9.�    » Codes 65 to 90 stand for uppercase letters A−Z.�    » Codes 97 to 122 stand for lowercase letters a−z.�    » Codes 128 to 255 are the extended ASCII codes.

3 of 49

Indian Standard Code for Information Interchange (ISCII)

  • इस्की या 'सूचना अन्तरविनिमय के लिये भारतीय लिपि संहिता' (Indian Standard Code for Information Interchange (ISCII)) भारत में प्रचलिप्त विभिन्न लिपियों को कंप्यूटर पर (डिजिटल रूप में) निरूपित के लिये निर्मित एक मानक इनकोडिंग है। इसके द्वार समर्थित लिपियाँ हैं - असमिया, बांग्ला, देवनागरी, गुजराती, गुरुमुखी, कन्नड़, मलयालम, ओड़िया, तमिल तथा तेलुगू। .
  • सत्तर के दशक से ही इलेक्ट्रॉनिकी विभाग और राजभाषा विभाग की विभिन्न समितियाँ विभिन्न कोडों एवं कुँजीपटलों का विकास कर रही हैं जो भारतीय लिपियों की समान ध्वन्यात्मक संरचना के कारण उनकी आवश्यकताओं को पूरा कर सकें। ISCII (इंडियन स्टैंडर्ड कोड फॉर इनफार्मेशन इंटरचेंज - सूचना के आदान-प्रदान के लिए भारतीय लिपि कोड) यह सूचना के आदान-प्रदान के लिए 8 बिट कोड वाला अक्षर समूह है। यह उन सभी कंप्यूटर एवं संचार मीडिया में उपयोग के लिए बनाया गया है जो 7 अथवा 8 बिट अक्षरों का उपयोग करते हैं। उच्चतर 128 अक्षर प्राचीन ब्राह्मी लिपि पर आधारित १० भारतीय लिपियों की आवश्यकताओं को पूरा करते हैं।
  • समान इन्स्क्रिप्ट कुंजीपटल से सभी १० भारतीय लिपियों का टंकण संभव है। यह किसी भी वर्तमान अंग्रेजी कुँजीपटल पर काम करता है। अंग्रेजी और हिंदी का बारी-बारी से उपयोग कैप्सलॉक कुँजी के जरिए किया जा सकता है। इंस्क्रीप्ट कुँजीपटल में स्वर एवं व्यंजन वर्णों की तार्किक एवं सहज व्यवस्था की गई है। यह वर्णों के ध्वन्यात्मक गुणों एवं उपयोग की सापेक्षिक बारम्बारता पर आधारित है। इससे कुँजीपटल को सीखना न केवल बहुत आसान हो जाता है बल्कि कोई व्यक्ति सभी भारतीय लिपियों में टाइप भी कर सकता है।

4 of 49

Binary Coded Decimal (BCD)

  • �– Used to represent the decimal digits 0 - 9.�– 4 bits are used.�– Each bit position has a weight associated with it (weighted code).�– Weights are: 8, 4, 2, and 1 from MSB to LSB (called 8-4-2-1 code).�– BCD Codes:�0: 0000 4: 0100 8: 1000�1: 0001 5: 0101 9: 1001�2: 0010 6: 0110�3: 0011 7: 0111�– Used to encode numbers for output to numerical displays�– Used in processors that perform decimal arithmetic.�– Example: (9750)10 = (1001 0111 0101 0000)BCD�9 7 5

5 of 49

Binary Coded Decimal (BCD)

6 of 49

Binary Coding Schemes�

  • The alphabetic data, numeric data, alphanumeric data, symbols, sound data and video data, are represented as combination of bits in the computer. The bits are grouped in a fixed size, such as 8 bits, 6 bits or 4 bits. A code is made by combining bits of definite size. Binary Coding schemes represent the data such as alphabets, digits 0−9, and symbols in a standard code. A combination of bits represents a unique symbol in the data. The standard code enables any programmer to use the same combination of bits to represent a symbol in the data.��The binary coding schemes that are most commonly used are—�• Extended Binary Coded Decimal Interchange Code (EBCDIC)�• American Standard Code for Information Interchange (ASCII)�• Unicode

7 of 49

EBCDIC�

• The Extended Binary Coded Decimal Interchange Code (EBCDIC) uses 8 bits (4 bits for zone, 4 bits for digit) to represent a symbol in the data.�• EBCDIC allows 28 = 256 combinations of bits.�• 256 unique symbols are represented using EBCDIC code. It represents decimal numbers (0−9), lower case letters (a−z), uppercase letters (A−Z), Special characters, and Control characters (printable and non−printable, e.g., for cursor movement, printer vertical spacing, etc.).�• EBCDIC codes are mainly used in the mainframe computers.

8 of 49

EBCDIC

9 of 49

Unicode�

  • • Unicode is a universal character encoding standard for the representation of text which includes letters, numbers and symbols in multi−lingual environments. The Unicode Consortium based in California developed the Unicode standard.�• Unicode uses 32 bits to represent a symbol in the data.�• Unicode allows 232 = 4164895296 (~ 4 billion) combinations.�• Unicode can uniquely represent any character or symbol present in any language like Chinese, Japanese, etc. In addition to the letters; mathematical and scientific symbols are also represented in Unicode codes.�• An advantage of Unicode is that it is compatible with the ASCII−8 codes. The first 256 codes in Unicode are identical to the ASCII-8 codes.�• Unicode is implemented by different character encodings. UTF-8 is the most commonly used encoding scheme. UTF stands for Unicode Transformation Format. UTF-8 uses 8 bits to 32 bits per code.

10 of 49

Unicode

11 of 49

Input Devices

  • Following are some of the important input devices which are used in a computer −
  • Keyboard
  • Mouse
  • Joy Stick
  • Light pen
  • Track Ball
  • Scanner
  • Graphic Tablet
  • Microphone
  • Magnetic Ink Card Reader(MICR)
  • Optical Character Reader(OCR)
  • Bar Code Reader
  • Optical Mark Reader(OMR)

12 of 49

Keyboard

  • Keyboard is the most common and very popular input device which helps to input data to the computer. The layout of the keyboard is like that of traditional typewriter, although there are some additional keys provided for performing additional functions.(कीबोर्ड सबसे आम और बहुत लोकप्रिय इनपुट डिवाइस है जो कंप्यूटर को डेटा इनपुट करने में मदद करता है। कीबोर्ड का लेआउट पारंपरिक टाइपराइटर की तरह होता है, हालांकि अतिरिक्त कार्य करने के लिए कुछ अतिरिक्त कुंजियाँ प्रदान की जाती हैं)
  • Keyboards are of two sizes 84 keys or 101/102 keys, but now keyboards with 104 keys or 108 keys are also available for Windows and Internet.

(की-बोर्ड दो साइज 84 की या 101/102 कीज के होते हैं, लेकिन अब 104 कीज या 108 कीज वाले कीबोर्ड भी विंडोज और इंटरनेट के लिए उपलब्ध हैं।)

13 of 49

Keys & Description

S.No

Keys & Description

1

Typing Keys

These keys include the letter keys (A-Z) and digit keys (09) which generally give the same layout as that of typewriters.(इन कुंजियों में अक्षर कुंजियाँ (A-Z) और अंक कुंजियाँ (09) शामिल हैं जो आम तौर पर टाइपराइटर के समान लेआउट देती हैं)

2

Numeric Keypad

It is used to enter the numeric data or cursor movement. Generally, it consists of a set of 17 keys that are laid out in the same configuration used by most adding machines and calculators.(इसका उपयोग संख्यात्मक डेटा या कर्सर आंदोलन में प्रवेश करने के लिए किया जाता है। आम तौर पर, इसमें 17 चाबियों का एक सेट होता है जो कि अधिकांश मशीनों और कैलकुलेटरों द्वारा उपयोग किए जाने वाले समान कॉन्फ़िगरेशन में रखा जाता है।)

3

Function Keys

The twelve function keys are present on the keyboard which are arranged in a row at the top of the keyboard. Each function key has a unique meaning and is used for some specific purpose.(कीबोर्ड पर बारह फ़ंक्शन कुंजियाँ मौजूद होती हैं जो कीबोर्ड के शीर्ष पर एक पंक्ति में व्यवस्थित होती हैं। प्रत्येक फ़ंक्शन कुंजी का एक अनूठा अर्थ होता है और इसका उपयोग किसी विशिष्ट उद्देश्य के लिए किया जाता है।)

4

Control keys

These keys provide cursor and screen control. It includes four directional arrow keys. Control keys also include Home, End, Insert, Delete, Page Up, Page Down, Control(Ctrl), Alternate(Alt), Escape(Esc).(ये कुंजियाँ कर्सर और स्क्रीन नियंत्रण प्रदान करती हैं। इसमें चार दिशात्मक तीर कुंजियाँ शामिल हैं। कंट्रोल कीज़ में होम, एंड, इंसर्ट, डिलीट, पेज अप, पेज डाउन, कंट्रोल (Ctrl), अल्टरनेट (Alt), एस्केप (Esc) भी शामिल हैं।)

5

Special Purpose Keys

Keyboard also contains some special purpose keys such as Enter, Shift, Caps Lock, Num Lock, Space bar, Tab, and Print Screen.(कीबोर्ड में कुछ विशेष प्रयोजन कुंजियाँ भी होती हैं जैसे एंटर, शिफ्ट, कैप्स लॉक, न्यू लॉक, स्पेस बार, टैब और प्रिंट स्क्रीन।)

14 of 49

�Mouse�

  • Mouse is the most popular pointing device. It is a very famous cursor-control device having a small palm size box with a round ball at its base, which senses the movement of the mouse and sends corresponding signals to the CPU when the mouse buttons are pressed.(माउस सबसे लोकप्रिय पॉइंटिंग डिवाइस है। यह एक बहुत प्रसिद्ध कर्सर-नियंत्रण उपकरण है जिसके आधार पर एक गोल गेंद के साथ एक छोटा हथेली के आकार का बॉक्स होता है, जो माउस की गति को महसूस करता है और माउस बटन दबाए जाने पर सीपीयू को संबंधित सिग्नल भेजता है।)
  • Generally, it has two buttons called the left and the right button and a wheel is present between the buttons. A mouse can be used to control the position of the cursor on the screen, but it cannot be used to enter text into the computer.(आम तौर पर इसमें दो बटन होते हैं जिन्हें बायां और दायां बटन कहा जाता है और बटनों के बीच एक पहिया मौजूद होता है। माउस का उपयोग स्क्रीन पर कर्सर की स्थिति को नियंत्रित करने के लिए किया जा सकता है, लेकिन इसका उपयोग कंप्यूटर में टेक्स्ट दर्ज करने के लिए नहीं किया जा सकता है।)

15 of 49

Mouse

16 of 49

OPTICAL MOUSE

17 of 49

WIRELESS MOUSE

18 of 49

� Joystick�

  • Joystick is also a pointing device, which is used to move the cursor position on a monitor screen. It is a stick having a spherical ball at its both lower and upper ends. The lower spherical ball moves in a socket. The joystick can be moved in all four directions.(जॉयस्टिक भी एक पॉइंटिंग डिवाइस है, जिसका उपयोग मॉनिटर स्क्रीन पर कर्सर की स्थिति को स्थानांतरित करने के लिए किया जाता है। यह एक छड़ी है जिसके निचले और ऊपरी दोनों सिरों पर एक गोलाकार गेंद होती है। निचली गोलाकार गेंद एक सॉकेट में चलती है। जॉयस्टिक को चारों दिशाओं में ले जाया जा सकता है।)
  • The function of the joystick is similar to that of a mouse. It is mainly used in Computer Aided Designing (CAD) and playing computer games.(जॉयस्टिक का कार्य माउस के समान है। इसका उपयोग मुख्य रूप से कंप्यूटर एडेड डिजाइनिंग (CAD) और कंप्यूटर गेम खेलने में किया जाता है।)

19 of 49

�Light Pen�

  • Light pen is a pointing device similar to a pen. It is used to select a displayed menu item or draw pictures on the monitor screen. It consists of a photocell and an optical system placed in a small tube.

  • When the tip of a light pen is moved over the monitor screen and the pen button is pressed, its photocell sensing element detects the screen location and sends the corresponding signal to the CPU.

20 of 49

Track Ball�

  • Track ball is an input device that is mostly used in notebook or laptop computer, instead of a mouse. This is a ball which is half inserted and by moving fingers on the ball, the pointer can be moved.
  • Since the whole device is not moved, a track ball requires less space than a mouse. A track ball comes in various shapes like a ball, a button, or a square.

21 of 49

Scanner�

  • Scanner is an input device, which works more like a photocopy machine. It is used when some information is available on paper and it is to be transferred to the hard disk of the computer for further manipulation.
  • Scanner captures images from the source which are then converted into a digital form that can be stored on the disk. These images can be edited before they are printed.

22 of 49

Digitizer�

  • Digitizer is an input device which converts analog information into digital form. Digitizer can convert a signal from the television or camera into a series of numbers that could be stored in a computer. They can be used by the computer to create a picture of whatever the camera had been pointed at.
  • Digitizer is also known as Tablet or Graphics Tablet as it converts graphics and pictorial data into binary inputs. A graphic tablet as digitizer is used for fine works of drawing and image manipulation applications.

23 of 49

Digital Camera/Digital Video Camera

24 of 49

Digital Camera

Near Field Communication=> Wireless technology for short range connectivity

25 of 49

Touch screen

  • A touch screen is a type of display that can also be used as an input device. It enables users to engage with computers by touching images or phrases on the screen. The screens are pressure-sensitive, so when a user touches the screen with their finger or stylus, it registers the event and sends it to a controller to be processed. A touch screen may have pictures or words that help users to operate devices.(टच स्क्रीन एक प्रकार का डिस्प्ले है जिसे इनपुट डिवाइस के रूप में भी इस्तेमाल किया जा सकता है। यह उपयोगकर्ताओं को स्क्रीन पर छवियों या वाक्यांशों को स्पर्श करके कंप्यूटर से जुड़ने में सक्षम बनाता है। स्क्रीन दबाव के प्रति संवेदनशील होती हैं, इसलिए जब कोई उपयोगकर्ता अपनी उंगली या स्टाइलस से स्क्रीन को छूता है, तो यह घटना को पंजीकृत करता है और इसे संसाधित करने के लिए नियंत्रक को भेजता है। टच स्क्रीन में ऐसे चित्र या शब्द हो सकते हैं जो उपयोगकर्ताओं को उपकरणों को संचालित करने में मदद करते हैं।)
  • It is the display screen of a device such as a smartphone, tablet, etc., that allows users to interact or provide inputs to the device by using their finger. Today, most of the electronic devices come with touchscreen as an alternative to a mouse for navigating a graphical user interface. For example, by touching, you can unlock your phone, open emails, open files, play videos, etc. Besides this, it is used in lots of devices such as Camera, Car GPS, Fitness machine, etc.(यह स्मार्टफोन, टैबलेट आदि जैसे डिवाइस की डिस्प्ले स्क्रीन है, जो उपयोगकर्ताओं को अपनी उंगली का उपयोग करके डिवाइस को इंटरैक्ट करने या इनपुट प्रदान करने की अनुमति देता है। आज, अधिकांश इलेक्ट्रॉनिक उपकरण ग्राफिकल यूजर इंटरफेस को नेविगेट करने के लिए माउस के विकल्प के रूप में टचस्क्रीन के साथ आते हैं। उदाहरण के लिए, स्पर्श करके, आप अपने फ़ोन को अनलॉक कर सकते हैं, ईमेल खोल सकते हैं, फ़ाइलें खोल सकते हैं, वीडियो चला सकते हैं, आदि। इसके अलावा, कैमरा, कार जीपीएस, फिटनेस मशीन आदि जैसे कई उपकरणों में इसका उपयोग किया जाता है।)

26 of 49

Voice Recognition

  • Alternatively referred to as speech recognition, voice recognition is a computer software program or hardware device with the ability to decode the human voice. Voice recognition is commonly used to operate a device, perform commands, or write without having to use a keyboard, mouse, or press any buttons. Today, this is done on a computer with ASR (automatic speech recognition) software programs. Many ASR programs require the user to "train" the ASR program to recognize their voice so that it can more accurately convert the speech to text. For example, you could say "open Internet" and the computer would open the Internet browser.(वैकल्पिक रूप से वाक् पहचान के रूप में संदर्भित, आवाज पहचान एक कंप्यूटर सॉफ्टवेयर प्रोग्राम या हार्डवेयर डिवाइस है जिसमें मानव आवाज को डीकोड करने की क्षमता होती है। वॉयस रिकग्निशन का उपयोग आमतौर पर किसी डिवाइस को संचालित करने, कमांड करने या कीबोर्ड, माउस का उपयोग किए बिना लिखने या किसी भी बटन को दबाए बिना किया जाता है। आज, यह ASR (स्वचालित वाक् पहचान) सॉफ़्टवेयर प्रोग्राम वाले कंप्यूटर पर किया जाता है। कई एएसआर कार्यक्रमों के लिए उपयोगकर्ता को अपनी आवाज को पहचानने के लिए एएसआर कार्यक्रम को "प्रशिक्षित" करने की आवश्यकता होती है ताकि यह भाषण को पाठ में अधिक सटीक रूप से परिवर्तित कर सके। उदाहरण के लिए, आप कह सकते हैं "इंटरनेट खोलें" और कंप्यूटर इंटरनेट ब्राउज़र खोलेगा।)

27 of 49

Examples of where you might have used voice recognition

  • As voice recognition improves, it is being implemented in more places and its very likely you have already used it. Below are examples of where you might encounter voice recognition.(जैसे-जैसे आवाज की पहचान में सुधार होता है, इसे और अधिक स्थानों पर लागू किया जा रहा है और इसकी संभावना है कि आप पहले ही इसका उपयोग कर चुके हैं। नीचे ऐसे उदाहरण दिए गए हैं जहां आपको ध्वनि पहचान का सामना करना पड़ सकता है।)
  • Automated phone systems - Many companies today use phone systems that help direct the caller to the correct department. If you have ever been asked something like "Say or press number 2 for support" and you say "two," you used voice recognition.(कई कंपनियां आज फोन सिस्टम का उपयोग करती हैं जो कॉलर को सही विभाग में निर्देशित करने में मदद करती हैं। यदि आपसे कभी "समर्थन के लिए नंबर 2 बोलें या दबाएं" जैसा कुछ पूछा गया है और आप "दो" कहते हैं, तो आपने ध्वनि पहचान का उपयोग किया।)
  • Google Voice - Google voice is a service that lets you search and ask questions on your computer, tablet, and phone.(Google Voice एक ऐसी सेवा है जो आपको अपने कंप्यूटर, टैबलेट और फ़ोन पर खोजने और प्रश्न पूछने देती है।)
  • Digital assistant - Amazon Echo, Apple's Siri, and Google Assistant use voice recognition to interact with digital assistants that helps answer questions.(Amazon Echo, Apple's Siri, और Google Assistant डिजिटल सहायकों के साथ बातचीत करने के लिए वॉयस रिकग्निशन का उपयोग करते हैं जो सवालों के जवाब देने में मदद करता है।)
  • Car Bluetooth - For cars with Bluetooth or Handsfree phone pairing, you can use voice recognition to make commands, such as "call my brother" to make calls without taking your eyes off the road.(ब्लूटूथ या हैंड्सफ़्री फ़ोन पेयरिंग वाली कारों के लिए, आप कमांड करने के लिए ध्वनि पहचान का उपयोग कर सकते हैं, जैसे "मेरे भाई को कॉल करें" बिना अपनी नज़रें हटाये कॉल करने के लिए)

28 of 49

Types of voice recognition systems�

  • Automatic speech recognition is one example of voice recognition. Below are other examples of voice recognition systems.
  • Speaker dependent system - The voice recognition requires training before it can be used, which requires you to read several words and phrases.
  • Speaker independent system - The voice recognition software recognizes most users' voices with no training.
  • Discrete speech recognition - The user must pause between each word so that the speech recognition can identify each separate word.
  • Continuous speech recognition - The voice recognition can understand a normal rate of speaking.
  • Natural language - The speech recognition not only can understand the voice, but can also return answers to questions or other queries that are being asked.

29 of 49

�Output Devices�

Following are some of the important output devices used in a computer.

  • Monitors
  • Graphic Plotter
  • Printer

30 of 49

Monitors�

  • Monitors, commonly called as Visual Display Unit (VDU), are the main output device of a computer. (मॉनिटर, जिसे आमतौर पर विजुअल डिस्प्ले यूनिट (VDU) कहा जाता है, कंप्यूटर का मुख्य आउटपुट डिवाइस है।)
  • It forms images from tiny dots, called pixels that are arranged in a rectangular form. The sharpness of the image depends upon the number of pixels.(यह छोटे बिंदुओं से चित्र बनाता है, जिन्हें पिक्सेल कहा जाता है जो एक आयताकार रूप में व्यवस्थित होते हैं। छवि की तीक्ष्णता पिक्सेल की संख्या पर निर्भर करती है।)

There are two kinds of viewing screen used for monitors.(मॉनिटर के लिए दो प्रकार की व्यूइंग स्क्रीन का उपयोग किया जाता है।)

  • Cathode-Ray Tube (CRT)
  • Flat-Panel Display

31 of 49

�Cathode-Ray Tube (CRT) Monitor�

  • The CRT display is made up of small picture elements called pixels. (CRT डिस्प्ले पिक्सेल नामक छोटे चित्र तत्वों से बना होता है। ).
  • The smaller the pixels, the better the image clarity or resolution. It takes more than one illuminated pixel to form a whole character, such as the letter ‘e’ in the word help.(पिक्सेल जितना छोटा होगा, छवि की स्पष्टता या रिज़ॉल्यूशन उतना ही बेहतर होगा। एक संपूर्ण वर्ण बनाने में एक से अधिक प्रबुद्ध पिक्सेल लगते हैं, जैसे शब्द सहायता में 'ई' अक्षर।)
  • A finite number of characters can be displayed on a screen at once.(स्क्रीन पर एक बार में सीमित संख्या में वर्ण प्रदर्शित किए जा सकते हैं)
  • The screen can be divided into a series of character boxes - fixed location on the screen where a standard character can be placed.(। स्क्रीन को कैरेक्टर बॉक्स की एक श्रृंखला में विभाजित किया जा सकता है - स्क्रीन पर निश्चित स्थान जहां एक मानक चरित्र रखा जा सकता है)
  • Most screens are capable of displaying 80 characters of data horizontally and 25 lines vertically.(। अधिकांश स्क्रीन क्षैतिज रूप से डेटा के 80 वर्णों और लंबवत रूप से 25 पंक्तियों को प्रदर्शित करने में सक्षम हैं।)

There are some disadvantages of CRT −

  • Large in Size आकार में बड़ा

  • High power consumption उच्च बिजली की खपत

32 of 49

� Flat-Panel Display Monitor�

  • The flat-panel display refers to a class of video devices that have reduced volume, weight and power requirement in comparison to the CRT. फ्लैट-पैनल डिस्प्ले वीडियो उपकरणों के एक वर्ग को संदर्भित करता है जिसमें सीआरटी की तुलना में वॉल्यूम, वजन और बिजली की आवश्यकता कम होती है।)
  • You can hang them on walls or wear them on your wrists. Current uses of flat-panel displays include calculators, video games, monitors, laptop computer, and graphics display.(आप उन्हें दीवारों पर लटका सकते हैं या अपनी कलाई पर पहन सकते हैं। फ्लैट-पैनल डिस्प्ले के वर्तमान उपयोगों में कैलकुलेटर, वीडियो गेम, मॉनिटर, लैपटॉप कंप्यूटर और ग्राफिक्स डिस्प्ले शामिल हैं।)

The flat-panel display is divided into two categories −

  • Emissive Displays − Emissive displays are devices that convert electrical energy into light. For example, plasma panel and LED (Light-Emitting Diodes). (एमिसिव डिस्प्ले ऐसे उपकरण हैं जो विद्युत ऊर्जा को प्रकाश में परिवर्तित करते हैं। उदाहरण के लिए, प्लाज्मा पैनल और एलईडी (प्रकाश उत्सर्जक डायोड)।)
  • Non-Emissive Displays − Non-emissive displays use optical effects to convert sunlight or light from some other source into graphics patterns. For example, LCD (Liquid-Crystal Device).(गैर-उत्सर्जक डिस्प्ले किसी अन्य स्रोत से सूर्य के प्रकाश या प्रकाश को ग्राफिक्स पैटर्न में बदलने के लिए ऑप्टिकल प्रभावों का उपयोग करते हैं। उदाहरण के लिए, LCD (लिक्विड-क्रिस्टल डिवाइस)।)

33 of 49

� Printers�

  • Printer is an output device, which is used to print information on paper.(प्रिंटर एक आउटपुट डिवाइस है, जिसका उपयोग कागज पर सूचना को प्रिंट करने के लिए किया जाता है।)

There are two types of printers −

  • Impact Printers
  • Non-Impact Printers

34 of 49

� Impact Printers�

  • Impact printers print the characters by striking them on the ribbon, which is then pressed on the paper.(इम्पैक्ट प्रिंटर पात्रों को रिबन पर मारकर प्रिंट करते हैं, जिसे बाद में कागज पर दबाया जाता है।)

Characteristics of Impact Printers are the following −(इम्पैक्ट प्रिंटर की विशेषताएँ निम्नलिखित हैं:)

  • Very low consumable costs बहुत कम उपभोज्य लागत
  • Very noisy बहुत शोर भरा
  • Useful for bulk printing due to low cost कम लागत के कारण थोक मुद्रण के लिए उपयोगी

  • There is physical contact with the paper to produce an image. (छवि बनाने के लिए कागज के साथ शारीरिक संपर्क होता है)

These printers are of two types −

  • Character printers
  • Line printers

35 of 49

�Character Printers

  • Character printers are the printers which print one character at a time.(कैरेक्टर प्रिंटर वे प्रिंटर होते हैं जो एक बार में एक कैरेक्टर प्रिंट करते हैं)

These are further divided into two types:

  • Dot Matrix Printer(DMP)
  • Daisy Wheel

36 of 49

�Dot Matrix Printer

  • In the market, one of the most popular printers is Dot Matrix Printer. में सबसे लोकप्रिय प्रिंटरों में से एक डॉट मैट्रिक्स प्रिंटर है।

  • These printers are popular because of their ease of printing and economical price.(बाजार ये प्रिंटर अपनी छपाई में आसानी और किफायती कीमत के कारण लोकप्रिय हैं।)
  • Each character printed is in the form of pattern of dots and head consists of a Matrix of Pins of size (5*7, 7*9, 9*7 or 9*9) which come out to form a character which is why it is called Dot Matrix Printer. (मुद्रित प्रत्येक वर्ण डॉट्स के पैटर्न के रूप में होता है और सिर में आकार के पिनों का एक मैट्रिक्स होता है (5*7, 7*9, 9*7 या 9*9) जो एक चरित्र बनाने के लिए निकलते हैं, यही कारण है कि यह है डॉट मैट्रिक्स प्रिंटर कहलाता है।)

Advantages

  • Inexpensive सस्ता
  • Widely Used व्यापक रूप से इस्तेमाल
  • Other language characters can be printed अन्य भाषा के पात्रों को मुद्रित किया जा सकता है

Disadvantages

  • Slow Speed
  • Poor Quality

37 of 49

� Daisy Wheel

  • Head is lying on a wheel and pins corresponding to characters are like petals of Daisy (flower) which is why it is called Daisy Wheel Printer. These printers are generally used for word-processing in offices that require a few letters to be sent here and there with very nice quality.(सिर एक पहिये पर पड़ा होता है और वर्णों के अनुरूप पिन डेज़ी (फूल) की पंखुड़ियों की तरह होते हैं, इसलिए इसे डेज़ी व्हील प्रिंटर कहा जाता है। ये प्रिंटर आमतौर पर कार्यालयों में वर्ड-प्रोसेसिंग के लिए उपयोग किए जाते हैं, जिन्हें बहुत अच्छी गुणवत्ता के साथ इधर-उधर भेजने के लिए कुछ पत्रों की आवश्यकता होती है।)

Advantages

  • More reliable than DMP
  • Better quality
  • Fonts of character can be easily changed

Disadvantages

  • Slower than DMP
  • Noisy
  • More expensive than DMP

38 of 49

Daisy Wheel

39 of 49

�Line Printers

Line printers are the printers which print one line at a time. लाइन प्रिंटर वे प्रिंटर होते हैं जो एक समय में एक लाइन प्रिंट करते हैं।

These are of two types −

  • Drum Printer
  • Chain Printer

40 of 49

� Drum Printer

  • This printer is like a drum in shape hence it is called drum printer. यह प्रिंटर आकार में ड्रम की तरह होता है इसलिए इसे ड्रम प्रिंटर कहा जाता है।
  • The surface of the drum is divided into a number of tracks. ड्रम की सतह को कई पटरियों में विभाजित किया गया है।
  • Total tracks are equal to the size of the paper, i.e. for a paper width of 132 characters, drum will have 132 tracks. कुल ट्रैक पेपर के आकार के बराबर होते हैं, यानी 132 वर्णों के पेपर की चौड़ाई के लिए ड्रम में 132 ट्रैक होंगे।
  • A character set is embossed on the track. ट्रैक पर एक कैरेक्टर सेट उभरा होता है।
  • Different character sets available in the market are 48 character set, 64 and 96 characters set. One rotation of drum prints one line. Drum printers are fast in speed and can print 300 to 2000 lines per minute. बाजार में उपलब्ध विभिन्न कैरेक्टर सेट 48 कैरेक्टर सेट, 64 और 96 कैरेक्टर सेट हैं। ड्रम का एक घुमाव एक पंक्ति को प्रिंट करता है। ड्रम प्रिंटर गति में तेज होते हैं और प्रति मिनट 300 से 2000 लाइन प्रिंट कर सकते हैं।()

Advantages

  • Very high speed

Disadvantages

  • Very expensive
  • Characters fonts cannot be change

41 of 49

� Chain Printer

  • In this printer, a chain of character sets is used, hence it is called Chain Printer. A standard character set may have 48, 64, or 96 characters. (इस प्रिंटर में कैरेक्टर सेट की एक श्रृंखला का उपयोग किया जाता है, इसलिए इसे चेन प्रिंटर कहा जाता है। एक मानक वर्ण सेट में 48, 64 या 96 वर्ण हो सकते हैं।)
  • Advantages
  • Character fonts can easily be changed. कैरेक्टर फोंट को आसानी से बदला जा सकता है।
  • Different languages can be used with the same printer. एक ही प्रिंटर के साथ विभिन्न भाषाओं का उपयोग किया जा सकता है।
  • Disadvantages
  • Noisy

42 of 49

� Non-impact Printers�

  • Non-impact printers print the characters without using the ribbon. These printers print a complete page at a time, thus they are also called as Page Printers.(गैर-प्रभाव वाले प्रिंटर रिबन का उपयोग किए बिना वर्णों को प्रिंट करते हैं। ये प्रिंटर एक बार में एक पूरा पेज प्रिंट करते हैं, इस प्रकार इन्हें पेज प्रिंटर भी कहा जाता है।)

These printers are of two types −

  • Laser Printers
  • Inkjet Printers

Characteristics of Non-impact Printers गैर-प्रभाव वाले प्रिंटर की विशेषताएं

  • Faster than impact printers. इम्पैक्ट प्रिंटर की तुलना में तेज़
  • They are not noisy
  • High quality उच्च गुणवत्ता
  • Supports many fonts and different character size. कई फोंट और विभिन्न चरित्र आकार का समर्थन करता है

43 of 49

�Laser Printers

  • These are non-impact page printers. They use laser lights to produce the dots needed to form the characters to be printed on a page.
  • It uses the laser or non-impact photocopier technology to print the text and images on the paper. Whenever it gets input to print any document, a laser beam draws the document on the selenium-coated drum with the help of electric charges.
  • When the drum is charged, it is rolled in toner (dry ink powder). The ink follows the image, which has charged on the drum. The ink is combined with the paper, including heat and pressure, then transferred on a chunk (piece) of paper.

Advantages

  • Supports many fonts and different character size.
  • These types of printers have a higher paper capacity.
  • It is less expensive than the inkjet printer.
  • It has the ability to print documents speedily.
  • Furthermore, it is able to increase productivity.

Disadvantages

  • Laser printers may need warm up time.
  • Laser printers are bulky as they required the laser technology and imaging drum.
  • It requires high voltage leads to small carbon emissions.

44 of 49

�Inkjet Printers

  • Inkjet printers are non-impact character printers based on a relatively new technology. They print characters by spraying small drops of ink onto paper. Inkjet printers produce high quality output with presentable features.

(इंकजेट प्रिंटर अपेक्षाकृत नई तकनीक पर आधारित नॉन-इम्पैक्ट कैरेक्टर प्रिंटर हैं। वे कागज पर स्याही की छोटी-छोटी बूंदों का छिड़काव करके पात्रों को छापते हैं। इंकजेट प्रिंटर प्रस्तुत करने योग्य सुविधाओं के साथ उच्च गुणवत्ता वाले आउटपुट का उत्पादन करते हैं।)

  • It is widely used by home and business computer users that prints characters by spraying the ink using magnetic plates on the paper. It contains a paper feed assembly, ink cartridge, print head, stabilizer bar, and belt. (यह घरेलू और व्यावसायिक कंप्यूटर उपयोगकर्ताओं द्वारा व्यापक रूप से उपयोग किया जाता है जो कागज पर चुंबकीय प्लेटों का उपयोग करके स्याही का छिड़काव करके पात्रों को प्रिंट करते हैं। इसमें एक पेपर फीड असेंबली, इंक कार्ट्रिज, प्रिंट हेड, स्टेबलाइजर बार और बेल्ट शामिल हैं)

(यह घरेलू और व्यावसायिक कंप्यूटर उपयोगकर्ताओं द्वारा व्यापक रूप से उपयोग किया जाता है जो कागज पर चुंबकीय प्लेटों का उपयोग करके स्याही का छिड़काव करके पात्रों को प्रिंट करते हैं। इसमें एक पेपर फीड असेंबली, इंक कार्ट्रिज, प्रिंट हेड, स्टेबलाइजर बार और बेल्ट शामिल हैं।)

  • It stores the ink in cartridges, and uses separate cartridge to print several types of color documents. These colors are a combination of cyan, magenta, yellow, and black color. These types of printers have the ability to create high-quality pictures with the help of vivid colors. Furthermore, the inkjet printers are more affordable and easier to use as compared to other printers. (यह स्याही को कारतूस में संग्रहीत करता है, और कई प्रकार के रंगीन दस्तावेजों को मुद्रित करने के लिए अलग कारतूस का उपयोग करता है। ये रंग सियान, मैजेंटा, येलो और ब्लैक कलर का कॉम्बिनेशन हैं। इस प्रकार के प्रिंटर में चमकीले रंगों की मदद से उच्च गुणवत्ता वाले चित्र बनाने की क्षमता होती है। इसके अलावा, अन्य प्रिंटर की तुलना में इंकजेट प्रिंटर अधिक किफायती और उपयोग में आसान हैं।)
  • They make less noise because no hammering is done and these have many styles of printing modes available. Color printing is also possible. Some models of Inkjet printers can produce multiple copies of printing also. (वे कम शोर करते हैं क्योंकि कोई हथौड़ा नहीं चलाया जाता है और इनमें प्रिंटिंग मोड की कई शैलियाँ उपलब्ध हैं। रंग मुद्रण भी संभव है। इंकजेट प्रिंटर के कुछ मॉडल प्रिंटिंग की कई प्रतियां भी तैयार कर सकते हैं।)

45 of 49

�� Advantages & Disadvantages��

Advantages

  • The Inkjet printers have the ability to produce high-quality output.
  • These printers are reasonably fast and easy to use.
  • Additionally, these types of printers do not take warm up time.

Disadvantages

  • It may take more time to print.
  • Its running cost is high.
  • It does not allow the highlighter marker.
  • Sometimes, it can produce a wrong warning of an empty cartridge.

46 of 49

�Thermal printer�

  • The thermal printer is invented by Jack Kilby that is also known as an electrothermal printer, thermal transfer printer, or thermal wax-transfer printer. (थर्मल प्रिंटर का आविष्कार जैक किल्बी ने किया है जिसे इलेक्ट्रोथर्मल प्रिंटर, थर्मल ट्रांसफर प्रिंटर या थर्मल वैक्स-ट्रांसफर प्रिंटर के रूप में भी जाना जाता है।)
  • It utilizes heated pins in order to produce the image on paper. These types of printers are widely used in banking, airline, grocery, entertainment, retail, healthcare industries, fax, and calculator machines.(यह कागज पर छवि बनाने के लिए गर्म पिन का उपयोग करता है। इस प्रकार के प्रिंटर व्यापक रूप से बैंकिंग, एयरलाइन, किराना, मनोरंजन, खुदरा, स्वास्थ्य उद्योग, फैक्स और कैलकुलेटर मशीनों में उपयोग किए जाते हैं।)
  • These printers are low-cost and print fast, and do not use ink like other printers. They primarily depend on the thermal paper to produce the images.(ये प्रिंटर कम लागत वाले हैं और तेजी से प्रिंट होते हैं, और अन्य प्रिंटर की तरह स्याही का उपयोग नहीं करते हैं। वे मुख्य रूप से छवियों का निर्माण करने के लिए थर्मल पेपर पर निर्भर करते हैं।)
  • This technology is useful for an organization as it is reliable as well as cost-effective. Employees can work continuously without getting interrupted because they do not need to change the cartridges or ribbons in this printer.(यह तकनीक एक संगठन के लिए उपयोगी है क्योंकि यह विश्वसनीय होने के साथ-साथ लागत प्रभावी भी है। कर्मचारी बिना रुकावट के लगातार काम कर सकते हैं क्योंकि उन्हें इस प्रिंटर में कार्ट्रिज या रिबन बदलने की जरूरत नहीं है।)

47 of 49

Advantages & Disadvantages

Advantages of Thermal printer:

  • One of the main advantages of a thermal printer, it does not need any ribbons or cartridges. Thus, the companies can save the time by using it.(थर्मल प्रिंटर के मुख्य लाभों में से एक, इसे किसी रिबन या कारतूस की आवश्यकता नहीं है। इस प्रकार, कंपनियां इसका उपयोग करके समय बचा सकती हैं।
  • ।)
  • These types of printers are easy to use as they have fewer buttons, including the use of software.(इस प्रकार के प्रिंटर का उपयोग करना आसान होता है क्योंकि इनमें सॉफ्टवेयर के उपयोग सहित कम बटन होते हैं।)
  • These are beneficial for offices as they provide noise-free environments.(ये कार्यालयों के लिए फायदेमंद हैं क्योंकि ये शोर-मुक्त वातावरण प्रदान करते हैं)
  • These printers are cheaper and available in several models and sizes. ये प्रिंटर सस्ते हैं और कई मॉडलों और आकारों में उपलब्ध हैं
  • These printers are faster and more efficient in printing monochromic ones than the other printers.(। ये प्रिंटर अन्य प्रिंटरों की तुलना में मोनोक्रोमिक प्रिंट करने में तेज़ और अधिक कुशल होते हैं।)

Disadvantages of Thermal printer:

  • Generally, a thermal printer does not produce colors print out well, like standard printers.(आम तौर पर, एक थर्मल प्रिंटर मानक प्रिंटर की तरह अच्छी तरह से रंग प्रिंट आउट नहीं करता है।
  • )
  • At the time of printing, the high heat can be harmful to the print head. Consequently, if the printhead breaks down, you have to pay for a repair or buy a new one.(प्रिंटिंग के समय, उच्च गर्मी प्रिंट हेड के लिए हानिकारक हो सकती है। नतीजतन, यदि प्रिंटहेड टूट जाता है, तो आपको मरम्मत के लिए भुगतान करना होगा या एक नया खरीदना होगा।)

48 of 49

Plotter

Plotter are the type of large format printers that allow us to print relatively large graphics. Due to this, these printers are quite expensive and require more space than other printers. Unlike regular printer, the plotter can also print vector graphics on cardboard, film fabric, and other synthetic surfaces.(प्लॉटर बड़े प्रारूप के प्रिंटर के प्रकार हैं जो हमें अपेक्षाकृत बड़े ग्राफिक्स को प्रिंट करने की अनुमति देते हैं। इस कारण ये प्रिंटर काफी महंगे होते हैं और अन्य प्रिंटर की तुलना में ज्यादा जगह की जरूरत होती है। नियमित प्रिंटर के विपरीत, प्लॉटर कार्डबोर्ड, फिल्म फैब्रिक और अन्य सिंथेटिक सतहों पर वेक्टर ग्राफिक्स भी प्रिंट कर सकता है।)

A plotter usually, derives a vector design from a computer’s graphic card and interprets it for printing instead of ink or toner like other printers, the plotter typically uses a pencil, coloured pen, marker, and other writing tools to draw a continuous line between points to create the entire design.(एक आलेखक आमतौर पर, कंप्यूटर के ग्राफिक कार्ड से एक वेक्टर डिज़ाइन प्राप्त करता है और अन्य प्रिंटर की तरह स्याही या टोनर के बजाय प्रिंटिंग के लिए इसकी व्याख्या करता है, प्लॉटर आमतौर पर बिंदुओं के बीच एक सतत रेखा खींचने के लिए एक पेंसिल, रंगीन पेन, मार्कर और अन्य लेखन उपकरण का उपयोग करता है। पूरे डिजाइन बनाने के लिए।)

49 of 49

Vector Graphics