SlideShare a Scribd company logo
Organisasi dan Arsitektur
Komputer
Ajeng Savitri Puspaningrum, M.Kom
Pertemuan 12
Computer Arithmetic (part
2)
Learning computer arithmetic
Learning integer representation
Integer Representation
Only have 0 & 1 to represent everything
Positive numbers stored in binary
e.g. 41=00101001
No minus sign
Sign-Magnitude
Two’s complement
Sign-Magnitude
Left most bit is sign bit
0 means positive
1 means negative
+18 = 00010010
 -18 = 10010010
Problems
Need to consider both sign and magnitude in arithmetic
Two representations of zero (+0 and -0)
Two’s Complement
+3 = 00000011
+2 = 00000010
+1 = 00000001
+0 = 00000000
 -1 = 11111111
 -2 = 11111110
 -3 = 11111101
Range of Numbers
8 bit 2s compliment
+127 = 01111111 = 27 -1
 -128 = 10000000 = -27
16 bit 2s compliment
+32767 = 011111111 11111111 = 215 - 1
 -32768 = 100000000 00000000 = -215
Benefits
One representation of zero
Arithmetic works easily (see later)
Negating is fairly easy
3 = 00000011
Boolean complement gives 11111100
Add 1 to LSB 11111101
* LSB : Least significant bit
Negation Special Case 1
0 = 00000000
Bitwise not 11111111
Add 1 to LSB +1
Result 1 00000000
Overflow is ignored, so:
- 0 = 0 
Negation Special Case 2
-128 = 10000000
bitwise not 01111111
Add 1 to LSB +1
Result 10000000
So:
-(-128) = -128
Monitor MSB (sign bit)
It should change during negation
Refference
Stalling, William, Computer Organization
and Architecture, 10th Edition, Pearson,
2015
Abdurohman, Maman, Organisasi dan
Arsitektur Komputer revisi ke-4, Penerbit
Informatika, 2017
Terima Kasih
ajeng.savitri@teknokrat.ac.id
https://teknokrat.ac.id/en/
https://spada.teknokrat.ac.id/

More Related Content

PPTX
Arithmetic Computation using 2's Complement Notation
PDF
Number systems
PPTX
Number system
PPTX
Speed maths 12 tricks shortcuts fast vedic mental maths | solve in less than...
PPTX
Data representation
PPTX
Number Systems
PPTX
PPT ON NUMBER SYSTEM
PDF
Chapter 07 Digital Alrithmetic and Arithmetic Circuits
Arithmetic Computation using 2's Complement Notation
Number systems
Number system
Speed maths 12 tricks shortcuts fast vedic mental maths | solve in less than...
Data representation
Number Systems
PPT ON NUMBER SYSTEM
Chapter 07 Digital Alrithmetic and Arithmetic Circuits

What's hot (19)

PPTX
digital logic circuits, digital component
PDF
Digital and Logic Design Chapter 1 binary_systems
PPT
Mba ebooks
PPTX
Number system
PPTX
2.1 data represent on cpu
PPTX
IEEE floating point representation
PPT
Logic Design 2009
PPT
01.number systems
PDF
Decimal to Binary Conversion
PDF
Number system
PDF
Binary Arithmetic Operations
PPT
Data representation and Arithmetic Algorithms
PDF
Binary Mathematics Classwork and Hw
PPTX
Box multiplication copy
PPT
Numbersystemcont
PPT
Bolum1cozumler
DOCX
POLITEKNIK MALAYSIA
PDF
Ccss.math.content.8.ee.c.8b sample question
digital logic circuits, digital component
Digital and Logic Design Chapter 1 binary_systems
Mba ebooks
Number system
2.1 data represent on cpu
IEEE floating point representation
Logic Design 2009
01.number systems
Decimal to Binary Conversion
Number system
Binary Arithmetic Operations
Data representation and Arithmetic Algorithms
Binary Mathematics Classwork and Hw
Box multiplication copy
Numbersystemcont
Bolum1cozumler
POLITEKNIK MALAYSIA
Ccss.math.content.8.ee.c.8b sample question
Ad

Similar to Computer Arithmetic (Part 2) (20)

