SlideShare a Scribd company logo
1 of 41
Basic Computer Skills
By
Akoch Emmanuel
ICT Officer
St. Josephā€™s Hospital Kitgum
Microsoft Digital Literacy Curriculum
Overview
ā€¢ This Computer Basics course introduces you to
the fundamentals of computing, explains the
components of a computer, explores
operating system basics, and shows you how
to use a mouse and a keyboard.
Course Objective
ā€¢ After completing this course, you will be able
to define what a computer is and what it does.
ā€¢ You will also be able to perform basic
computer operations.
Assessment
ā€¢ To qualify for Certificate:
ā€“80% Attendance
ā€“50% Assignments
ā€“50% Final Exams
Course Outline
Lesson 1: Computer Hardware
ā€¢ What is a Computer?
ā€¢ Computer Hardware and Performance
ā€¢ Types of Computers
ā€¢ Parts of Computers
ā€¢ Input, Output and Storage Devices
ā€¢ Overview of a Keyboard
ā€¢ Using a Mouse
Lesson 2: Computer Software
ā€¢ What is a Software
ā€¢ Types of Software
ā€¢ Overview of Programs and Data
Course outlineā€¦
Lesson 3: Managing Files and Folders
ā€¢ Introduction to the Windows XP GUI
ā€¢ Start Menu Options
ā€¢ Performing Basic File Operations
ā€¢ Working with Windows-based programs
COMPUTER HARDWARE
What is a Computer?
ā€¢ A computer is an electronic device, operating
under the control of instructions (software)
stored in its own memory unit, that can
accept data (input), manipulate data
(process), and produce information (output)
from the processing.
ā€¢ Generally, the term is used to describe a
collection of devices that function together as
a system.
Devices that comprise a computer system
Printer
(output)
Monitor
(output)
Speaker
(output)
Scanner
(input)
Mouse
(input)
Keyboard
(input)
System unit
(processor, memoryā€¦)
Storage devices
(CD-RW, Floppy,
Hard disk, zip,ā€¦)
Computer Hardware
Motherboard
ā€¢ The Motherboard is the main part of Computer
hardware. It is a large circuit that is made up of
tiny microscopic wires and connections that pass
data to different parts of the computer.
ā€¢ The Motherboard has many plugs and slots for
various other pieces of computer hardware such
as RAM., a CPU, Cards, HDD etc...
Central Processing Unit (CPU)
ā€¢ The central processing unit (CPU) contains
electronic circuits that cause processing to occur.
The CPU interprets instructions to the computer,
performs the logical and arithmetic processing
operations, and causes the input and output
operations to occur.
ā€¢ It is considered the ā€œbrainā€ of the computer.
RAM
ā€¢ Short for Random Access Memory, RAM, also
known as main memory or system memory, is
a term commonly used to describe the
memory within a computer.
ā€¢ Unlike ROM, RAM is a volatile memory and
requires power; if power is lost, all data is also
lost.
ROM
ā€¢ Computer memory on which data has been
prerecorded. Once data has been written onto
a ROM chip, it cannot be removed and can
only be read.
ā€¢ Unlike main memory (RAM), ROM retains its
contents even when the computer is turned
off. ROM is referred to as being nonvolatile,
whereas RAM is volatile.
Hard Disk Drive
ā€¢ A hard disk drive (HDD; also hard drive or
hard disk) is a non-volatile, random access
digital data storage device.
Computer Performance
Units of Measure for Digital
Information
ā€¢ A Bit: is a binary digit, the smallest increment of
data on a computer. A bit can hold only one of
two values: 0 or 1, corresponding to the electrical
values of off or on, respectively.
ā€¢ Because bits are so small, you rarely work with
information one bit at a time.
ā€¢ Bits are usually assembled into a group of eight to
form a byte.
ā€¢ A byte contains enough information to store a
single ASCII character, like "h".
ā€¢ A kilobyte (KB) is 1,024 bytes, not one thousand bytes
as might be expected, because computers use binary
(base two) math, instead of a decimal (base ten)
system.
ā€¢ Computer storage and memory is often measured in
megabytes (MB) and gigabytes (GB). 1 MB is 1,024
kilobytes, or 1,048,576 (1024x1024) bytes, not one
million bytes.
ā€¢ Similarly, one 1 GB is 1,024 MB, or 1,073,741,824
(1024x1024x1024) bytes.
ā€¢ A terabyte (TB) is 1,024 GB
ā€¢ A petabyte (PB) is 1,024 TB.
ā€¢ An exabyte (EB) is 1,024 PB.
ā€¢ A zettabyte (ZB) is 1,024 EB.
ā€¢ Finally, a yottabyte (YB) is 1,024 ZB.
Discrepancy in Storage Unit
ā€¢ Many hard drive manufacturers use a decimal
number system to define amounts of storage
space. As a result, 1 MB is defined as one
million bytes, 1 GB is defined as one billion
bytes, and so on.
ā€¢ Since your computer uses a binary system as
mentioned above, you may notice a
discrepancy between your hard drive's
published capacity and the capacity
acknowledged by your computer.
Base 2 and Base 10
We count in base 10 by powers of 10:
101 = 10
102 = 10*10 = 100
103 = 10*10*10 = 1,000
Computers count by base 2:
21 = 2
22 = 2*2 = 4
23 = 2*2*2 = 8
210 = 1,024
220 = 1,048,576
20
What Does A Computer Do?
Computers can perform four general
operations, which comprise the
information processing cycle.
ļ® Input
ļ® Process
ļ® Output
ļ® Storage
Data and Information
ā€¢ All computer processing requires data, which is a
collection of raw facts, figures and symbols, such as
numbers, words, images, video and sound, given to the
computer during the input phase.
ā€¢ Computers manipulate data to create information.
Information is data that is organized, meaningful, and
useful.
ā€¢ During the output Phase, the information that has been
created is put into some form, such as a printed report.
ā€¢ The information can also be put in computer storage for
future use.
Primary Components Of A Computer
ā€¢ Input devices.
ā€¢ Central Processing Unit
(containing the control
unit and the
arithmetic/logic unit).
ā€¢ Memory.
ā€¢ Output devices.
ā€¢ Storage devices.
Types of Computers
Personal Computers
ā€¢ Desktops
ā€¢ Laptops
ā€¢ Notebooks
Parts of Computer System Unit
ā€¢ Power Button
ā€¢ USB Port
ā€¢ CD/DVD ROM
ā€¢ Power Supply
ā€¢ Keyboard and Mouse Ports
ā€¢ Peripheral Ports
ā€¢ Speaker/Microphone Ports
Input, Output and Storage Devices
ā€¢ Input Device: is any hardware device that sends
data to the computer.
ā€¢ Examples are:
- Keyboard
- Mouse
- Microphone
- Scanning Machine
- Digital Camera
- Etc
Keyboard
Escape Key Pause/Break Backspace TAB
Functional Keys Scroll/Lock Control, Alternate, Shift Arrows
Calculator Print Screen Windows Key Space
Insert Home Page Up
Delete End Page Down
Mouse
Mouse Properties
Switching Primary and Secondary Buttons
1. Start
2. Control Panel
3. Printers and Other Hardware (Win XP)
Hardware and Sound (Win Vista and 7)
4. Mouse (Mouse Dialog Box)
5. Click to switch buttons
30
Output Devices
ā€¢ Output devices make the information resulting from
the processing available for use.
ā€¢ The two output devices more commonly used are the
printer and the computer screen.
ā€¢ Others Include:
ā€¢ Speakers
ā€¢ Projectors
Storage Devices
ā€¢ Secondary storage devices are used to store data
when they are not being used in memory.
ā€¢ The most common types of Secondary storage
used on personal computers are:
- Hard Disks
- CD-R/CD-RW/DVD-R/DVD-RW
- Removable Flash Disks
COMPUTER SOFTWARE
What is a Software?
ā€¢ Computer software, or just software, is a
collection of computer programs and related
data that provide the instructions for telling a
computer what to do and how to do it
ā€¢ Types of Software:
- Operating Systems (System Software)
- Application Software
Operating Systems
ā€¢ An operating system (OS) is a set of programs
that manages computer hardware resources,
and provides common services for application
software.
ā€¢ Examples of Operating Systems
ā€¢ Windows XP
ā€¢ Windows Vista
ā€¢ Windows 7
ā€¢ Linux (Red Hat, Ubuntu, OpenSuseā€¦)
Application Software
ā€¢ Application Software consists of programs that
tell a computer how to produce information.
ā€¢ Some of the more commonly used Microsoft
Office packages are:
ā€¢ Word processing
ā€¢ Electronic spreadsheet
ā€¢ Database
ā€¢ Presentation graphics
Word Processing
ā€¢ Word Processing software is used to create and print
documents. A key advantage of word processing software
is that users easily can make changes in documents.
Electronic Spreadsheets
ā€¢ Electronic spreadsheet software allows the user to add,
subtract, and perform user-defined calculations on rows
and columns of numbers. These numbers can be changed
and the spreadsheet quickly recalculates the new results.
Database Software
ā€¢ Allows the user to enter, retrieve, and update data in an
organized and efficient manner, with flexible inquiry and
reporting capabilities.
Presentation Graphics
ā€¢ Presentation graphic software allows the user to create
documents called slides to be used in making the
presentations. Using special projection devices, the slides
display as they appear on the computer screen.
Programs and Data
ā€¢ All software is divided into two general
categories: data and programs.
ā€¢ Programs are collections of instructions for
manipulating data.
ā€¢ Data exist in a variety of forms -- as numbers
or text on pieces of paper, as bits and bytes
stored in Computers.
MANAGING FILES AND FOLDERS

