OCR Computer science J277 component 1

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 7

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

8 Terms

1
New cards
2

1) What is a computer?

2) How does a computer do its function and through what cycle.

An electronic device which takes input, processes it and executes an output.

A computer does it function through the CPU which FETCHES instructions, DECODES them and EXECUTES them ( Fetch, Decode, Execute Cycle

New cards
3

What is the CPU?

The CPU stands for Central Processing Unit and it is the brain of the computer. This is where the FDE cycle happens.

New cards
4

What is the CPU made up of?

The CPU is made up of:

CU - Control Unit

ALU - Arithmetic Logic Unit

Cache

Registers

New cards
5

What happens in the 1st stage of the F-D-E cycle / Fetch stage?

In the first stage of the F-D-E cycle, the CPU FETCHES the next data and instructions from main memory (RAM).

Then, the instructions will be brought back into the CPU

New cards
6

What happens in the 2nd stage of the F-D-E cycle / Decode stage?

In the Decode stage, the CPU will inspect the instructions and DECODE / WORK OUT what need to be done

New cards
7

What happens in the last stage of the F-D-E cycle / EXECUTE stage?

The CPU EXECUTES / CARRY OUT the instructions which could be :

  • Getting more data and instructions from main memory (RAM)

  • Performing a calculation

  • Storing information into main memory / RAM

New cards
8

What does the control unit do?

The Control Unit

  • sends SIGNALS to CONTROL how DATA MOVES around the CPU

  • Co - ordinates the CPU’s operations

  • can be thought of like being the CPU’s nervous system

New cards
robot