Wednesday, 7 February 2024

Computer Memory

MEMORY UNIT , HIERARCHY , TYPES OF MEMORY

Definition memory is main storage device , memory made up of set of wires and circuit , memory made up of cell ,

·        Data access method – sequential , direct , index sequential

PRIMARY MEMORY

primary memory  - made of semiconductor ,

RAM(कंप्यूटर बंद होने पर डाटा नस्ट हो जाता है), RAM stored on motherboard  ,

Types of RAM SRAM , DRAM, SDRAM(Synchronous Dynamic Random Access Memory) , NVRAM (Non Nolatile ROM) .

SRAM (Static RAM)- एक स्थान पर डाटा लिखने के बाद उस रिज़र्व स्थान पर डाटा नहीं लिखा जा सकता ,SRAM used in cache memory ,

DRAM (Dynamic RAM) - एक स्थान पर डाटा लिखने के बाद उस रिज़र्व स्थान पर डाटा लिखा जा सकता और डाटा लिखने के लिए अतिरिक्त circuit की जरूरत पड़ती है |it is usedin main memory ,  types of DRAM(ADRAM,SDRAM , DDRRAM)  , stored data को नियमित/per second/fix time intervell refresh करना जरूरी है ,

ROM(कंप्यूटर बंद होने पर भी डाटा बना रहता है ) इसे कंप्यूटर निर्माण के समय ही प्रोग्राम किया जाता है , built in memory , 

Types of ROM - PROM , EPROM , EEPROM

PROM(Programmable ROM) – एक बार लिखा गया डाटा बार बार delete  नहीं होता 

EPROM(Erasable Programable ROM ) – एक बार लिखा गया डाटा बार बार delete  किया जा सकता है डिलीट करने ले लिए UV Rays का उपयोग होता है

EEPROM(Electrical Erasable Programable ROM) – एक बार लिखा गया डाटा बार बार delete  किया जा सकता है डिलीट करने ले लिए Electrical rays का उपयोग होता है

SECONDARY MEMROY

Megnatic Storage(data store in circular manner ) – magnatic tape , Floppy disk , Hard disc

Optical Storage (data store in spiral manner )– CD , DVD , Blue ray Disk

Electronic Storage(data store digitally ) – pendrive , SD card, Flash Memory

Magnetic Disk : Magnetic disks are coated with a magnetic material such as iron oxide ex-harddisk etc.

Magnatic Tapeइससे data , sequentially access किया जाता है

Floppy disk/diskket अविष्कार ( alien shargat-1973 ) , सबसे पहले उपयोग IBM ने ली , Capacity – 8inch:100KB , 5.25 inch:1.2MB , 3.5inch:1.44MB , also know as ZIP disk ,

Hard disc – Father of hard disk – raynold Johnson(13september  1956) , data को Read करने के लिए Read / Write head का उपयोग किया जाता है , data store on  platter , divided into track and sector , सबसे बहरी track ka address 0 होता है , किसी हार्डडिस्क में 6 platter हैं तो 12 read/write head होंगे  , it conncet with motherboard with SATA cable ( serial advance technology attachment )  , hard disc की performance ज्यादा करने के लिए RAID( Redundant Array of Inexpensive/Independent Disks) का उपयोग होता है ,types of interneal hard disk : SATA , PATA(parral advance technology attachment) , SCSI(small computer system interface ) , SSD(solid state drive) ,SCSI , IDE , EIDE ,   types of hard disk:( Winchester , diskpack , barnouli , mass storage device , ) , huge store of data . 3600 Rotation per minute (RPM) , Disk को track and sector में बदलने की प्रक्रिया formatting , 64 Track ,

access time  = seek time + latency time

Latency time – Read/Write head को ट्रैक के निश्चित सेक्टर तक पहुँचने में लगने वाला समय

seek time - Read/Write head को ट्रैक के निश्चित सेक्टर से डाटा Read/Write करने में लगने वाला समय


Optical disk

Compact Disc(CD)  -  मोटाई1.2MM , spiral starts from inside track ,  use leaser technique  , अविष्कार जेम्स रसेल , प्रथम CD – 17aug1982 at philipines factory , maximum track 99

Normal CD : 4.7 inch , 12cm , व्यास120MM , capacity-650-700MB

Mini CD : 3.15 inch  , व्यास 80MM /8cm ,capacity : 210 MB

Digital Versatile Disc(DVD) मोटाई1.2MM , normal DVD , mini DVD

Normal DVD - व्यास : 120MM /12CM/4.7inch  ,

mini DVD -  व्यास : 80MM /8CM/3.15 inch

·        CD-R(Recordable) – worm (write once read many)

·        CD-RW(Rewritable)

·        CD-ROM – compact disk read only memory

blue ray disc(BRD) व्यास : 120MM /12CM/4.7inch , single layer size 25GB , double layer size 50GB , triple layer 100GB , quadiruple layer 128GB , successor of DVD .

electronic storage

pandrive (conncet with USB,UpnP-plug and play device)

Flash memory- Flash memory is a type of memory that functions similarly to RAM and ROM, like a pendrive .

OTHER IMPORTANT MEMORY

cache memory

·        work between cpu and Main memory(RAM).  

·        उच्च गति से काम करने के लिए Cache Memory का उपयोग करते है,

·        it is used to minimize the processor-memory speed imbalance , fastest memory.

·        for Update data cache memory use write through technique.

virtual memory - Locality of reference






for more notes on hardware and software , computer generation , input and output device , types of printer , computer memory ,  more notes click on basic computer notes .....

No comments:

Post a Comment