53.4k views
4 votes
What is the size of EEPROM of the Arduino UNO?
A.1 KB
B.2 KB
C.4 KB
D.8 KB

1 Answer

5 votes

Final answer:

The EEPROM size of the Arduino UNO is 1 KB, which is sufficient to store a small amount of data that does not get lost even when the power is turned off.

Step-by-step explanation:

Size of EEPROM in Arduino UNO

The size of the EEPROM (Electrically Erasable Programmable Read-Only Memory) on an Arduino UNO is 1 KB. To give you a clearer idea, 1 kilobyte (KB) consists of approximately 1,024 bytes. This is roughly the equivalent of 180 English words, or a little less than half of a single-spaced typed page, or about three minutes of fast typing. The Arduino UNO uses its EEPROM to store data which needs to be retained between sessions (when the power is turned off). The correct answer to the size of the EEPROM of the Arduino UNO is A. 1 KB.The size of the EEPROM (Electrically Erasable Programmable Read-Only Memory) in the Arduino UNO is 1 KB.

The size of the EEPROM (Electrically Erasable Programmable Read-Only Memory) in the Arduino UNO is 1 KB.

User Joshua Augustinus
by
7.7k points