You are on page 1of 21

6/20/16

Discovering Computers
Fundamentals,
2012 Edition
Your Interactive Guide
to the Digital World

Objec&ves  Overview  

Differen-ate  among  various   Describe  the  control  unit  


styles  of  system  units  on   and  arithme-c  logic  unit  
desktop  computers,   components  of  a  processor,  
notebook  computers,  and   and  explain  the  four  steps  in  
mobile  devices   a  machine  cycle  

Define  a  bit  and  describe  


Differen-ate  among  the  
how  a  series  of  bits  
various  types  of  memory  
represents  data  

See  Page  155   Discovering  Computers  Fundamentals,  2012  Edi-on   2  


for  Detailed  Objec-ves   Chapter  4  

1  
6/20/16  

Objec&ves  Overview  

Differen-ate  between  a  
Describe  the  purpose   port  and  a  connector,  
and  types  of  expansion   and  explain  the  
slots  and  adapter  cards   differences  among  a  USB  
port  and  other  ports  

Understand  how  to  


Describe  the  types  of   clean  a  system  unit  on  a  
buses  in  a  computer   computer  or  mobile  
device  

See  Page  155   Discovering  Computers  Fundamentals,  2012  Edi-on   3  


for  Detailed  Objec-ves   Chapter  4  

The  System  Unit  

•  The  system  unit  is  a  case  that  contains  electronic  


components  of  the  computer  used  to  process  data  

Page  156     Discovering  Computers  Fundamentals,  2012  Edi-on   4  


Figure  4-­‐1   Chapter  4  

2  
6/20/16  

The  System  Unit  

•  The  inside  of  the  system  unit  on  a  desktop  


personal  computer  includes:  
Drive  bay(s)  

Power  supply  

Sound  card  

Video  card  

Processor  

Memory  
Page  157     Discovering  Computers  Fundamentals,  2012  Edi-on   5  
Figure  4-­‐2   Chapter  4  

The  System  Unit  

•  The  motherboard  is  the  main  circuit  board  of  the  


system  unit  
–  A  computer  chip  contains  integrated  circuits  

Page  158     Discovering  Computers  Fundamentals,  2012  Edi-on   6  


Figure  4-­‐3   Chapter  4  

3  
6/20/16  

Processor  

•  The  processor,  also  called  the  central  processing  


unit  (CPU),  interprets  and  carries  out  the  basic  
instruc-ons  that  operate  a  computer  
–  Contain  a  control  unit  and  an  arithme-c  logic  unit  
(ALU)  

Mul&-­‐core   Dual-­‐core   Quad-­‐core  


processor   processor   processor  
Page  159   Discovering  Computers  Fundamentals,  2012  Edi-on   7  
Chapter  4  

Processor  

Page  159     Discovering  Computers  Fundamentals,  2012  Edi-on   8  


Figure  4-­‐4   Chapter  4  

4  
6/20/16  

Processor  

•  The  control  unit  is  the  component  of  the  


processor  that  directs  and  coordinates  most  of  
the  opera-ons  in  the  computer  
•  The  arithme&c  logic  unit  (ALU)  performs  
arithme-c,  comparison,  and  other  opera-ons  

Pages  159  -­‐  160   Discovering  Computers  Fundamentals,  2012  Edi-on   9  


Chapter  4  

Processor  

•  For  every  instruc-on,  a  processor  repeats  a  set  of  


four  basic  opera-ons,  which  comprise  a  machine  
cycle  

Page  160     Discovering  Computers  Fundamentals,  2012  Edi-on   10  


Figure  4-­‐5   Chapter  4  

5  
6/20/16  

Processor  

The  system  clock  controls  the  


-ming  of  all  computer  
opera-ons  
• The  pace  of  the  system  clock  is  called  
the  clock  speed,  and  is  measured  in  
gigahertz  (GHz)  
Pages  160  -­‐  161   Discovering  Computers  Fundamentals,  2012  Edi-on   11  
Chapter  4  

Data  Representa&on  

Most  computers  are  digital  

Digital  signals  are  in  one  of  two  states:  


on  or  off  
•  The  binary  system  uses  two  unique  digits  (0  and  1)  
•  Bits  and  bytes  
Page  162   Discovering  Computers  Fundamentals,  2012  Edi-on   12  
Chapter  4  

6  
6/20/16  

Data  Representa&on  
A  computer  circuit  represents   Eight  bits  grouped  together  as  a  
the  0  or  the  1  electronically  by   unit  are  called  a  byte.  A  byte  
the  presence  or  absence  of  an   represents  a  single  character  in  
electrical  charge   the  computer  

Page  162     Discovering  Computers  Fundamentals,  2012  Edi-on   13  


Figures  4-­‐6  –  4-­‐7   Chapter  4  

Data  Representa&on  

•  ASCII  (American  
Standard  Code  for  
Informa-on  
Interchange)  is  the  most  
widely  used  coding  
scheme  to  represent  
data  

Page  162     Discovering  Computers  Fundamentals,  2012  Edi-on   14  


Figure  4-­‐8   Chapter  4  

