1 / 30

Arithmetic and Logical Operations - Part II

Unsigned Numbers. Addition in unsigned numbers is the same regardless of the base.Given a pair of bit sequences X and Y, where X = xnxn-1...x1x0Y = ynyn-1...y1y0we need to add three terms: xi, yi, and ci for each bit position i = 0...n.ci is the carry bit in the ith bit position. Assume c0

gitano
Download Presentation

Arithmetic and Logical Operations - Part II

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. 1 Arithmetic and Logical Operations - Part II

    2. Unsigned Numbers Addition in unsigned numbers is the same regardless of the base. Given a pair of bit sequences X and Y, where X = xnxn-1...x1x0 Y = ynyn-1...y1y0 we need to add three terms: xi, yi, and ci for each bit position i = 0...n. ci is the carry bit in the ith bit position. Assume c0 = 0.

    3. Example 15.1 011 (310) +) 001 (110) 100 (410)

More Related