More Related Content

Similar to Basic Computer Skills.pptx

Computer Fundamentals.pptx
Computer Fundamentals.pptxComputer Fundamentals.pptx
Computer Fundamentals.pptxJaimeCanchela1
Ā 
MODULE 2.pptx
MODULE 2.pptxMODULE 2.pptx
MODULE 2.pptxkndnewguade
Ā 
Basics of computers.pptx
Basics of computers.pptxBasics of computers.pptx
Basics of computers.pptx123mengie
Ā 
Fundamentals of computer Part 1
Fundamentals of computer Part 1Fundamentals of computer Part 1
Fundamentals of computer Part 1SURBHI SAROHA
Ā 
BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1Ndubi Amos
Ā 
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdffundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdfAlihaAzmat1
Ā 
Fundamental of Computers
Fundamental of ComputersFundamental of Computers
Fundamental of ComputersDr. Himanshu Gupta
Ā 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer systemSweta Kumari Barnwal
Ā 
A walk through the computer system
A walk through the computer systemA walk through the computer system
A walk through the computer systemfaiqikhan
Ā 
Basic Computer skill-P1.pptx
Basic Computer skill-P1.pptxBasic Computer skill-P1.pptx
Basic Computer skill-P1.pptxMastewal5
Ā 
computer organisation architecture.pptx
computer organisation architecture.pptxcomputer organisation architecture.pptx
computer organisation architecture.pptxYaqubMd
Ā 
Computer_Basics_computer_basics.pptx
Computer_Basics_computer_basics.pptxComputer_Basics_computer_basics.pptx
Computer_Basics_computer_basics.pptxJiaJunWang17
Ā 
Fundamentals of Computers
Fundamentals of ComputersFundamentals of Computers
Fundamentals of ComputersAnkur Kumar
Ā 
mynotes Computer Fundamentals DCA Course.pptx
mynotes Computer Fundamentals DCA Course.pptxmynotes Computer Fundamentals DCA Course.pptx
mynotes Computer Fundamentals DCA Course.pptxjiheh73290
Ā 
Hardware and software of computer
Hardware and software of computerHardware and software of computer
Hardware and software of computerSurath Khadka
Ā 
Computer architecture pptx
Computer architecture pptxComputer architecture pptx
Computer architecture pptxMDSHABBIR12
Ā 
Laptop Basic Knowledge
Laptop Basic KnowledgeLaptop Basic Knowledge
Laptop Basic KnowledgeVIRENDRA SHARMA
Ā 
3 MODULE 2.2 -COMPUTER MEMORY.ppt
3 MODULE 2.2  -COMPUTER MEMORY.ppt3 MODULE 2.2  -COMPUTER MEMORY.ppt
3 MODULE 2.2 -COMPUTER MEMORY.pptVivek Parashar
Ā 
computer basic for basic knowledge for kids.pptx
computer basic for basic knowledge for kids.pptxcomputer basic for basic knowledge for kids.pptx
computer basic for basic knowledge for kids.pptxpb9x8zv8mh
Ā 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptxLearnersCoach
Ā 

