fcit

ASCII and EBCDIC coding System

ASCII Code

Computer केवल Numeric Value (0, 1) ही समझ सकते हैं। लेकिन, यह हमेशा निश्चित नहीं होता है, कि सभी Input Numeric रूप में दिए गए हों| इसलिए, एक Encoding System की आवश्यकता थी| जो Text File को Numeric Values में Convert कर सके। इसके लिए ASCII Develop किया गया था| इसका पूरा नाम AMERICAN STANDARD CODE FOR INFORMATION INTERCHANGE है| जिसको English में 128 Character को Seven Bit Integer में Represent करने के लिए Use किया जाता है।

128 में से 95 Character को Print किया जा सकता हैं| जिनमें 0 से 9 तक Digit, A से Z तक के Lowercase और Uppercase Character और Punctuation Symbol Included हैं। ASCII का उपयोग Electronic Communication में किया जाता है। ASCII का Evolution Telegraph Code से हुआ था| और इसे Teleprompter के लिए 7-Bit Code के रूप में Implement किया गया था। Telegraph Code की तुलना में, ASCII Code अधिक सुविधाजनक होते हैं| ASCII Code को Data के Internal Representation व Data Transmission में Use किया जाता है |

Uses of ASCII Code

  • ASCII Code को 1963 में Telegraph में 7-Bit Teleprompter Code के रूप में Use किया गया था।
  • ASCII Code को 1968 में America के सभी Computer के साथ Include करना अनिवार्य किया गया|
  • ASCII Code को  2007 में UTF-8 के द्वारा Replace किया गया|

Types of ASCII Code

  • ASCII-7 (7-bit Coding System)
  • ASCII-8 (8-bit Coding System)

Representation of Characters in ASCII Code

Number Zone digit ASCII-7 code
0 011 0000
1 011 0001
2 011 0010
3 011 0011
4 011 0100
5 011 0101
6 011 0110
7 011 0111
8 011 1000
9 100 1001
A 100 0001
B 100 0010
C 100 0011
D 100 0100
E 100 0101
F 100 0110
G 100 0111
H 100 1000
I 100 1001
J 100 1010
K 100 1011
L 100 1100
M 100 1110
N 100 1111
O 100 0000
P 101 0001
Q 101 0010
R 101 0011
S 101 0100
T 101 0101
U 101 0101
V 101 0110
W 101 0111
X 101 1000
Y 101 1001
Z 101 1010

EBCDIC Code

EBCDIC का पूरा नाम Extended Binary Coded Decimal Interchange Code है, जो 8-Bit या 1-Byte का होता है। यह एक Coding System है| जिसका उपयोग Computerized (Binary) Language में Characters-Letters, Numeric, Punctuation Marks,और अन्य Symbol का Represent करने के लिए किया जाता है| EBCDIC में एक Character को 8-Bit Binary Number द्वारा Represent किया जाता है|

EBCDIC Coding System को मुख्य रूप से IBM Mainframe और IBM Mid-Range, Computer Operating System पर उपयोग किया जाता है|EBCDIC Coding System के प्रत्येक Byte में दो Nibble होते हैं| पहले 4-Bit (Nibble) Character, Class को Define करते हैं| जबकि दूसरा 4-Bit (Nibble) उस Class के Character (Properties) को Define करता है।

EBCDIC अन्य सभी Computer द्वारा Use किए जाने वाले ASCII Character Set से अलग और Incompatible है| EBCDIC Code 256 Character को Binary Code में Convert करता है|  EBCDIC Coding System को IBM की Per-Electronic (PUNCHED CARD) Machine में सबसे पहले Use किया गया था|

Representation of Characters in EBCDIC Code

Number     Zone digit EBCDIC Code
0 111 0000
1 111 0001
2 111 0010
3 111 0011
4 111 0100
5 111 0101
6 111 0110
7 111 0111
8 111 1000
9 111 1001
A 1100 0001
B 1100 0010
C 1100 0011
D 1100 0100
E 1100 0101
F 1100 0110
G 1100 0111
H 1100 1000
I 1100 1001
J 1100 0001
K 1100 0010
L 1100 0011
M 1100 0100
N 1101 0101
O 1101 0110
P 1101 0111
Q 1101 1000
R 1101 1001
S 1101 0010
T 1101 0011
U 1101 0100
V 1101 0101
W 1101 0110
X 1101 0111
Y 1101 1000
Z 1101 1001

 

Difference between ASCII Code and EBCDIC Code

  • ASCII Code, Electronic Communication के लिए एक Popular Coding System है, लेकिन EBCDIC मुख्य रूप से IBM Platform पर Use किया जाने वाला Encoding Standard है।
  • ASCII 128 Character को Coded कर सकता है, जबकि EBCDIC अधिकतम 256 Character को Encode कर सकता है।
  • EBCDIC Code, Encoding के लिए 1-Byte का Use करता है| लेकिन ASCII एक Signal Character को Encode करने के लिए 7-Bits का Use करता है।
  • ASCII एक अच्छा Coding Plan है, क्योंकि इसके लिए कम Memory की Requirement होती है।
fcit

Memory Addressing and its Importance

Memory Addressing

Memory Addressing एक Unique Identifier है, जिसका प्रयोग CPU द्वारा Data Tracking के लिए किया जाता है| यह एक Binary Address है, जो कि Finite Sequence के द्वारा Define किया गया है| जिससे CPU, Memory के प्रत्येक Byte के Location को Track कर सकता है| इसमें Ram के Cell को एक Binary Number Assign किया जाता है, जोकि एक Byte Data को Store करता है|

CPU, Data Buses के माध्यम से Memory Address तक पहुंच कर Stored Data को Track करते है| CPU Processing से पहले, Data और Program को Unique Memory Address Location पर Store किया जाना चाहिए| Operating System, Basic INput/Output System (BIOS) Program तथा Device Drivers को Memory Address की आवश्यकता होती है| Memory Addresses Boot Process के दौरान Allocate किये जाते है|

Type of Memory Addresses

Physical Addresses

एक Digital Computer की Main Memory में कई Memory Lcation होते है| प्रत्येक Memory Location को Binary Numbers के Through Represent किया जाता है, जिसे Physical Address कहते है| Physical Address को Address Bus Circuitry पर Represent किया जाता है| जिससे कि Data Bus के द्वारा Main Memory के Particular Storage Cell को Access किया जा सके|

Logical Addresses

एक Computer Program, Machine Code को Execute करने और Data को Store तथा Retrieve करने के लिए Memory Address का use करता है| Early Computer में Logical और Physical Address Same होते थे| लेकिन Virtual Memory की शुरुआत के बाद में Application Program को Physical Addresses का Knowledge नहीं होता है| इसलिए Application Programs Computer की Memory Management Unit और Operating System Memory Mapping का use करके Logical Address को Represented करते है|

