Converting Between Bits and Bytes - 'Ladder' Analogy - General Maths
Bits and Bytes
Bits & Bytes
Bits Vs Bytes? Fully Explained!!!
Bits and Bytes - Explained!
How computer memory works - Kanawat Senanan
Surviving A Black Mamba Snake Bite - Venom Man
Bits, Bytes and Hex
Комментарии
its crazy to see how far tech quickie has come in the past years
recedingant
Anyone else try to wipe the spec of dust off your screen 😝
shmadul
Linus, I'm a high school teacher teaching an A+ Certification class, and your videos have been instrumental in teaching my students! Thank you so so much for them!!
This is by far my favourite Fast As Possible so far. Great script, great presentation and really clear, concise content. Awesome!
jcninety
Heh I guess my casual conversations are different from yours :p
techquickie
Here's your calculation for internet speed, if the ISP says for example, you have a package which has 25MB/s
you just multiply the number with 1024, so in this case 25 x 1024 = 25.600, then just divide that number with 8.
The answer should be your top speed in this case 25600 / 8 = 3.200, so it would be about 3.2MB/s 'real' download speed.
In many cases the calculation was really accurate.
elaax
Computers have used 1024 bytes = 1 kilobyte ever since they were invented, because computers count in binary (powers of 2), not decimal (powers of 10). It is only a few recent versions of Linux and Mac OS that have decided to change it to 1000 bytes = 1 kilobyte.
vwestlife
Oh Brother how you have grown into your frame, I love coming back to these old videos, to see the evolution...good stuff
majikulone
Actually the amount of bits needed to store a single character depends on the encoding of the text.
ASCII was 7-bit long in its early times, BCD was 6.
UTF-16 uses 16 bits, UTF-32... well that's obvious.
Also, UTF-8 and UTF-16 are of variable width, but that's a longer story.
the_spkr
side note half a byte is a nibble. serusly no joke
theendofit
1gigabit in an exact conversion is equal to 125MBytes, if you have data in bits just divide it by 8 and you will get the EXACT conversion to megabytes. the reason people use dividing by 10 is because its easy to divide by 10 and its pretty close, enough for an aproximation :)
megaspeed
Already read the trilogy. Burned through them in like 4 days while I was on vacation a couple years ago. So good.
techquickie
There are 8 bits to a Byte. He said to work out the speed of something (usually given in Megabits/second) in MegaBytes/second, you divide the Megabits speed by 10 to get an approximate MegaBytes speed. His example was 100Mb(its)/s would be roughly 10MB(ytes)/s, when it's closer to 12MB/s. You would only really need to use this to guesstimate how long a file (given in Bytes) would take to transfer at a known speed (given in bits/second). Hope that helped.
gavincampbell
I always got confused when it came to bytes and bits, but now I understand better. Probably the most helpful techquickie for enthusiasts yet!
gasturbat
It is physically impossible to manufacture RAM in multiples of 1000 bytes. It has to be made in binary multiples. So therefore it makes perfect sense for the prefixes to be binary as well. Otherwise the Commodore 64 would have to be called the "Commodore 65.536"!
vwestlife
"VERY APPROXIMATE!!"
thanks for clearing that up hahaha
matthewzuber
Very informative video. You explained it way better than my computer engineering/science teacher in my high school.
Razear
I love your videos, thank you for explaining these concepts better than my IT training program!