Report Bug
Qus : Microcontroller used in Arduino UNO prototyping board is ?
QusArduino UNO प्रोटोटाइप बोर्ड में प्रयुक्त Microcontroller है?

A. ATmega328m
B. ATmega328P
C. ATmega2560
D. None


Solution
B. ATmega328P



Explanation

The microcontroller used in the Arduino UNO prototyping board is the ATmega328P. The ATmega328P is a popular 8-bit AVR microcontroller manufactured by Atmel (now a part of Microchip Technology). It is the main processing unit on the Arduino UNO board and is responsible for executing the program (sketch) uploaded to the board.




Report Bug