7  
6/20/16  

Data  Representa&on  

Page  163     Discovering  Computers  Fundamentals,  2012  Edi-on   15  


Figure  4-­‐9   Chapter  4  

Memory  

•  Memory  consists  of  electronic  components  that  


store  instruc-ons  wai-ng  to  be  executed  by  the  
processor,  data  needed  by  those  instruc-ons,  and  
the  results  of  processing  the  data  
•  Stores  three  basic  categories  of  items:  
Data  being  
The  opera-ng  
Applica-on   processed  and  the  
system  and  other  
programs   resul-ng  
system  so_ware  
informa-on  

Page  163   Discovering  Computers  Fundamentals,  2012  Edi-on   16  


Chapter  4  

8  
6/20/16  

Memory  

•  Each  loca-on  in  memory  has  an  address  


•  Memory  size  is  measured  in  kilobytes  (KB  or  K),  
megabytes  (MB),  gigabytes  (GB),  or  terabytes  
(TB)  

Page  164     Discovering  Computers  Fundamentals,  2012  Edi-on   17  


Figure  4-­‐11   Chapter  4  

Memory  

•  The  system  unit  contains  two  types  of  memory:  

Vola&le  memory   Nonvola&le  memory  

Loses  its  contents  when   Does  not  lose  contents  


power  is  turned  off   when  power  is  removed  

Examples  include  ROM,  


Example  includes  RAM   flash  memory,  and  
CMOS  

Page  164   Discovering  Computers  Fundamentals,  2012  Edi-on   18  


Chapter  4  

9  
6/20/16  

Memory  

Page  165     Discovering  Computers  Fundamentals,  2012  Edi-on   19  


Figure  4-­‐12   Chapter  4  

Memory  

•  Three  basic  types  of  RAM  chips  exist:  

Dynamic  RAM  
Sta-c  RAM  (SRAM)  
(DRAM)  

Magnetoresis-ve  
RAM  (MRAM)  

Page  166   Discovering  Computers  Fundamentals,  2012  Edi-on   20  


Chapter  4  

10  
6/20/16  

Memory  

•  RAM  chips  usually  reside  on  a  memory  module  


and  are  inserted  into  memory  slots  

Page  166     Discovering  Computers  Fundamentals,  2012  Edi-on   21  


Figure  4-­‐13   Chapter  4  

Memory  

•  The  amount  of  RAM  necessary  in  a  computer  


o_en  depends  on  the  types  of  so_ware  you  plan  
to  use  
•  Memory  cache  speeds  the  processes  of  the  
computer  because  it  stores  frequently  used  
instruc-ons  and  data  

Pages  166  -­‐  167   Discovering  Computers  Fundamentals,  2012  Edi-on   22  


Chapter  4  

11  
6/20/16  

Memory  

Read-­‐only  memory  (ROM)  


refers  to  memory  chips  storing  
permanent  data  and  instruc-ons  
• Firmware  

Page  167   Discovering  Computers  Fundamentals,  2012  Edi-on   23  


Chapter  4  

Memory  

•  Flash  memory  can  be  


erased  electronically  
and  rewricen  
–  CMOS  technology  
provides  high  speeds  
and  consumes  licle  
power  

Pages  167  –  168   Discovering  Computers  Fundamentals,  2012  Edi-on   24  


Figure  4-­‐14   Chapter  4  

12  
6/20/16  

Memory  

•  Access  &me  is  the  amount  of  -me  it  takes  the  
processor  to  read  from  memory  
–  Measured  in  nanoseconds  

Page  168   Discovering  Computers  Fundamentals,  2012  Edi-on   25  


Figures  4-­‐15  –  4-­‐16   Chapter  4  

Expansion  Slots  and  Adapter  Cards  

•  An  expansion  slot  is  a  


socket  on  the  motherboard  
that  can  hold  an  adapter  
card  
•  An  adapter  card  enhances  
func-ons  of  a  component  of  
the  system  unit  and/or  
provides  connec-ons  to  
peripherals  
–  Sound  card  and  video  card  

Page  169     Discovering  Computers  Fundamentals,  2012  Edi-on   26  


Figure  4-­‐17   Chapter  4  

13  
6/20/16  

Expansion  Slots  and  Adapter  Cards  

•  Removable  flash  memory  includes:  


–  Memory  cards,  USB  flash  drives,  and  PC  Cards/
ExpressCard  modules  

Pages  169  -­‐  170     Discovering  Computers  Fundamentals,  2012  Edi-on   27  


Figure  4-­‐19   Chapter  4  

Ports  and  Connectors  

A  port  is  the  point  at  which  a  peripheral  acaches  to  or  
communicates  with  a  system  unit  (some-mes  
referred  to  as  a  jack)  

A  connector  joins  a  cable  to  a  port  

Pages  170  -­‐  171   Discovering  Computers  Fundamentals,  2012  Edi-on   28  


Chapter  4  

14  
6/20/16  

Ports  and  Connectors  

Page  170     Discovering  Computers  Fundamentals,  2012  Edi-on   29  


Figure  4-­‐20   Chapter  4  

