Save
computer science paper 1
1.1 Characteristics of Contemporary Processors
1.1.2 Types of Processor
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Alexia Quiboloy
Visit profile
Cards (17)
What does RISC stand for?
Reduced Instruction Set Computers
View source
What characterizes RISC processors?
They have a small
instruction
set
View source
How long does each instruction take in RISC processors?
One
clock cycle
View source
What is an example of an operation in RISC processors?
Multiplying two
numbers
X and Y
View source
What does CISC stand for?
Complex Instruction Set Computers
View source
What is the aim of CISC processors?
To accomplish tasks in fewer assembly lines
View source
Where are CISC processors primarily used today?
Microcontrollers
and embedded systems
View source
What are the key differences between RISC and CISC processors?
RISC: More work for
compiler
, more
RAM
needed, pipelining possible
CISC: Less work for compiler, less RAM needed, many specialized
instructions
View source
What is a multi-core CPU?
A CPU with
multiple independent cores
View source
How do multi-core CPUs improve performance?
By completing
instructions
separately
View source
What is the main advantage of parallel systems?
They can complete tasks with a
single core
View source
What does GPU stand for?
Graphics Processing Unit
View source
How do multi-core systems compare to parallel systems in larger projects?
Multi-core systems perform
better
View source
How do GPUs differ from CPUs?
GPUs have many independent
processors
View source
What type of tasks are GPUs efficient at completing?
Repetitive tasks like
image processing
View source
What is a co-processor?
A secondary processor that supplements the
primary
View source
What are the main features of GPUs?
Lots of
independent
processors
Works in
parallel
Efficient for repetitive tasks
Acts as a co-processor
View source