1 / 8

BINARY NUMBERING SYSTEM

BINARY NUMBERING SYSTEM. Binary Numbering System : base 2 numbering system with each number placement is expressed as 0 or 1. 0 = power off (LED in the mask will be off) 1 = power on (LED in the mask will be on). Bits are binary digits. Bit can hold the value 0 or 1.

cguida
Download Presentation

BINARY NUMBERING SYSTEM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BINARY NUMBERING SYSTEM

  2. Binary Numbering System: base 2 numbering system with each number placement is expressed as 0 or 1. 0 = power off (LED in the mask will be off) 1 = power on (LED in the mask will be on)

  3. Bits are binary digits. Bit can hold the value 0 or 1. Bytes are made up of 8 bits each.

  4. Change Decimal 22 to Binary 22 Remainder 22/2 = 11 0 (Decimal 1’s Position) 11/2 = 5 1 5/2 = 2 1 2/2 = 1 0 ½ = 0 1 22 = 10110

  5. Change Decimal 22 to Binary 16 + 4 + 2 = 22

  6. Change Binary 11011 to Decimal • 16 8 4 2 1 • 1 1 0 1 1 • 16 + 8 + 2 + 1 = 27 • 11011 = 27

  7. Binary Program 0000 Stand Still 0001 Step forward/lt. foot followed by rt. ft 0010 Raise Right Hand ____ Say Preveete

More Related