Introduction To Applications of Computer
Introduction To Applications of Computer
Introduction to Emerging
Technologies and ICT in Nursing
1
What is ICT?
What is Computer ?
It is an electronic machine capable of manipulating numbers and symbols,
taking an input, storing it, processing it and giving an output all under the
control of a set of instructions (called program).
It is a programmable electronic device.
Its name comes from a Latin word computre, meaning “to reckon” or “to
compute”.
Any calculating device or machine, which is electronic, mechanical or
electromechanical can be called a Computer. But that doesn’t mean that
computers perform only calculation.
4
What is Computer Science?
Much like the microscope does not define biology
or the test tube does not define chemistry, the
computer doesn't define Computer Science.
The computer is a tool by which Computer
Scientists accomplish their goals – to solve
problems.
Computer Science is a science concerned with
information i.e. representation, storage, manipulation or
processing and presentation of information.
5
Characteristics of Computers
The characteristics of a computer shows the capabilities and
the potentials of the computer for processing data.
Computers have some basic characteristics:
Speed :
The most important characteristic of a computer is its speed.
Computers perform their operations step by step, their speed
is measured by the amount of time it took to perform or
carry out a basic operation.
Its speed measured in terms of microsecond (10-6 one
millionths), nanosecond (10-9 one billionths), and Pico
second (10-12 one trillionths).
Cont…
Capacity
Imagine how much space data of a census on papers need.
Not only the space, but also the time it took to get or retrieve
specific information from such vast amount of data.
But a computer can store such amount of information in a
few numbers of disks. And the time it took to retrieve or
process single information is not more than a micro or
nanoseconds.
In general a computer has a capacity to store a very large
amount of information in organized manner so that
accessing information is very fast.
Cont…
Automatic
Once necessary information and program is feed to the computer, it
performs processing without human intervention
cont…
Versatility
Computer have the potential to perform or solve varieties
of tasks and problems, as long as the problem or the task
can be put or reduced in the form of logical steps. They are
capable of performing almost any task
Diligence: They are free from lack of concentration,
tiredness and etc. They constantly perform similar tasks
over and over again.
Classification of Computers
Cont…
Mini computers
Minicomputers are midrange computers that are larger
and more powerful than most microcomputers but are
smaller and less powerful than mainframe computer
systems.
Minicomputers' size prevents it from being easily portable
although it can be moved more easily than a mainframe
computer.
Minicomputers cost less to buy and maintain than
mainframe computers.
Most minicomputers can function in ordinary operating
environments, as they do not need special air conditioning
or electrical wiring.
cont…
Supercomputer
The term supercomputer has been coined to describe a
category of extremely powerful computer designed for
high-speed processing.
It is generally characterized as being the fastest, most
powerful, and most expensive computer.
It demand special cooling requirements and the room
itself should be air-conditioned.
cont…
43
Optical Storage Media
44
CPU – Central Processing Unit
The Central Processing Unit (CPU)
It is the most costly and main component of the
computer system.
Consists of the Control Unit & the Arithmetic
Logic Unit and main memory (Registry);
The three parts work together to electronically
control the function of the computer;
The different parts are interconnected by a cable
like device called BUS, which is used to facilitate
communications between the parts.
Types of CPU
RISC (Reduced Instruction Set Computer)
uses large number of basic instruction i.e. larger
number of instruction set could be executed in such
CPUS. This is the most commonly used type of CPU.
E.g. Intel Pentium
CISC (Complex Instruction Set Computer)
Use fewer instruction sets.
The design is simpler and less costly.
Faster than CISC
User
Software
Hardware Computer Software
The finite set of instructions (steps) that the computer
follow to perform a given job is called a program. Any
program to be executed first it should reside / loaded/ in
the memory.
Software:- is a collection of programs and routines that
support the operations of performing a task using a
computer.
Software also includes documentations, rules and
operational procedures.
Software makes the interface between the user and the
electronic components of the computer.
Conti…
Computer software is classified into two
1. System software
2. Application software
System software
Constitutes those programs which facilitates the work of the computer hardware.
It organizes and manages the machine’s resources, handles the input/output devices.
It controls the hardware by performing functions that users shouldn’t have to or are
unable to handle.
System programs make complex hardware more user friendly.
Compiler:- is a program that translates a high level language into machine code.
(Pascal, Fortran Cobol)
Conti…
Interpreter:- is a program that translates each
instruction of high level language & executes the
instruction before translating the next instruction.
The general-purpose routine and utilities include
programs which are used to handle file processing,
editing and debugging.
High level language software are software which have
their own compilers to detect syntax errors of the users
program code.
Example Cobol, Fortran, Pascal. Etc.
Application Software
Is a software that is designed to perform tasks for the
specific area or areas. But for use in more than one
installation.
Are usually called application packages as they may
include a number of programs along with operating
instruction, documentation and so forth.
Depending on their function or task they are
categorized in to the following.
1.Word Processors/ Word processing
is a computerized typewriter which permits the
electronic creation, editing, formatting, filing and
printing text.
Is the most common application of microcomputers.
Until recently, word processing could be done only
dedicated word processors. A dedicated word
processor is a computer that denies its users the
opportunity to execute any other program.
Example: WordStar, WordPerfect, Microsoft word
2.Spreadsheet
is an electronic worksheet display on the VDU.
- Until recently, financial analysis and other
mathematical calculation were done by entering
numbers on pages of an accountants ruled ledger pad.
- You can quickly create a model of a situation on a
spreadsheet by entering labels, numbers & formulas.
- Using the programs built-in function you can perform
complicated calculations such as net percent value,
internal rates of return, and monthly payments on a loan.
Example: Lotus 1-2-3, Microsoft Excel, Quatropro
3.Database management system.
Allow you to store information on a computer, retrieve
it when you need it and update it when necessary.
You can do this with index cards, but database
management programs do them more quickly and
easily.
- Example: You can store large mailing list, inventory record
or billing and collect information in lists stored in files and
manipulate this information, one file at a time with database
management program.