day 2 hardware & software

30
Lesson 2 : Hardware & Software Certificate I in Information Technology

Upload: mnmaps

Post on 22-Jun-2015

233 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Day 2 hardware & software

Lesson 2 : Hardware & Software

Certificate I in Information Technology

Page 2: Day 2 hardware & software

• To perform any desired action using a computer, you must have both hardware and software.

• Software brings the computer to life!

HardwareSoftware

Page 3: Day 2 hardware & software

Hardware

• Hardware refers to the physical parts of a computer.

• They are things which you can touch and feel.

• Peripherals; hardware attached to a computer, which expands its capabilities

Source: http://www.coolnerds.com/newbies/hardware/hardware.htm

Page 4: Day 2 hardware & software

Hardware

Hard Disk Motherboard

Page 5: Day 2 hardware & software

Hardware

Processor / Central Processing Unit (CPU)

Page 6: Day 2 hardware & software

Hardware

USB Flash Drive SD Card

Page 7: Day 2 hardware & software

Hardware

Random Access Memory (RAM)

Page 8: Day 2 hardware & software

Hardware

Multimedia Projector Barcode Scanner/Reader

Page 9: Day 2 hardware & software

Hardware

Webcam Microphone

Page 10: Day 2 hardware & software

Hardware

Scanner

Page 11: Day 2 hardware & software

Hardware

Optical Pen Headset

Page 12: Day 2 hardware & software

Hardware

Joystick Printer

Page 13: Day 2 hardware & software

Hardware

Plotter

Page 14: Day 2 hardware & software

Software• A software is a collection of instructions (code) that

enables a user to interact with the computer or have the computer perform specific tasks for them.

• Without any software, the computer hardware would be useless.

• Software are created using computer programming languages. E.g. Java, C++, Visual Basic, etc.

Page 15: Day 2 hardware & software

Types of Software1) Systems softwareSystems software are responsible for controlling, integrating, and managing the individual hardware components of a computer system.

They also act as an interface between other software and hardware.

Systems software work in a way that other software and the users of the system see it as a functional unit without having to be concerned with the low-level details (e.g.: transferring data from memory to disk, or rendering text onto a display).

Page 16: Day 2 hardware & software

Types of Software1) Systems software

Generally, these consists of an operating system (OS) and some fundamental utilities.

E.g. of OS: Microsoft Windows, Linux, Max OS, Solaris, Unix, etc.

E.g. of system utilities: BIOS software, networking and device control software, hardware drivers, hard disk sector boot software, disk formatting software etc.).

Page 17: Day 2 hardware & software

Types of Software2) Application softwareApplication software are used to accomplish specific tasks other than just running the computer system.

Page 18: Day 2 hardware & software

Types of Software2) Application softwareApplication software may consist of

- a single programe.g. Firefox, iTunes, Microsoft Paint, Notepad, Skype, etc.

- a collection of programs (software package/suite)e.g. Microsoft Office (Word, Excel, Access, Outlook, Project, etc.) and Adobe Creative Suite (Adobe Acrobat, Dreamweaver, Photoshop, Illustrator, InDesign, etc.)

Page 19: Day 2 hardware & software

Input / Output Devices

• Input • Output

Page 20: Day 2 hardware & software

Data Storage

Page 21: Day 2 hardware & software

Primary Storage Devices / Internal Memory

+ Volatile: the data gets erased when the component loses power+ Directly accessible to the CPU+ Faster than secondary storage devices like hard disks

Random Access Memory (RAM)

Stores program instructions and data temporarily

Page 22: Day 2 hardware & software

Secondary Storage Devices / External Memory

Read Only Memory (ROM)

Memory that is capable of holding data and having that data read from the chip, but not written to.

+ Non-volatile: the data stored does not get erased when the chip loses power+ Data stored in these chips is either unchangeable or requires a special operation to change+ Contain essential start-up data or instructions

Page 23: Day 2 hardware & software

Secondary Storage Devices / External Memory

Read Only Memory (ROM)

e.g.: BIOS (Basic Input/Output System); programmed for controlling the system's main input-output interfaces.

BIOS is a built-in software that determines what a computer can do without accessing programs from a disk.

On PCs, the BIOS contains all the code required to control the keyboard, display screen, disk drives, etc.

Page 24: Day 2 hardware & software

Secondary Storage Devices / External Memory

+ Non-volatile: the data does not get erased when the drive loses power+ Not directly accessible to the CPU; CPU uses input/output channels to access data+ Slower than primary storage devices (memory) like RAM devices.

Page 25: Day 2 hardware & software
Page 26: Day 2 hardware & software

Buses• A bus, in computing, is a set of physical connections (cables,

printed circuits, etc.) which can be shared by multiple hardware components in order to communicate with one another.

• Buses reduce the number of "pathways" needed for communication between the components, by carrying out all communications over a single data channel

Page 27: Day 2 hardware & software

Bus• Depending on the type of the bus and computer the bus’s

operation can be unidirectional or bidirectional.

• Examples of buses:

– Data bus: It carries the data between the different components of the computer.

– Address bus: It selects the route that has to be followed by the data bus to transfer the data

– Expansion bus: It is used to connect the computer’s peripheral devices such as printer, modem and scanner with the processor.

Page 28: Day 2 hardware & software

Ports

Page 29: Day 2 hardware & software

Ports

(a.k.a FireWire)

(DVI)

HDMI

Page 30: Day 2 hardware & software

Questions?