StudentShare
Contact Us
Sign In / Sign Up for FREE
Search
Go to advanced search...
Free

Number Systems Calculations - Essay Example

Cite this document
Summary
The essay "Number Systems Calculations" focuses on the critical, and thorough analysis of the major issues in the calculations of number systems. The vase of a number system tells one about the no. of different symbols that are used in a number system…
Download full paper File format: .doc, available for editing
GRAB THE BEST PAPER97.1% of users find it useful
Number Systems Calculations
Read Text Preview

Extract of sample "Number Systems Calculations"

Module 2 background of the of the Answer The vase of a number system basically tells one about the no. of different symbols that is used in a number system. A system which uses 10 different symbols is said to be a decimal no. system (ITL Education Solutions Limited, 2011). Similarly a system which uses 2 different symbols is called a binary no. system. In order to represent the base of a no. system first of all the no. is written in the parenthesis and then the base is written down as subscript. For example to write 46 which is a no. in the decimal no. system the correct way to write it is (46)10. The use of different symbols by different bases means that a no. system uses 10 different symbols and from the 11th no. the cycle of symbol repeats. The concept bases have long existed. Earlier for each of the counted nos. a different symbol was used. However the problem with this system was as the list of the no. counted increased so did the no. of symbols that were used. In fact there would be infinite no. of symbols if this system was followed. This problem was recognized early on by the human civilization and the concept of bases was introduced. Egyptians used a base of 2, Babylonians base of 60, for Mayans the base was 18 and 20. Currently however the number system that is mostly used is the decimal no. system with base 10. The different no. systems that are generally used by computers are: Decimal- This is the no. system which has a base of 10. The lists of symbols of decimal no. system are 0,1,2,3,4,5,6,7,8,9 and after 9 the counting again starts from 1. The symbols in a decimal system range from 0 to 9. So after 9 are reached the system should start from 1. But if the system starts from 1 then it will be difficult to understand. So an empty placeholder should be placed in the one’s place. A symbol which is part of the list of symbols, doesn’t have a value in itself but signifies great value when places along with another no. This job is done by the symbol 0. Hence after reaching 9 the system starts from 10. Binary- The binary no. system is the no. system that is most commonly used and understood by the computers. Binary no. system has only 2 symbols 0 and 1 (Merlot, 2002). 0 and 1 are the two states that are represented by on and off. On state represents 1 and off state represents 0. For writing a no. in the binary no. system the way is to write the no. in the parenthesis and then attach a base 2 as subscript after closing parenthesis is written. For example to write (25)10 in binary no. system, it is written as (11001)2. Octal- The octal no. system has a base of 8. The no. of symbols in an octal no. system is 8. The symbols are 0, 1,2,3,4,5,6,7. After 7 the cycle repeats. For example writing 25 in octal no. system is as follows (31)8. Hexadecimal- The hexadecimal no. system has a base of 16. That is uses 16 different symbols. The symbols are written as 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F. For example writing 25 in hexadecimal no. system is as follows (19)16. Answer 2 Conversion of decimal to binary The conversion of decimal number to binary is similar to that of conversion into any other number case. It encompasses successive division by radix until it reaches zero. At each division, the remainder highlights converted digit. Example: convert (68)10 to binary 68/2 = 34 remainder is 0 34/2 = 17 remainder is 0 17/2 = 8 remainder is 1 8/2 = 4 remainder is 0 4/2 = 2 remainder is 0 2/2 = 1 remainder is 0 1/2 = 0 remainder is 1. Answer is read from bottom that is (1000100)2 Conversion of binary number system to decimal In this conversion decimal value of respective binary digit is determined, comprising of a 1 and then adding up the rest. Example: convert (1000100)2 to decimal = 1X26 + 0X25 + 0X24 + 0X23 + 1X22 + 0X21 + 0X20 = 64 + 0 + 0 + 0 + 4 + 0 + 0 = (68)10 Conversion of decimal to octal Octal number system has radix of 8. 3 bits is equivalent to 1 octal digit. Octal numbers range from 0 to 7. The numbers are basically expressed as powers of 8 (Khanna, 2008). Example: convert (177)10 to octal number system In this case firstly each digit is divided by 8 in order to get a remainder. This remainder adding it up states the converted octal number. 177/8 = 22 remainder is 1 22/8 = 2 remainder is 6 2/8 = 0 remainder is 2 The answer is (261)8 and is read from bottom to top. Conversion of octal to decimal This particular conversion classifies each number in octal system as powers of 8. Then individual digits are summed up to highlight converted decimal number. Example: convert (632)8 to decimal number system = (6 X 82) + (3 X 81) + (2 X 80) = (6 X 64) + (3 X 8) + (2 X 1) = 384 + 24 + 2 = (410)10 Conversion of decimal to hexadecimal Hexadecimal number system belongs to radix or base 16. 4 bits is equivalent to 1 hex digit as per this number system. The numbers can be classified as 0,1,2,3,4,...8,9,A,B,C,D,E,F. Where B is 11 and E is 14. These numbers are generally expressed in the form of power 16. It can be classified as 160 = 1, 161 = 16, 162 = 256, 163 = 4096, 164 = 65536. Example: convert (4768)10 to hexadecimal = 4768/16 = 298 remainder is 0 = 298/16 = 18 remainder is 10 (A) = 18/16 = 1 remainder is 2 = 1/16 = 0 remainder is 1 The answer for this conversion is 12A0. Conversion of hexadecimal to decimal In this form of conversion each of the hexadecimal digits is converted in power of 16. Then respective converted digits are summed up for the decimal number. Example: convert (F4C)16 to decimal = (FX162) + (4X161) + (CX160) = (15X256) + (4X16) + (12X1) = 3840 + 64 + 12 = (3916)10 References Khanna, R. (2008). Basics of computer science. USA: New Age International. ITL Education Solutions Limited. (2011). Introduction to computer science. New Delhi: Pearson Education India. Merlot. (2002). Practical guide to binary, decimal and hexadecimal numbers. Retrieved from http://www.merlot.org/merlot/viewMaterial.htm?id=77228. Read More
Cite this document
  • APA
  • MLA
  • CHICAGO
