NEWS & UPDATES >> BCA BCSP064 Synopsis & Project Work Started for DEC 2017, IGNOU MCA MCSP060 Synopsis Work Started for DEC 2017, CONTACT 4 IGNOU Mini Project

WHAT IS THE BASIC SECTION OF MODERN COMPUTER SYSTEM, MEMORY AND STORAGE DEVICES


WHAT IS THE BASIC SECTION OF MODERN COMPUTER SYSTEM.?


 Every modern computer system consists of three basic sections:

1.      Input device (i.e. Keyboard, mouse or scanner etc.)
2.      Processor (or CPU):
 ·         Control unit (CU)
 ·         Arithmetic and Logic Unit (ALU)
 ·         Memory unit
3.      Output device (Visual Display Unit (Monitor/screen) or printer etc.)

The basic parts of a computers are shown in Figure
  


                                               Figure 3.1: Basic Parts of a Computer 
·         Input devices such as a keyboard, mouse or scanner are used to enter input (data and/or instructions), directly into the computer.

·         The CPU is like the human brain; it has a memory and just like there is a faculty in the brain that regulates the functioning of all parts of the body, a computer has a control-unit (CU), which controls its entire operation including its input and output devices.

·         Processing of data is done in the arithmetic and logic unit (ALU). It performs Arithmetic and logic operations such as addition, subtraction, multiplication and division. Here the word "Logic" is used because a computer (unlike a calculator) has the capacity to do logical operations also, such as compare two numbers, and find out which of the two numbers is greater.

The Memory unit is an important component of a computer where all the data and information are stored in the form of binary digits (combination of 0‟s and 1‟s) and retrieved whenever necessary. Computer systems use a variety of devices for storing instructions and data. The computer memory is the place where the computer holds data and programs that are in use. Computer memory refers to the physical devices in a computer. If our computer‟s CPU had to constantly access the hard drive to retrieve every piece of data it requires, the operation will be very slow. On the other hand, when the data or information is kept in memory the CPU can access it much more quickly. From the time the computer is turned on until the time it is shut down, the CPU is constantly using the memory system. The act of entering data into a storage location is called a memory write operation, and the act of retrieving data from a storage location is called a memory read operation. Data and instructions are moved, to and from memory, in bunches of word length. These memory devices are categorised according to access time, storage capacity and cost-per-bit of storage.

Based on these criteria memory is broadly categorised into two types:



·         Primary or main memory (also called semiconductor memory).


·         Secondary or auxiliary memory (magnetic memory/Optical memory).








The Table summarizes the difference between Primary (or main) memory and secondary (or auxiliary) memory.


Table: Difference between Memories                           
That is, Primary memory (i.e. RAM, ROM etc.) have faster access time, smaller storage capacity, and higher cost per bit of storage, as compared to secondary memory.

Based on access time, storage capacity and cost/bit storage, the memory devices (such as RAM, ROM, Hard-disk, Floppy disk, Magnetic disk, Magnetic Tape, CD-ROM, and DVD etc.) can be categorized into three kinds of memory systems:
·         Semiconductor memory such as RAM, ROM etc

·         Magnetic memory such as Hard-disk, Floppy disk, and Magnetic tapes

·         Optical memory such as CD-ROM, DVD etc


A Central Processing Unit (CPU) in a computer system is an extremely fast device as compared to the main memory, but it can not work on its own. It depends on the main memory that sends data and instruction when required for processing.

In other words, we can say that even memories with smaller size (i.e. primary memory) have very high access time (time taken by CPU to access a location in memory), which reduces the overall speed of a computer.

Computer memory can also be categorized on the basis of Volatile and Non-Volatile characteristics. Non-volatile Memory is a type of computer memory which can retain the stored information even if the power is shut down. Examples of Non-Volatile Memory are Read-only memory (ROM), flash memory, optical discs etc. On the other hand, a Volatile memory loses its content when the power goes off. Random Access Memory (RAM), which is the most common form of Primary Storage, is a type of volatile memory. When the computer is shut down, everything contained in RAM is lost.