Similar to Basic Computer Skills.pptx (20)

Computer Fundamentals.pptx
Computer Fundamentals.pptxComputer Fundamentals.pptx
Computer Fundamentals.pptx
Ā 
MODULE 2.pptx
MODULE 2.pptxMODULE 2.pptx
MODULE 2.pptx
Ā 
Basics of computers.pptx
Basics of computers.pptxBasics of computers.pptx
Basics of computers.pptx
Ā 
Fundamentals of computer Part 1
Fundamentals of computer Part 1Fundamentals of computer Part 1
Fundamentals of computer Part 1
Ā 
BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1
Ā 
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdffundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
fundamentalofcomputers-postaldeptt-150308230655-conversion-gate01.pdf
Ā 
Fundamental of Computers
Fundamental of ComputersFundamental of Computers
Fundamental of Computers
Ā 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer system
Ā 
A walk through the computer system
A walk through the computer systemA walk through the computer system
A walk through the computer system
Ā 
Basic Computer skill-P1.pptx
Basic Computer skill-P1.pptxBasic Computer skill-P1.pptx
Basic Computer skill-P1.pptx
Ā 
computer organisation architecture.pptx
computer organisation architecture.pptxcomputer organisation architecture.pptx
computer organisation architecture.pptx
Ā 
Computer_Basics_computer_basics.pptx
Computer_Basics_computer_basics.pptxComputer_Basics_computer_basics.pptx
Computer_Basics_computer_basics.pptx
Ā 
Fundamentals of Computers
Fundamentals of ComputersFundamentals of Computers
Fundamentals of Computers
Ā 
mynotes Computer Fundamentals DCA Course.pptx
mynotes Computer Fundamentals DCA Course.pptxmynotes Computer Fundamentals DCA Course.pptx
mynotes Computer Fundamentals DCA Course.pptx
Ā 
Hardware and software of computer
Hardware and software of computerHardware and software of computer
Hardware and software of computer
Ā 
Computer architecture pptx
Computer architecture pptxComputer architecture pptx
Computer architecture pptx
Ā 
Laptop Basic Knowledge
Laptop Basic KnowledgeLaptop Basic Knowledge
Laptop Basic Knowledge
Ā 
3 MODULE 2.2 -COMPUTER MEMORY.ppt
3 MODULE 2.2  -COMPUTER MEMORY.ppt3 MODULE 2.2  -COMPUTER MEMORY.ppt
3 MODULE 2.2 -COMPUTER MEMORY.ppt
Ā 
computer basic for basic knowledge for kids.pptx
computer basic for basic knowledge for kids.pptxcomputer basic for basic knowledge for kids.pptx
computer basic for basic knowledge for kids.pptx
Ā 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptx
Ā 

