Types Of Processor Flashcards

1
Q

What are the processors in Reduced Instruction Set Computers (RISC)

A

In these processors, there is a small instruction set. Each instruction is one line of machine code and takes one clock cycle.

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

What are the processors in the Complex Instruction Set Computers (CISC)

A

In these processors there is a large instruction set. The aim is to try to accomplish tasks in as few lines as possible. These instructions are built into the hardware.

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

What happened to the Complex Instruction Set Computers (CISC)?

A

These processors were standard, but it got replaced by Reduced Instruction Set Computers (RISC) design.

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

What is the Complex Instruction Set Computers (CISC) used in?

A

Now it is used in microcontrollers and embedded systems.

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

Differences between RISC and CISC processors : (RISC)

A

-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

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

Differences between RISC and CISC processors : (CISC)

A

-The compiler has less work to translate high level code into machine code
-Less RAM is required since code is shorter
-Many specialised 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
7
Q

What can the Multi-core CPU’S cores do?

A

It 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
8
Q

What can the Parallel System do?

A

It can accomplish a similar task, however instead of requiring multiple cores they can complete tasks with a singer core, by using “threading”.

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

What performs better in larger projects?
Multi-Core or Parallel systems

A

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
10
Q

What is a Graphics Processing Unit (GPU)?

A

It is a device which u like CPUs ha slots of independent processors which work in parallel making it efficient completing repetitive tasks (e.g. an image processing and machine learning). A GPU is a type of co-processor.

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

What is a co-processor?

A

A secondary processor is designed to supplement the activities of the primary processor (a GPU is a type of co-processer)

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