Types of Processors in Computer Science

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

Flashcards summarizing the key concepts related to types of processors including RISC, CISC, GPUs, and multicore systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

RISC Processors

Reduced Instruction Set Computers that have a small instruction set with each instruction taking one line of machine code.

2
New cards

CISC Processors

Complex Instruction Set Computers that use a large instruction set built into the hardware.

3
New cards

Instruction Set

The collection of instructions that a processor can execute.

4
New cards

Pipelining

A technique in processors where multiple instruction phases are overlapped to improve performance.

5
New cards

GPU

Graphics Processing Unit, a co-processor with many independent processors, efficient at tasks like image processing.

6
New cards

Multi-core Systems

Systems with multiple independent cores that can each process separate instructions.

7
New cards

Parallel Systems

Systems that complete multiple instructions simultaneously, often using techniques like pipelining.

8
New cards

Microcontrollers

Small computing devices that typically use CISC processors, often found in embedded systems.

9
New cards

Compiler

A program that translates high-level language code into machine code; has less work to do with CISC processors.

10
New cards

Fetch-execute cycle

The basic operational process of a processor, involving fetching an instruction from memory and executing it.