More from ssuser504dda

Palliative care presentation slide4.pptx
Palliative care presentation slide4.pptxPalliative care presentation slide4.pptx
Palliative care presentation slide4.pptxssuser504dda
Ā 
Palliative class presentation slid3.pptx
Palliative class presentation slid3.pptxPalliative class presentation slid3.pptx
Palliative class presentation slid3.pptxssuser504dda
Ā 
Palliative care presentation slide2.pptx
Palliative care presentation slide2.pptxPalliative care presentation slide2.pptx
Palliative care presentation slide2.pptxssuser504dda
Ā 
Palliative care presentation slides.pptx
Palliative care presentation slides.pptxPalliative care presentation slides.pptx
Palliative care presentation slides.pptxssuser504dda
Ā 
Development studies - presentation .pptx
Development studies - presentation .pptxDevelopment studies - presentation .pptx
Development studies - presentation .pptxssuser504dda
Ā 
Group Reproductice health Coursework.ppt
Group Reproductice health Coursework.pptGroup Reproductice health Coursework.ppt
Group Reproductice health Coursework.pptssuser504dda
Ā 
Mortality Audit presentation - slid.pptx
Mortality Audit presentation - slid.pptxMortality Audit presentation - slid.pptx
Mortality Audit presentation - slid.pptxssuser504dda
Ā 
Examinating the Resipiratory System.pptx
Examinating the Resipiratory System.pptxExaminating the Resipiratory System.pptx
Examinating the Resipiratory System.pptxssuser504dda
Ā 
crush-injury-and-crush-syndrome-191.pptx
crush-injury-and-crush-syndrome-191.pptxcrush-injury-and-crush-syndrome-191.pptx
crush-injury-and-crush-syndrome-191.pptxssuser504dda
Ā 
Male Reproductive System ......... .pptx
Male Reproductive System ......... .pptxMale Reproductive System ......... .pptx
Male Reproductive System ......... .pptxssuser504dda
Ā 
Antenatal Care -REPRODUCTIVE HEALTH.pptx
Antenatal Care -REPRODUCTIVE HEALTH.pptxAntenatal Care -REPRODUCTIVE HEALTH.pptx
Antenatal Care -REPRODUCTIVE HEALTH.pptxssuser504dda
Ā 
Student Academic - PLACEMENT REPORT.pptx
Student Academic - PLACEMENT REPORT.pptxStudent Academic - PLACEMENT REPORT.pptx
Student Academic - PLACEMENT REPORT.pptxssuser504dda
Ā 
Intravenous Urography lecture detai.pptx
Intravenous Urography lecture detai.pptxIntravenous Urography lecture detai.pptx
Intravenous Urography lecture detai.pptxssuser504dda
Ā 
IVU contrasted studies - lecture....pptx
IVU contrasted studies - lecture....pptxIVU contrasted studies - lecture....pptx
IVU contrasted studies - lecture....pptxssuser504dda
Ā 
Cranial nerves - esson presentation.pptx
Cranial nerves - esson presentation.pptxCranial nerves - esson presentation.pptx
Cranial nerves - esson presentation.pptxssuser504dda
Ā 
HEPATITIS IN Children a case study.pptx
HEPATITIS IN Children  a case study.pptxHEPATITIS IN Children  a case study.pptx
HEPATITIS IN Children a case study.pptxssuser504dda
Ā 
children. palliative care.pptx
children.     palliative       care.pptxchildren.     palliative       care.pptx
children. palliative care.pptxssuser504dda
Ā 
PALLIATIVE CARE (GROUP2) BME3 2023.pptx
PALLIATIVE CARE (GROUP2)  BME3 2023.pptxPALLIATIVE CARE (GROUP2)  BME3 2023.pptx
PALLIATIVE CARE (GROUP2) BME3 2023.pptxssuser504dda
Ā 
Group pharmacology uuuuu. .pptx
Group pharmacology   uuuuu.        .pptxGroup pharmacology   uuuuu.        .pptx
Group pharmacology uuuuu. .pptxssuser504dda
Ā 
Group 5_ Year 3 Pharmacology 2023.pptx
Group 5_   Year 3 Pharmacology 2023.pptxGroup 5_   Year 3 Pharmacology 2023.pptx
Group 5_ Year 3 Pharmacology 2023.pptxssuser504dda
Ā 

