module 4 hardware and software

43
MODULE 4 HARDWARE AND SOFTWARE 1 Venue: Politeknik Ungku Omar, Ipoh Date: 20-23 May 2013

Upload: althea

Post on 07-Feb-2016

57 views

Category:

Documents


3 download

DESCRIPTION

MODULE 4 HARDWARE AND SOFTWARE. Venue: Politeknik Ungku Omar, Ipoh Date: 20-23 May 2013. Principles and Learning Objectives. Identify and briefly describe the meaning of the hardware and software Outline the role of the memory, storage and CPU - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: MODULE 4 HARDWARE AND SOFTWARE

MODULE 4

HARDWARE AND SOFTWARE

1

Venue: Politeknik Ungku Omar, IpohDate: 20-23 May 2013

Page 2: MODULE 4 HARDWARE AND SOFTWARE

2

Page 3: MODULE 4 HARDWARE AND SOFTWARE

Principles and Learning Objectives

3

Identify and briefly describe the meaning of the hardware and software

Outline the role of the memory, storage and CPU Outline the overall evolution and importance of

software in education sector Discuss how utility software helps academicians in

teaching and learning process Identify three reasons to use middleware and

discuss the pros and cons of each Discuss how application software can support

teaching and learning objectives

Page 5: MODULE 4 HARDWARE AND SOFTWARE

Hardware and Software

5

Hardwarethe physical, tangible parts of a computer

keyboard, monitor, wires, chips, data, iPad, PC Tablet

Softwareprograms and data

a program is a series of instructions

A computer requires both hardware and software

Each is essentially useless without the other

Page 6: MODULE 4 HARDWARE AND SOFTWARE

CPU and Main Memory

6

CentralProcessing

Unit

MainMemory

Chip that executes program commands

Intel Pentium IIISun Sparc Processor

Primary storage area for programs and data

that are in active use

Synonymous with RAM

Page 7: MODULE 4 HARDWARE AND SOFTWARE

Secondary Memory Devices

7

Floppy Disk

Hard DiskMain

Memory

CentralProcessing

Unit

Secondary memorydevices providelong-term storage

Information is movedbetween main memoryand secondary memoryas needed

Hard disksFloppy disksZIP disksWritable CDsTapes

Page 8: MODULE 4 HARDWARE AND SOFTWARE

Input / Output Devices

8

Monitor

Keyboard

MainMemory

CentralProcessing

Unit

Floppy Disk

Hard Disk

I/O devices allow userinteraction

Monitor screenKeyboardMouseBar code scannerLight penTouch screen

Page 9: MODULE 4 HARDWARE AND SOFTWARE

Digital Information

9

Computers store all information digitally:numberstextgraphics and imagesaudiovideoprogram instructions

In some way, all information is digitized - broken down into pieces and represented as numbers

Page 10: MODULE 4 HARDWARE AND SOFTWARE

Binary Numbers

10

Once information is digitized, it is represented and stored in memory using the binary number system

A single binary digit (0 or 1) is called a bit

Devices that store and move information are cheaper and more reliable if they only have to represent two states

A single bit can represent two possible states, like a light bulb that is either on (1) or off (0)

Combinations of bits are used to store values

Page 11: MODULE 4 HARDWARE AND SOFTWARE

Bit Combinations

11

1 bit

01

2 bits

00011011

3 bits

000001010011100101110111

4 bits

00000001001000110100010101100111

10001001101010111100110111101111

Each additional bit doubles the number of possible combinations

Page 12: MODULE 4 HARDWARE AND SOFTWARE

Bit Combinations

12

Each combination can represent a particular itemThere are 2N combinations of N bitsTherefore, N bits are needed to represent 2N unique

items

21 = 2 items

22 = 4 items

23 = 8 items

24 = 16 items

25 = 32 items

1 bit ?

2 bits ?

3 bits ?

4 bits ?

5 bits ?

How manyitems can be

represented by

