Processing digital data 1 Flashcards
What is a central processing unit?
Each computer has at least one
Runs instructions (code) in computer programmes
Controls input and output
Passes data directly back and forth from the RAM, the RAM then transfers data to and from the storage and to the output device
What is a graphical processing unit?
A GPU focuses on processing visual data, if a device has a GPU, it frees up the CPU to deal with other types of data.
What are the components in the CPU?
Arithmetic and logic unit (ALU) carries out calculations and comparisons (used in sorting and searching)
Registers store bytes of data which are used by the ALU, also stores the address in RAM so the CPU knows where the next instruction will come from
Control unit controls instructions being passed between RAM, registers and the ALU. Sends the result of the instructions to the other components