PPT
Computer Arithmetic_Computer_Architecture.ppt
PPTX
Data Representation.pptx
PPT
Chapter 02 Data Types
PPT
สอนสนอนlec3สอนสนอนlec3สอนสนอนlec3สอนสนอนlec3สอนสนอนlec3
PPT
lec2_BinaryArithmetic.ppt
PPTX
2 Computer Arithmetic_hhbyhbjhhjjjjjb41.pptx
PPT
Integer Representation
PPT
CSe_Cumilla Bangladeshrr_Country CSE CSE213_5.ppt
PPT
09 Arithmetic
PPT
Lecture 1-431171839-lec2-BinaryArithmetic.ppt
PDF
computer application in pharmacy number system
PDF
Binaty Arithmetic and Binary coding schemes
PPT
chapter 3 000Number_Systems.ppt
PPT
3.Fixed-Floating Point.ppt
PPTX
ALU.pptx kjvjjfjrshfjshfjrhfjershfherjghre
PPT
Video lectures
PPTX
Computer Arithmetic and Binary Math.pptx
PDF
MODULmds kletmlskaf,lwmeltlwtm,reltm,lgglsekpwrpo
PDF
IN 1300 LEC_D02(B15) Basic electronic 2.pdf
Computer Arithmetic_Computer_Architecture.ppt
Data Representation.pptx
Chapter 02 Data Types
สอนสนอนlec3สอนสนอนlec3สอนสนอนlec3สอนสนอนlec3สอนสนอนlec3
lec2_BinaryArithmetic.ppt
2 Computer Arithmetic_hhbyhbjhhjjjjjb41.pptx
Integer Representation
CSe_Cumilla Bangladeshrr_Country CSE CSE213_5.ppt
09 Arithmetic
Lecture 1-431171839-lec2-BinaryArithmetic.ppt
computer application in pharmacy number system
Binaty Arithmetic and Binary coding schemes
chapter 3 000Number_Systems.ppt
3.Fixed-Floating Point.ppt
ALU.pptx kjvjjfjrshfjshfjrhfjershfherjghre
Video lectures
Computer Arithmetic and Binary Math.pptx
MODULmds kletmlskaf,lwmeltlwtm,reltm,lgglsekpwrpo
IN 1300 LEC_D02(B15) Basic electronic 2.pdf
Ad

More from Ajeng Savitri (20)

PPTX
Software Testing Documentation
PPTX
Software Productivity Measurement
PPTX
Debugging (Part 2)
PPTX
Debugging
PPTX
Software Testing Strategy (Part 2)
PPTX
Software Testing Strategy
PPTX
Object Oriented Testing
PPTX
Testing Technique (Part 2)
PPTX
Testing Technique
PPTX
Testing Plan
PPTX
Methodology Selection Strategy
PPTX
Software Testing - Software Quality (Part 2)
PPTX
Software Testing - Software Quality
PPTX
Computer Evolution and Performance
PPTX
Software Testing - Introduction
PPTX
Sequence Diagram
PPTX
Activity Diagram
PPTX
Use Case Diagram
PPTX
Requirement Gathering
PPTX
Business Value
Software Testing Documentation
Software Productivity Measurement
Debugging (Part 2)
Debugging
Software Testing Strategy (Part 2)
Software Testing Strategy
Object Oriented Testing
Testing Technique (Part 2)
Testing Technique
Testing Plan
Methodology Selection Strategy
Software Testing - Software Quality (Part 2)
Software Testing - Software Quality
Computer Evolution and Performance
Software Testing - Introduction
Sequence Diagram
Activity Diagram
Use Case Diagram
Requirement Gathering
Business Value

Recently uploaded (20)

PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
System and Network Administraation Chapter 3
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
Transform Your Business with a Software ERP System
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
medical staffing services at VALiNTRY
PDF
top salesforce developer skills in 2025.pdf
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Digital Strategies for Manufacturing Companies
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Essential Infomation Tech presentation.pptx
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
ai tools demonstartion for schools and inter college
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
How to Choose the Right IT Partner for Your Business in Malaysia
How to Migrate SBCGlobal Email to Yahoo Easily
System and Network Administraation Chapter 3
Operating system designcfffgfgggggggvggggggggg
Transform Your Business with a Software ERP System
Adobe Illustrator 28.6 Crack My Vision of Vector Design
medical staffing services at VALiNTRY
top salesforce developer skills in 2025.pdf
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Digital Strategies for Manufacturing Companies
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Essential Infomation Tech presentation.pptx
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
wealthsignaloriginal-com-DS-text-... (1).pdf
ai tools demonstartion for schools and inter college
CHAPTER 2 - PM Management and IT Context
Wondershare Filmora 15 Crack With Activation Key [2025
Odoo POS Development Services by CandidRoot Solutions
Softaken Excel to vCard Converter Software.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 41

Computer Arithmetic (Part 2)