Importance of Memory Addressing

  • Quick Data Access को Support करती है|
  • Computer Programming में Pointers को Implement करने में Additional Support Provide करता है|
  • यह  के Storage को Structured Way Provide करता है|
  • यह Data के Processing को Fast बनाता है|
fcit

Importance of Binary Number System

Number System

किसी भी काम को Numbers के Through Represent करने के तरीके को Number System कहते है| Decimal Number System सबसे ज्यादा Use होने वाला Number System है, जबकि अन्य विभिन्न प्रकार के Number System (Binary Number System,Octal Number System,Hexa Decimal Number System) जिनका Computer System में प्रयोग किया जाता है|

Type of Number System

Number system को इनमे Available number of digit के base पर Define किया जाता है| ये चार Type के होते है –

  1. Binary Number System
  2. Decimal Number System
  3. Octal Number System
  4. Hexadecimal Number System

Binary Number System

हम जो भी Computer को Input देते है, उसे Computer Binary Number System (0,1) में समझता है| जहाँ 1 का मतलब Switch On (True) होता है, और 0 का मतलब Switch Off (False) होता है| Computer का सभी Work System इन्ही दो संकेतो (0,1) पर Depend करती है| इसका Base 2 होता है|

प्रत्येक Binary Digit को Bit भी कहते है| Binary Number System एक Positional Value System है| जहां प्रत्येक Digit की Value को 2 के Power में Express किया जाता है| Binary Number System का use Machine Language में किया जाता है| इसीलिए Machine Language को Binary Language भी कहा जाता है|

Example: (10001)2

Applications of Binary Number System

Computer Technology में Binary Number System बहुत useful है, और Computer Programming Language भी Binary Number System का use करती है| जो Digital encoding में सहायक होती है। Binary Number System का use Boolean Algebra में भी किया जा सकता है|

Decimal Number System

Decimal Number System एक Base 10 Number System है| जिसमे 0-9 Numbers होते है| Decimal Number System भी एक Positional Value System है| अर्थात Digits का Value उनके Position पर Depend करता है| क्योंकि इस Number System में 10 Numbers और इसका Base 10 होता है| इसलिए इसे Octal Number System कहते है|

Example:  (182)10, (5423)10, (6275)10

Applications of Decimal Number System

Decimal Number System का Use, Normal Mathematical Calculations के साथ-साथ Computers में भी किया जाता है|

Octal Number System

Octal Number System में 8 Numbers (0,1,2,3,4,5,6,7) होते है| Decimal Number System भी एक Positional Value System है| जहां प्रत्येक Digit की Value 8 के Power में होती है| क्योंकि इस Number System में 8 Numbers और इसका Base 10 होता है| इसलिए इसे Octal Number System कहते है|

Example:  (456)8, (127)8, (4321)8

Applications of Octal Number System

Octal Number System का use UNIX System पर File Permission और UTF8 Number के Representation के लिए एक किया जाता है।

Hexadecimal Number System

Hexadecimal Number System में 16 Digit होते है| जिसमे 0-9 Numbes और A-F Alphabets होते है| जहां A, 10 को Represent करता है, और F, 15 को Represent करता है| Hexadecimal Number System भी एक Positional Value System है| जहां प्रत्येक Digit की Value 16 के Power में होती है| क्योंकि इस Number System में 16 Numbers और इसका Base 16 होता है| इसलिए इसे Hexadecimal Number System कहते है|

Example: (AF5)16, (A21)16, (FFFF)16

Applications of the Hexadecimal number system

  • Microprocessor और Computer Programming में use किया जाता है।
  • प्रत्येक Byte के लिए Memory में Locations का Describe करने के लिए use किया जाता है।
  • Web Page पर Color का Describe करने में मदद करता है।

Importance of Binary Number System

Binary Number System सभी Computer Systems और Operation का Base होता है| यह Computers को CPU या Memory से द्वारा सभी प्रकार की Information को Store, Access और Manipulate करने में सक्षम बनाता है। Digital 1s और 0s का Binary Schema Computers को काम करने के लिए एक Simple और Effiecient तरीका प्रदान करता है। यह Logic Circuit को Control करने और Electric Signal के True (1) और False (0) States को Detect करने का Efficient तरीका भी प्रदान करता है। इससे ऐसे Application को Develop करना संभव हो जाता है, जो Users को निम्नलिखित कार्य करने में सक्षम बनाते हैं –

  • Access Website
  • Create and Update Documents
  • Play Game
  • Access Software etc.
fcit

Definition of Information, Difference between Data and Information

Information

Information को Data की Meaningful Interpretation के रूप में Define किया गया है। यह एक तरह से Data को Process, Organize और Structuring करने का Result है, जो Context, Relevance और Significance Provide करता है। Information विभिन्न Data Processing Technique को Apply करके बनाई जाती है| जैसे कि Sort करना, Filter करना, Summary बनाना और Analyze करना। Information Generate करने का उद्देश्य Decision-Making, Communication और Understandbility को सक्षम बनाना है।

Type of Information 

Data Information

Data, Information का Raw Form है| जिसका use Facts, Figure और अन्य Information को Represent करने के लिए किया जाता है। Data को Computer Network पर विभिन्न रूपों में Transmit किया जा सकता है| जैसे Text, Image, Video और Audio। Network Application की आवश्यकताओं के आधार पर Data को Real-Time या Batch Mode में Transmitt किया जा सकता है।

Voice Information

Voice Information एक Computer Network पर Human Speech के Transmission को Refer करती है। Voice Over IP (VoIP) Technology का Use करके Voice Information Transmitt की जाती है। VoIP Technology, Analog Voice Signal को Digital Signal में Convert करती है| जिसे Computer Network पर Transmit किया जा सकता है। VoIP Technology का व्यापक रूप से Business Communication Systems, जैसे Call Center, और Personal Communication Application, जैसे Skype में use किया जाता है।

Video Information

Video Information एक Computer Network पर Moving Image के Transmission को Refer करती है। Video Streaming Technology का use करके Video Information, Transmit की जाती है। Video Streaming Technology User को Complete Video File, Download किए बिना Realtime में Video देखने की Permission देती है। Video Streaming Technology का व्यापक रूप से Online Video Platform, जैसे YouTube और Video Conferencing Application के लिए use किया जाता है।

Control Information

