Types of Processor Flashcards
CISC
(Complex Instruction Set Computer)
Processor with a wide range of complex instructions; easier for programmers but slower execution.
RISC
(Reduced Instruction Set Computer)
Processor with a smaller set of simpler instructions; faster execution but harder to program.
Multicore Processor
CPU with multiple cores for parallel processing.
Parallel Processing
Using multiple processors or cores to perform tasks simultaneously.
GPU
(Graphics Processing Unit)
Specialized processor for handling graphics and parallel processing tasks.
Von Neumann Architecture
Traditional CPU design where instructions and data share the same memory.
Harvard Architecture
CPU design where instructions and data are stored in separate memory units.