RISC stands for Reduced Instruction Set Computer, a CPU design philosophy that favors a simpler set of instructions that can be executed faster (typically one cycle per instruction), as opposed to CISC (Complex Instruction Set Computer) which uses more complex, multi-cycle instructions.