1. What is a Microprocessor? Answer A microprocessor is a programmable digital electronic component that incorporates the functions of a central processing unit (CPU) on a single semi conducting integrated circuit (IC). Instructions are fetched from memory, the they are decoded, and finally executed. 2. Why does microprocessor contain ROM chips? Answer Microprocessor uses ROM chips to store instructions, which are used to execute data. 3. What is the difference between a microprocessor and a microcontroller? Answer Microprocessor contains more op-codes, and few bit handling instructions. Where as a microcontroller contains few op-codes and more bit handling instructions. It can be called as a computer on a chip. In addition to all arithmetic and logic elements of a general purpose microprocessor, the microcontroller usually also integrates additional elements such as read-only and read-write memory, and input/output interfaces. 4. Give examples for 8, 16, and 32 bit microprocessors. A...