Page 13: MODULE 4 HARDWARE AND SOFTWARE

A Computer Specification

13

Consider the following specification for a personal computer:

600 MHz Pentium III Processor256 MB RAM16 GB Hard Disk24x speed CD ROM Drive 17” Multimedia Video Display with 1280 x

1024 resolution56 KB Modem

What does it all mean?

Page 14: MODULE 4 HARDWARE AND SOFTWARE

Memory

14

Main memory is divided into many memory locations (or cells)

92789279

9280928192829283928492859286

Each memory cell has a numeric address, which uniquely identifies it

Page 15: MODULE 4 HARDWARE AND SOFTWARE

Storing Information

15

92789279

9280928192829283928492859286

Large values arestored in consecutivememory locations

10011010Each memory cell stores a set number of bits (usually 8 bits, or one byte)

Page 16: MODULE 4 HARDWARE AND SOFTWARE

Storage Capacity

16

Every memory device has a storage capacity, indicating the number of bytes it can hold

Capacities are expressed in various units:

KB 210 = 1024

MB 220 (over 1 million)

GB 230 (over 1 billion)

TB 240 (over 1 trillion)

Unit Symbol Number of Bytes

kilobyte

megabyte

gigabyte

terabyte

Page 17: MODULE 4 HARDWARE AND SOFTWARE

RAM vs. ROM

17

RAM - Random Access Memory (direct access)

ROM - Read-Only Memory

The terms RAM and main memory are basically interchangeable

ROM could be a set of memory chips, or a separate device, such as a CD ROM

Both RAM and ROM are random (direct) access devices!

RAM should probably be called Read-Write Memory

Page 18: MODULE 4 HARDWARE AND SOFTWARE

The Central Processing Unit

18

A CPU is also called a microprocessor It continuously follows the fetch-decode-

execute cycle:

fetch

Retrieve an instruction from main memory

decode

Determine what theinstruction is

execute

Carry out theinstruction

Page 19: MODULE 4 HARDWARE AND SOFTWARE

The Central Processing Unit (CPU)

19

The CPU contains:

Arithmetic / Logic Unit

Registers

Control Unit

Small storage areas

Performs calculations and decisions

Coordinates processing steps

Page 20: MODULE 4 HARDWARE AND SOFTWARE

The Central Processing Unit

20

The speed of a CPU is controlled by the system clock

The system clock generates an electronic pulse at regular intervals

The pulses coordinate the activities of the CPU

The speed is measured in megahertz (MHz)

Page 21: MODULE 4 HARDWARE AND SOFTWARE

Monitor

21

