SlideShare a Scribd company logo
1 of 12
A computer is a programmable machine designed to
perform arithmetic and logical operations
automatically and sequentially on the input given by
the user and gives the desired output after processing.
Computer components are divided into two major
categories namely hardware and software.
ď‚— Hardware is the machine itself and its connected
devices such as monitor, keyboard, mouse etc.
ď‚— Software are the set of programs that make use of
hardware for performing various functions.
Characteristics of Computer
ď‚— SPEED : In general, no human being can compete to solving the
complex computation, faster than computer.
ď‚— ACCURACY : Since Computer is programmed, so what ever
input we give it gives result with accurately.
ď‚— STORAGE : Computer can store mass storage of data with
appropriate format.
ď‚— DILIGENCE : Computer can work carefully for hours without
any break and creating error.
ď‚— VERSATILITY : We can use computer to perform completely
different type of work at the same time. Flexibility.
ď‚— POWER OF REMEMBERING : It can remember data for us.
ď‚— NO IQ : Computer does not work without instruction.
ď‚— NO FEELING : Computer does not have emotions, knowledge,
experience, feeling.
Computer and its components
ď‚— Computer : Computer itself a combination of different type of separate electronic device. i.e. Computer only will be
computer if it has INPUT DEVICE, PROCESS UNIT, and OUTPUT DEVICE.
ď‚— Central Processing Unit (CPU) : It is heart and mind of the computer without this unit computer unable to process.
ď‚— Keyboard , Mouse , Monitor, LCD : It is known as Liquid Crystal Display. It is an output device as monitor.
ď‚— Switch Mode Power Supply (SMPS) , Universal Serial Bus (USB) , Pen Drive , Ethernet Port , CD/DVD ROM , Speaker ,
Mike, Sound Card, Graphics Card
ď‚— Hard Disk (HDD) : This is used to store the data in massive amount. There are so many type of HDD available in the
market, i.e. SATA, PATA, External HDD, Internal HDD.
ď‚— Printer : This is an out put device which is used to show the result on the paper. There are plenty of printer available in the
market like inkjet, Laser printer, dot matrix printer etc.
ď‚— Scanner : This is an input device which is used to scan the document for the soft copy.
ď‚— Laptop : This is complete computer which can be carried anywhere any time.
ď‚— Notebook : This is called mini laptop which is generally lighter and smaller than laptop.
ď‚— Random Access Memory (RAM) : This is called primary memory. This is also called main memory of the computer.
Whatever data is written in this memory, is lost after switching off the system.
ď‚— Read Only Memory (ROM) : This is called primary memory. Data is written in this memory by the vendor of the computer
permanently.
ď‚— Blue Ray Disk : This is same as CD/DVD but only different is it can store multi time of data from CD/DVD and faster than
CD/DVD.
ď‚— Motherboard : It is a combination of electronic circuits.
Computer Software
ď‚— Computer software is the set of programs that makes the
hardware perform a set of tasks in particular order.
Hardware and software are complimentary to each other.
Both have to work together to produce meaningful results.
Computer software is classified into two broad categories;
system software and application software.
System Software:
ď‚— System software consists of a group of programs that
control the operations of a computer equipment including
functions like managing memory, managing peripherals,
loading, storing, and is an interface between the
application programs and the computer. MS DOS
(Microsoft’s Disk Operating System), UNIX are examples of
system software.
Computer Software
Application software:
ď‚— Software that can perform a specific task for the user, such
as word processing, accounting, budgeting or payroll, fall
under the category of application software. Word
processors, spreadsheets, database management systems
are all examples of general purpose application software.
ď‚— Types of application software are:
• Word processing software, Database software (MS access,
FoxPro, Oracle etc.), Spread sheet software, Presentation
software, Multimedia software, Media players and real
players are the examples of multimedia software. This
software will allow the user to create audio and videos. The
different forms of multimedia software are audio
converters, players, burners, video encoders and decoders.
Computer Languages
ď‚— Machine Level Language : This is low level programming
language. Computer or any electronic device only understand
this language. i.e. Binary number i. e. 0 and 1.
ď‚— Assembly Level Language : This is a low level programming
language which is converted into executable machine code by a
utility programmer referred to as an assembler.
ď‚— High Level Language : High level language is a programming
language which is easily understandable/readable by human.
ď‚— Interpreter : This is a convertor which converts high level
language program to low level language program line by line.
ď‚— Compiler : This is also a convertor which converts whole high
level language program to low level language program at a
time.
Number System
ď‚—Binary Number System : It has only base 2
i.e 0 and 1
ď‚—Octal Number System : Base of octal is 8
i.e. 0, 1, 2, 3, 4, 5, 6, 7
ď‚—Decimal Number System : Base of
Decimal is 10 i.e. 0 1 2 3 4 5 6 7 8 9
ď‚—Hexadecimal Number System : Base of
this number system is 16 i.e. 0 1 2 3 4 5 6 7
8 9 A B C D E F
Classification of Computers
ď‚— Analog Computers: It accepts analog input and provide analog
output information. It represents physical quantities like
acceleration, temperature, distance or voltages in mechanical or
electrical circuits and does not need any storage device. E.g.
thermometer, speedometer and analog clock.
ď‚— Digital Computers: This computer accept digital input and
provide digital output after processing information and the
operation are in binary system of 0 and 1. By manipulating the
binary digits and numbers it can perform like analyze data,
mathematical calculation etc.
ď‚— Hybrid Computers: This computer is the combination of both
analog and digital computers in term of speed and accuracy.
Hybrid computers can measure physical and digital quantities.
E.g. Heartbeat measurement machine, fuel pumps.
Operating System
ď‚— An operating system (also called an OS) is a piece of software that is
needed to run the programs on a computer or a mobile device. The
programs that run on an operating system talk to the hardware
(specifically through the BIOS). Microsoft Windows and Mac OS are
common operating systems. Less common, but important operating
systems are Linux, Unix, and Solaris.
ď‚— Operating System is a set of control programs which coordinates
between user & hardware and forms an interface between them. It is
also known as "System Software", "Computer System" or
"Executive System".
ď‚— It accepts command in simple English language and converts it to
signals or machine language which computer hardware can
understand. Computer Hardware are electronic components which
communicates among themselves in electronics signals for
performing their task. Users of computer does not understand
electronic signals so it is next to impossible for a person to operate
computer without Operating System.
Functions of OSThe main functions of an OS include:
In a multitasking operating system where multiple programs can be running at the same time,
the operating system determines which applications should run in what order and how much
time should be allowed for each application before giving another application a turn.
• It manages the sharing of internal memory among multiple applications.
• It handles and monitors input and output to and from attached hardware devices, such as hard
disks, printers, and dial-up ports.
• It sends messages to each application or interactive user (or to a system operator) about the
status of operation and any errors that may have occurred.
• It can offload the management of what are called batch jobs (for example, printing) so that the
initiating application is freed from this work.
• On computers that can provide parallel processing, an operating system can manage how to
divide the program so that it runs on more than one processor at a time.
• Scheduling the activities of the CPU and resources to achieve efficiency and prevention of
deadlock.
Tasks commonly done by operating systems:
Interaction with the user, and management of attached devices (such as USB flash drives)
• Management of programs (things like starting and stopping them)
• Management of resources like processor time: Making sure each program gets to run in turn
• The reading and writing of data
• Memory management: virtual memory, paging, swapping
Types of OS
ď‚— Batch Processing System: Data or programs are collected
grouped and processed at a later date. E.g. Payroll, stock
control and billing systems
ď‚— Real-time Systems: Inputs immediately affect the outputs.
Timing is critical i.e. they are capable of influencing the source
of the data e.g. control where data from sensors is processed
immediately and affect the outputs - controlling some device.
Timing is critical and the term real-time control system. E.g.
control of nuclear power plants, oil refining, chemical
processing and traffic control systems, air.
ď‚— Real-time transaction: Inputs immediately affect the outputs
but timing is not critical. Each transaction is completed online
as it arises e.g. booking systems - each booking is online and a
database of bookings can be amended interactively and very
quickly whilst another user is locked out so cannot double book
or alter that record at the same time. E.g. Holiday and airline
booking system

