39
Computer Hardware SyStem Course: COMP101 Subject: Computer Skills Chapter: 3

Computer Hardware SyStem - eduwavepool.unizwa.edu.om

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Computer Hardware SyStem

Course: COMP101 Subject: Computer Skills

Chapter: 3

Page 2: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

What is a computer?

• An electronic device that accepts input, processes the data and

instructions, produces output from the processing that is useful

and meaningful and stores the results for future use.

2

Page 3: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Computer Organization

• Computer organization refers to the operational units and their interconnections that realize the architectural specifications.

• Examples: – instruction set, – number of bits used to represent various data

types, – I/O mechanisms, – techniques for addressing memory.

3

Page 4: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Four Main Sub-systems of Computer

• Memory • ALU (Arithmetic/Logic

Unit( • Control Unit • Input/output System

(I/O(

4

Page 5: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

CPU • Abbreviation for Central

Processing Unit. • The brain of the computer. • Three main parts:

– Control Unit (CU). – Arithmetic Logic Unit (ALU). – Registers .

5

Page 6: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

CPU Control Unit (CU) • It directs the

computer system to execute stored program instructions and communicates with other parts of the hardware.

6

Page 7: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

CPU - Arithmetic Logic Unit (ALU)

• Performs arithmetic operations

– Addition, Subtraction, Division and Multiplication

• Performs logical operations

– Less than, Greater than, Equal, etc…

7

Page 8: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

CPU - Registers

• a special, high-speed storage area within the CPU. – Store data before process – Store data after process. – It can hold address as well.

8

Page 9: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Computer Memory

9

Page 10: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

What is Memory ?

• Memory is a large collection of circuits, each cell capable of storing a bit.

• Each cell assigned an address. • Two categories of memory:

– Primary memory • RAM • ROM

– Secondary (Auxiliary)

10

Page 11: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

RAM • Random Access Memory. • Also know as volatile memory. • Takes the same amount of time

to access any memory cell, regardless of its location.

• Hold instructions for processing data, processed data, and raw data.

11

Page 12: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

RAM (continue …..)

12

Page 13: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

ROM • Read Only Memory. • This type of memory cell can be

read from, but not written to. • ROM is non-volatile. • used to distribute firmware that is

software very closely tied to specific hardware.

• Does not require frequent updates. • Mainly there are three types of

ROM: – PROM, EPROM, EEPROM

13

Page 14: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

PROM • Programmable ROM • Programmed via a special

device called a PROM programmer.

• Can only be programmed once.

14

Page 15: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

EPROM • Erasable PROM. • Can be erased and re-

used. • Erasure is caused by

using an intense ultraviolet light.

15

Page 16: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

EEPROM • Electrically EPROM. • Allows its entire contents

(or selected banks) to be electrically erased.

• Can be found in camera, MP3 player, etc.

16

Page 17: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Secondary Memory • Auxiliary memory is the lowest-cost, highest-

capacity, and slowest-access storage in a computer system.

• It is where programs and data are kept for long-term storage or when not in immediate use.

• Can be accessed: – sequentially. Example: magnetic tape – or directly. Example: Hard disc, DVD, Flash etc.

17

Page 18: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Magnetic Tape • Consisting of a thin tape

with a coating of a fine magnetic material.

• Using tape drive to store data on the tape.

• Cheap and durable.

18

Page 19: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Hard Disc • The main and usually

the largest data storage device in a computer.

• Made up of platters which stored the data, and read/write heads to transfer data.

• Can be used internally or externally.

• Many types: PATA, SATA, SCSI, SSD,

19

Page 20: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

PATA • Parallel Advanced

Technology Attachment.

• known as Integrated Drive Electronics (IDE) and Enhanced Integrated Drive Electronics (EIDE) drives .

20

Page 21: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

SATA • Serial Advanced

Technology Attachment. • Different connector than

PATA. • Different power adapter

than IDE. • More efficient, and use

less power than PATA ones.

21

Page 22: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

SCSI • Small Computer System

Interface. • Similar to IDE hard drives. • Spin at a higher rate in

comparison to IDE and SATA. • SCSI hard disks need a

controller that operates the interface between the drives and the computer motherboard.

22

Page 23: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

SSD • Solid State Drive. • No moving components. • Using semiconductors to

perform the function of data storage.

• Faster than other types of hard discs, but expensive.

23

Page 24: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Optical Discs • It is flat, circular, plastic or

glass disk on which data is stored in the form of light and dark pits.

• Two basic types of optical disks: Read-only optical disks, and Rewritable Optical disks.

24

Page 25: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

CD • Known as “Compact Disk”, • Can store 80 minutes of continues video

recording. • The space of CD is up to 700 mb. • There are two types of CD :-

– CD ROM. – CD R/W.

25

Page 26: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

DVD

• Known as “Digital Versatile Disk”. • Storage capacity of DVD is up to 4.7GB. • Types of DVD :-

– DVD ROM. – DVD R/W.

26

Page 27: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Memory and Storage Convertor

• Computers store information in the form of "1" and "0"s.

• Computer data is expressed as bytes. • But 1 kilobyte is 1024 bytes not 1000 bytes. • Data storage units are: bits, bytes, kilobytes,

megabytes, gigabytes, terabytes, petabytes, exabytes, zettabytes and yottabytes.

27

Page 28: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

28

Page 29: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Input / Output

Input Devices • Converts incoming data and

instructions into a pattern of electrical signals in binary.

Output Devices • Reverses the process,

translating the digitized signals into a form intelligible to the user.

29

Page 30: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Input / Output Devices

30

Page 31: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Input / Output Control Circuits • Every peripheral device

(keyboard, modem, monitor, etc.) requires a control circuit that interfaces with the computer's processor (CPU).

• Either built into the chips on the motherboard or are contained on plug-in cards.

31

Page 32: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Advanced Input Devices (Imaginary Interfaces )

• A concept to which

users could spatially interact with screen-less devices and interfaces that existed only in the imagination.

32

Page 33: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Non-Speech Voice Input • Detect speech-like

movement of the mouth, face, and throat even when no sound.

33

Page 34: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Implantable Brain–computer interfaces (BCIs)

• Sensors are placed closest to the neurons (nerve cells) that carry the brain’s electrical signals.

• Allow direct recording of the activity in a subset of the brain’s neurons.

34

Page 35: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Advanced Output Devices (Glasses) • Wearable computing has

long sought an effective mobile display built into eyeglasses.

• A simple version of this vision is an LCD-based display that clips onto one side of a pair of eyeglasses.

35

Page 36: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Haptic Feedback • Use of our sense of touch

through programmable haptic output.

• Might enable a user to “feel” who is calling his/her phone, without needing to pull the phone out and glance at the display.

36

Page 37: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Motherboard (System board) • A printed circuit board

holds the main electronic components of the system; like the central processing unit and memory.

• Provides the connectors for other peripherals such as printers, scanners, monitors, mouse, and keyboard devices.

37

Page 38: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

Types of Motherboards • AT motherboard. • ATX motherboard,

Advanced technology extended .

• LPX motherboard, low profile extension.

• The major difference between the LPX and previous boards is that the input and output ports in these boards are present at the back of the system.

38

Page 39: Computer Hardware SyStem - eduwavepool.unizwa.edu.om

What to consider when buying a computer?

• CPU (Central Processing Unit).

• RAM (random access memory).

• Hard Drive. • Networking. • Ports. • Graphics Card.

• Optical Drives. • Peripherals. • Battery and Power

Consumption. • Size or "Form Factor“. • The most, however, to

consider is your requirements and budget.

39