<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'What exactly is a word ?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'What exactly is a word ?' posted on the 'C and C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 00:05:20 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 00:05:20 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>What exactly is a word ?</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/423675/423675/what-exactly-is-a-word-/</link>
      <description>Hello people, &lt;br /&gt;
What exactly is a word ? &lt;br /&gt;
I know a word is basically a unit and i know the word=2 bytes on an x-86 processor.&lt;br /&gt;
But is the word size the same on an Itanium Processor as well ?&lt;br /&gt;
I feel 1 word = 2bytes(x86)&lt;br /&gt;
= 4bytes(32 bit system)&lt;br /&gt;
= 8bytes(64 bit system)&lt;br /&gt;
That is the word size ,is always taken such that &lt;strong&gt;The size of a pointer is always equal to 1 word&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Please clarify&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/423675/423675/what-exactly-is-a-word-/</guid>
      <pubDate>Sat, 07 May 2011 01:02:00 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: What exactly is a word ?</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/423675/423870/re-what-exactly-is-a-word-/#423870</link>
      <description>Well, &lt;a href="http://www.lmgtfy.com/?q=computer+word+definition"&gt;&lt;span style="text-decoration: underline;"&gt;a simple search&lt;/span&gt;&lt;/a&gt; can enable easily find this out.&lt;br /&gt;
&lt;br /&gt;
The very first result from that is &lt;a href="http://en.wikipedia.org/wiki/Computer_word"&gt;&lt;span style="text-decoration: underline;"&gt;this&lt;/span&gt;&lt;/a&gt;.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/423675/423870/re-what-exactly-is-a-word-/#423870</guid>
      <pubDate>Tue, 17 May 2011 14:03:50 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: What exactly is a word ?</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/423675/423912/re-what-exactly-is-a-word-/#423912</link>
      <description>Processors have an address bus and a data bus. The address bus says "give me the contents of this location in memory", the data bus says "these are the contents". In C, addresses are pointers.&lt;br /&gt;
Normally it's handy to have the data bus and the address bus the same width, but this needn't be the case. The 286 was an important exception.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/423675/423912/re-what-exactly-is-a-word-/#423912</guid>
      <pubDate>Wed, 25 May 2011 06:18:17 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: What exactly is a word ?</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/423675/429986/re-what-exactly-is-a-word-/#429986</link>
      <description>Word is nothing but what a processor can process at an instance. As you told that for all x86 processor family we have&lt;br /&gt;
&lt;br /&gt;
1 word = 2bytes(x86 16 bit system)&lt;br /&gt;
1 word = 4bytes(32 bit system)&lt;br /&gt;
1 word = 8bytes(64 bit system)&lt;br /&gt;
&lt;br /&gt;
This variation is because 16 bits system can process 16 bits = 2 bytes at a time. Similarly for 32 bits system it is 4 bytes.&lt;br /&gt;
&lt;br /&gt;
So the core thing is &lt;br /&gt;
1 word = number of bytes that can be processed by a processor at an instance.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/423675/429986/re-what-exactly-is-a-word-/#429986</guid>
      <pubDate>Mon, 29 Oct 2012 22:43:32 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: What exactly is a word ?</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/423675/429987/re-what-exactly-is-a-word-/#429987</link>
      <description>Word is nothing but what a processor can process at an instance. As you told that for all x86 processor family we have&lt;br /&gt;
&lt;br /&gt;
1 word = 2bytes(x86 16 bit system)&lt;br /&gt;
1 word = 4bytes(32 bit system)&lt;br /&gt;
1 word = 8bytes(64 bit system)&lt;br /&gt;
&lt;br /&gt;
This variation is because 16 bits system can process 16 bits = 2 bytes at a time. Similarly for 32 bits system it is 4 bytes.&lt;br /&gt;
&lt;br /&gt;
So the core thing is &lt;br /&gt;
1 word = number of bytes that can be processed by a processor at an instance.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/423675/429987/re-what-exactly-is-a-word-/#429987</guid>
      <pubDate>Mon, 29 Oct 2012 22:45:22 -0700</pubDate>
      <category>C and C++</category>
    </item>
  </channel>
</rss>