More Related Content

What's hot

Computer and Types of Components of Computer System
Computer and Types of Components of Computer SystemComputer and Types of Components of Computer System
Computer and Types of Components of Computer SystemZunair Bhatti
 
How Computers Work Presentation
How Computers Work PresentationHow Computers Work Presentation
How Computers Work Presentationmrtheodisthorne2
 
Computer system soft ware
Computer system soft wareComputer system soft ware
Computer system soft wareSamuel Igbanogu
 
Introduction To Computer Systems
Introduction To Computer SystemsIntroduction To Computer Systems
Introduction To Computer SystemsNaheed Azam
 
COMPONENTS OF COMPUTER SYSTEM
COMPONENTS OF COMPUTER SYSTEMCOMPONENTS OF COMPUTER SYSTEM
COMPONENTS OF COMPUTER SYSTEMJelly Flores
 
Chapter1 introduction to computer systems
Chapter1 introduction to computer systemsChapter1 introduction to computer systems
Chapter1 introduction to computer systemsMuhammad Waqas
 
Computer system concepts(mis)
Computer system concepts(mis)Computer system concepts(mis)
Computer system concepts(mis)Manoj Lakkappakodi
 
Unit 1 computer concepts
Unit 1   computer conceptsUnit 1   computer concepts
Unit 1 computer conceptsMithun DSouza
 
