How does my computer store things in memory? | Search for a title, author or keyword | ||||||||
How does my computer store things in memory? by Eric Raymond. You probably know that everything on a computer is stored as strings of bits (binary digits; you can think of them as lots of little on-off switches). Here we'll explain how those bits are used to represent the letters and numbers that your computer is crunching. Before we can go into this, you need to understand about the word size of your computer. The word size is the computer's preferred size for moving units of information around; technically it's the width of your processor's registers, which are the holding areas your processor uses to do arithmetic and logical calculations. When people write about computers having bit sizes (calling them, say, "32-bit" or "64-bit" computers), this is what they mean.
|
|||||||||
How does my computer store things in memory? | Disclaimer: this link points to content provided by other sites. |