IT Hardwares

eg: UK or Brides UK or Classical Art or Buy Music or Spirituality
 
eg: UK or Brides UK or Classical Art or Buy Music or Spirituality
 
Business & Money
Technology
Women
Health
Education
Family
Travel
Cars
Entertainment
SD Editorials
Online Guide and article directory site.
Foodeditorials.com
Over 15,000 recipes & editorials on food.
Lyricadvisor.com
Get 100,000 Lyric & Albums.
  • Business & Money
    • A Guide to Business
    • Guide to Finance
    • Ideas for Marketing
    • Legal Guide
    • Guide to Insurance
    • Lettre De Motivation
    • Guide to the Stock Market
    • Human Resource Career
    • Sales Marketing
    • Forex & Trading
    • Advertising & Marketing
    • Startup Guide
  • Technology
    • Guide to Technology
    • Cell Phones
    • Computer Software
    • IT Hardwares
    • Internet
    • Online Security
    • Cameras
    • Search Engine Optimization
    • Science & Technology
  • Women
    • Guide to Women
    • Relationship Advice
    • Marriage
    • Jewelry
    • Pregnancy
    • Fashion Style
    • Divorce Guide
    • Wedding Guide
    • Dating Guide
    • Natural Beauty
  • Health
    • Guide to Health
    • Guide to Medical
    • Plastic Surgery
    • Weight Loss
    • Sports
    • Body Wellness
    • Cancer Treatment
    • Common Illness
    • Health & Lifestyle
  • Education
    • Military Service
    • Politics and Policy
    • Arts & Humanities
    • Education and Teaching
    • Learn Languages
    • Colleges & Universities
  • Family
    • Quality Home Improvement
    • Hobbies and Interests
    • Family Guide to
    • Pet Guide
    • Loans Guide
    • Credit Cards
    • Gardening Guide
    • Home Security
    • Real Estate
    • Home Decor
    • Gift & Present
  • Travel
    • The Travel Guide
    • Adventure Travel
    • Cruise Ships
    • Beach Holiday
    • Travel Accommodation
    • Holiday Destinations
  • Cars
    • Information on Cars
    • Traffic Violations
    • Auto Insurance
    • Trailers
    • Sport Cars
    • The Bikes
  • Entertainment
    • Entertainment Guide
    • World Music
    • Photo & Video
    • Television & Games

Data Universal Numbering System

    View: 
The number system we are taught and with which we deal daily in our lives is decimal. The base of this number system is 10. We are taught early that the positional values for this number system are ones, tens, hundreds, thousands, etc. We are taught this by rote, but we are not taught the rule on how to calculate them. But that is easy. Number systems always start with the ones position. The positional value to the left of one will be one times the base of the number system or ten (1 X 10 = 10). The next positional value to the left will be that positional value times the base of the system or 100 (10 X 10 = 100). This is how the ones, ten, hundreds, thousands are calculated.



Each number system has one character multiplier values in it that range from zero to one less than the base of the number system. In decimal, the multipliers are 0 - 9.

When we look at the number 123, we just accept it as the decimal value, but in number system theory, it is the sum of all multipliers times the positional value for the multiplier. Follow this example:

3 X 1 = 3

2 X 10 = 20

1 X 100 = 100

Add up the numbers to the right of the equal signs (3 + 20 + 100) and you get 123.

You have heard that computers use binary. This is because in electrical circuits there is an on or on off value (two possible values). The base for binary is two (2). Follow the rule for multipliers that they will be from 0 to one less than the base of the system so the multipliers for binary are zero and one.

Follow the rule for determining the positional values for the system. Start at one and multiply it by the base (two) so the position to the left of the one position is two (1 X 2). The next position to the left is the two position times the base (2) or 4 (2 X 2). The next position to the left is the four position times two (4 X 2) or 8. Here are the first few positional values in binary:

256 - 128 - 64 - 32 - 16 - 8 - 4 - 2 - 1

Notice that each position is doubled the value to its right. This makes sense since the base is two and we are multiplying each positional value by two to get the value of the next position to the left.

Let's look at this binary number.

10011

To convert this to decimal, we multiply the positional value by the multiplier.

1 X 1 = 1

1 X 2 = 2

0 X 4 = 0

0 X 8 = 0

1 X 16 = 16

Now add up the values to the right of the equal sign and we get 19 decimal for the binary number 10011.

What is the decimal value of 111 binary? If you got 7 decimal then you understand how binary works.

1 X 1 = 1

1 X 2 = 2

1 X 4 = 4

1 + 2 + 4 = 7

Convert one more binary number - 1000000. If you got 64 decimal, you are right.

The size of the memory in computers is a binary number because of the binary multiplier in circuit design. A one meg memory is really 1,048,576 bytes. A 256 meg memory is really 268,435,456 bytes. The 256 or 512 that we use today are throwbacks to the days of smaller memory. The 256 KB memory (262, 144) was roughly 1,000 times the 256 memory and the 256 meg memory (268,435,456) is roughly 1,000,000 times the 256.

Congratulations! You are now an expert in binary numbers.

Copyright 2006 John Howe, Inc.
Data Universal Numbering System
The number system we are taught and with which we deal daily in our lives is decimal. The base of this number system is 10. We are taught early that the positional values for this number system are ones, tens, hundreds, thousands, etc. We are taught this by rote, but we are not taught the rule on how to calculate them. But that is easy. Number systems always start with the ones position. The positional value to the left of one will be one times the base of the number system or ten (1 X 10 = 10). The next positional value to the left will be that positional value times the base of the system or 100 (10 X 10 = 100). This is how the ones, ten, hundreds, thousands are calculated.

Each number system has one character multiplier values in it that range from zero to one less than the base of the number system. In decimal, the multipliers are 0 - 9.