More from ssuser504dda (20)

Palliative care presentation slide4.pptx
Palliative care presentation slide4.pptxPalliative care presentation slide4.pptx
Palliative care presentation slide4.pptx
Ā 
Palliative class presentation slid3.pptx
Palliative class presentation slid3.pptxPalliative class presentation slid3.pptx
Palliative class presentation slid3.pptx
Ā 
Palliative care presentation slide2.pptx
Palliative care presentation slide2.pptxPalliative care presentation slide2.pptx
Palliative care presentation slide2.pptx
Ā 
Palliative care presentation slides.pptx
Palliative care presentation slides.pptxPalliative care presentation slides.pptx
Palliative care presentation slides.pptx
Ā 
Development studies - presentation .pptx
Development studies - presentation .pptxDevelopment studies - presentation .pptx
Development studies - presentation .pptx
Ā 
Group Reproductice health Coursework.ppt
Group Reproductice health Coursework.pptGroup Reproductice health Coursework.ppt
Group Reproductice health Coursework.ppt
Ā 
Mortality Audit presentation - slid.pptx
Mortality Audit presentation - slid.pptxMortality Audit presentation - slid.pptx
Mortality Audit presentation - slid.pptx
Ā 
Examinating the Resipiratory System.pptx
Examinating the Resipiratory System.pptxExaminating the Resipiratory System.pptx
Examinating the Resipiratory System.pptx
Ā 
crush-injury-and-crush-syndrome-191.pptx
crush-injury-and-crush-syndrome-191.pptxcrush-injury-and-crush-syndrome-191.pptx
crush-injury-and-crush-syndrome-191.pptx
Ā 
Male Reproductive System ......... .pptx
Male Reproductive System ......... .pptxMale Reproductive System ......... .pptx
Male Reproductive System ......... .pptx
Ā 
Antenatal Care -REPRODUCTIVE HEALTH.pptx
Antenatal Care -REPRODUCTIVE HEALTH.pptxAntenatal Care -REPRODUCTIVE HEALTH.pptx
Antenatal Care -REPRODUCTIVE HEALTH.pptx
Ā 
Student Academic - PLACEMENT REPORT.pptx
Student Academic - PLACEMENT REPORT.pptxStudent Academic - PLACEMENT REPORT.pptx
Student Academic - PLACEMENT REPORT.pptx
Ā 
Intravenous Urography lecture detai.pptx
Intravenous Urography lecture detai.pptxIntravenous Urography lecture detai.pptx
Intravenous Urography lecture detai.pptx
Ā 
IVU contrasted studies - lecture....pptx
IVU contrasted studies - lecture....pptxIVU contrasted studies - lecture....pptx
IVU contrasted studies - lecture....pptx
Ā 
Cranial nerves - esson presentation.pptx
Cranial nerves - esson presentation.pptxCranial nerves - esson presentation.pptx
Cranial nerves - esson presentation.pptx
Ā 
HEPATITIS IN Children a case study.pptx
HEPATITIS IN Children  a case study.pptxHEPATITIS IN Children  a case study.pptx
HEPATITIS IN Children a case study.pptx
Ā 
children. palliative care.pptx
children.     palliative       care.pptxchildren.     palliative       care.pptx
children. palliative care.pptx
Ā 
PALLIATIVE CARE (GROUP2) BME3 2023.pptx
PALLIATIVE CARE (GROUP2)  BME3 2023.pptxPALLIATIVE CARE (GROUP2)  BME3 2023.pptx
PALLIATIVE CARE (GROUP2) BME3 2023.pptx
Ā 
Group pharmacology uuuuu. .pptx
Group pharmacology   uuuuu.        .pptxGroup pharmacology   uuuuu.        .pptx
Group pharmacology uuuuu. .pptx
Ā 
Group 5_ Year 3 Pharmacology 2023.pptx
Group 5_   Year 3 Pharmacology 2023.pptxGroup 5_   Year 3 Pharmacology 2023.pptx
Group 5_ Year 3 Pharmacology 2023.pptx
Ā 

