У нас вы можете посмотреть бесплатно Learn to Code in PowerShell Part 7: Binary Numbers или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This is the seventh in a series of videos for non-programmers who want to learn to code. The videos in this series build on each other, so you may want to watch the earlier videos in this series if you haven't already. Here's a link to the playlist: • Learn to Program in PowerShell This video talks about how computers represent numbers. Instead of using decimal (base 10) digits, computers use binary (base 2) digits. We see how the same numbers are represented in decimal, binary, and hexadecimal notation. We also use bitwise operators to check the value of individual binary digits, or bits. The language used in this series is PowerShell. For more information, see https://aka.ms/powershell We're editing PowerShell scripts using Visual Studio Code. For more information, see https://code.visualstudio.com/