Skip to main content

PRIMARY STORAGE AND UNIT OF STORAGE


Storage Unit-Storage unit of a computer system provides space for storing data and instruction, intermediate results, and results for output.
     Memory receives instruction and data from the input devices and stores them till they are needed by other parts of computer.
  Once the instructions are executed, the results transferred  to a permanent location which are then stored in a storage device.
There are two types of storage:-
Primary storage: - Primary storage of a computer system, also known as main memory, stores pieces of program instructions and data, intermediate results of processing, and recently produced results of those job(s) on which the computer system is currently working. Primary storage is volatile, and it loses the information it as soon as the computer system switches off or resets.
Secondary storage: - Secondary storage of a computer system, also known as auxiliary storage, takes care of the limitations of primary storage. It can retain information even when the computer system switches off or resets. A computer system uses secondary storage to store program instructions, data and information of those jobs on which the computer system is currently not working but needs to hold them for processing later.
Primary Memory can be classified into two groups:
RAM( Random Access Memory) : It holds the information temporarily, during the ongoing operation of a computer. When a computer is under operation, the data or instructions come into its memory for instant access. During the course of the execution of instructions, some intermediate results may be produced which are stored in the RAM.
RAM is a volatile memory
RAM chips are made of Metal Oxide Semiconductor(MOS).
RAM is available in  different capacities. Like: 2GB, 4GB, 8GB, 16GB, etc.
There are different types of RAM Like: SRAM, DRAM, SDRAM, EDRAM etc.
ROM( Read Only Memory) : It stores a set of predefined instructions for the internal operations of a computer. It is also referred as ‘Non-volatile memory’ or ‘firmware’.
    Once the user switches ‘ON’ the computer, the computer automatically does a series of sequential task known as POST (Power On Self Test) before the user starts its operation. The instructions for such predefined set of tasks are stored in the ROM. Such information on this memory can only be read. There are different types of ROM Like: PROM, EPROM, EEPROM, Flash Rom.
BIOS is stored in ROM and it operates when the computer is switched ‘ON’. It contains set of essential softwares that test the setup of hardware devices during startup. It helps to start the operating system and supports the transfer of data among the hardware devices.
CACHE MEMORY: Beside RAM and ROM, there are some other primary memories like Cache or Buffer memory. Cache Memory is a part of CPU and used when there is swapping of information between the primary memory and the ALU.

Unit of Storage:
A computer understandz its own language. All the data and information that are fed into a computer are converted into its own( machine) language.Its language consists of two digits i.e. 0 and 1 which are called ‘Binary Digits’.
Each digit 0 or 1 is known as ‘Bit’.
Agroup of four bits is called a ‘Nibble’.
A group of eight bits is called a ‘Byte’.
Storage of data is measured in multiples of bytes.
Different units of storage of data are:
8 bits = 1 byte
1024 bytes = 1 kilobyte (KB)
1024 kilobytes = 1 Megabyte (MB)
1024 Megabytes = 1 Gigabyte (GB)
1024 Gigabytes = 1 Terabyte (TB)
1024 Terabytes = 1 petabyte (PB)
1024 Petabytes = 1 Exabyte (EB)
1024 Exabytes = 1 Zetabyte (ZB)
1024 Zetabytes = 1 Yottabyte (YB)
1024 Yottabytes = 1 Brontobyte (BB)
1024 Brontobytes = 1 Geopbyte

Comments

  1. I have no words to say about you sir.you are very good teacher and by the help of your blog every student success in his computer life.

    ReplyDelete

Post a Comment

Popular posts from this blog

ARITHMETIC OPERATIONS ON BINARY NUMBER

Binary arithmetic is simpler to learn because binary number system deals with only two digits - 0 and 1. Binary number perform all arithmetic operation such as Addition, Substraction, Multiplication and compliment as in decimal number system. Binary Addition The addition table for binary arithmetic consist of only the following four entries: 0+0=0 0+1=1 1+0=1 1+1=0 , plus a carry of 1 to the next column.     1011        + 1100    10111     1100    + 1100     11000 Binary Substraction There are three ways to do substraction between binary numbers:- 1. Simple Substraction 2. Substraction using 1's Complement 3. Substraction using 2's Complement Simple Substraction: The complete table of binary substraction is as follows: 0-0=0 0-1=1, borrow 1 from next column 1-0=1 1-1=0    1101 - 0101   1000     1001   - 0111    0...

Media Of Communication Part 2

Unguided Media Unguided media transport electromagnetic wave without using a physical connection. This type of communication referred as wireless communication. We can divided wireless transmission in :-   1. Radio Wave:- Electromagnetic   waves ranging in frequencies between 3KHz and 1GHz are normally called radio wave.   On radio wave connectivity used communication used Bluetooth, Wi-Fi, etc.     Bluetooth :- It is a wireless network connectivity that enables to connect or transfer data between devices over a short range the physical range of connection up to 100 meter. Ex- Mobile phone, barcode scanning, portable speaker, wireless keyboard, mouse etc.      Wi-Fi (Wireless Fidelity):- Wi-Fi is a network of wireless connection. Wi-Fi network establish by radio frequency like Bluetooth, but has more power, resulting a strong connection.    ·   Wi-Fi is also called wireless Ethernet. It has connectivity range up...

Application OF Computer

Communication : - In the past, people used to communication through letters, telephones etc. The advent of computers has made it possible to share or exchange information in real time (instant). Information can be textual, graphics or visual from any corner of the world in different ways. Like – Email, Online chatting, Video conferencing, FTP (File Transfer Protocol), Telnet, Social Networking. News & Broadcasting : The delivery and reception of news has changed dramatically with the advent of computers. Earlier, Journalists used snail mail, reel-to-reel recorders, dark-room processing for photos and typewriters for composing contents. But now computers have facilitated in Instant Broadcast, Online Newspapers, Online News Channels, etc. Social Networking: Before the advent of computer, people used to interact with friends and relatives in closed groups and meet them during family functions, religious ceremonies and gatherings at local temples, gurudwaras, mosques or church...