To reduce the idle time of the CPU and increase the speed of processing, a fast memory can be used. This can be done by using a large size of main memory. But the cost of main memories of relatively large size is still very high. To reduce the cost of a large sized memory, a special type of high speed memory, known as cache memory can be used in between the CPU and the main memory (as shown in Figure). Thus the cost versus access time leads to a hierarchy of computer memory, where the memory is organized into a hierarchy, known as the memory hierarchy. This includes CPU registers, Cache memory, main memory and various secondary storage devices. Although the memory hierarchy is organized in such a way to minimize the cost, without compromising the overall speed of access.
    

                                 Figure 3.2: Memory Organization

In this unit we will mainly focus on storage organization and storage devices such as disk/tape, CD/DVD and ROM/PROM etc. We also discuss the memory hierarchy which includes main memory and high speed memory such as cache memory.

 MEMORY AND STORAGE DEVICES 

Memory is an important component of a computer where all the data and information are stored in the form of binary digits (combination of 0‟s and 1‟s) and retrieved whenever necessary.
There are two main functions of the memory:

·         To store programs, data and information into the computer.



·         To store the results of computation.

A computer system uses a variety of devices for storing the instructions and data. When you want to execute a computer program, the program has to be in memory. Any input data needed for processing by that program should also be in memory. All the intermediate results and outputs from the program are stored in the memory until the machine is turned off.
The storage devices of a computer system are ranked according to the following criteria:

1.      Access time: This is the time required to locate and retrieve stored data from the storage unit in response to a program instruction. That is the time interval between the read/write request and the availability of the data. A fast access time is always preferred.
2.      Storage capacity: It is the amount of data that can be stored in the storage unit. A large capacity is preferred.


3.      Cost per bit of storage: It is the cost of a storage unit for a given storage capacity. Low cost per bit of storage is always preferred. The final goal is to minimize this cost.

Based on above mentioned criteria, at present the following three kinds of memory system are commonly used in modern computers:
              

                        Table 3.2 : Memory and its Purposes


Thus from above discussions, we can summarize the following points:

·         Secondary memory cannot be accessed directly by the CPU. First the information of these memories (which is needed by the CPU for current processing) is transferred to the main memory and then the information can be accessed as the information of main memory. Hard-disk and floppy disks are the most common secondary memories used in computers.

·         Secondary storage systems must offer large storage capacities, low cost per bit and medium access times. Magnetic media (such as floppy disks and hard disks) have 
     been used for such purposes for a long time. But audio and video media, either in compressed form or uncompressed form, require higher storage capacity than the other     
      
     media

               forms and the storage cost for such media is significantly higher.

.         Optical storage devices offer a higher storage density at a lower cost. A CD-ROM can be used as an optical storage device. Many software companies offer both operating 

     system and application software on CD-ROMs today. This technology has been the main catalyst for the development of multimedia in computing because it is used in 

      multimedia external devices such as video recorders and digital recorders (Digital Audio Tape) which can be used for multimedia systems.

·         Removable disk, tape cartridges are other forms of secondary storage devices used for back-up purposes having higher storage density and higher transfer rate.

There is another type of high speed memory, known as Cache memory, which is used to increase the speed of processing by making current programs and data available to the CPU at a rapid rate. Cache memory is a relatively small, high speed memory that stores the most recent used instructions or data. It acts as a high-speed buffer between main memory and the CPU.The cache memory is placed in between CPU and main memory. Access time is the time it takes a device or program to locate information and make it available to the computer for further processing. Cache memory access time is about 0.5 to 2.5 ns which is much less than that of the main memory. The access time of main memory is about 50-70 ns. Because of its very high cost, the capacity of the cache memory deployed is 2 to 3 percent of that of the main memory. The access time of mass storage devices such as hard disks are measured in milliseconds (ms).

The most common memory hierarchy is shown in Figure.

                                Figure: Memory Hierarchies