Control Information उस Information को Refer करती है, जिसका use Network Device के Operation को Control करने के लिए किया जाता है। Simple Network Management Protocol (SNMP) और Remote Procedure Call (RPC) जैसे विभिन्न Protocol का use करके Computer Network पर Control Information Transmit की जाती है। Control Information का use Network Device, जैसे Rounter, Switch और Server को Manage करने के लिए किया जाता है।

Management Information

Management Information उस Information को Refer करती है, जिसका use Computer Network के Performamce को Manage और Monitor करने के लिए किया जाता है। Management Information Network Management Protocol , जैसे Simple Network Management Protocol (SNMP) और Common Management Information Protocol (CMIP) का use करके Transmit की जाती है। Management Information का use Network Traffice की Monitoring करने, Network Problem का Diagnose करने और Network Device को Configure करने के लिए किया जाता है।

Difference between Data and Information

Aspect Data Information
Definition Raw Facts और Figures जिनका अपने आप में कोई Meaning नहीं है| Processed, Organized, और Meaningful Data
Format Unorganized और Unprocessed Organized और Processed
Purpose Process और Information में परिवर्तित करने के लिए User को Knowledge और Understanding प्रदान करने के लिए
Context Data किसी विशेष Domain या Application के लिए विशिष्ट है| Information एक व्यापक Context या Purpose के लिए Relevant है|
Meaning Data का अपने आप में कोई Meaning या Interpretation नहीं है| Information का Meaning और Interpretation है|
Representation आमतौर पर एक Numerical या Binary Format में Represent किया जाता है| Text, Image जैसे विभिन्न Formats में प्रदर्शित किया जा सकता है|
Volume Application के आधार पर बड़ा या छोटा हो सकता है| आम तौर पर Data की तुलना में Volume में छोटा होता है|
Transmission एक Network पर Raw या Compressed Data के रूप में Transmit किया जा सकता है| आमतौर पर एक Network पर Information के रूप में Transmit किया जाता है|
Storage आमतौर पर एक Database या File System में Store होता है| आसानी से Access और Retrieve करने के लिए Structured Way से Store किया जाता है|
Examples Temperature, Humidity, Voltage, Raw Sensor Data Weather Report, Financial Report, Traffic Report
fcit

Modem, Sound Cards and Speakers

Modem

Modem एक Network Hardware Device है, जो किसी Computer को एक Telephone Line या Cable या Satellite से Connection करने पर Data Send और Receive करने की Permission देता है| जिससे Digital Data को Phone-Line पर Use किये गये Analog Signal में Convert किया जाता है| Modem Input और Output दोनों Device है| Modem में केवल तीन Port होते है| पहला Internet से Connect होता है, दूसरा Router से तथा तीसरा Power Source से Connect होता है |

Type of Modem

  • External Modem

यह एक Box होता है, जो Modem के Circuit को Computer के बाहर रखता है| यह Computer से एक USB Cable या फिर Firewire की सहायता से Connected होता है|

  • Internal Modem

यह एक Circuit Board होता है| जो Computer के Expansion Slot में Plug होता है| आजकल Modem PC Card के रूप में आते है, जो Laptop में Inbuilt होता है| Internal Modem को Mobile Phone से Connect करके Data Transmit कर सकते है |

Sound Card

Sound Card को Audio Card के रूप में भी जाना जाता है| यह एक Computer Expansion Card है, जो Computer को Audio Signal Output और Input करने की Permission देता है। यह Computer के Sound Quality  के लिए Responsible होता है| जिसमें Music, Speech और Gaming Sound Includes हैं। Sound Card विभिन्न प्रकार के आते हैं, जो उनकी Feature और Capabilities को Define करते हैं।

Types of Sound Cards

  • Integrated Sound Cards

अधिकांश Motherboards Integrated Sound Card के साथ आते हैं, जो Built-in Component होते हैं| जिन्हें किसी Installation की आवश्यकता नहीं होती है। Integrated Sound Card, Basic Sound Application के लिए Affordable और Suitable होते हैं| लेकिन उनमें High Sample Rate, Low Noise Level और Multiple Output Channel जैसी Advanced Feature नहीं हो सकती हैं।

  • PCI Sound Cards

PCI Sound Card, Expansion Card होते हैं, जो Motherboard के PCI Slot में Install होते हैं। ये High Sound Quality, Low Latency और Multiple Input और Output Channel Provide करते हैं। PCI Sound Card, Music Production, Gaming और Professional Audio Recording के लिए उपयुक्त हैं।

  • USB Sound Cards

USB Sound Card, External Device हैं| जो USB Port के माध्यम से Computer से जुड़ते हैं। वे High-Quality Sound, Low Latency और Portability Provide करते हैं। USB Sound Card, Limited Expansion Slot वाले Laptop, Tablet और Computer के लिए उपयुक्त हैं।

Working of Sound Cards

Sound Card, Analog Audio Signal को Digital Signal तथा Digital Signal को Analog Audio Signal में Convert करता है। यह Output के लिए Digital Signal को Analog Signal में बदलने के लिए Digital-to-Analog Converters (DACs) का use करता है| और Analog-to-Digital Converters (ADCs) का use Analog Signal को Input के लिए Digital Signal में बदलने के लिए करता है। Sound Card में एक Built-in Amplifier भी होता है, जो Ouput से पहले Analog Signal को Amply करता है।

Speakers

Speaker एक Device है, जो Electrical Signal को Sound Wave में Convert करता है| जिससे Computer को Audible Output उत्पन्न करने की Permission मिलती है। यह एक Output Device है, जो Multimedia Applications, Gaming, and Video Conferencing के लिए आवश्यक है।

Computer Speaker विभिन्न Shape और Size में आते हैं, जिनमें छोटे USB-Powered Speaker से लेकर Subwoofer वाले बड़े Desktop Speaker Include हैं। कुछ Computer System में Built-in Speaker भी होते हैं, जो आमतौर पर External Speaker से कम Pewerful होते हैं।

Computer Speaker आमतौर पर 3.5 mm Audio Jack, USB Port या Bluetooth Connectivity के माध्यम से Computer के Sound Card से जुड़े होते हैं। Sound Card, Audio Singal को Process करता है|और इसे Speakers को भेजता है, जो Electrical Signal को Sound Wave में Convert करते हैं। Frequency Response, Impedance और Power जैसे Speaker Specification, Sound Produce की Quality निर्धारित करते हैं।

fcit

Printers and Types of Printers

Printer

Printer एक Output Device है, जिसका Use किसी Document की Hard Copy Print करने के लिए किया जाता है। एक Document किसी भी प्रकार का हो सकता है| जैसे Text, File, Image या दोनों का Combination। यह Document को Print करने के लिए Computer या अन्य Device पर user द्वारा Input Command को Accept करता है।