Fundamentals of Computers & Information System
Fundamentals of Computers & Information System  Fundamentals of Computers & Information System
Fundamentals of Computers & Information System Hitesh Srivastava
 
Basic of Computer component
Basic of Computer componentBasic of Computer component
Basic of Computer componentMeet Gondaliya
 
Computer operation
Computer operationComputer operation
Computer operationMunim Chaudhry
 
Computer fundamentals-internet p1
Computer fundamentals-internet p1Computer fundamentals-internet p1
Computer fundamentals-internet p1Leo Mark Villar
 
Fundamental units of computer
Fundamental units of computerFundamental units of computer
Fundamental units of computerSandeep Menon
 
Introduction to Computer System
Introduction to Computer System Introduction to Computer System
Introduction to Computer System sonykhan3
 
Power Point Lesson 01
Power Point Lesson 01Power Point Lesson 01
Power Point Lesson 01Nasir Jumani
 
Computer basics(revision notes)
Computer basics(revision notes)Computer basics(revision notes)
Computer basics(revision notes)VAibhav Negi
 
ICT in teacher education, fundamentals of computer
ICT in teacher education, fundamentals of computerICT in teacher education, fundamentals of computer
ICT in teacher education, fundamentals of computerSHARMA EDUCATION
 

What's hot (20)

Computer and Types of Components of Computer System
Computer and Types of Components of Computer SystemComputer and Types of Components of Computer System
Computer and Types of Components of Computer System
 
How Computers Work Presentation
How Computers Work PresentationHow Computers Work Presentation
How Computers Work Presentation
 
Computer system soft ware
Computer system soft wareComputer system soft ware
Computer system soft ware
 
Introduction To Computer Systems
Introduction To Computer SystemsIntroduction To Computer Systems
Introduction To Computer Systems
 
COMPONENTS OF COMPUTER SYSTEM
COMPONENTS OF COMPUTER SYSTEMCOMPONENTS OF COMPUTER SYSTEM
COMPONENTS OF COMPUTER SYSTEM
 
Chapter1 introduction to computer systems
Chapter1 introduction to computer systemsChapter1 introduction to computer systems
Chapter1 introduction to computer systems
 
Computer system concepts(mis)
Computer system concepts(mis)Computer system concepts(mis)
Computer system concepts(mis)
 
Unit 1 computer concepts
Unit 1   computer conceptsUnit 1   computer concepts
Unit 1 computer concepts
 
Fundamentals of Computers & Information System
Fundamentals of Computers & Information System  Fundamentals of Computers & Information System
Fundamentals of Computers & Information System
 
Computer
ComputerComputer
Computer
 
Organization of a computer
Organization of a computerOrganization of a computer
Organization of a computer
 
