Please enable JavaScript.
Coggle requires JavaScript to display documents.
Processing ( ( , , ), Hardware (Central Processing Unit (Made up of two…
Processing
-
Hardware
Central Processing Unit
-
Takes in data from input devices then changes this data according the to users instruction and sends the end result to an output device
Made up of tens of millions of electrical components inside a thin silicon wafer called an integrated circuit or silicon chip
-
-
-
Memory
-
-
Consists of the RAM, cache and ROM
ROM
Holds data and instructions that are fixed at the time of production and cant be changed by the user or computer
-
-
-
Instructions that allow the computer to communicate with input and output devices are called ROM BIOS
Programmable ROM chips let data and instructions to be entered once and after that cant be reprogrammed
The difference between Programmable ROM and ROM is that Programmable ROM is manufactured as blank memory while ROM is firmware which is entered during the manufacturing process
-
Cache
-
Two types of caching
Cache memory
-
Improves performance by using Static RAM and reducing the need for CPU to access the slower Dynamic RAM
Disk Cache
-
Improves the computers performance as accessing data from RAM is a thousand times faster than accessing a disk
Allows the computer to operate faster, the bigger the cache the faster the computer will operate
The effectiveness of the cache depends on the number of times the CPU finds the data in the cache, this is called the hit rate
-
-
-
-
-