number system with diffrencent types of its

ashushah269 30 views 20 slides Sep 04, 2024
Slide 1
Slide 1 of 20
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20

About This Presentation

NUMBER SYSTEM


Slide Content

NUMBER SYSTEM AND CONVERSION PRESENTED BY: KRISH SHRESTHA ADARSH BISTA NABIN BAM

Acknowledgement Computer Department Mr Dhirendra Fauzdar ECA Department Mr Jay Gaudel

Table Of Contents

History The concept of a number system has evolved over time, and it doesn't have a single inventor. Different cultures and civilizations contributed to the development of various number systems.

Introduction to Number System Number systems form a fundamental concept in mathematics offering symbols and rules for representing and manipulating quantities. Number systems are comprised of a set of symbols that are used to represent different numerical values. Specific rules dictate how symbols combine to represent numbers. Different systems (e.g., decimal, binary) cater to diverse mathematical needs.

  Comparison of Number Systems Number system Base Digits Application Binary 2 0-1 computer system, digital electronics Decimal 10 0-9 Computer programming, mathematics Octal 8 0-7 File permission and networking Hexadecimal 16 0-9 and A-F Colour representation and memory addressing

Data Representation in Computers Memory Management Networking and Communication Cryptography Education and Understanding Problem Solving Importance

Binary Number System The binary number system is a base-2 number system that uses only two digits: 0 and 1. Each 0 or 1 is a 'bit' (binary digit).

Uses of Binary Number System Computers Digital Electronics Telecommunications Internet

Decimal Number System It uses ten digits (0-9) for representing numbers. Separates whole numbers from fractions in a decimal. Decimal numbers can be positive, negative or zero. Also known as the base-10 system. Most commonly used in everyday life.

Uses of Decimal Number System Main system for counting and math operations. Used in banking and accounting for financial transactions. Applied in measurements such as length, weight, and volume. Represents time, temperature, and practical quantities.

Octal Number System Octal is a base-8 number system using digits 0-7. Commonly used in computer programming to represent and handle binary data. Octal numbers denote file permissions for owner, group, and others.

Uses of Octal Number System File Permissions Unix Timestamp Digital Electronics Networking Machine Code

Hexadecimal Number System Hexadecimal (hex) is a base-16 number system. Uses 0-9 and A-F Widely used in computing and digital systems. A-F represent 10-15 Used for memory addresses machine instructions

Uses of Hexadecimal Number System Binary Data Handling Color Codes Memory Addresses

Applications of Number System

Conclusion Number systems are the building blocks of math. Used in daily life, science, technology, and engineering. Essential for logical thinking, problem-solving, and data interpretation. Used in coding, finance, physics, and cryptography .

References https://www.splashlearn.com/math-vocabulary/number-sense/number-system https://www.geeksforgeeks.org/what-is-a-number-system/