Types of Printers

Printer दो Types का होता है|

  1. Impact Printers
  2. Non-Impact Printers

Impact Printers

इस प्रकार के Printer में एक छोटा Hummer या Print head Ink के Ribbon पर Strike करता है| Ribbon के नीचे वह Paper रखा जाता है, जिस पर Document को Print करना है|

Types of Impact Printers

Dot Matrix Printer

Dot Matrix Printer को एक Pin Printer के रूप में भी जाना जाता है, जिसे 1957 में IBM द्वारा जारी किया गया था। 1970 में Centronics ने पहला Dot-matrix Impact Printer बनाया था। यह Print Heads का use करके एक Ink Ribbon पर Impact करता है, जो Image और Text को बनाने के लिए हजारों छोटे-छोटे Dot Points को Print करता है| Laser और Inkjet Printer की तुलना में इसका कम use होता है, क्योंकि इसकी Printing की Speed Slow होती है, और Low Quality वाली Image Print होती हैं।

Advantages of Dot Matrix Printer

  • Dot Matrix Printer कम खर्चीला होता है, और यह बाजार में आसानी से Available होता है।
  • इसकी Prining की लागत अन्य Printers की तुलना में सबसे कम है।
  • Maintenance Cost अन्य Printers की तुलना में कम होता है।

Disadvantages of Dot Matrix Printer

  • Dot Matrix Printer की Speed Slow होती है, और इसका Output भी High Resolution का नहीं होता है।
  • यह High Noise Generate करता है।

Daisy Wheel Printer

यह 1969 में David S. Lee द्वारा Develop एक Impact Printer था| इस प्रकार के Printer में एक Metal या Plastic की Disk होती है, जो Letters, Numbers, एवं Special Characters को Store करती है, जिन्हें Printer Head का Use करके Print किया जा सकता है।

इन Printers का अब use नहीं किया जाता है, लेकिन ये 1960-70 के दशक में विशेष रूप से लोकप्रिय थे। Daisy wheel printer के साथ कई Problem थीं। सबसे पहले, print की Quality खराब थी।

Advantages of Daisy Wheel Printer

  • Low Maintenance Cost
  • Low Cost
  • Higher Print Quality
  • Reliability
  • इसमें Fanfold Paper और Heavy Paper Grade का use कर सकते हैं।
  • Dot matrix printer की तुलना में High Print Quality Provide करता है|
  • Character के Font को Easily Change किया जा सकता है।

Disadvantages of Daisy Wheel Printer

  • Print की Speed बहुत Slow है।
  • Graphics Print नहीं कर सकते।
  • Character Limit
  • DMP से Slow होता है|
  • DMP से ज्यादा Expensive होता है|

Chain Printer

इस Printer में Metal से बने Speed से घुमने वाली एक Chain होती है| जिसे Print Chain कहते है| Chain में Character होते है| Chain के हर Link में Character के Fonts होते है| इसके Print करने की Speed 300 से 3000 Line/Per Minuate है|

Non-Impact Printers

Non Impact Printer में Print Head और Paper के मध्य Contact नहीं रहता है| इसलिए इन्हे Contactless Printer भी कहते है| ये Printer Contact को Avoid के लिए इसमें Advance Technology (Ink spray, Laser) का use किया जाता है|

Types of Non-impact Printers

Inkjet Printer

एक Inkjet Printer अपेक्षाकृत कम मात्रा में High quality वाले Document Print करता है| यह Cartridge से Ink की सूक्ष्म बूंदों को सीधे Page पर छिड़क (Spray) कर Print करता है| Cartridge पूरे कागज पर आगे और पीछे चलता है| यह Document का एक समय में एक-एक करके Row को Print करता है| Inkjet Printer की Speed Normaly 1 से 20 Page/Per Minuate तक होती है| इस प्रकार के Printer में Print की Quality जितनी बेहतर होगी, Printing Speed उतनी ही Slow होगी|

Advantages of Inkjet Printer

  • Inkjet Printers में High Quality Output Produce करने की Capacity होती है।
  • ये Printer Reasonably Fast और Use में आसान हैं।
  • इस प्रकार के Printer, Warm-up Time नहीं लेते हैं।

Disadvantages of Inkjet Printer

  • Print होने में अधिक Time लग सकता है।
  • इसकी Running Cost ज्यादा है।
  • यह Highlighter Marker को Support नहीं करता है।
  • कभी-कभी, यह Empty Cartridge की Wrong Warning दे सकता है।

Laser Printer

Laser Printers को Xerox द्वारा 1960 Develope किया गया था| Laser Printer Documents को Print करने के लिए Light-Emitting Diode और Photosensitive Drums का उपयोग करते है| इस प्रकार के Printer एक समय में एक पूरे Page को print करते हैं। ये Inkjet Printer से सस्ते होते है| लेकिन इनको चलाने के High Voltage Power Supply की जरूरत होती है| क्योंकि Low Voltage की वजह से Print Quality खराब हो जाती है| इस प्रकार के Printers की Speed बहुत Fast होती है। Laser Printer की Speed 4 से 50 Page/Per Minuate से अधिक होती है| Laser Printer के Commercial Model की Speed 1000 Page/Per Minuate से अधिक होती है|

Advantages of a Laser Printer

  • इस प्रकार के Printer की Paper Capacity अधिक होती है।
  • यह Inkjet Printer से कम खर्चीला होता है।
  • इसमें Document को तेजी से Print करने की क्षमता होती है।

Disadvantages of a Laser Printer

  • Laser Printer को Warm-up Time की आवश्यकता हो सकती है।
  • Laser Printer भारी होते हैं, क्योंकि उन्हें Laser technology और Imaging Drum की आवश्यकता होती है।
  • Laser Printer को चलाने के लिए High Voltage की आवश्यकता होती है।
fcit

Storage Devices, Floppy Disk, CD, DVD, Pendrive

Storage Device

Storage Device एक प्रकार का Hardware होता है, जिसे Storage Device, Storage Medium, Digital Storage या Storage Media के रूप में भी जाना जाता है| जिसमें Information को Temporarily या Permanently रूप से Store करने की क्षमता होती है| इसका Use Data Files को रखने, Port करने और Exaract करने के लिए किया जाता है| इसका Use या तो Internally या Externally रूप से Computer System, Server या किसी Computer Device में Information Store के लिए किया जा सकता है।

Types of Storage Device

Primary Storage Device

इस प्रकार की Memory में बहुत अधिक मात्रा में Data store नहीं किया जा सकता है| इसलिए इसका Use Temporary Data को Store करने के लिए किया जाता है| Power Off होने के बाद यह Erase हो जाता है। इसलिए इसे Temporary Memory या Main Memory भी कहते हैं।