Ports  and  Connectors  

•  On  a  notebook  computer,  the  ports  are  on  the  


back,  front,  and/or  sides  

Pages  170  -­‐  171     Discovering  Computers  Fundamentals,  2012  Edi-on   30  


Figure  4-­‐21   Chapter  4  

15  
6/20/16  

Ports  and  Connectors  

•  A  USB  port  can  connect  up  to  127  different  


peripherals  together  with  a  single  connector  
–  You  can  acach  mul-ple  peripherals  using  a  single  USB  
port  with  a  USB  hub  

Pages  171  -­‐  172     Discovering  Computers  Fundamentals,  2012  Edi-on   31  


Figure  4-­‐22   Chapter  4  

Ports  and  Connectors  

•  Other  types  of  ports  include:  


Firewire   Bluetooth  
SCSI  port  
port   port  

eSATA  
IrDA  port   MIDI  port  
port  

Pages  172  -­‐  173   Discovering  Computers  Fundamentals,  2012  Edi-on   32  


Chapter  4  

16  
6/20/16  

Ports  and  Connectors  

•  A  port  replicator  is  an  


external  device  that  
provides  connec-ons  to  
peripherals  through  ports  
built  into  the  device  
•  A  docking  sta&on  is  an  
external  device  that  
acaches  to  a  mobile  
computer  or  device  

Page  173     Discovering  Computers  Fundamentals,  2012  Edi-on   33  


Figure  4-­‐23   Chapter  4  

Buses  
•  A  bus  allows  the  various  
devices  both  inside  and  
acached  to  the  system  
unit  to  communicate  with  
each  other  
–  Data  bus  
–  Address  bus  
•  A  computer  can  have  
these  basic  types  of  
buses:  
–  System  bus  
–  Backside  bus  
–  Expansion  bus  

Page  174     Discovering  Computers  Fundamentals,  2012  Edi-on   34  


Figure  4-­‐24   Chapter  4  

17  
6/20/16  

Bays  

•  A  bay  is  an  opening  


inside  the  system  unit  
in  which  you  can  install  
addi-onal  equipment  
–  A  drive  bay  typically  
holds  disk  drives  

Page  175     Discovering  Computers  Fundamentals,  2012  Edi-on   35  


Figure  4-­‐25   Chapter  4  

Power  Supply  

The  power  supply  converts  the  wall  


outlet  AC  power  into  DC  power  

Some  external  peripherals  have  an  AC  


adapter,  which  is  an  external  power  
supply  
Page  175   Discovering  Computers  Fundamentals,  2012  Edi-on   36  
Chapter  4  

18  
6/20/16  

Pu]ng  It  All  Together  

Home   Small  Office/   Mobile  


Intel  Core  i5  or   Home  Office   Intel  Core  i7  Extreme  or  
Intel  Core  i3  or   Intel  Core  i7  or   Intel  Core  i7  or  
AMD  Athlon  II  or   Intel  Core  i7  Extreme  or   AMD  Phenom  II  or  
AMD  Sempron   AMD  Phenom  II  or     AMD  Turion  II  
  AMD  Athlon  II    
Minimum  RAM:  2  GB     Minimum  RAM:  2  GB  
Minimum  RAM:  4  GB  

Page  176     Discovering  Computers  Fundamentals,  2012  Edi-on   37  


Figure  4-­‐26   Chapter  4  

Pu]ng  It  All  Together  

Power   Enterprise  
Intel  Xeon  or   Intel  Core  i7  or    
Intel  Itanium  or   Intel  Core  i7  Extreme  
AMD  Opteron   or  AMD  Phenom  II  or  
  AMD  Athlon  II  
Minimum  RAM:  8  GB    
Minimum  RAM:  4  GB  

Page  176     Discovering  Computers  Fundamentals,  2012  Edi-on   38  


Figure  4-­‐26   Chapter  4  

19  
6/20/16  

Keeping  Your  Computer    


or  Mobile  Device  Clean  

Clean  your  computer  or  mobile  device  once  or  twice  a  year  

Turn  off  and  unplug  your  computer  or  mobile  device  before  
cleaning  it  

Use  compressed  air  to  blow  away  dust  

Use  an  an-sta-c  wipe  to  clean  the  exterior  of  the  case  and  a  
cleaning  solu-on  and  so_  cloth  to  clean  the  screen  
Page  177   Discovering  Computers  Fundamentals,  2012  Edi-on   39  
Chapter  4  

Summary  

Sequence  of  opera-ons  


How  memory  stores  
Components  of  the   that  occur  when  a  
data,  instruc-ons,  and  
system  unit   computer  executes  an  
informa-on  
instruc-on  

Comparison  of  various  


How  to  clean  the  
personal  computer  
exterior  and  interior  of  
processors  on  the  
a  system  unit  
market  today  

Page  178   Discovering  Computers  Fundamentals,  2012  Edi-on   40  


Chapter  4  

20  
6/20/16  

Discovering Computers
Fundamentals,
2012 Edition
Your Interactive Guide
to the Digital World

Chapter  4  Complete  

21  

You might also like