Computer Software
Computer SoftwareComputer Software
Computer Software
 
Basic of Computer component
Basic of Computer componentBasic of Computer component
Basic of Computer component
 
Computer operation
Computer operationComputer operation
Computer operation
 
Computer fundamentals-internet p1
Computer fundamentals-internet p1Computer fundamentals-internet p1
Computer fundamentals-internet p1
 
Fundamental units of computer
Fundamental units of computerFundamental units of computer
Fundamental units of computer
 
Introduction to Computer System
Introduction to Computer System Introduction to Computer System
Introduction to Computer System
 
Power Point Lesson 01
Power Point Lesson 01Power Point Lesson 01
Power Point Lesson 01
 
Computer basics(revision notes)
Computer basics(revision notes)Computer basics(revision notes)
Computer basics(revision notes)
 
ICT in teacher education, fundamentals of computer
ICT in teacher education, fundamentals of computerICT in teacher education, fundamentals of computer
ICT in teacher education, fundamentals of computer
 

Similar to Computer in nursing

Introduction of computer
Introduction of computerIntroduction of computer
Introduction of computerVetrivel Krishnan
 
UNIT1IT SKILLS.pptx
UNIT1IT SKILLS.pptxUNIT1IT SKILLS.pptx
UNIT1IT SKILLS.pptxsamreen82
 
Topic -Anatomy of Computer.pptx
Topic -Anatomy  of Computer.pptxTopic -Anatomy  of Computer.pptx
Topic -Anatomy of Computer.pptxPragatiKachhi1
 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer systemSweta Kumari Barnwal
 
Basic computer tutorial
Basic computer tutorialBasic computer tutorial
Basic computer tutorialSayeedAsghar
 
Computer Hardware and Software Elements
Computer Hardware and Software ElementsComputer Hardware and Software Elements
Computer Hardware and Software ElementsAdetula Bunmi
 
Chapter 01.pptx
Chapter 01.pptxChapter 01.pptx
Chapter 01.pptxssuser02ffd2
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamentalrachit jaish
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computerJancypriya M
 
Basics of computers.pptx
Basics of computers.pptxBasics of computers.pptx
Basics of computers.pptx123mengie
 
Introduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).pptIntroduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).pptShivamSaini553956
 
Unit 4 software
Unit 4  softwareUnit 4  software
Unit 4 softwareRaj vardhan
 
Computer application intro
Computer application introComputer application intro
Computer application introWepon James
 
E 1-00powerpointpresentationupdate-090901115018-phpapp01
E 1-00powerpointpresentationupdate-090901115018-phpapp01E 1-00powerpointpresentationupdate-090901115018-phpapp01
E 1-00powerpointpresentationupdate-090901115018-phpapp0112richa
 
Lecture 1 2
Lecture 1 2Lecture 1 2
Lecture 1 2guest8d58d3
 
BasicComputer Training in Ambala ! BATRA COMPUTER CENTRE
BasicComputer Training in Ambala ! BATRA COMPUTER CENTREBasicComputer Training in Ambala ! BATRA COMPUTER CENTRE
BasicComputer Training in Ambala ! BATRA COMPUTER CENTREjatin batra
 
diploma basic of computers.ppt
diploma basic of computers.pptdiploma basic of computers.ppt
diploma basic of computers.pptLathaSrinivas5
 

Similar to Computer in nursing (20)

Introduction of computer
Introduction of computerIntroduction of computer
Introduction of computer
 
UNIT1IT SKILLS.pptx
UNIT1IT SKILLS.pptxUNIT1IT SKILLS.pptx
UNIT1IT SKILLS.pptx
 
Topic -Anatomy of Computer.pptx
Topic -Anatomy  of Computer.pptxTopic -Anatomy  of Computer.pptx
Topic -Anatomy of Computer.pptx
 
Microsoft Office & Hardware of Computer By Rimon Rayhan
Microsoft Office    & Hardware of Computer By Rimon RayhanMicrosoft Office    & Hardware of Computer By Rimon Rayhan
Microsoft Office & Hardware of Computer By Rimon Rayhan
 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer system
 
