Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!drn.maxwell.syr.edu!news.maxwell.syr.edu!news.netins.net!not-for-mail
From: "Dawn M. Wolthuis" <dwolt@tincat-group.comREMOVE>
Newsgroups: comp.databases.theory
Subject: Re: Why do programmers start counting from 0?
Date: Sat, 11 Dec 2004 19:45:20 -0600
Organization: netINS InterNetNews site
Lines: 18
Message-ID: <cpg7rk$gu5$1@news.netins.net>
References: <1102561639.956419.146550@z14g2000cwz.googlegroups.com>
NNTP-Posting-Host: 199.120.93.7
X-Trace: news.netins.net 1102815924 17349 199.120.93.7 (12 Dec 2004 01:45:24 GMT)
X-Complaints-To: usenet@netins.net
NNTP-Posting-Date: Sun, 12 Dec 2004 01:45:24 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Xref: dp-news.maxwell.syr.edu comp.databases.theory:28996

<timothychung@gmail.com> wrote in message 
news:1102561639.956419.146550@z14g2000cwz.googlegroups.com...
> One day, I started wondering why we start counting from 0 and couldn't
> find a good search string to get much out from google.com. Can anyone
> help me?
>
> One of the advantage I can think of is modulus of that number gives a
> more organised result.
>
> Or is it just because of binary representation of our number?
> Please help. Thanks. :)


My WAGuess would be that when looking at a string of zeros and 1's, the 
furthest right one would be the two to the zeroeth position, then 2 to the 
first, etc. 


