hardware block diagram

16
Quiz #1 Quiz #1 Sampai saat ini sudah berapa generasi Sampai saat ini sudah berapa generasi komputer yang tercipta? komputer yang tercipta? Komponen utama komputer generasi 1 adl.. Komponen utama komputer generasi 1 adl.. Komponen utama komputer generasi 2 adl Komponen utama komputer generasi 2 adl Microchip adalah komponen komputer Microchip adalah komponen komputer generasi ke... generasi ke... Setelah generasi transistor, generasi Setelah generasi transistor, generasi selanjutnya adalah .... selanjutnya adalah .... Kirim lewat [email protected]

Upload: gopartheredbuff

Post on 05-Jul-2015

78 views

Category:

Education


1 download

DESCRIPTION

Explaining the computer hardware components.

TRANSCRIPT

Page 1: Hardware block diagram

Quiz #1Quiz #1

● Sampai saat ini sudah berapa generasi Sampai saat ini sudah berapa generasi komputer yang tercipta?komputer yang tercipta?

● Komponen utama komputer generasi 1 adl..Komponen utama komputer generasi 1 adl..● Komponen utama komputer generasi 2 adlKomponen utama komputer generasi 2 adl● Microchip adalah komponen komputer Microchip adalah komponen komputer 

generasi ke...generasi ke...● Setelah generasi transistor, generasi Setelah generasi transistor, generasi 

selanjutnya adalah ....selanjutnya adalah ....– Kirim lewat [email protected]

Page 2: Hardware block diagram

Perangkat Keras KomputerOleh:

Nugroho

Untuk:Mahasiswa D1 Pikom

Banjarnegara

Page 3: Hardware block diagram

http://ecomputernotes.com/fundamental/introduction­to­computer/draw­the­block­diagram­

of­computer­and­explain­its­various­components

Diolah dari:Diolah dari:

Page 4: Hardware block diagram

DefinisiDefinisi

● Computer hardware is the collection of Computer hardware is the collection of physical elements that constitutes a computer physical elements that constitutes a computer system. system. 

● Refers to the physical parts of a computer Refers to the physical parts of a computer – monitor, mouse, keyboard, computer data storage, 

hard drive disk (HDD), system unit (graphic cards, sound cards, memory, motherboard and chips), etc. 

● Physical objects => can be touched.Physical objects => can be touched.● http://en.wikipedia.org/wiki/Computer_hardwarehttp://en.wikipedia.org/wiki/Computer_hardware

Page 5: Hardware block diagram

PengertianPengertian

● Sekumpulan elemen fisik yang menjadi Sekumpulan elemen fisik yang menjadi bagian sistem komputer. bagian sistem komputer. 

● Merujuk pada bagian fisik komputer seperti:Merujuk pada bagian fisik komputer seperti:– monitor, mouse, keyboard, computer data storage, 

hard drive disk (HDD), system unit (graphic cards, sound cards, memory, motherboard and chips), etc. 

● Objek fisik => Bisa disentuh, dilihat.Objek fisik => Bisa disentuh, dilihat.

Page 6: Hardware block diagram

Diagram Blok HardwareDiagram Blok Hardware(Von Neumann)(Von Neumann)

Page 7: Hardware block diagram
Page 8: Hardware block diagram

InputInput

● Process of entering data and programs in to Process of entering data and programs in to the computer system. the computer system. – Computer is an electronic machine like any other 

machine which takes as inputs raw data and performs some processing giving out processed data.

– Input unit takes data from user to the computer in an organized manner for processing.

Page 9: Hardware block diagram

StorageStorage

● Process of saving data and instructions Process of saving data and instructions permanently.permanently.– Processing speed of CPU is so fast. Data has to be 

provided to CPU with the same speed. Data is first stored in the storage unit for faster access and processing.

● FunctionFunction– All data and instructions are stored before and 

after processing.– Intermediate results of processing are also stored

Page 10: Hardware block diagram

PrecessingPrecessing

● The task of performing operations like The task of performing operations like arithmetic and logical operations.arithmetic and logical operations.– (CPU) takes data and instructions from the 

storage unit,– makes all sorts of calculations based on the 

instructions given and the type of data provided. It is then 

– sent back to the storage unit.

Page 11: Hardware block diagram

OUTPUTOUTPUT

● Process of producing results from the data for Process of producing results from the data for getting useful information.getting useful information.– Produced by the computer after processing.– Kept (stored) somewhere inside the computer 

● before being given to user in human readable form. ● further processing

Page 12: Hardware block diagram

ControlControl

● The manner how:The manner how:– instructions are executed and operations are 

performed. ● Performed by control unit.Performed by control unit.

Page 13: Hardware block diagram

Functional UnitFunctional Unit

● To carry out the operations, the computer To carry out the operations, the computer allocates the task between its various allocates the task between its various functional units.functional units.– arithmetic logical unit– control unit.– central processing unit.

Page 14: Hardware block diagram

Arithmetic Logical Unit (ALU) Arithmetic Logical Unit (ALU) 

● Perform actual processing of the data and Perform actual processing of the data and instruction when required.instruction when required.

● The major operations:The major operations:– addition, subtraction, multiplication, division, 

logic and comparison. ● After processing, the output is returned back After processing, the output is returned back 

to storage unit for:to storage unit for:– further processing or – getting stored.

Page 15: Hardware block diagram

Control UnitControl Unit

● Responsible  for  co ordinating various Responsible  for  co ordinating various operations using time signal. operations using time signal. 

● Determines the sequence in which computer Determines the sequence in which computer programs and instructions are executed.programs and instructions are executed.

Page 16: Hardware block diagram

Central Processing UnitCentral Processing Unit

● Integration of ALU and CUIntegration of ALU and CU● Brain of any computer system. Brain of any computer system. 

– Takes all major decisions, – makes all sorts of calculations,– directs different parts of the computer functions – by activating and controlling the operations.