Basic computer tutorial
Basic computer tutorialBasic computer tutorial
Basic computer tutorial
 
Computer Hardware and Software Elements
Computer Hardware and Software ElementsComputer Hardware and Software Elements
Computer Hardware and Software Elements
 
Chapter 01.pptx
Chapter 01.pptxChapter 01.pptx
Chapter 01.pptx
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
Basics of computers.pptx
Basics of computers.pptxBasics of computers.pptx
Basics of computers.pptx
 
Introduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).pptIntroduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).ppt
 
Unit 4 software
Unit 4  softwareUnit 4  software
Unit 4 software
 
Computer application intro
Computer application introComputer application intro
Computer application intro
 
Basic Concepts Of Information Technology (It)
Basic Concepts Of Information Technology (It)Basic Concepts Of Information Technology (It)
Basic Concepts Of Information Technology (It)
 
E 1-00powerpointpresentationupdate-090901115018-phpapp01
E 1-00powerpointpresentationupdate-090901115018-phpapp01E 1-00powerpointpresentationupdate-090901115018-phpapp01
E 1-00powerpointpresentationupdate-090901115018-phpapp01
 
Lecture 1 2
Lecture 1 2Lecture 1 2
Lecture 1 2
 
BasicComputer Training in Ambala ! BATRA COMPUTER CENTRE
BasicComputer Training in Ambala ! BATRA COMPUTER CENTREBasicComputer Training in Ambala ! BATRA COMPUTER CENTRE
BasicComputer Training in Ambala ! BATRA COMPUTER CENTRE
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
diploma basic of computers.ppt
diploma basic of computers.pptdiploma basic of computers.ppt
diploma basic of computers.ppt
 

More from Manthan Kapadiya

INHALATION AND EXHALATION MECHANISM OF LUNGS
INHALATION AND EXHALATION MECHANISM OF LUNGSINHALATION AND EXHALATION MECHANISM OF LUNGS
INHALATION AND EXHALATION MECHANISM OF LUNGSManthan Kapadiya
 
Joints anatomy and physiology
Joints anatomy and physiologyJoints anatomy and physiology
Joints anatomy and physiologyManthan Kapadiya
 
Muscles anatomy and physiology
Muscles anatomy and physiology Muscles anatomy and physiology
Muscles anatomy and physiology Manthan Kapadiya
 
Muscles anatomy and physiology
Muscles anatomy and physiology Muscles anatomy and physiology
Muscles anatomy and physiology Manthan Kapadiya
 
Nervous system anatomy and physiology
Nervous system anatomy and physiologyNervous system anatomy and physiology
Nervous system anatomy and physiologyManthan Kapadiya
 
Skin anatomy and physiology
Skin anatomy and physiology Skin anatomy and physiology
Skin anatomy and physiology Manthan Kapadiya
 
Kidney anatomy and physiology
Kidney anatomy and physiologyKidney anatomy and physiology
Kidney anatomy and physiologyManthan Kapadiya
 
Joints anatomy and physiology
Joints anatomy and physiologyJoints anatomy and physiology
Joints anatomy and physiologyManthan Kapadiya
 

More from Manthan Kapadiya (8)

INHALATION AND EXHALATION MECHANISM OF LUNGS
INHALATION AND EXHALATION MECHANISM OF LUNGSINHALATION AND EXHALATION MECHANISM OF LUNGS
INHALATION AND EXHALATION MECHANISM OF LUNGS
 
Joints anatomy and physiology
Joints anatomy and physiologyJoints anatomy and physiology
Joints anatomy and physiology
 
Muscles anatomy and physiology
Muscles anatomy and physiology Muscles anatomy and physiology
Muscles anatomy and physiology
 
Muscles anatomy and physiology
Muscles anatomy and physiology Muscles anatomy and physiology
Muscles anatomy and physiology
 
Nervous system anatomy and physiology
Nervous system anatomy and physiologyNervous system anatomy and physiology
Nervous system anatomy and physiology
 
Skin anatomy and physiology
Skin anatomy and physiology Skin anatomy and physiology
Skin anatomy and physiology
 