(“Number Systems Essay Example | Topics and Well Written Essays - 1000 words”, n.d.)
Retrieved de https://studentshare.org/logic-programming/1674963-number-systems
(Number Systems Essay Example | Topics and Well Written Essays - 1000 Words)
https://studentshare.org/logic-programming/1674963-number-systems.
“Number Systems Essay Example | Topics and Well Written Essays - 1000 Words”, n.d. https://studentshare.org/logic-programming/1674963-number-systems.
  • Cited: 0 times

CHECK THESE SAMPLES OF Number Systems Calculations

Numerical Precision

Also, there is a sign bit (+ and -) which is used to indicate whether the number is negative or positive Floating point numbers in arithmetic calculations Floating point numbers calculations vary from machine to machine depending on the precision of the machine.... Performance in calculations BCD numbers are easy to convert and use in arithmetic hence the overall arithmetic computation is always very fast and efficient.... The numbers are mostly represented in a scientific notation which includes a base number and an exponent....
4 Pages (1000 words) Assignment

Engineering Management, Systems Engineering & Analysis

The paper would accurately determine the resources that would be required for each phase of the project in addition to determining the implications if any of the calculations went wrong.... The paper "Engineering Management, systems Engineering & Analysis" highlights that generally speaking, the Critical Path Method (CPM) is used to plan and control the most logical and economic sequences of operations required for manufacturing a product.... hese systems engineering & Analysis The introduction of a new product into the market may be regarded as a project....
7 Pages (1750 words) Essay

Capital Budgeting and Financial Calculations

This paper ''Capital Budgeting and Financial calculations'' tells us that capital budgeting is the process of evaluating long-term investment proposals and making the optimal decisions.... calculations were done for calculating the payback period etc.... The study is conducted to analyze the implications of the project and their impact on human resource (HR) (Law, 200resourcesimplications of the project include capital budgeting calculations to choose the profitable project, evaluation of the chosen project, ethical considerations, and relating an HR function model with the chosen project....
12 Pages (3000 words) Essay

How Have Calculators Developed

The paper "How Have Calculators Developed" states that the chip of a calculator converts all the information fed to it in binary notations, which converts numbers and mathematical calculations into a two-digit system comprising of 0 and 1 (Richards, 1995).... Generally, calculators have made the process of making mathematical and scientific calculations utterly fast and quick.... It has enabled the academicians, scientists, mathematicians and the common people to make advanced calculations at a fast pace and in a way have revolutionized the world in multiple ways....
5 Pages (1250 words) Essay

Operations Management in Shuzworld

The current distribution plan developed should have a Shangai shipping 1300 units to the second warehouse, Shuzworld H shipping units to the first warehouse, 200 units to warehouse 2 , 1800 units to the third warehouse and Shuzworld F shipping 2200 units to the first warehouse.... ... ... ... The paper 'Operations Management in Shuzworld' is an affecting example of the management case study....
7 Pages (1750 words) Case Study

The History & Developments of a Computer

Computers are widely used today for the purposes of typing documents, browsing over the internet, sending emails, perform spreadsheet calculations, manage databases, play games, show presentations, and so on.... This report "The History & Developments of a Computer" discusses the developments in the computer that are still ongoing with new software are being made, implying that the computer will have the capacity to perform more functions as new software programs are made....
8 Pages (2000 words) Report

Transport Engineering and Planning Applications

Using numerical calculations, the proposed Intelligent Traffic System will be able to advise on specific actions and measures of parameters to observe in the improvement of the transport system.... The application of a customer-centered intelligence system adds value to the transport systems in the transport systems by improving the comfort that passengers need from the services and the level of customer satisfaction.... It culminates in the identification of the possible risks that the transport systems expect or face in the present situation and suggests possible ways of mitigating the risks....
34 Pages (8500 words) Term Paper

The Taxable Value of the Benefit

These include the taxation calculations and other factors essential in determining the method of calculating the taxation(Ault & Arnold 2010).... The employer is expected to make calculations of the fringe benefits tax for the year period between 1st April and 31st March for each year.... The number of kilometers considered includes both private travel and business mileage....
8 Pages (2000 words) Assignment
sponsored ads
We use cookies to create the best experience for you. Keep on browsing if you are OK with that, or find out how to manage cookies.
Contact Us