Report Bug
Qus : Arduino uno have ____ size of program memory
Qus Arduino Uno में प्रोग्राम मेमोरी का ____ आकार होता है

A. 10 KB
B. 4 KB
C. 64 KB
D. 32 KB


Solution
D. 32 KB



Explanation
Arduino UNO is supported by the Atmega328P microcontroller has an SRAM of only 2K bytes and a flash memory of a mere 32K bytes.



Report Bug