I think you mean 'CISC' and 'RISC'. These refer to two ways of designing an instruction set for a computers processor or CPU. CISC is Complex Instruction Set Computer. This is how computers all used to be designed. This produced a complex chip. Early chips like Intel 8088/86 and Motorola 68000 were designed in this way.
RISC stands for Reduced Instruction Set Computer. On these chips, the instruction set is paired down to the absolute minimum needed, and complex operations are performed with multiple instructions.