Posted On: May 29, 2021
CISC: CISC stands for Complex Instruction Set Computer. In CISC the instruction set has various, different instructions that can be used for complex operations and the performance can be optimized with emphasis on hardware. It also eliminates the need for generating machine instructions for the processor.
RISC: RISC stands for Reduced Instruction Set Computers. In RISC The instruction set is reduced, and most of these instructions are very primitive and the performance is optimized which emphasized software. It uses a few simple addressing modes that use register-based instruction.
Never Miss an Articles from us.
An embedded system is a hardware system attached with software that is designed to perform a dedicated function or a specific task, either as an independent system or as a part of a large system....
There are three major components of an embedded system i.e. hardware, software, and operating system. The sub-division of these components are Processor, Memory, Timers counters, Communication ports, ...
Process means a program that is under execution that runs in separate memory spaces whereas a thread means a segment of a process that shares information like data segment, code segment, files, etc. w...