spoke about microcontrollers.
the arduino has a microcontroller, but has a bunch of things along with it. so that makes it a development-board.
the nano has the atmel samd-21 board, while the uno has the atmega 328pu.
development boards allow you to skip bootloader.
bootloader → usb to uart → microcontroller → crystal, timing etc.