When we look at the number 123, we just accept it as the decimal value, but in number system theory, it is the sum of all multipliers times the positional value for the multiplier. Follow this example:

3 X 1 = 3

2 X 10 = 20

1 X 100 = 100

Add up the numbers to the right of the equal signs (3 + 20 + 100) and you get 123.

You have heard that computers use binary. This is because in electrical circuits there is an on or on off value (two possible values). The base for binary is two (2). Follow the rule for multipliers that they will be from 0 to one less than the base of the system so the multipliers for binary are zero and one.

Follow the rule for determining the positional values for the system. Start at one and multiply it by the base (two) so the position to the left of the one position is two (1 X 2). The next position to the left is the two position times the base (2) or 4 (2 X 2). The next position to the left is the four position times two (4 X 2) or 8. Here are the first few positional values in binary:

256 - 128 - 64 - 32 - 16 - 8 - 4 - 2 - 1

Notice that each position is doubled the value to its right. This makes sense since the base is two and we are multiplying each positional value by two to get the value of the next position to the left.

Let's look at this binary number.

10011

To convert this to decimal, we multiply the positional value by the multiplier.

1 X 1 = 1

1 X 2 = 2

0 X 4 = 0

0 X 8 = 0

1 X 16 = 16

Now add up the values to the right of the equal sign and we get 19 decimal for the binary number 10011.

What is the decimal value of 111 binary? If you got 7 decimal then you understand how binary works.

1 X 1 = 1

1 X 2 = 2

1 X 4 = 4

1 + 2 + 4 = 7

Convert one more binary number - 1000000. If you got 64 decimal, you are right.

Now, with this background in number system rules and examples, let's move on to the octal numbering system. As the name implies, the base for the octal numbering system is eight (8). Since the rule for the multiplier values says that the multipliers will be zero through one less than the base, the multipliers will be 0 - 7.

The positional values start with one. The next position to the left is one time the base (8). 1 X 8 = 8. The next position is the 8 position times 8 or 64. The first few positional values for octal are:

2,097,152 - 262,144 - 32,768 - 4,096 - 512 - 64 - 8 - 1

Convert this octal number to decimal:

7532

Multiply each multiplier by its positional value.

2 X 1 = 2

3 X 8 = 24

5 X 64 = 320

7 X 512 = 3,584

Add up the values to the right of the equal signs and you get 3,930 decimal.

Another reason that octal is used is that each three positions of a binary number can be expressed in one octal position so it is much easier to write a large number in octal than in binary.

Let's look at the binary value 111. If you use the rules, this will be 1+2+4 = 7. Seven is the highest multiplier value in octal.

Let's convert a binary number to octal. Start at the ones position moving from right to left, and break the binary number into three position groups. Express each three position group as its octal value

Binary 1 011 110 010 010 111

Octal 1 3 6 2 2 7

So 1011110010010111 in binary equals 13622 in octal.

To double check that the two are equal follow the rules and convert both number systems to decimal. If you came up with 48,279 you are right.

Octal was used in computers until the hexadecimal numbering system was developed and "hex" has largely replaced it, but you may still run into situations where the octal numbering system is still used. Just remember the rules from this article and you will have no problem understanding the octal numbering system.

Copyright 2006 John Howe, Inc.
More Articles from
Holiday Tip For Personal Trainer
Please Keep Me Informed
Plus White 5 Minute Speed Whitening System
Pocket Pc Inventory Software
Pocket Pc User Manual
Point Of Sale Market
Point Of Sale Software System
Point Of Sale Systems
Pokemon Shiny Gold Guide
Popular Free Online Games
Pre Painted Resin Figure
Preventive Maintenance Scheduling Software
Printer Ink & Toner
Printer Ink Cartridge Refills
Printer Ink For Cheap
Privacy And Data Protection
Private Public Key Encryption
Problems With Google Chrome
Production Planning Scheduling Software
Professional Web Site Designs
Professional Web Site Templates
» More on
Choose Desktop
  • Related Articles
  • Author
  • Most Popular
•4 Camera Cctv System, by Nahshon Roberts
•A Closed Circulatory System, by Nicholas Tan
•A Data Acquisition System, by Diana Valentine
•A Database Management System, by Alexey Brysov
•Active Undelete Data Recovery, by Daniel Millions
John V. W. Howe has sinced written about articles on various topics from Computers and The Internet, How to Sell on Ebay and Retirement. John V. W. Howe is an entrepreneur, author, inventor, patent holder, husband, father, and grandfather. He has been involved in entrepreneurial activities for over 40 years. He founded www.boomer-ezine.com and www.retirement-jobs-online.com to help Boomer. John V. W. Howe's top article generates over 27100 views. to your Favourites.
Amber Necklace For Teething
Amber necklaces can really help to soothe a child during teething. Unlike other baby teething products, an amber necklace is a one-off purchase, looks great and can be passed on from one child to the next
 
A Guide to Business | Guide to Technology | Guide to Women | Guide to Health | Family Guide to | Travel & Vacations | Information on Cars

EditorialToday IT Hardwares has 2 sub sections. Such as Computer Guide and Hardware. With over 20,000 authors and writers, we are a well known online resource and editorial services site in United Kingdom, Canada & America . Here, we cover all the major topics from self help guide to A Guide to Business, Guide to Finance, Ideas for Marketing, Legal Guide, Lettre De Motivation, Guide to Insurance, Guide to Health, Guide to Medical, Military Service, Guide to Women, Pet Guide, Politics and Policy , Guide to Technology, The Travel Guide, Information on Cars, Entertainment Guide, Family Guide to, Hobbies and Interests, Quality Home Improvement, Arts & Humanities and many more.
About Editorial Today | Contact Us | Terms of Use | Submit an Article | Our Authors