📖 Samacheer Kalvi · 11th TN - English Medium · Computer Science · Page 21question

2.3 Different Types of Number Systems · Part 9

Chapter 2: Chapter 2 · Computer Science

Least Significant Bit (LSB) - can be represented in memory as follows. Sign bit Magnitude (Value) Most Significant Bit (MSB ) (‘ ’ represent that the number is negative) Least Significant Bit (LSB) . . ’s Complement representation This is an easier approach to represent signed numbers.

This is for negative numbers only i.e. the number whose MSB is . The steps to be followed to find ’s complement of a number: Step : Convert given Decimal number into Binary Step : Check if the binary number contains bits , if less add at the left most bit, to make it as bits. Step : Invert all bits (i.e.

Change as and as ) Example Find ’s complement for (– ) Given Number Binary Number ’s Compliment (- ) 00011000 11100111 . . ’s Complement representation The ’s-complement method for negative number is as follows: a. Invert all the bits in the binary sequence (i.e., change every to1 and every to ie., ’s complement) b.

Add to the result to the Least Significant Bit (LSB). Example ’s Complement represent of (- ) Binary equivalent of + : 11000 8bit format: 00011000 ’s complement: 11100111 Add to LSB: + ’s complement of - : 11101000 Workshop . Write the ’s complement number and ’s complement number for the following decimal numbers: (A) (B) - (C) - (D) - . Binary Arithmetic As decimal numbers, the binary numbers also permit computations like addition, subtraction, multiplication and division.

The following session deals only with binary addition and subtraction. . . Binary Addition The following table is useful when adding two binary numbers.

A B SUM (A + B) Carry - - - In + = , is considered as sum and the as carry bit. This carry bit is added with the previous position of the bit pattern. Chapter Page - - Example Add: + (Carry Bit) → +

Related topics

Have a question about this topic?

Get an AI answer grounded in your actual textbook — with the exact page reference.

Ask AI about this topic →