Kidney anatomy and physiology
Kidney anatomy and physiologyKidney anatomy and physiology
Kidney anatomy and physiology
 
Joints anatomy and physiology
Joints anatomy and physiologyJoints anatomy and physiology
Joints anatomy and physiology
 

Recently uploaded

ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 

Computer in nursing

  • 1.
  • 2. A computer is a programmable machine designed to perform arithmetic and logical operations automatically and sequentially on the input given by the user and gives the desired output after processing. Computer components are divided into two major categories namely hardware and software. ď‚— Hardware is the machine itself and its connected devices such as monitor, keyboard, mouse etc. ď‚— Software are the set of programs that make use of hardware for performing various functions.
  • 3. Characteristics of Computer ď‚— SPEED : In general, no human being can compete to solving the complex computation, faster than computer. ď‚— ACCURACY : Since Computer is programmed, so what ever input we give it gives result with accurately. ď‚— STORAGE : Computer can store mass storage of data with appropriate format. ď‚— DILIGENCE : Computer can work carefully for hours without any break and creating error. ď‚— VERSATILITY : We can use computer to perform completely different type of work at the same time. Flexibility. ď‚— POWER OF REMEMBERING : It can remember data for us. ď‚— NO IQ : Computer does not work without instruction. ď‚— NO FEELING : Computer does not have emotions, knowledge, experience, feeling.
  • 4. Computer and its components ď‚— Computer : Computer itself a combination of different type of separate electronic device. i.e. Computer only will be computer if it has INPUT DEVICE, PROCESS UNIT, and OUTPUT DEVICE. ď‚— Central Processing Unit (CPU) : It is heart and mind of the computer without this unit computer unable to process. ď‚— Keyboard , Mouse , Monitor, LCD : It is known as Liquid Crystal Display. It is an output device as monitor. ď‚— Switch Mode Power Supply (SMPS) , Universal Serial Bus (USB) , Pen Drive , Ethernet Port , CD/DVD ROM , Speaker , Mike, Sound Card, Graphics Card ď‚— Hard Disk (HDD) : This is used to store the data in massive amount. There are so many type of HDD available in the market, i.e. SATA, PATA, External HDD, Internal HDD. ď‚— Printer : This is an out put device which is used to show the result on the paper. There are plenty of printer available in the market like inkjet, Laser printer, dot matrix printer etc. ď‚— Scanner : This is an input device which is used to scan the document for the soft copy. ď‚— Laptop : This is complete computer which can be carried anywhere any time. ď‚— Notebook : This is called mini laptop which is generally lighter and smaller than laptop. ď‚— Random Access Memory (RAM) : This is called primary memory. This is also called main memory of the computer. Whatever data is written in this memory, is lost after switching off the system. ď‚— Read Only Memory (ROM) : This is called primary memory. Data is written in this memory by the vendor of the computer permanently. ď‚— Blue Ray Disk : This is same as CD/DVD but only different is it can store multi time of data from CD/DVD and faster than CD/DVD. ď‚— Motherboard : It is a combination of electronic circuits.
  • 5. Computer Software ď‚— Computer software is the set of programs that makes the hardware perform a set of tasks in particular order. Hardware and software are complimentary to each other. Both have to work together to produce meaningful results. Computer software is classified into two broad categories; system software and application software. System Software: ď‚— System software consists of a group of programs that control the operations of a computer equipment including functions like managing memory, managing peripherals, loading, storing, and is an interface between the application programs and the computer. MS DOS (Microsoft’s Disk Operating System), UNIX are examples of system software.
  • 6. Computer Software Application software: ď‚— Software that can perform a specific task for the user, such as word processing, accounting, budgeting or payroll, fall under the category of application software. Word processors, spreadsheets, database management systems are all examples of general purpose application software. ď‚— Types of application software are: • Word processing software, Database software (MS access, FoxPro, Oracle etc.), Spread sheet software, Presentation software, Multimedia software, Media players and real players are the examples of multimedia software. This software will allow the user to create audio and videos. The different forms of multimedia software are audio converters, players, burners, video encoders and decoders.
  • 7. Computer Languages ď‚— Machine Level Language : This is low level programming language. Computer or any electronic device only understand this language. i.e. Binary number i. e. 0 and 1. ď‚— Assembly Level Language : This is a low level programming language which is converted into executable machine code by a utility programmer referred to as an assembler. ď‚— High Level Language : High level language is a programming language which is easily understandable/readable by human. ď‚— Interpreter : This is a convertor which converts high level language program to low level language program line by line. ď‚— Compiler : This is also a convertor which converts whole high level language program to low level language program at a time.
  • 8. Number System ď‚—Binary Number System : It has only base 2 i.e 0 and 1 ď‚—Octal Number System : Base of octal is 8 i.e. 0, 1, 2, 3, 4, 5, 6, 7 ď‚—Decimal Number System : Base of Decimal is 10 i.e. 0 1 2 3 4 5 6 7 8 9 ď‚—Hexadecimal Number System : Base of this number system is 16 i.e. 0 1 2 3 4 5 6 7 8 9 A B C D E F
  • 9. Classification of Computers ď‚— Analog Computers: It accepts analog input and provide analog output information. It represents physical quantities like acceleration, temperature, distance or voltages in mechanical or electrical circuits and does not need any storage device. E.g. thermometer, speedometer and analog clock. ď‚— Digital Computers: This computer accept digital input and provide digital output after processing information and the operation are in binary system of 0 and 1. By manipulating the binary digits and numbers it can perform like analyze data, mathematical calculation etc. ď‚— Hybrid Computers: This computer is the combination of both analog and digital computers in term of speed and accuracy. Hybrid computers can measure physical and digital quantities. E.g. Heartbeat measurement machine, fuel pumps.
  • 10. Operating System ď‚— An operating system (also called an OS) is a piece of software that is needed to run the programs on a computer or a mobile device. The programs that run on an operating system talk to the hardware (specifically through the BIOS). Microsoft Windows and Mac OS are common operating systems. Less common, but important operating systems are Linux, Unix, and Solaris. ď‚— Operating System is a set of control programs which coordinates between user & hardware and forms an interface between them. It is also known as "System Software", "Computer System" or "Executive System". ď‚— It accepts command in simple English language and converts it to signals or machine language which computer hardware can understand. Computer Hardware are electronic components which communicates among themselves in electronics signals for performing their task. Users of computer does not understand electronic signals so it is next to impossible for a person to operate computer without Operating System.
  • 11. Functions of OSThe main functions of an OS include: In a multitasking operating system where multiple programs can be running at the same time, the operating system determines which applications should run in what order and how much time should be allowed for each application before giving another application a turn. • It manages the sharing of internal memory among multiple applications. • It handles and monitors input and output to and from attached hardware devices, such as hard disks, printers, and dial-up ports. • It sends messages to each application or interactive user (or to a system operator) about the status of operation and any errors that may have occurred. • It can offload the management of what are called batch jobs (for example, printing) so that the initiating application is freed from this work. • On computers that can provide parallel processing, an operating system can manage how to divide the program so that it runs on more than one processor at a time. • Scheduling the activities of the CPU and resources to achieve efficiency and prevention of deadlock. Tasks commonly done by operating systems: Interaction with the user, and management of attached devices (such as USB flash drives) • Management of programs (things like starting and stopping them) • Management of resources like processor time: Making sure each program gets to run in turn • The reading and writing of data • Memory management: virtual memory, paging, swapping
  • 12. Types of OS ď‚— Batch Processing System: Data or programs are collected grouped and processed at a later date. E.g. Payroll, stock control and billing systems ď‚— Real-time Systems: Inputs immediately affect the outputs. Timing is critical i.e. they are capable of influencing the source of the data e.g. control where data from sensors is processed immediately and affect the outputs - controlling some device. Timing is critical and the term real-time control system. E.g. control of nuclear power plants, oil refining, chemical processing and traffic control systems, air. ď‚— Real-time transaction: Inputs immediately affect the outputs but timing is not critical. Each transaction is completed online as it arises e.g. booking systems - each booking is online and a database of bookings can be amended interactively and very quickly whilst another user is locked out so cannot double book or alter that record at the same time. E.g. Holiday and airline booking system