1.1.2 - Types of processor Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Instruction set

A

The possible number of instructions that the CPU can understand and decode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Word length

A

The number of bits processed in a single instruction. The greater the word size, the larger the processing power of the CPU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The features of a RISC

A
  • Stands for Reduced Instruction Set Computer
  • A processor architecture that uses a small set of instructions of uniform length
  • They make use of simple instructions that are generally executed in one clock cycle
  • RISC chips are relatively simple to design and inexpensive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The features of a CISC

A
  • Stands for Complex Instruction Set Computer
  • Offers hundreds of instructions of variable sizes
  • Includes a complete set of special-purpose circuits that carry out these instructions at a very high speed
  • CISC reduces program sizes and require less memory cycles to execute programs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Comparison between RISC and CISC

A

In a RISC:
- The compiler has to do more work to translate high level code into machine code
- More RAM is required to store the code
- Pipelining is possible since each instruction takes one clock cycle
In a CISC:
- The compiler has to do less work to translate high level code into machine code
- Less RAM is required since code is shorter
- Many specialized instructions are made, even though only a few of them are used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A Multi-Core CPU…

A

has multiple independent cores that can complete instructions separately which results in higher performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Parallel systems…

A

accomplish a similar task to multi-core CPUs but they can complete multiple tasks with a single core, using threading. Generally, multi-core systems perform better in larger projects than parallel systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Graphics Processing Unit? And what does it do?

A

A graphics processing unit (GPU) is a device which, unlike CPUs, has lots of independent processors which work in parallel making it very efficient at completing repetitive tasks such as image processing and machine learning. GPUs are a type of co-processor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a co-processor?

A

A secondary processor designed to supplement the activities of the primary processor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly