Short introduction to memory 08-03-2014, 11:43 AM
#1
The computer memory is the physical devices used to store instructions and data.
Note: When I give some access or seek time this is the average case.
Bit stand from BInary digiT, it's the smallest measurement unit in the computer memory and has value 0 or 1 (off or on).
Byte(I may refer to it as memory cell) is an array of 8 bits.
Word is an array of 4 bytes.
Those units are most common, however there are systems where 1 word is 2 bytes for example.
Primary Memory Secondary Memory [/spoiler]
Images
Please report for any mistakes
Note: When I give some access or seek time this is the average case.
Bit stand from BInary digiT, it's the smallest measurement unit in the computer memory and has value 0 or 1 (off or on).
Byte(I may refer to it as memory cell) is an array of 8 bits.
Word is an array of 4 bytes.
Those units are most common, however there are systems where 1 word is 2 bytes for example.
Primary Memory
Spoiler:
Spoiler:
Images
Spoiler:
Please report for any mistakes