This episode continues the work of the previous episode by examining the methods used to convert between decimal and binary and vice versa. We also take a look at the effects of shifting the bits of a binary number both left and right and how those operations can be used to simulate multiplication and division. Oh, and since we will be discussing a lot of different numbers, it couldn’t hurt to have a piece of paper and a pencil close by
Binary--base two--uses a single digit to represent zero or one. With only 2 states, machines can dif...
In this episode, we visit some ancient Sumerians so we can expand our view of finger counting and se...
In this episode, we continue our discussion of twos complement binary representation by covering ove...
Binary can be challenging. The values tend to have a lot of digits, long sequences of ones or zeros ...
Up to this point, we’ve limited our discussion to binary integers. In this episode, we are moving th...
It may sound trivial, but in this episode we’re going to learn to add and subtract…in binary. This w...
In this episode, we switch from base ten to binary as we introduce twos complement representation an...
Ask a computer to store a decimal whole number in binary and it will do it without any fuss. A decim...
In this episode, we define the components of a single binary signal as its value changes over time. ...
Having learned how to program bitwise operations, it is now time to flex our bit bashing muscles by ...
Computers don’t cope well with infinite, but that’s pretty much what the real world is about, limitl...
Regardless of the numeric base, scientific notation breaks numbers into three parts: sign, mantissa,...
All areas of computing, from data compression to web design, from networking to digital image storag...
What does it take to switch on a device? In some cases, like getting a soda from a vending machine, ...
Discussing how to use bitwise operations to manipulate the bits of an integer would be academic if w...
Binary--base two--uses a single digit to represent zero or one. With only 2 states, machines can dif...
In this episode, we visit some ancient Sumerians so we can expand our view of finger counting and se...
In this episode, we continue our discussion of twos complement binary representation by covering ove...
Binary can be challenging. The values tend to have a lot of digits, long sequences of ones or zeros ...
Up to this point, we’ve limited our discussion to binary integers. In this episode, we are moving th...
It may sound trivial, but in this episode we’re going to learn to add and subtract…in binary. This w...
In this episode, we switch from base ten to binary as we introduce twos complement representation an...
Ask a computer to store a decimal whole number in binary and it will do it without any fuss. A decim...
In this episode, we define the components of a single binary signal as its value changes over time. ...
Having learned how to program bitwise operations, it is now time to flex our bit bashing muscles by ...
Computers don’t cope well with infinite, but that’s pretty much what the real world is about, limitl...
Regardless of the numeric base, scientific notation breaks numbers into three parts: sign, mantissa,...
All areas of computing, from data compression to web design, from networking to digital image storag...
What does it take to switch on a device? In some cases, like getting a soda from a vending machine, ...
Discussing how to use bitwise operations to manipulate the bits of an integer would be academic if w...
Binary--base two--uses a single digit to represent zero or one. With only 2 states, machines can dif...
In this episode, we visit some ancient Sumerians so we can expand our view of finger counting and se...
In this episode, we continue our discussion of twos complement binary representation by covering ove...