1. The document discusses the 8086 microprocessor, which is a 16-bit processor that can address up to 1MB of memory using its 20-bit address bus. It has 16-bit registers and can perform 16-bit operations on data in memory.
2. The 8086 can read or write 16-bit words from memory in a single operation if the first byte is stored at an even address, but requires two operations if stored at an odd address. It can also perform 8-bit reads and writes to memory or I/O ports.
3. Data transfer between the CPU and memory involves using registers like AX to read or write bytes and words from memory addresses. Data transfer to I