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...

Explanation of Graphics in C programming

   The header file graphics.h should be included to use graphics related built in functions. Again, the variable gDriver is an integer variable that specifies graphics driver to be used. Device drivers are small programs which talk directly to the hardware. Graphics drivers are a subset of device drivers and are applicable only in the graphics mode. The initialization of this variable to DETECT is to set another variable gMode to the highest resolution available for the detected driver.  The value of this variable gDriver may be another than DETECT (e.g. 1 for CGA, 9 for VGA.). The variable gMode is an integer that specifies initial graphics mode.       The built in function initgraph() is for graphics initialization. The syntax for this is as   initgraph(&graphics_driver, &graphics_mode, path_to_driver);   path_to_driver specifies the directory path where initgraph() looks for graphics drivers ( .BGI files). Thi...

BIOS

BIOS stands for Basic Input Output System. It is is kind of OS pre- attached in the system Design to detect every I/O devices It holds basic drivers -checks all I/O devices -Loads main OS -Responsible for starting System switched on manufactured by AMI,Phonix,award,Baiostar POST error test, boots trap load, BIOS is unintrusive system. CMOS and BIOS are two different components of the motherboard. CMOS work as storage if BIOS. A basic software program containing all BIOS is permanently stored in the ROM. every essencial holds program Tresh passing without knowinig is called intrusive.