Now let us start with the memory organization of primary storage. A primary or internal storage section is basic to all computers. Figure 3.4 compares the different types of memory in terms of capacity, access speed, cost per bit of storage as follows:

 Figure: Storage media in terms of cost, Speed and capacity trade-offs

All the memory devices can be categorized into three main categories:

·         Semiconductor (or Main) memory

·         Magnetic memory

·         Optical memory
The Figure illustrates the storage cost, speed and capacity of these memories. Note that cost increases with faster access speeds but decreases with access capacity.

Figure: Storage media cost, Speed and capacity trade-offs


You can note down the following points from the Figure

·         Semiconductor memories are used mainly for primary storage. It stores programs and data which are currently needed by the CPU.

·         The semiconductor memory is an electronic, static device. There are no moving parts in it. Some examples of semiconductor memory are RAM, ROM etc.

·         The semiconductor memory is faster, compact and lighter. It consumes less power.

·         The magnetic and optical memories are slow compared to semiconductor memory.

But they are cheaper than semiconductor memory. They are not static devices. They are either in the form of a rotating disk or tape. All computers contain both semiconductor as well as magnetic memory.

The examples of magnetic memory are Hard-disk, floppy disk, magnetic disk and tapes.

The Figure shows a relationship between the access-time and capacity of various types of memory.

                            Figure: Capacity vs. access-time

Optical recording techniques have been recently used to store data on the surface of a coated disk. Information is written to or read from an optical disk using a laser beam. An example of this kind of serial access memory is a CDROM (Compact Disk Read-Only Memory). Only one surface of an optical disk is used to stored data. An optical disk has very high storage capacity, up to 20 GB. It is relatively inexpensive and has a long life of at least 15-20 years. Better optical recording methods which records data on multiple layers on a disk surface have been recently introduced. This storage device is known as DVD-ROM (Digital Versatile Disk Read-Only Memory). The main drawback of the optical disk system is its slow average access time. Table shows the some characteristics of the discussed various memory technologies.

                     Table: Characteristics of Memory Technologies
 
Note that there are two basic methods of accessing information from various memory devices :
·         Sequential or serial access, or

·         Direct or Random access

·         A Sequential-access memory device reads data in sequence. In other words, information on a serial device can only be retrieved in the same sequence in which it is stored. Data is recorded one after another in a predetermined sequence (such as in numeric order) on a storage medium. Sequential processing is quite suitable for such applications like preparation of monthly pay slips, or monthly electronic bills etc., where each address needs to be accessed in turn. If you are working with a sequential access device and information is stored at the last address, then data stored at the last address cannot be accessed until all preceding locations in the sequence have been traversed. That is locating an individual item of data requires searching the recorded data on the tape until the desired item is located.

·         A sequential-access memory such as magnetic tape is organized by arranging memory cells in a linear sequence. These do not have unique storage address that can be directly addressed. Instead, data is presented serially for writing and is retrieved serially during a read.

               
                                  Figure: Sequential Access Memory


·         In case of a random access device the information is available at random, i.e., any location in the device may be selected at random. So any location in the device can be accessed in approximately equal time in any order. In other words, we can say that each storage position (1) has a unique address and (2) can be individually accessed in approximately equal time without searching through other storage positions. Magnetic disk and CDROM are typical random access storage devices. Any data record stored on a magnetic or optical disk can be accessed directly in approximately the same time period. The Figure shows sequential versus direct access storage:

                   
                              Figure: Random Access Memory

Basic Storage Fundamentals

Data is processed and stored in a computer system through the presence or absence of electronic or magnetic signals in the computer‟s circuitry (ie. RAM) or in the media it uses (i.e. magnetic Disk). This is called a "two-state" or Binary representation of data. Transistor and other semiconductor circuits are either in conducting or in non-conducting states. For Magnetic media, such as magnetic disk or tapes, these two states are represented by having magnetized spots whose magnetic fields have one of two different directions or polarities.

