Skip to content
The Computer Science
TheCScience
  • Engineering Subjects
    • Human Values
    • Computer System Architecture
    • Digital Communication
    • Internet of Things
  • NCERT Solutions
    • Class 12
    • Class 11
  • HackerRank solutions
    • HackerRank Algorithms Problems Solutions
    • HackerRank C solutions
    • HackerRank C++ problems solutions
    • HackerRank Java problems solutions
    • HackerRank Python problems solutions
The Computer Science
TheCScience

Arithmetic Complements | Computer Architecture

YASH PAL, February 22, 2026February 22, 2026

Arithmetic Complements – Complements are used in digital computers in order to simplify the subtraction operation and for logical manipulations. For each radix-r system (radix r represents the base of the number system), there are two types of complements.

  1. Radix Complement: The radix complement is referred to as the r’s complement.
  2. Diminished Radix Complement: The diminished radix complement is referred to as the (r-1)’s complement.

Binary System Complements

As the binary system has base r=2. So the two types of complements for the binary system are 2’s complement and 1’s complement.

1’s complement: The 1’s complement of a number is found by changing all 1’s to 0’s and all 0’s to 1’s. This is called taking the complement or 1’s complement.

An example of 1’s complement is as follows.

Given number = 10101
1's complement = 01010

Let’s take an example to find out the 1’s complement of a given number

Given number = 10011
1's complement = 01100

2’s complement: The 2’s complement of a binary number is obtained by adding 1 to the Least Significant Bit (LSB) of 1’s complement of the number. 2’s complement = 1’s complement + 1.

Example of 2’s complement is as follows.

Given number   = 10101
1's complement = 01010
Add +                1
               = 01011

Let’s take an example to find out the 2’s complement as follows.

Given number   = 11010010
1's complement = 00101101
Add +                   1
               = 00101110
Computer System Architecture engineering subjects Computer System Architecture

Post navigation

Previous post

Computer Architecture fundamentals
Development of Computers
Von Neuman and Harvard machine Architecture
Flynn Classification
Computer Structure Architecture
Interfacing Logic Devices
Levels of Design abstraction
Performance Metrics

Register Transfer Language
Memory Transfer
Arithmetic Micro-operations
Logic Micro-operations
Shift Micro-operations
Bus Architecture
Data Transfer
Central Processing Unit
CPU Bus Architecture

Computer Register and Types
Common Bus System
Instruction Format
Instruction Types
Instruction Cycle
Addressing Modes
Design of a basic computer

Basic function of a Computer
General register organization
Stack organization
Infix to Reverse Polish Notation Conversion
Instruction Types and their classifications
Data transfer and manipulation
Program control
RISC characteristics
CISC characteristics

Pipeline
Types of Pipeline
Arithmetic Pipeline
Instruction Pipeline
Hazards
Vector Processing

Data Representation
Addition and Subtraction
Adder Circuits
Shift and Add Multiplication Method
Booth's Algorithm
Restoring Division Algorithm
Non-Restoring Division Algorithm
Array Multiplier

Memory Classification
Memory Characteristics
Memory Organization
Memory Types
Associative Memory
Cache Memory
Virtual Memory

Input Output Interface
Modes of Data Transfer
Priority Interrupt
Direct Memory Access
Input-Output Processor
Serial Communication

TheCScience

We at TheCScience.com are working towards the goal to give free education to every person by publishing in dept article about Secondary, Senior-Secondary, and Graduation level subjects.

Pages

About US

Contact US

Privacy Policy

DMCA

Engineering Subjects

Internet of Things

Human Values

Digital Communication

Computer System Architecture

Programming Tutorials

Data Structure and Algorithm

C

Java

NCERT

Class 12th

©2026 TheCScience | WordPress Theme by SuperbThemes