BigNorm
3rd Level Violet Feather
- Joined
- Oct 6, 2002
- Messages
- 7,689
- Points
- 0
lonelykimiko said:I could explain it in terms of the binary coding, with the different sizes of memory like bits and bits, and then go on to explain how it interacts with the rest of the system. Basically the whole "how a computer works" tutorial 😛 .
it's actually quite simple.
all your computer does is read and compute code. it reads bits, or just 1's and 0's, a byte is a 8 bits, or one piece of information. so 8 bytes could be a letter, number, etc.
so...
11011000 = 1 byte
so you think... an average hard drive holds 100 gigabytes, that's 100 billion bytes. or 100 billion pieces of information. so basically, that's how your computer "computes" it's complicated, but very simple once you understand it.