The size of a monitor (17") is measured diagonally, like a television screen

Most monitors these days have multimedia capabilities: text, graphics, video, etc.

A monitor has a certain maximum resolution , indicating the number of picture elements, called pixels, that it can display (such as 1280 by 1024)

High resolution (more pixels) produces sharper pictures

Page 22: MODULE 4 HARDWARE AND SOFTWARE

Mobile Learning Devices

22

Page 23: MODULE 4 HARDWARE AND SOFTWARE

SOFTWARE

23

Software means a program which is installed on a machine for a specific purpose.

Types of Software:

1. System Software

2. Application Software

Page 25: MODULE 4 HARDWARE AND SOFTWARE

System Software

25

A system software handle the hardware of a machine which configure the hardware penetration. Example: Windows, DOS, UNIX, VIPRO.

Systems software: coordinates the activities and functions of hardware and programs

Computer system platform: combination of a hardware configuration and systems software

Page 26: MODULE 4 HARDWARE AND SOFTWARE

System Software

26

Page 27: MODULE 4 HARDWARE AND SOFTWARE

Types of System Software

27

Types of systems software

Operating systems

Utility programs

Middleware

Page 28: MODULE 4 HARDWARE AND SOFTWARE

Operating System

28

Operating system (OS): set of programs that controls the computer hardware and acts as an interface with application programs

Kernel: ties all components of the OS together and regulates other programs

The Role of Systems Software

Page 29: MODULE 4 HARDWARE AND SOFTWARE

Operating System

29

Activities performed by the operating system Perform common computer hardware functions

Provide a user interface and input/output management

Provide a degree of hardware independence

Manage system memory

Manage processing tasks

Provide networking capability

Control access to system resources

Manage files

Page 30: MODULE 4 HARDWARE AND SOFTWARE

Utility Programs

30

Utility Program is the software generally provided by the vendors as readymade packages to do some specific operations.

Help to perform maintenance or correct problems with a computer sistem

Why is it important?OS are becoming more complexKeeps computer running smoothlyHelp to protect OS on the internet

Page 31: MODULE 4 HARDWARE AND SOFTWARE

Examples of Utility Program

31

Defragmentation and Disk UtilitiesMaintain files on disk and arrange them in a manner that allows for fast access

Backup UtilitiesSafeguard files by creating backup copies

Security Software Search for and remove viruses and spyware from computers, and guard against attacks

Spam and Pop-up BlockersRemove junk mail and ads

Page 32: MODULE 4 HARDWARE AND SOFTWARE

Utility Software

32

Page 33: MODULE 4 HARDWARE AND SOFTWARE

Middleware

33

Middleware: software that allows different systems to communicate and exchange data

Middleware can also be used as an interface between the Internet and older legacy systems

Page 34: MODULE 4 HARDWARE AND SOFTWARE

Why use middleware?

34

Makes it easier to write complex applications

Allows portability across hardware and operating systemsApplications will run on any platform the middleware has

been ported to

The application developer doesn’t need to consider the OS/hardware in every Set-Top-Box (STB) the application will run on

Makes it easier for third parties to write applicationsOnly need to learn about a few middleware platforms

More abstraction makes learning easier

Page 35: MODULE 4 HARDWARE AND SOFTWARE

Application Software

35

An application software is meant to establish relation between utility software and system software.

Application software are programs that interact directly with the user for the performance of a certain type of work

Following are some of the examples of application software:

Media development softwareContent access softwareEntertainment softwareEducational softwareSimulation software

Page 36: MODULE 4 HARDWARE AND SOFTWARE

Application Software

36

Page 37: MODULE 4 HARDWARE AND SOFTWARE

Application Software

37

Application software: helps users solve particular problems

In most cases, application software resides on the computer’s hard disk

Application software can also be stored on CDs, DVDs, and flash or keychain storage devices

Page 38: MODULE 4 HARDWARE AND SOFTWARE

Mobile Learning Apps

38

Page 39: MODULE 4 HARDWARE AND SOFTWARE

iPad & iPhone Apps for College Students

39

 iStudiez Pro ($2.99 - iPhone/iPad universal app)

GoodReader ($5.49 each - iPhone & iPad)

Keynote ($9.99 - iPhone/iPad universal app)

Page 40: MODULE 4 HARDWARE AND SOFTWARE

iPad & iPhone Apps for College Students

40

Smart Writing Tool - 7notes HD Premium ($10.49 - iPad only)

Notability ($1.99 - iPad only)

iTunes U (FREE - iPhone/iPad universal app)

Page 41: MODULE 4 HARDWARE AND SOFTWARE

iPad & iPhone Apps for College Students

41

iThoughts HD mindmapping ($9.99  iPad - $7.99 iPhone)

Numbers ($9.99 -iPhone/iPad universal app)

Permanent - The New Spreadsheet ($19.99 - iPad only)

Page 42: MODULE 4 HARDWARE AND SOFTWARE

iPad & iPhone Apps for College Students

42

TextGrabber + Translator ($4.99 - iPhone/iPad universal app)

 EasyBib (FREE - iPhone/iPad universal app)

Evernote (FREE & Paid - iPhone/iPad universal app)

Page 43: MODULE 4 HARDWARE AND SOFTWARE

Thank You

43