AVR is a family of microcontrollers from Atmel. In principle, microcontroller is a midget computer in a single IC which can be programmed to do all sorts of things. AVRs are equipped with built-in ...
You know the basics about how the chip is clocked. Every microcontroller chip uses a clock, which keeps track of time for the chip, in general one assembly code instruction is run every clock cycle.