You are my hero. Thank you so very much. No one managed to explain it to me so far. Im so glad i came across your channel😊
@hopperv566 ай бұрын
For those who want to know why we have to multiply by 1024 and not 1000 it is because its not kilobyte but kibibyte (KiB) and 1 KiB = 2^10 bytes = 1024 bytes. The same applies for mega -> mebi (2^20), giga -> gibi (2^30), etc... .
@nathanaelc.bonfim18764 жыл бұрын
Thank you very much, that was a great explanation. Keep up the great work!
@SGC5643 жыл бұрын
Thanks a lot, it's definitely going to help me during my orientation to programing class this semester
@RespectEdits3 жыл бұрын
Does it not make more sense to multiply by 1024 or 1000 to go up the ladder since for example one GB is worth 1 * 1024 MB?
@pauliemoly22883 жыл бұрын
thats what i was thinking as well
@LAVANYAR-of3qv7 жыл бұрын
If this video has not been there, would have died for an hour..really helpful fr studying kudos a lot!
@sunillama7303 Жыл бұрын
You are brilliant i was really stuck on this, now i got you. Thank u very much love from NEPAL
@AmataSora4 жыл бұрын
Why must we use 1K for bit instead of 1024 like Byte does?
@3RM4L5 жыл бұрын
Thanks a lot,lol it was so confusing to me but in the end i found it very easy :D
@marius6116 Жыл бұрын
This gave me aha moment i was looking for. Thank you for sharing :)
4 жыл бұрын
you don't use capital and lower b in this way (1kB and 1kb) you write it as 1KB and 1 KiB 1KB = 1000 Bits and 1 KiB = 1024 Bits
@jordangaming79743 жыл бұрын
Do you know the prefix of a thousand? Is lowercase not uppercase
@renato8753 Жыл бұрын
Actually, it's 1kB and 1kb. The uppercase K refers to Kelvin.
@commenter86403 жыл бұрын
This made things so much easier. Great video.
@trimaineyoung37162 жыл бұрын
Thank you so much. I needed this tutorial. Whew!
@xorbite6 ай бұрын
I've been struggling with the conversion for a while now, I wasn't aware of how easy it could be if you knew the method. Thanks a lot for making this video!
@DanielTriesLife3 жыл бұрын
um, i came for the TiByte vs TByte conversion. I think its explained here wrongly-i might be wrong tho as i am currently learning it. But my teacher said that TerraByte is calculated as 10^12 so using 1000s and Ti(bi)Byte is the one thats calculated with 1024 so 1 Ti(bi)Byte is 2^40. and said that its important that they are not the same. Am i wrong?
@UnknownSend3r4 жыл бұрын
Why did you choose to do one in the rounding metric units of 1000 and for the other the exact value of 1024.
@readforknowledgerfk28794 жыл бұрын
BECAUSE THE KILO IS DEFINED AS 1024 NOT 1000 LIKE IN METERS BITS AND ANY OTHER UNIT
@UnknownSend3r4 жыл бұрын
@@readforknowledgerfk2879 thanks.
@flamey703222 күн бұрын
@@UnknownSend3rbaba
@choltong36872 жыл бұрын
you are better then my lecturer
@DanteKG.4 жыл бұрын
Sorry to see this video misguided so many people... the only reliable information here is at the end. A byte indeed consists of 8 bits. But the lesson about 1000 and 1024 isnt applicable to "bit vs byte" but to "decimal vs binary prefix". In short there are 2 dichotomies for a total of 4 possibilities: megabit (Mb), megabyte (MB), mebibit (Mib) and mebibyte (MiB). Converting between bits and bytes of the same order of magnitude is done by multiplying and dividing by 8. Converting between orders of magnitude is done by multiplying/dividing by 1000 (for decimal prefix) or 1024 (for binary prefix) regardless if bits or bytes are in question
@Bruh-4054 жыл бұрын
Thanks bro, that saved me at the exam
@sadeemali10973 жыл бұрын
Thanks men ! I understand it now I appreciate it 👍🏻
@jordangaming79743 жыл бұрын
If you guys don’t know why divide and multiply are not 1024 is because is decimal version so their are 2 ways:Binary version and decimal version Edit:Mispelled
@rietta11664 жыл бұрын
Awesome! Thank you so much🙏
@dimassetiadi95427 жыл бұрын
where is your next video? i want to see the example questions
@deepblackoutlaw9640 Жыл бұрын
Still works in 2023
@hahahaha26132 жыл бұрын
THANK YOU MY LORD
@mikeef747 жыл бұрын
Don't you have this backwards? A kilobit is >>> 1 bit x 1000 = 1 kilobit. So when you go up you multiply, but when you go down you divide.
@carsonwoo27 жыл бұрын
Agree!
@hscmadeeasy14557 жыл бұрын
I used the number 1 as an example. Focus on using the units inside each of the rungs as your guide.
@mikeef747 жыл бұрын
I'm not a troll, really just trying to understand your logic. You are showing an arrow going up from 1b to 1kb, yet you are saying to get to the second step on the ladder you need to divide 1 by 1000. If you did that, you would end up .001 bits, not 1000 bits. So logically to go from 1b to 1kb you need to multiply 1 bit by 1000 to reach the 1kb on second step on the ladder
@hscmadeeasy14557 жыл бұрын
I can completely understand what you're saying. However, my logic is that if you are standing on the 1 bit rung and want to go to kb (i.e. you want to express your answer in kb) then you would divide by 1000 because 1 bit = 0.001 kb. Similarly, if you are standing at the 1 Mb rung and want to go down to kb (i.e. you want to express your answer in kb) then you would multiply by 1000 because 1 Mb = 1000 kb. I hope this makes more sense.
@robertw29307 жыл бұрын
why isn't it 1024?
@Ryan-si4cw5 жыл бұрын
Thanks mate !! Helped alot
@zakrota118 жыл бұрын
1000 for bits not 1024 why ??? Explain that bro.
@hscmadeeasy14558 жыл бұрын
+Feras Al-Souri *Bits* use the common base 10 multiple prefix naming system (scale factor is 1000): 10^3 kilo- k- 10^6 mega- M- 10^9 giga- G- 10^12 tera- T- *Bytes* use the base 2 binary system (scale factor is 1024): 2^10 kilo- K- 2^20 mega- M- 2^30 giga- G-
@jordangaming79743 жыл бұрын
Is decimal version
@tahanita18 жыл бұрын
you are the best I subscribed and i'm looking forward for your new videos, pls pls pls make more...... you absoultly saved my day
@amazing10s768 жыл бұрын
i highly rate this
@jananihag37326 жыл бұрын
why was 1024 mb is equal to 1gb??pls explain
@chathuryaperera.88274 жыл бұрын
Thankyou very much 4 giving such good videos..**
@Techinfoantytime5 жыл бұрын
128kb to byte ghanki rup me convert kaise hoga
@shreyashkolhe98848 ай бұрын
Thank you so much bro.........😇😇
@ariefsaferman6 жыл бұрын
is there Giga bits???
@My_GoodnessGracious3 жыл бұрын
Yes
@olemog23262 жыл бұрын
Good explanation
@pankajsarma13257 жыл бұрын
sir...4gb me kitna bit hota hei..or isko kese korte hei..
@monraflaable7 жыл бұрын
KEEP MAKING VIDEOS!!!!!! WHY DID YOU STOP?!?!?
@user-fly.better3 жыл бұрын
Thank you so much❣
@DiegoTelmo8 жыл бұрын
why we use 1000 for bits and 1024 for bytes?
@hscmadeeasy14558 жыл бұрын
+DiegoTelmo It's because computers work in binary so the memory is measured in powers of 2 so it would be 2^10 which equals 1024.
@Zylenxx8 жыл бұрын
is it true that (x) Bit = 2^(x) bytes?
@petrsmejkal36527 жыл бұрын
I don't really think this is true... 1 GB = 1000 MB but 1 gibibyte (2^30) = 1024 mebibyte (2^20). That's actually why if u see capacity of a new HDD which should be 1TB, Windows shows only 931GB (it shows gigibytes, not gigabytes). I can't explain this really well with my English but try to find out more about mebibytes and gigibytes on Google :)...
@gracieshelbey13634 жыл бұрын
this method is not working ..i was converting something and the answer from this method is different than googles conversion
@geshbenrewand17784 жыл бұрын
God bless you
@tikey-tiger29154 жыл бұрын
good explanation sir thank you
@johaan115 Жыл бұрын
Where is the food?
@robagoreishi84195 жыл бұрын
Thank you so much for this! This helped me with my math assignment!
@asima85755 жыл бұрын
How did it if that was homework you would get an F-
@jordangaming79743 жыл бұрын
@@asima8575 It is a decimal version not a binary version
@Cristiano.ry76 ай бұрын
Anyone in 2024?
@attafaya23723 жыл бұрын
Thankyou so much
@jaanvidayal27997 жыл бұрын
thanks, this helped :)
@MohamedILabib7 жыл бұрын
THANK YOU BROTHER
@goldstar95335 жыл бұрын
Give us an example please
@princepotato91384 жыл бұрын
Thanks very informative
@markdillon95886 жыл бұрын
it did help a "bit" ;D
@tassa2oul Жыл бұрын
Thanks bro❤️
@moatazmekky63848 жыл бұрын
Thanks 👍🏻👍🏻👍🏻👍🏻
@mohamedsmew78492 жыл бұрын
im in 2022 and dont know this damn internet explorer
@malatyakays42833 жыл бұрын
Thank 😀😀😀
@makaloyatv17547 жыл бұрын
now i know thnx bro
@L99-q8j5 жыл бұрын
Thanks
@ekashpersky Жыл бұрын
Best
@Zahra_Cole7 жыл бұрын
شكرا استاذ يارب انجح
@Naz-yi9bs4 жыл бұрын
Aren't you explaining it backwards? Shouldn't 1B be multiplied by 1024 to get to 1MB rather than divided? Also, if you wan't to convert 1 BIT into 1 BYTE shouldn't you take 1 BIT and multiple it by 8 because each 1 BYTE has 8 bits? But you keep saying everything backwards. Unless, I have it backwards.
@syedanidaali45618 жыл бұрын
THANK YOU SO MUCH! :D
@Donaldsamson11266 жыл бұрын
Multiply = Goes up. Divide goes down. Its a wrong right :D
@hinadaryanani61166 жыл бұрын
no its not. same thing as 1kg=1000g
@jordangaming79743 жыл бұрын
Results will be different
@alechannel09595 жыл бұрын
Thank! 😂😂
@johaan115 Жыл бұрын
I don't know how to byte a steak
@AtogenProtogen6 ай бұрын
100# comment
@RosalindHarlan-r1h2 ай бұрын
Lee Susan Hernandez Margaret Davis Larry
@vathivanan2 жыл бұрын
hi
@maxymooo2 жыл бұрын
hi microsoft team class
@asima85755 жыл бұрын
LIKE 1024 DISLIKE 1000
@princepotato91384 жыл бұрын
Hahhaa
@jordangaming79743 жыл бұрын
@@princepotato9138 I hate these comments
@princepotato91383 жыл бұрын
@@jordangaming7974 thats alright
@khaledanter17946 жыл бұрын
بلاش فتى بقى
@gamekingtv54064 жыл бұрын
1 Byte > 8 bit thats true But 1 KByte to 1 MByte is NOT x1024 1 KB to 1 MB is x1000 1 KiB(ibyte) to 1 MiB(ibyte) is x1024 Why you all explain this shit wrong ???
@Subscriberswithoutvedio-ty1ok5 жыл бұрын
Pourquoi hésitez-vous votre style d'enseignement n'est rien