Random Access Memory (RAM) Primary Memory का एक Example है। यह Memory सीधे CPU द्वारा Access की जाती है। इसका Use Data को Read & Write करने के लिए किया जाता है| Data को Process करने के लिए Data को पहले RAM और फिर CPU में Transfer किया जाता है।

Secondary Storage Device

Primary Memory, Temporary Data को Store करती है| इस प्रकार इसे Future में Access नहीं किया जा सकता है| Permanent Storage Purpose के लिए Secondary Memory का use किया जाता है| इसे Permanent Memory या Auxiliary Memory भी कहा जाता है। Power Off हो जाने पर भी इसमें Store Data Erase नहीं होता है|

Examples – Hard Disk Device, Tape Disk Drive, Optical Storage Driver ( CD-ROM and DVD ), and Floppy Disk Drive.

Hard Disk

Hard Disk को Hard Drive या Fixed Disk के रूप में भी जाना जाता है| इसे Rigid Magnetic Disk भी कहा जाता है, जो Data Store करता है|Hard Disk एक Non-Volatile Storage Device है, जिसमें Platter और High speed पर घूमने वाली Magnetic Disk होती है| Non-volatile होने के कारण Power Off होने के बाद भी इसमें Store Data Erase नहीं होता है|

storage

Hard Disk, Computer के Motherboard पर एक Drive Unit में Located होती है, और इसमें एक या एक से अधिक Platter होते हैं| जो Air-Sealed Case में Pack होते हैं। इसमें Read/Write Actuator Arm, Head Actuator, Read/Write Head, Spindle, and Platter आदि Main Component होते हैं। Hard Drive के पीछे एक Circuit Board (जिसे Interface Board और Disk Controller भी कहा जाता है) लगा होता है, जो Hard Drive और Computer के बीच Communication Channel की तरह काम करता है|

Type of Hard Disk

  1. PATA (Parallel Advance Technology Attachment) Hard Disk
  2. SATA (Serial Advance Technology Attachment) Hard Disk

Advantages of the Hard Disk

  • Hard Disk Drive का cost कम होती है।
  • Market में Easily Available है।
  • Hard Disk, Optical Disk से Fast होती है।
  • HDDs में Data store करने की Capacity ज्यादा होती है।

Disadvantages of the Hard Disk

  • HDD में Read/Write करने की Speed, RAM के Respect में Slow होती है।
  • HDD Energy Inefficienct होती है।
  • HDD अधिक Power की खपत करते हैं।
  • HDDs का Form Factor SSDs से ज्यादा होता है।

Floppy Disk

Floppy Disk एक Storage Device है| इसे पहली बार 1969 में Create किया गया था| यह Secondary या External Memory का Part है| यह Disk Magnetic Material से बनी होती है| तथा अन्य Disk के मुकाबले Floppy Disk Portable होती है| इन्हें Computer से आसानी से Remove किया जा सकता है|

storage

Floppy Disk Access करने में समय ज्यादा लगता है, और इसकी Capacity कम होती है| Computer के आविष्कार के शुरुआती दिनों में इसका Use Main Storage Device के रूप में किया जाता था, बाद में इसका Use एक Computer से दूसरे Computer में Data ले जाने के लिए किया जाता था| Floppy Disk तीन अलग-अलग Size (8 inch, 5.5 inch and 3.5 inch) में Market में Availble है|

Advantages of Floppy Disks

Portability

Floppy Disk Size में Small और Portable होते हैं। Floppy disk को एक Plastic Cover के साथ Design किया गया है, जो इसे मजबूत बनाता है| और Disk को अंदर से Secure रखता है| CD और DVD की तुलना में, Disk में Scratch की संभावना कम होती है| क्योंकि यह हमेशा Case या Plastic Cover से Enclose रहता है। Floppy Disk Data को Delete या गलती से Overwritten होने से भी Control या Prevent करता है| Portability user को छोटे Size के Files को एक Device से दूसरे Device में Transfer करने में Benefit Provide करती है।

Compatibility

Old Computers में Floppy Disk को Data Storage Device के रूप में Use किया जाता था| तथा इसे New Generation Computer के साथ भी Use किया जाता है| इसलिए Floppy Disk सभी Computer के साथ Compatible है|

Boot Disks 

Boot Order Sequence में Floppy Disk Drive, Main Hard Drive के ऊपर Set होते हैं। क्योंकि Floppy Disk Drive को Boot Disk की तरह भी Use किया जाता है| इसलिए इनकी Priority High होती है|

Disadvantages of Floppy Disks

Speed

Floppy disk में Data transfer की speed बहुत Slow होती है। जब Data, Computer से Floppy Disk या Floppy disk से Computer में Transfer हो रहा होता है| तो Data को Transfer करने में काफी समय लग सकता है।

Storage Space

Floppy Disk Drive में Information रखने के लिए Limite Space होता है। यह Modern Storage Devices की तुलना में बहुत Low Storage Capacity Provide करता है।

File Corruption

File Corruption, Floppy Disk के Main Disadvantage में से एक है। Floppy Disk, Heat और Magnetic Field जैसे बाहरी Factors से Affected होती हैं। जिसके कारण Floppy Disk में Store Files कभी-कभी Corrupt हो जाती है। इसके अलावा किसी भी अन्य Storage Medium की तुलना में Floppy disk अधिक Serurity Provide नहीं करती है, क्योंकि Floppy disk Virus Sensitive नहीं होती है| जो की File Damage या File Corruption का कारण हो सकते हैं|

Compact Disk (CD)

Compact Disk एक Optical Storage device है| जिसमे Data को Read व Write किया जा सकता है| CD Portable Storage Device है| एक Standard Compact Disk (CD) 650 MB की होती है| इसमें 72 Minuate का Song Store हो सकता है| Data को Read करने के लिए Laser Light Technique का Use किया जाता है| CD का Use करने के लिए CD Drive की Requirement होती है|

storage

Type of Compact Disk (CD)

CD को Main तीन Part में divide किया गया है |

  1. CD-R (Compact Disk – Read )
  2. CD-WORM (Compact Disk – Write Once, Read Many )
  3. CD-RW (Compact Disk – Read/Write )

Advantages of Compact Disk

  • Cost-Effective
  • Storage Unit, Floppy Disk की तुलना में Fast होता है ।
  • Users अपनी Need के According Data को Read/Write कर सकता है।
  • किसी भी प्रकार की File को Store किया जा सकता है।

Disadvantages of Compact Disk

  • Low Storage Capacity
  • Damage OR Scratches

DVD

