Embedded systems

Difference between Static RAM Dynamic RAM. Static RAM Dynamic RAM 1. SRAM 1. DRAM 2. It retains it levels so no require refreshing 2. It requires some refreshing. 3. Power consumption is more 3. Power consumption is less. 4. Speed is fast. 4. Speed is less. 5. Package density is low. 5. Package density is high. 6. Size can't be increase. 6. Size can increase. 7. More expensive. 7. Less expensive. 8. Made up of 6 CMOS transistors(MOSFET). 8. Made up of a MOSFET and a capacitor. Difference between RISC and CISC processors/controllers. RISC CISC 1. It stands for Reduced Instruction Set Computing. 1. It stands for Complex Instruction Set Computing. 2. Lesser number of instructions. 2. Greater number of Instructions 3. Instruction pipe-lining and increased execution speed. 3. Generally no instruction pipe-lining feature. 4. Orthogonal instruction set. 4. Non-Orthogonal instruction set. 5. Operations are performed on register only, the only memory operations ...