Computer Science Illuminated
Computer Science Illuminated
7th Edition
ISBN: 9781284155617
Author: Nell Dale, John Lewis
Publisher: Jones & Bartlett Learning
Question
Book Icon
Chapter 2, Problem 39E
Program Plan Intro

Octal subtraction:

The rules for subtracting two octal numbers are as follows:

  • Read both the numbers to know the number of bits.
  • If the number of bits in the first number is less than that of the other number, add the required number of zeros on the left side.
  • Numbers are represented in bytes where one byte is equal to 8 bits.
  • Align the number in correct order after padding. The octal number that is followed by a minus sign should be subtracted from the other octal number.

Explanation of Solution

b.

“1234 – 765”:

  • Start numbers from right to left.
    • Subtract “5” from “4”.
      • Here “4” is less than “5”. As a result, borrow a number from adjacent left hand side.
      • After borrowing it becomes “2” as adjacent left side number is “3”.
      • After borrowing, add “8” with “4”.
      • Add “8” with “4” and then subtract it from “5”, which give “7”. The equivalent octal number for number “7” is “7”. Hence, write “7” to the result.
    • Subtract “6” from “2”.
      • Here “2” is less than “6”. Borrow number from adjacent left side.
      • After borrowing, it becomes “1” as adjacent left side number is “2”.
      • After borrowing, add “8” with “2”.
      • Add “8” with “2” and then subtract this from “6”, which give “4”...

Explanation of Solution

c.

“7766 – 5544”:

  • Start with the numbers from right to left.
    • Subtract “4” from “6” which results in “2”.
    • Subtract “4” from “6” which results in “2”.
    • Subtract “7” from “5” which results in “2”...

Blurred answer
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education