Digital Versatile Disk एक Read-only Storage Device है| जिसका Use Large Scale Software Applications को Store करने के लिए किया जाता है। यह Compact Disk Read-Only Memory (CD-ROM) के समान है| लेकिन इसकी Storage Capacity CDROM से अधिक है। एक DVD-ROM में लगभग 4.38GB Data Store होता है। जबकि एक CD-ROM आमतौर पर 650 MB Data Store करता है।

storage

DVD-ROM स्थायी रूप से उन Data Files को Store करता है, जिन्हें Change या Delete नहीं किया जा सकता। आमतौर पर एक DVD-ROM Disk को Home Theater System अथवा Television से Connected DVD Drive के साथ Use करने के लिए Design किया जाता है।

Advantages of DVD

  • Very Large Storage Capacity।
  • Increasing Availability।
  • यह Portable है।
  • High Data Stability।
  • Low in Cost

Disadvantages of DVD

  • DVD में CD ROM Drive को Connect नहीं किया जा सकता हैं।
  • Data को Change करना Possible नहीं है|
  • Information Store करने के लिए Burning Software की Requirement होती है।

Pen-Drive

Pen Drive या USB Flash Drive, एक Portable Data Storage Device है| Pen Drive, Floppy Disk Drive का Replacement है| तथा यह Users के द्वारा सर्वाधिक Use किया जाने वाला Portable Data Storage Device है| Micro Size, और Lightweight होने के कारण Pen Drive को आसानी से एक जगह से दूसरी जगह ले जाया जा सकता है। वर्तमान में 8GB और 32GB की Storage Capacity वाले Pen Drive का उपयोग Graphics Heavy Documents, Photos, Music file और Video clips को Store करने के लिए किया जाता है।

storage

Characteristics of Pen Drive 

  1. इसकी Width 1cm से 3cm तक होती है |
  2. इसकी Storage Capacity 512 MB से 128 GB तक होती है |
  3. Pen Drive को Power, Computer के USB Port से मिलता है |

Advantage of Pen Drive

  • Pen Drive size में बहुत छोटे होते हैं।
  • Pen Drive बहुत Light Weighted होती है।
  • Pen Drive बहुत तेजी से Data transfer करती है।
  • Pen Drive एक Portable Storage device है।
  • Pen Drive का use Computer को Boot करने के लिए भी किया जाता है।
  • Pen drive में किसी भी Type का Data Permanently, Store कर सकते हैं।

Disadvantages of Pen Drive

  • Pen Drive बहुत बड़े Data को Store करने में सक्षम नहीं होते हैं।
  • Virus के कारण Pen drive  में Data Crupt होने की आशंका है।
  • Pen Drive size में काफी छोटे होते हैं, जिससे Pen Drive गुम (Lost) होने का डर रहता है।
fcit

Memory and Its type

What is Memory

Computer Memory Human Brain की तरह ही है। इसका Use Data, Information और Instruciton को Store करने के लिए किया जाता है| यह एक Data Storage Unit या Data Storage Device है| जहां Data को Process किया जाता है| और Processing के लिए जरूरी Instruciton Store किए जाते हैं। इसमें Input और Output दोनों को Store किया जा सकता है|

Type of Memory

Memory दो type की होती है-

  1. Primary Memory
  2. Secondary Memory

Primary Memory

इस प्रकार की Memory में बहुत अधिक मात्रा में Data store नहीं किया जा सकता है। इसलिए, इसका Use केवल हाल के Data को Store करने के लिए किया जाता है। इसमें Store किया गया Data temporary होता है। Power Off होने के बाद Stored Data Erase हो जाता है। इसलिए इसे Temporary Memory या  Main Memory भी कहते हैं।

Random Access Memory (RAM)  यह Primary Memory का उदाहरण है। यह Memory सीधे CPU द्वारा Access की जाती है। इसका उपयोग Data को Read और Write करने के लिए किया जाता है। Data को Process करने के लिए, इसे पहले RAM और फिर CPU में Transfer करना पड़ता है।

Type of Primary Memory 

Primary Memory दो type की होती है |

  1. RAM (Randome Access Memory)
  2. ROM (Read Only Memory)

Random Access Memory (RAM)

RAM का पूरा नाम Random Access Memory है| यह एक Volatile Type की Memory है| जिसमें Power Off होने पर Memory में Store, Data का Loss हो जाता है। Processor इसमें Instruction/Data Read और Write करता है। Data और Instruction को External Hard Disk से RAM में Load किया जाता है, और Modify Data को Hard Disk में वापस Store किया जाता है।

RAM से Data सीधे Random Access Mode में Memory Address का use करके Read किया जाता है| भले ही इसकी Length 16/32/64 Bits हो। इसलिए Data को External Hard Disk की तुलना में Fast Speed से RAM से Access किया जा सकता है| और CPU को RAM से Data Read करने में सामान्य रूप से 10 Nano Second लगते हैं| यह Memory RAM की तुलना में महंगी होती है, और इसलिए अधिकांश Computer में इसका Size 1 GB तक सीमित है।

Types of RAM 

Random Access Memory (RAM) दो type की होती है |

  1. DRAM (Dynamic Random Access Memory)
  2. SRAM (Synchronous Dynamic Random Access Memory)
DRAM (Dynamic Random Access Memory)

DRAM का पूरा नाम Dynamic Random Access Memory है| जिसका Use RAM में Data को Dynamicly store के लिए किया जाता है। DRAM में, प्रत्येक Cell में 1-Bit Information Store होती है। यह Cell दो Parts से बना है – एक Capacitor और एक Transistor| Transistor और Capacitor का Size इतना छोटा होता है, कि उनमें से लाखों को एक ही Chip पर Store करने की आवश्यकता होती है। इसलिए एक DRAM Chip सामान्य Size की SRAM Chip की तुलना में अधिक Data Store कर सकती है। इसमें Power Off हो जाने के बाद Data Erase हो जाता है |

Characteristics of DRAM

  • Data को बनाए रखने के लिए इसे लगातार Refresh करने की आवश्यकता होती है।
  • यह SRAM से Slow होता |
  • यह बड़ी मात्रा में Data Store करके रखता है|
  • यह Transistor और Capacitor का Combination होता है|
  • यह SRAM की तुलना में कम खर्चीला है|
SRAM (Synchronous dynamic Random Access Memory )

इसे Synchronous Dynamic Random Access Memory कहा जाता है | जो Data Bits को अपनी Memory में तब तक बनाए रखती है, जब तक Power Supply ON रहती है। DRAM में Data को बनाए रखने के लिए लगातार Refresh करने की आवश्यकता होती है, जबकि SRAM में यह आवश्यकता नहीं होती है| जिसके परिणामस्वरूप बेहतर Performance और कम बिजली (Power) का Use होता है। हालाँकि SRAM, DRAM से अधिक महंगा भी है, और इसके लिए बहुत अधिक Space की आवश्यकता होती है।