For any electronic circuits, the conducting (ON) state represents the number 1, while the non-conducting (OFF) state represents the number 0.This is so only for positive logic. One can always have the reverse convention that we call negative logic. For magnetic media, the magnetic field of a magnetized spot in one direction represents a 1 while magnetism in the other direction represents a 0.

The smallest element of data is called a bit, which can have a value of either 0 or 1. The capacity of a memory chip is usually expressed in terms of bits. A group of 8-bits is known as a byte, which represents one character of data in most computer coding schemes. Thus, the capacity of a computer‟s memory and secondary storage devices is usually expressed in term of bytes. Computer codes such as ASCII (American Standard Code for Information Interchange) use various arrangements of bits to form bytes that represent the numbers 0 to 9, the letters of the alphabet, and many other characters.

     Differentiate between the following:

a)      Primary (main) memory versus secondary memory




b)      Different types of memory (in terms of access speed, storage capacity and cost per bit storage).

  Primary memory and Secondary memory


As the table indicates, that the Primary memory (i.e. RAM, ROM etc.) have faster access time, smaller storage capacity, and higher cost per bit of storage, as compared to the secondary memory.
     

c)      A graph showing Capacity versus access time for different types of memory.


     

     The following figure shows the relationship between the access-time and capacity of various types of memory.







d)      Random versus Sequential access.


A Sequential-access memory device reads data in sequence. In other words, information on a serial device can only be retrieved in the same sequence in which it was stored. Data is recorded one after another in a predetermined sequence (such as in numeric order) on a storage medium. Sequential processing is quite suitable for such applications like preparation of monthly pay slips, or monthly electronic bills etc., where each address needs to be accessed in turn. If you are working with a sequential access device and information is stored at the last address, then data stored at the last address cannot be accessed until all preceding locations in the sequence have been traversed. That is locating an individual item of data requires searching much of the recoded data on the tape until the desired item is located. Example magnetic tape..



Enroll for Coaching or Home Class | IGNOU BCA MCA Solved Assignment 2016 2017 on process  Join IGNOU BCA MCA Coaching Class |  Synopsis & Project Support 
Powered by IGNOUFriend | www.ignoufriend.co.in |
ignou bca mca synopsis, ignou class, ignou bca mca project, solved ignou assignment,BCA Coaching Institute in Delhi, MCA Coaching Institute in Delhi, BCA MCA Coaching Institute in Delhi, BCA MCA, Tuation Class in delhi, IGNOU BCA MCA Class, IGNOU BCA MCA Tution,IGNOU Solved Assignment, IGNOU BCA Synopsis , IGNOU MCA Synopsis, ignou bca project, ignou mca project, ignou best coaching in delhi, ignou best coaching in new delhi, ignou best coaching in south delhi, ignou best coaching in north delhi, ignou best coaching in east delhi, ignou best coaching in west delhi
ignou, bca, mca, coaching institute, tution class, bcsp064, mcsp060, cs76, mcs044,bcs011, bcs012, mcs011, mcs012, mcs013, mcs015, bcsl021, bcsl022, mcs014, bcs040, mcs021, mcs023, bcs031, bcsl032, bcsl033, bcsl 034, bcs041, bcs042, mcsl016, bcsl043, bcsl044, bcsl045, bcs051, bcs052, bcs053, bcs054, bcs055, bcsl056, bcsl057, bcsl058, bcs062, mcs022, bcsl063, project
mcsp060, mcse011, mcse004, mcse003, mcsl054, mcs053, mcs052, mcs051, mcsl045, mcs044, mcs043, mcs042, mcs041, mcsl036, mcs035, mcs034, mcs033, mcs032, mcs031, mcsl025, mcs024, mcs023, mcs022, mcs021, mcsl017, mcsl016, mcs015, mcs014, mcs013, mcs012, mcs011
nips institute, nipsar, ignoufriend.in, ignoufriend.co.in, ignouhelp, best coaching institute


No comments:

Post a Comment