Recently uploaded

Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
Ā 
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
Ā 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
Ā 
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
Ā 
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
Ā 
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
Ā 
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
Ā 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
Ā 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
Ā 
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
Ā 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
Ā 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
Ā 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
Ā 
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
Ā 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
Ā 
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
Ā 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
Ā 

Recently uploaded (20)

Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
Ā 
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...
Ā 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.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
Ā 
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
Ā 
Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”
Ā 
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
Ā 
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
Ā 
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
Ā 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
Ā 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.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
Ā 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
Ā 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
Ā 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
Ā 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
Ā 
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
Ā 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
Ā 
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...
Ā 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
Ā 

Basic Computer Skills.pptx

  • 1. Basic Computer Skills By Akoch Emmanuel ICT Officer St. Josephā€™s Hospital Kitgum Microsoft Digital Literacy Curriculum
  • 2. Overview ā€¢ This Computer Basics course introduces you to the fundamentals of computing, explains the components of a computer, explores operating system basics, and shows you how to use a mouse and a keyboard.
  • 3. Course Objective ā€¢ After completing this course, you will be able to define what a computer is and what it does. ā€¢ You will also be able to perform basic computer operations.
  • 4. Assessment ā€¢ To qualify for Certificate: ā€“80% Attendance ā€“50% Assignments ā€“50% Final Exams
  • 5. Course Outline Lesson 1: Computer Hardware ā€¢ What is a Computer? ā€¢ Computer Hardware and Performance ā€¢ Types of Computers ā€¢ Parts of Computers ā€¢ Input, Output and Storage Devices ā€¢ Overview of a Keyboard ā€¢ Using a Mouse Lesson 2: Computer Software ā€¢ What is a Software ā€¢ Types of Software ā€¢ Overview of Programs and Data
  • 6. Course outlineā€¦ Lesson 3: Managing Files and Folders ā€¢ Introduction to the Windows XP GUI ā€¢ Start Menu Options ā€¢ Performing Basic File Operations ā€¢ Working with Windows-based programs
  • 8. What is a Computer? ā€¢ A computer is an electronic device, operating under the control of instructions (software) stored in its own memory unit, that can accept data (input), manipulate data (process), and produce information (output) from the processing. ā€¢ Generally, the term is used to describe a collection of devices that function together as a system.
  • 9. Devices that comprise a computer system Printer (output) Monitor (output) Speaker (output) Scanner (input) Mouse (input) Keyboard (input) System unit (processor, memoryā€¦) Storage devices (CD-RW, Floppy, Hard disk, zip,ā€¦)
  • 10. Computer Hardware Motherboard ā€¢ The Motherboard is the main part of Computer hardware. It is a large circuit that is made up of tiny microscopic wires and connections that pass data to different parts of the computer. ā€¢ The Motherboard has many plugs and slots for various other pieces of computer hardware such as RAM., a CPU, Cards, HDD etc...
  • 11. Central Processing Unit (CPU) ā€¢ The central processing unit (CPU) contains electronic circuits that cause processing to occur. The CPU interprets instructions to the computer, performs the logical and arithmetic processing operations, and causes the input and output operations to occur. ā€¢ It is considered the ā€œbrainā€ of the computer.
  • 12. RAM ā€¢ Short for Random Access Memory, RAM, also known as main memory or system memory, is a term commonly used to describe the memory within a computer. ā€¢ Unlike ROM, RAM is a volatile memory and requires power; if power is lost, all data is also lost.
  • 13. ROM ā€¢ Computer memory on which data has been prerecorded. Once data has been written onto a ROM chip, it cannot be removed and can only be read. ā€¢ Unlike main memory (RAM), ROM retains its contents even when the computer is turned off. ROM is referred to as being nonvolatile, whereas RAM is volatile.
  • 14. Hard Disk Drive ā€¢ A hard disk drive (HDD; also hard drive or hard disk) is a non-volatile, random access digital data storage device.
  • 16. Units of Measure for Digital Information ā€¢ A Bit: is a binary digit, the smallest increment of data on a computer. A bit can hold only one of two values: 0 or 1, corresponding to the electrical values of off or on, respectively. ā€¢ Because bits are so small, you rarely work with information one bit at a time. ā€¢ Bits are usually assembled into a group of eight to form a byte. ā€¢ A byte contains enough information to store a single ASCII character, like "h".
  • 17. ā€¢ A kilobyte (KB) is 1,024 bytes, not one thousand bytes as might be expected, because computers use binary (base two) math, instead of a decimal (base ten) system. ā€¢ Computer storage and memory is often measured in megabytes (MB) and gigabytes (GB). 1 MB is 1,024 kilobytes, or 1,048,576 (1024x1024) bytes, not one million bytes. ā€¢ Similarly, one 1 GB is 1,024 MB, or 1,073,741,824 (1024x1024x1024) bytes. ā€¢ A terabyte (TB) is 1,024 GB ā€¢ A petabyte (PB) is 1,024 TB. ā€¢ An exabyte (EB) is 1,024 PB. ā€¢ A zettabyte (ZB) is 1,024 EB. ā€¢ Finally, a yottabyte (YB) is 1,024 ZB.
  • 18. Discrepancy in Storage Unit ā€¢ Many hard drive manufacturers use a decimal number system to define amounts of storage space. As a result, 1 MB is defined as one million bytes, 1 GB is defined as one billion bytes, and so on. ā€¢ Since your computer uses a binary system as mentioned above, you may notice a discrepancy between your hard drive's published capacity and the capacity acknowledged by your computer.
  • 19. Base 2 and Base 10 We count in base 10 by powers of 10: 101 = 10 102 = 10*10 = 100 103 = 10*10*10 = 1,000 Computers count by base 2: 21 = 2 22 = 2*2 = 4 23 = 2*2*2 = 8 210 = 1,024 220 = 1,048,576
  • 20. 20 What Does A Computer Do? Computers can perform four general operations, which comprise the information processing cycle. ļ® Input ļ® Process ļ® Output ļ® Storage
  • 21. Data and Information ā€¢ All computer processing requires data, which is a collection of raw facts, figures and symbols, such as numbers, words, images, video and sound, given to the computer during the input phase. ā€¢ Computers manipulate data to create information. Information is data that is organized, meaningful, and useful. ā€¢ During the output Phase, the information that has been created is put into some form, such as a printed report. ā€¢ The information can also be put in computer storage for future use.
  • 22. Primary Components Of A Computer ā€¢ Input devices. ā€¢ Central Processing Unit (containing the control unit and the arithmetic/logic unit). ā€¢ Memory. ā€¢ Output devices. ā€¢ Storage devices.
  • 23. Types of Computers Personal Computers ā€¢ Desktops ā€¢ Laptops ā€¢ Notebooks
  • 24. Parts of Computer System Unit ā€¢ Power Button ā€¢ USB Port ā€¢ CD/DVD ROM ā€¢ Power Supply ā€¢ Keyboard and Mouse Ports ā€¢ Peripheral Ports ā€¢ Speaker/Microphone Ports
  • 25. Input, Output and Storage Devices ā€¢ Input Device: is any hardware device that sends data to the computer. ā€¢ Examples are: - Keyboard - Mouse - Microphone - Scanning Machine - Digital Camera - Etc
  • 26. Keyboard Escape Key Pause/Break Backspace TAB Functional Keys Scroll/Lock Control, Alternate, Shift Arrows Calculator Print Screen Windows Key Space Insert Home Page Up Delete End Page Down
  • 27. Mouse
  • 28. Mouse Properties Switching Primary and Secondary Buttons 1. Start 2. Control Panel 3. Printers and Other Hardware (Win XP) Hardware and Sound (Win Vista and 7) 4. Mouse (Mouse Dialog Box)
  • 29. 5. Click to switch buttons
  • 30. 30 Output Devices ā€¢ Output devices make the information resulting from the processing available for use. ā€¢ The two output devices more commonly used are the printer and the computer screen. ā€¢ Others Include: ā€¢ Speakers ā€¢ Projectors
  • 31. Storage Devices ā€¢ Secondary storage devices are used to store data when they are not being used in memory. ā€¢ The most common types of Secondary storage used on personal computers are: - Hard Disks - CD-R/CD-RW/DVD-R/DVD-RW - Removable Flash Disks
  • 33. What is a Software? ā€¢ Computer software, or just software, is a collection of computer programs and related data that provide the instructions for telling a computer what to do and how to do it ā€¢ Types of Software: - Operating Systems (System Software) - Application Software
  • 34. Operating Systems ā€¢ An operating system (OS) is a set of programs that manages computer hardware resources, and provides common services for application software. ā€¢ Examples of Operating Systems ā€¢ Windows XP ā€¢ Windows Vista ā€¢ Windows 7 ā€¢ Linux (Red Hat, Ubuntu, OpenSuseā€¦)
  • 35. Application Software ā€¢ Application Software consists of programs that tell a computer how to produce information. ā€¢ Some of the more commonly used Microsoft Office packages are: ā€¢ Word processing ā€¢ Electronic spreadsheet ā€¢ Database ā€¢ Presentation graphics
  • 36. Word Processing ā€¢ Word Processing software is used to create and print documents. A key advantage of word processing software is that users easily can make changes in documents.
  • 37. Electronic Spreadsheets ā€¢ Electronic spreadsheet software allows the user to add, subtract, and perform user-defined calculations on rows and columns of numbers. These numbers can be changed and the spreadsheet quickly recalculates the new results.
  • 38. Database Software ā€¢ Allows the user to enter, retrieve, and update data in an organized and efficient manner, with flexible inquiry and reporting capabilities.
  • 39. Presentation Graphics ā€¢ Presentation graphic software allows the user to create documents called slides to be used in making the presentations. Using special projection devices, the slides display as they appear on the computer screen.
  • 40. Programs and Data ā€¢ All software is divided into two general categories: data and programs. ā€¢ Programs are collections of instructions for manipulating data. ā€¢ Data exist in a variety of forms -- as numbers or text on pieces of paper, as bits and bytes stored in Computers.