Characteristics of SRAM

  • इसे Refresh करने की जरूरत नहीं है।
  • यह DRAM से Fast Work करता है।
  • यह Expensive होते है।
  • बिजली की खपत ज्यादा है।
  • इसका Use Cache Memory के रूप में किया जा सकता है।

Read Only Memory (ROM)

यह एक Non-volatile Type की Memory है| जो Power Off होने पर भी Data को बनाए रखती है। इन Memory Location से Data को केवल Read किया जा सकता है| और इसे Delete या फिर से Write नहीं किया जा सकता है। ROM के बजाय BIOS, Firmware को Store करने के लिए Flash Memory का use किया जाता है |

Types of ROM

Read Only Memory (RAM) Three type की होती है |

  1. PROM (Programmable Read Only Memory)
  2. EPROM (Erasable Programmable Read Only Memory)
  3. EEPROM (Electric Erasable Programmable Read Only Memory)

PROM (Programmable Read Only Memory)

  • इसे Programmable Read Only Memory कहते है |
  • यह एक प्रकार की Digital Read Only Memory है, जिसमें User केवल एक ही बार Data या Program लिख सकता है।
  • यह एक खाली PROM Chip को Refers करता है| जिस पर User केवल एक बार PROM Programmer या PROM Burner Device के साथ Content या Program लिख सकता है| उसके बाद Data या Instruction को Modify या Delete नहीं जा सकता है।|

EPROM (Erasable Programmable Read Only Memory)

  • इसका पूरा Erasable Programmable Read Only Memory है |
  • EPROM memory को कई बार Program किया जा सकता है |
  • EPROM Memory में पहले Stored Information को Change या Erase करने के लिए Ultraviolet Light का use किया जाता है |

EEPROM ( Electrical Erasable Programmable Read Only Memory)

  • इसका पूरा नाम Electrical Erasable Programmable Read Only Memory है |
  • यह एक Non-volatile Memory है| Power Off होने पर भी इसका Content Erase या Loss नहीं होता है |
  • EEPROM में Record किए गए Data को मिटाया जा सकता है, और 10,000 बार तक Reprogram किया जा सकता है|

Secondary Memory 

Primary Memory, Temporary Data को Store करती है। इस प्रकार इसे भविष्य में Access नहीं किया जा सकता है। जबकि Permanent Storage Purpose के लिए, Secondary Memory का use किया जाता है। इसे Permanent Memory या Auxiliary Memory भी कहा जाता है। Hard Disk, Secondary Memory का एक Example है। Secondary Memory में Stored Data Power Off के बाद भी Erase या Loss नहीं होता है| Example – Hard Disk Device, Tape Disk Drive, Optical Storage Driver (CD-ROM and DVD) and Floppy Disk Drive|

fcit

Recognize the current family of CPU used in Computers

Central Processing Unit (CPU)

CPU को Processor, Central Processor या Microprocessor भी कहा जाता है। यह Computer के सभी Important Task को Complate करता है। यह Hardware और Active Software दोनों से Instruciton Receive करता है, और Output Generate करता है। यह Operating System और Applicaiton Software जैसे सभी महत्वपूर्ण Program को Store करता है। CPU Input और Output Device को एक दूसरे के साथ Communicate करने में भी मदद करता है। CPU की इन विशेषताओं के कारण इसे Computer का Brain भी कहा जाता है।

The Function of CPU in Four Steps

Fetch: प्रत्येक Instruction Memory में Store होता है, और प्रत्येक Instruction का अपना Address होता है। Processor इस Address को Program Counter से Fetch करता है, जो Tracking के लिए Resposible होता है| कि CPU को आगे कौन से Instruction Execute करने चाहिए।

Decode: Execute किए जाने वाले सभी Programs को Assembly Language में Translate किया जाता है। उसके बाद Assembly Code को Binary Instruction में Decode किया जाता है, जो की CPU के लिए समझ में आता है। इस Step को Decoding कहा जाता है।

Execute: Instruction को Execute करते समय, CPU तीन Operation Perform करता है-

1. ALU के साथ Calculations करना|

2. Data को एक Memory से दूसरे Memory Memory में Transfer करना|

3. Data को किसी Different Address पर Store करना|

Store: Instruction Execute करने के बाद CPU को Feedback Provide करता है, और Output Data, Memory मे Write किया जाता है।

Type of Central Processing Unit (CPU)

Central Processing Unit को Core और Threads की संख्या द्वारा Categorised किया गया है। ये दो चीजें बताती हैं, कि CPU कितना Powerful है। Core का काम Task को Complate करना है। ये Task Core पर निर्भर करते हैं|CPU के Multiple Core में Divide होने के कारण Computer एक साथ Multiple Process को Execute कर सकता है| इसलिए Computers का Fast Multi Processing होना Processor के Core पर Depend करता है|

Singal Core CPU

यह CPU का सबसे पुराना Model है। Singal Core CPU एक समय में केवल एक ही Command Execute कर सकता है| और यह Multi-tasking में Efficient नहीं है। यह दर्शाता है कि यदि एक से अधिक Applicaiton Execute किए जाते हैं तो Performance में गिरावट आती है। यदि एक Operation शुरू किया गया है, तो दूसरी Process को पहले Operation के Finish होने तक Wait करना चाहिए। लेकिन एक साथ Multiple Operations Perform करने Computer का Performance काफी Low हो जाता है।

Dual Core CPU

Dual-Core CPU दो Single Core CPU का एक Combination है| जहां इसमें 2 Core और 4 Threads होते हैं। यह पहला Multi-Core CPU है, जो Single Core CPU से Poweerful है। यह CPU Multi-tasking को आसानी से Handle कर सकता है| और यह Computer के use को Comfortable बनाने के साथ-साथ User Experience को Single Core से बेहतर बनाता है।

Quad Core CPU

Dual-Core CPU की तुलना में Quad-Core CPU में और सुधार हुआ हैं। इसमें 4 चार Core और 8 Threads होतें हैं। जो पिछले Dual-Core CPU से भी ज्यादा Powerful है| Quad Core CPU में यह सारे काम को CPU 4 Core के बीच Divide कर देता है। जो User Experience को आसान बनाता है, और सभी Execution को कम Time में पूरा करता है।

