AVR data memory consists of Flash ROM internal SRAM True or
     AVR data memory consists of (Flash ROM, internal SRAM). True or false. The special function register in AVR is called the I/O register. True or false. The I/O registers are part of the data memory space. True or false. The general-purpose registers are not part of the data memory space. True or false. The data memory is the same size in all members of AVR. If we add the I/O registers, internal RAM, and general purpose register sizes together we should get the total space for the  . 
  
  Solution
11> SRAM (Flash has seperate address space)
12> FALSE ( It is called Accumulator)
13> TRUE (SRAM , I/O Register, Register file are part of data memory space)
14> FALSE (It is part of Data memory space. The DMS makes 32 General purpose registers)
15> FALSE
16> RAM but except it cannot be overwritten.

