1. ► Decoder reads instruction from IR.
2. ► Instead of having both ROM and RAM, it would suffice to have just one memory.
3. ► Printer is a non-programmable system.
4. ► Hardware programmability is not at all possible.
5. ► A microcontroller can work without register file.
6. ► Binary encoding of instruction need not be unique.
7. ► ROM can be modified at run-time.
8. ► Micro-architecture has the complete details of the processor.
9. ► An instruction can be executed without decoding.
10. ► ISA has the details of cycle level information of the processor.
11. ► During instruction fetch, instruction is usually put on the address bus.
12. ► An instruction need not be unique.
13. ► Behaviour of programmable systems cannot be changed.
14. ► CPU can understand assembly code.
15. ► Decoding refers to figuring out what to do with the instruction.
16. ► Presence of ROM and RAM provides possibility of parallel access.
17. ► A jump leads to direct modification of program counter.
18. ► An instruction refers to a basic operation.
19. ► ALU is part of datapath.
20. ► As long as ISA is same for two processors, program from one of the them to other is portable.