इस प्रकार के CPU Heavy Softwares Ex– Photo Editing(Photoshop, Illustrator), Video Editing (Premiere Pro), Games आदि का Use करना संभव बनाते हैं। First Quad-Core CPU (Athlon II X4) 2009 में AMD द्वारा Launch किया गया था।

Hexa Core CPU

यह एक और Multiple Core Processor है, जो 6 Core और 12 Threads से मिल कर बने होते है| और Quad-Core और Dual-Core Processor की तुलना में Fast से काम करते है। Personal Computer के user के लिए, Hexa Core के Processor Easy होते हैं| First  Hexa Core Processor (core i7) को 2010 में Intel के द्वारा Lanch किया गया था।

Octa-core CPU

Octa Core CPU में 8 Core और 16 Threads हैं। इसका Performance, Application और Software Workload, Clock speed, Rendering Time आदि बहुत Fast होती हैं। यह Hexa Core CPU से बेहतर है। First Octa-Core CPU (Intel Core i7-5960X) को 2014 में INTEL द्वारा Launch किया गया था|

Deca-Core CPU

Deca Core में 10 Independent Core और 20 Threads होते है| जो अब तक Develop किये गए अन्य Processor की तुलना में Fast Speed से Task को Complete करने और Manage करने के लिए जाने जाते हैं। यह दूसरे Processor के मुकाबले Fast और Multi tasking को Supportकरते है। अधिकांश Smartphone में अब Deca Core Processor का use किया जाता है|

fcit

Function of CPU and Functional parts of CPU

The Function of CPU

Computer में CPU का Main Work user को Output Data Provide करने के लिए Input Data के साथ सभी Mathematical and Logical Calculation करके Store और Process करना है| CPU Computer को Guide करता है, कि किसी Problem को कैसे Solve करना है| इसीलिए इसे Processor भी कहते है|

The Function of CPU in Four Steps

Fetch: प्रत्येक Instruction Memory में Store होता है, और प्रत्येक Instruction का अपना Address होता है। Processor इस Address को Program Counter से Fetch करता है, जो Tracking के लिए Resposible होता है| कि CPU को आगे कौन से Instruction Execute करने चाहिए।

Decode: Execute किए जाने वाले सभी Programs को Assembly Language में translate किया जाता है। उसके बाद Assembly Code को Binary Instruction में Decode किया जाता है, जो की CPU के लिए समझ में आता है। इस Step को Decoding कहा जाता है।

Execute: Instruction को Execute करते समय, CPU तीन Operation Perform करता है-

1. ALU के साथ Calculations करना|

2. Data को एक Memory से दूसरे Memory Memory में Transfer करना|

3. Data को किसी Different Address पर Store करना|

Store: Instruction Execute करने के बाद CPU को Feedback Provide करता है, और Output Data, Memory मे Write किया जाता है।

Functional parts of the CPU

Control Unit

Control Unit (CU) CPU के अंदर Computer की सभी Activities और Operation को Control करने का काम करता है। Control Unit के पास Input/Output, Memory और अन्य Device को Control करने के लिए Responsible होता है| जो CPU से जुड़े होते हैं।

Control Unit, Instruction या Information के Set को प्राप्त करती है| फिर यह Instruciton Set को Control Signal में बदलने में मदद करती है| फिर इन Signal को Processing के लिए Central Processor में ले जाया जाता है। CU यह समझने में सक्षम है, कि किस प्रकार के Operation को कैसे Execute किया जाना है। Activities को प्राथमिकता (Priority) देने और शेड्यूल करने में Control Signal मदद करते है। यह Input और Output Unit के साथ-साथ Computer के अंदर सभी Processing में Coordinate करती है।

The Function of the Control Unit

  • यह Computer में सभी Internal Processing को Control करता है|
  • यह Input/Output को Control करता है|
  • यह Memory में Program को Read करता है| ALU और Memory में Processing करने के लिए Instruction देता है|
  • यह ALU को Inform करता है, की Data कहा Store है, क्या Operation Perform करना है, तथा Result को कहा Store करना है|

Arithmetic Logic Unit (ALU)

यह Unit, Mathematical तथा Logical Operation Perform करती है| Mathematical Operation में Addition(+), Subtraction(-), Multiplication(*) और Division(/) करती है| ALU में एक Electronic Circuit होता है, जो Mathematical Calculation करता है|

Logical Operation में ALU दो Number या Data को Compare करके Decision लेने का काम करता है| Compare का Result “Yes” या “No” में होता है| ALU, Control Unit के Control में work करता है| यह Memory से Data Receive करता है, उस पर Processing करता है| और Result Memory को Return कर देता है| ALU में अनेक Register और Accumulators होते है|

Memory Unit

सभी Data जिसे Process किया जाना है, या Process किया गया है| Memory Unit में Store किया जाता है| Memory Unit सभी Data के Hub के रूप में कार्य करती है। यह जब भी Requirement हो, Data को Computer के Required Part में Transmit करता है। Memory Unit, CPU के साथ Shrink होकर काम करती है। यह Data को Fast Access करने और Process करने में मदद करता है।

Types of Computer Memory

Primary Memory

इस प्रकार की Memory में बहुत अधिक मात्रा में Data Store नहीं किया जा सकता है| इसलिए, इसका Use केवल हाल के (Current Active) Data को Store करने के लिए किया जाता है। इसमें Store किया गया Data Temporary होता है। जो की Power Off होने के बाद यह Erase हो जाता है। इसलिए इसे Temporary Memory या Main Memory भी कहते हैं।

Random Access Memory (RAM), Primary Memory का Example है। यह Memory सीधे CPU द्वारा Access की जाती है। इसका उपयोग Read और Write के लिए किया जाता है। Data को Process करने के Data को पहले RAM और फिर CPU में Transfer करना पड़ता है।

Secondary Memory

Primary Memory, Temporary Data को Store करती है| इस प्रकार इसे Future में Access नहीं किया जा सकता है। Permanent Storage के लिए Secondary Memory का Use किया जाता है| इसे Permanent Memory या Auxiliary Memory भी कहा जाता है। Hard Disk, Secondary Memory का एक Example है| इस प्रकार के Memory से Power Off होने पर भी Data Erase नहीं होता है|

World length of CPU

एक समय में Computer द्वारा Parallel Process किये जाने वाले Number of Bits को  Word Length कहते है| 8-bit, 32-bit, और 64-bit सभी Processor की Word length को Refer करते है| यह System की RAM से Transfers, Bit और Pointer की Width होती है| Long word length का Computer अधिक Powerful होता है| Maximum Word Length वाले Computers की Processing Speed Fast होती है| इसलिए जिस Computer की Word Length जितनी ज्यादा होती है, वह Computer उतना ही अच्छा माना जाता है|