just imagine all the work that the os does that we don't see to get all the apps running smoothly. even windows. its quite an achievement when you realize that everything is seen on the hard drive and by the process as either a 1 or a 0 in some order.
God yes. We had to learn about that and actually do so. I believe its 0 means off, and 1 means on. Like for instance, the number "11" in "computer" language is "1011". Please correct me if im incorrect. number "12" would be "1100"
128___64___32___16 ___ 8 ___ 4 ___ 2 ___1
Using the number's above can you see how I did it? remember, 0 means off, and 1 means on, see how for instance i made 12 into 1100. Took me a while to get it, but, thats binary code.
s, and yet we are the only animal that wages wars against each other and commits mass murder. .
i think its a bit longer than that. but i'm not sure i don't know binary, just the concept of it. but i used a 'translator' and
11 = 00110001 00110001
linky
Today, I think of computers differently. We are learning about computers in class, and well, they seem much different now. I know understand how the binary system works and stuff, I still find it astonishing how a processor works, its really something.
Since people are writing HDD, is there a difference between Hard Disk Drive (HDD) and Hard Drive (HD)?
what amazes me is that 15 years ago my family had a computer with 2MB of total disk space. today, i can fit 2000 times that on a device smaller than my thumb.
what amazes me is that 15 years ago my family had a computer with 2MB of total disk space. today, i can fit 2000 times that on a device smaller than my thumb.
No, most people just drop the "Disk".
There are 10 kinds of people in this world. Ones that understand binary, and ones that don't.
1+1=10
and i don't know enough about binary to know what i'm talking about.![]()
Interestingly enough, I learned binary last week. It's very interesting, and it was so cool to learn that pictures aren't actually transmitted as a picture. It's just 0's and 1's. Pretty damn awesome. Now we are learning to use Windows 98 SE with no drivers, and we have to figure out how to get internet connection without any help from a CD or the teacher. It's gonna become interesting...![]()
i think its a bit longer than that. but i'm not sure i don't know binary, just the concept of it. but i used a 'translator' and
11 = 00110001 00110001
linky
Binary is really simple when you realize how all number systems work
134 = 10^2*1+10^1*3+10^0*4
so the number
xyz in base w is
x*w^2+y*w^1+z*w^0
available digits for x, y, and z go from 0 through w-1, so binary (base 2) gets 0 and 1, decimal (base 10) gets 0-9, octal gets 0-7, and so on.
11 decimal is 1011 binary, B in hexadecimal, 13 in octal, etc.
Your translator is going from text (ASCII characters) to binary so every character is 8 bits (1 byte) and the ASCII codes for the numbers 0-9 is "0011" appended to the left of the 4-bit binary value for that digit. which in the case of 11 is "0001" and "0001"
I guess nobody read my full description
128___64___32___16 ___ 8 ___ 4 ___ 2 ___1 (there are more numbers, this is just basic)
So 1 means on, and 0 means off. so how did i get "12" for example. well using the number's above. what number's do i add to get twelve? it would be 8 and 4. is the starting number, its the largest that isn't larger than 12. so 8 is on, which makes it "1". "4" is on as well, so its another "1". But since 8 is the starting number in this example, all the number that are smaller than it is part of the "code". so "2" and "1". are off since they are not included in the equation to make 12. so they are "0" which all together, is how i got 1100 as for 12.
I mean i posted it not long ago. its on this page, just look up, its in white.
Hexadecimal is the same principle, but since it uses letters as well as digits I'm not going to confuse people any further.
Yes, human beings really are the strangest of all creatures. We are infinitely times more intelligent than elephants or chickens, and yet we are the only animal that wages wars against each other and commits mass murder. Chickens are more civilized and enlightened than us in many ways, and yet it would take another ten billion years before a chicken could evolve to the point of inventing a micro processor.
That's when you have to get past the definitions of numbers and letters and how we're used to seeing them in the standard decimal system, we could just as easily use . | V triangle, square, pentagon, ... etc to represent numbers and use that. The reason hex had to use letters is there is not a single digit representaion of our decimal values 10-15 that can easily be applied for hexadecimal.
The polygon system works up through about base 11 when the shapes all start to look like circles....
Isn't it funny how 'natural' we now are maths in decimal; if given the number 3471 we can immediately visualise it, but if told that number was in base-9 we'd all be reaching for calculators as non-decimal maths just confuses us.
If you looked a billon chickens in a room with a billion computers for 5 years would they write the greatest novel in the world?
A: No way all you would get is chicken scratch!
Yes, we read your description.I guess nobody read my full description
<snip>
To add, here are the numbers 0-9 in ASCII code:Your translator is going from text (ASCII characters) to binary so every character is 8 bits (1 byte) and the ASCII codes for the numbers 0-9 is "0011" appended to the left of the 4-bit binary value for that digit. which in the case of 11 is "0001" and "0001"
One of my favorite jokes.There are 10 kinds of people in this world. Ones that understand binary, and ones that don't.
Pretty good!Remember this (very) old Chicken Computer page?
http://www.beeker.net/humor/jokearchive/msg00142.html
Now we are learning to use Windows 98 SE with no drivers, and we have to figure out how to get internet connection without any help from a CD or the teacher. It's gonna become interesting...![]()