Computer Basics 7: Binary Bytes

preview_player
Показать описание


Binary does more than express numbers - through bytes, it can symbolize all alphanumeric symbols, which can then be interpreted into more complex code.
Let's talk about the most basic level that computer can understand other languages, like javascript.
THe most basic thing is a bit, up or down, 1 or 0.
After that ther'es a Byte, 8 bits.
All numbers (255 and less), letters, and symbols can be translated into Bytes that the computer can understand.
So, all of the numbers, letters, and symbols in your javascript can be translated.
There are a lot of languages that computers can work with, and what I want you to get away from this video is that all data in your computer boils down to binary Bytes.
Рекомендации по теме
Комментарии
Автор

Should they all blow down to binary bytes or "bits", I thought bits were the least?

ellongzes