Skip to main content

Computer in Real world

        Computer is used in almost every field in developed countries. Industrial advancement, agriculture, defense, education, commerce and business, medicine, tourism, banking etc., are the core areas where computer science is utilized. Today man can communicate from one part of the world to the other part easily, which is an example of the advancement of computer science. Within a minute, man can communicate through telephone, Telex, Fax & TV from one part of the world to the other. Computer helped in banking network also. Your deposited money in a bank of foreign country can be withdrawn using ATM(Asynchronous Transfer Mode) card or Master Card from the other country, and your hand-prints can be sent to any part of the world at great speed.
                  Computer has its application not only in manufacturing, medical research, education and defense,but it is also used in small business offices to handle day-to-day work easily and efficiently. Due to growing importance and numerous applications of computer, it is essential to provide computer education.
                   Computers are used as aids in the study of gravity, flow of electric current, atomic structure, chemical reactions, blood circulation, etc., as textual matter and/or graphical analysis. Computer assist the students in learning and understanding the subject matter easily.
                  Computer is used in developed countries in the study of history, mathematics, geography etc. Similarly mathematics, science and statistics are taught with the aid of computers. Distance learning like "Open University" is another educational application in Europe and America.
                  Students can get University level education with the aid of computers through the "Open University". In 1960's computers were basically applied in research and in 1970's computers were used in industries for process control and quality control. In 1980's , computers were extensively used in education and economic development. At the beginning of 1990's , a new subject has been introduced in education which is called ' Information Technology'.
                     Information Technology is recently developed technology which includes fast processing capabilities of  information and transmitting them from one part of the world to the other. It has tremendously increased the capabilities in telecommunication , television, Telex, fax etc. Staying one corner of the world , one can receive information from any part of the world or he can transmit the information easily with the use of information technology devices.
                   Computer helps in decision making. Sometimes the situations are erroneous in the study of science and mathematics. Complicated mathematical problems and error free scientific processing can be done easily with the help of computers. It is also helps in checking the student's exam paper( Objective types), database management, spreadsheet calculations, record keeping and numerous other activities.
                  

Comments

Popular posts from this blog

What is manipulator in C++?

Answer: Manipulators are special functions that can be included in the I/O statement to alter the format parameters of a stream. Table-2 shows some important manipulator functions that are frequently used. To access these manipulators, the file < iomanip.h > should be included in program.                               Table-2               Manipulators                                                    Equivalent ios function               set...

Network Topology

A network topology is the arrangement of the computers cable and other components on a network. The major goal of network topology is to find out the most economical and efficient way to connect all the users to the network resources while providing adequate capacity to handle users demand, maintain system reliability and decrease the delay.    Topology is the map of physical network. The type of topology we use defect the type and capabilities network hardware’s its management and possibilities for future expansion. There are many types of network topology, some of these are:   Bus Topology Star Topology Mesh Topology   Ring Topology Tree Topology

What is Servlet in Java?

A servlet is a small program that executes on a server. Just as applets dynamically extend the functionality of a web browser, servlets dynamically extend the functionality of a web server. It is helpful to understand that as useful as applets can be, they are just one half of the client/server equation. Not long after the initial release of Java, it became obvious that Java would also be useful on the server side. The result was the servlet. Thus, with the advent of the servlet, Java spanned both sides of the client/server connection.