InterviewSolution
Saved Bookmarks
| 1. |
How much flash memory does the Atmega168 have?(a) 13K bytes(b) 32K bytes(c) 256K bytes(d) 16K bytesThe question was posed to me by my college director while I was bunking the class.The query is from Microcontroller Specifications topic in chapter AtMega Microcontroller Specifications of Arduino |
|
Answer» CORRECT option is (d) 16K bytes Easiest EXPLANATION: A flash memory is a type of non-volatile memory, which does not GET ERASED when the power supply is cutoff from the chip. The Atmega168 has 16K bytes of flash memory. |
|