Computer Science Presentation
Computer Science Presentation
System
MADE BY
ADIT MISHRA
RITESH PRAJAPATI
ALOK
TEJAS DUDHE
Introduction
• NUMBER : A number is a symbol which is used to express a quantity or amount.
• NUMBER SYSTEM : Number system is an organized and systematic way of representing number.
• BASE : It is simply the number of symbols which are available to a number system.
Flowchart of
Number system
Binary Number
System
• This number system has only two
symbols : 0 and 1.
= 32 + 0 + 0 + 4 + 0 + 1
= 37
• Decimal to Binary :
Hexadecimal
digits
HEXADECIMAL NUMBER
SYSTEM
• Hexadecimal is a numbering system with base 16. It
can be used to represent large numbers with fewer
digits. In this system there are 16 symbols or possible
digit values from 0 to 9, followed by six alphabetic
characters -- A, B, C, D, E and F.
POSITION VALUE IN HEXADECIMAL
HEXADECIMAL NOTATION
• HEXADECIMAL NUMBER
SYSTEM
TO
• BINARY NUMBER SYSTEM
Octal Number
System
• Octal number system was devised for compact
representation of the binary numbers.
• Octal number system is called base-8 system as
it has total eight digits (0-7), and positional
value is expressed in powers of 8.
• The advantage of this system is that it has lesser
digits when compared to several other systems,
hence, there would be fewer computational
errors
Conversions between Binary and Octal number
system
• (A) Binary Number to Octal Number
3-bit group
BINARY ADDITION –
Binary addition is one of the binary
operations. To recall, the term “Binary
Operation” represents the basic operations of
mathematics that are performed on two
operands. Basic arithmetic operations like
addition, subtraction, multiplication, and
division, play an important role in
mathematics.
Rules of Binary Addition
Binary addition is much easier than the decimal addition when you remember the following tricks or
rules. Using these rules, any binary number can be easily added. The four rules of binary addition:
0+0=0
0+1=1
1 + 0 = 1(carry one)
• 1 + 1 =1(carry one)
Re-arrangement of bits during
Binary addition
.
Questions and Answers
• Q.1) Convert the following binary numbers to decimal numbers.
(110110) 2 (11010011) 2
(10110100) 2 (110001) 2
(1010001100) 2 (110001011110) 2
• Q.5) Observe the above combinations and find out if there is a faster way of writing them.