For a 8G times 16 Bit RAM Chip What is the size of each memo
     For a 8G times 16 Bit RAM Chip  What is the size of each memory addresses?  How many memory addresses are there?  Assuming the memory addressing starts from 0, what is the highest memory address in Hexadecimal?  Discuss the functions of the Control Unit.  Name four criteria by which an Instruction Set Architecture (ISA) is measured.  Name and describe the three primary types of lines on a bus. 
  
  Solution
a)size of each memory address is 16 bit(2 bytes)
b)The total memory addresses are 8G = 8*2^30 = 8589934592 memory addresses
c)The last address in decimal notation is 8589934591
converting it into hexadecimal : - 1FFFFFFFF

