Skip to main content

Characteristics and application of computer science

The following are some of the characteristics of the computer.
1. Versatility 
- A computer can perform multiple tasks at the same time. 
- A computer is very flexible in performing the jobs to be done. 
-This machine can be used to solve the problems related to various fields. 
- At one instance, it may be solving a complex scientific problem and the very next moment it may be playing a card game. 
2. Storage Capability (Memory)
-Memory is a very important characteristic of computers. 
-A computer has much more storage capacity than human beings. 
- It can store large amount of data. 
- It can store any type of data such as images, videos, text, audio and many others. 
3. Diligence 
-Unlike human beings, a computer is free from monotony, tiredness and lack of concentration. 
- It can work continuously without any error and boredom. 
- It can do repeated work with same speed and accuracy
4. Reliability (Reliable) 
- Repeated instructions given to a computer produces the same result. The computer is dependable meaning it always gives accurate results every time it is requested.
- Modern electronic components have long lives. 
5. Automation 
- Automation means ability to perform the given task automatically. 
- Once a program is given to computer i.e. stored in computer memory, the program and instruction can control the program execution without human interaction
6. Speedy(speed)
- Computer is a very fast device. 
- It is capable of performing calculation of very large amount of data. 
- The computer has units of speed in microsecond, nanosecond, and even the picosecond. 
- It can perform millions of calculations in a few seconds as compared to man who will spend many months for doing the same task.
7. Accuracy (Accurate) 
- An addition to being very fast, computers are very accurate. 
- The calculations are 100% error free. 
~Computers perform all jobs with 100% accuracy provided that correct input has been given. 

Application Of Computer Science
The following are some of the applications of the computer
a. Education
b. Business
c. Banking
d. Insurance
e. Marketing
f. Health care
g. Engineering design
h. Military
i. Communication
j. Government
a. Education
The computer  provide a lot of facilities in the education system. 
i. The computer provides a tool in the education system known as C B E (Computer Based Education). 
ii. Research is made easier as a result of the abundant information provided by the computer on different fields.
iii. Some courses can be offered on the computer virtually without going to the school environment
b. Business 
Computer is applied in business as  follows: 
i. Payroll calculations 
ii. Budgeting 
iii. Sales analysis 
iv. Financial forecasting 
v. Managing employees database 
vi. Maintenance of stocks etc.
c. Banking
Today banking is almost totally dependent on computer. Banks provide following facilities: 
i. Banks provide online accounting facility, which includes current balances, deposits, overdrafts,interest charges, shares, and trustee records. 
ii. ATM machines are making it even easier for customers to deal with banks.
d. Insurance
Insurance companies are keeping all records up-to-date with the help of computers. The insurance companies, finance houses and stock broking firms are widely using computers for their concerns. Insurance companies are maintaining a database of all clients with information showing 
i. procedure to continue with policies 
ii. Starting date of the policies 
iii. Next due installment of a policy 
iv. Maturity date
vi. Interests due 
vii. Survival benefits 
viii. Bonus 
e. Marketing
 marketing, uses of computer are following: 
i. Advertising -with computers ,advertising professionals create art and graphics, write and revise copy, and print and disseminate ads with the goal of selling more products. 
ii. E-Commerce - Home shopping has been made possible through use of computerized catalogues that provide access to product information and permit direct entry of orders to be 
filled by the customers.
f. Health Care
Computers have become important part in hospitals, labs and dispensaries. The computers are being used in hospitals to keep the record of patients and medicines. It is also used in scanning and diagnosing different diseases. ECG,EEG,Ultrasounds and CT Scans etc. are also done by computerized machines. 
Some major fields of health care in which computers are used are: 
i. Diagnostic System - Computers are used to collect data and identify cause of illness. 
ii. Lab-diagnostic System - All tests can be done and reports are prepared by computer. 
iii. Patient Monitoring System - These are used to check patient's signs for abnormality such as in Cardiac Arrest, ECG etc. 
iv. Pharma Information System - Computer checks Drug-Labels, Expiry dates, harmful drug’s side effects etc. 
v. Surgery: Nowadays, computers are also used in performing surgery.
g. Engineering Design
Computers are widely used in engineering purpose.One of major areas is CAD (Computer aided design).that provides creation and modification of images. Some fields are: 
i. Structural Engineering - Requires stress and strain analysis for design of Ships, Buildings,Budgets, Airplanes etc. 
ii. Industrial Engineering - Computers deal with design, implementation and improvement of integrated systems of people, materials and equipment. 
iii. Architectural Engineering -Computers help in planning towns, designing buildings,determining a range of buildings on a site using both 2D and 3D drawings.
h. Military
Computers are largely used in defense. Modern tanks, missiles, weapons etc. Military also employs computerized control systems. Some military areas where a computer has been used are: 
i. Missile Control
ii. Military Communication 
iii. Military Operation and Planning 
iv. Smart Weapons 
i. Communication
Communication means to convey a message, an idea, a picture or speech that is received and understood clearly and correctly by the person for whom it is meant for. Some main areas in this 
category are: 
i. E-mail 
ii. Chatting 
iii. Video-conferencing
j. Government
Computers play an important role in government. Some major fields in this category are: 
i. Budgets 
ii. Sales tax department 
iii. Income tax department 
iv. Computerization of voters lists 
v. Computerization of driving licensing system 
vi. Weather forecasting.
Thanks for reading.

Comments

Popular posts from this blog

What is Computer?

 The word computer originates from the word compute which means to calculate. It was initially used to refer to human beings that perform calculations. A computer has been defined so many forms by different authors. Some of the definitions are as follows: - Computer :-  is an electronic device that accepts data as input Process the data and gives out information as output.  - Computer :- It can be defined as an electronic or electromechanical device that is capable of accepting data, holds a means of instruction in its memory, process the information given by following sets of instructions to carry out a task without human intervention and at the end provide significant result. - Computer :- is any machine which accepts data and information presented to it in a prescribed form,carry out some operations on the input and supply the required result in a specified format as information or as signals to control some other machines or process. - Computer :- is an ele...

System Analysis and Design: A Comprehensive Overview

System analysis and design is a critical phase in the development of software systems. It involves a structured approach to understanding, defining, and designing solutions to meet business needs or address problems. This process ensures that the resulting system is efficient, effective, and aligned with user requirements. Let's delve into the key components and stages of system analysis and design:  1. System Analysis: Understanding Requirements and Problems In this stage, system analysts gather and analyze information to understand the current system or business processes, identify problems, and determine user needs. The goal is to define the scope and objectives of the project.  Requirements Gathering:  Analysts interact with stakeholders to gather requirements, including functional, non-functional, and user-specific needs. Interviews, surveys, observations, and workshops are used to collect detailed information. Problem Identification:  Existing problems, ineffic...

Algorithm Analysis ,Time and Space Complexities

An algorithm is a step-by-step procedure or set of rules for solving a problem or performing a specific task. Algorithm analysis involves evaluating the efficiency and performance of algorithms, particularly in terms of their time and space complexities.  These complexities provide insights into how an algorithm's runtime and memory requirements grow as the input size increases.  Time Complexity: Time complexity measures the amount of time an algorithm takes to run as a function of the input size. It helps us understand how the algorithm's performance scales with larger inputs. Common notations used to express time complexity include Big O, Big Theta, and Big Omega. - Big O Notation (O()): It represents the upper bound on an algorithm's runtime.  For an algorithm with time complexity O(f(n)), the runtime won't exceed a constant multiple of f(n) for large inputs. -Big Omega Notation (Ω()): It represents the lower bound on an algorithm's runtime.  For an algorithm w...