<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Foods UK &#187; specifically</title>
	<atom:link href="http://www.computerfoods.co.uk/tag/specifically/feed" rel="self" type="application/rss+xml" />
	<link>http://www.computerfoods.co.uk</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 22:48:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What specifically is computer memory and how is it used?</title>
		<link>http://www.computerfoods.co.uk/answers-categories/hardware-answer/what-specifically-is-computer-memory-and-how-is-it-used</link>
		<comments>http://www.computerfoods.co.uk/answers-categories/hardware-answer/what-specifically-is-computer-memory-and-how-is-it-used#comments</comments>
		<pubDate>Thu, 21 Jul 2011 15:08:47 +0000</pubDate>
		<dc:creator>PC doctor</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[specifically]]></category>
		<category><![CDATA[used]]></category>

		<guid isPermaLink="false">http://www.computerfoods.co.uk/answers-categories/hardware-answer/what-specifically-is-computer-memory-and-how-is-it-used</guid>
		<description><![CDATA[Image by maddox What exactly is computer memory and how is it used? Memory is one of the core hardware components for the computer. It is the component that temporarily stores information (such as Numbers, Characters, Settings, Instructions, Files and so on) once a computer has started. The information is temporary because when a computer is switched off or restarted the information is deleted from memory. When a program has finished with the information, the memory it was using is released (not deleted) so other programs can then use that memory. Memory itself is a microchip (see above) that can temporarily store Bytes. The more bytes the memory has the more information it can temporarily store. A byte is just a number with a value between 0 and 255. It is a program&#8217;s job to turn each byte into something a human and/or another program can interpret. For example. If the memory was storing 4 Bytes with the values 74, 79, 72 and 78 it would mean nothing to you. However. To Microsoft Word 2007 the byte value 74 means J. The byte value 79 means O. The byte value 72 means H and the byte value 78 means N. [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left;margin:5px;font-size:80%;"><img alt="91278726 2b696b1aac m What specifically is computer memory and how is it used?" src="http://farm1.static.flickr.com/40/91278726_2b696b1aac_m.jpg" width="160" title="What specifically is computer memory and how is it used?" /><br /> Image by <a target="_blank" href="http://www.flickr.com/photos/36521981654@N01/91278726">maddox</a></div>
<p><strong>What exactly is computer memory and how is it used?</strong></p>
<p>Memory is one of the core hardware components for the computer. It is the component that temporarily stores information (such as Numbers, Characters, Settings, Instructions, Files and so on) once a computer has started. The information is temporary because when a computer is switched off or restarted the information is deleted from memory. When a program has finished with the information, the memory it was using is released (not deleted) so other programs can then use that memory.</p>
<p>Memory itself is a microchip (see above) that can temporarily store Bytes. The more bytes the memory has the more information it can temporarily store. A byte is just a number with a value between 0 and 255. It is a program&#8217;s job to turn each byte into something a human and/or another program can interpret. For example. If the memory was storing 4 Bytes with the values 74, 79, 72 and 78 it would mean nothing to you. However. To Microsoft Word 2007 the byte value 74 means J. The byte value 79 means O. The byte value 72 means H and the byte value 78 means N. So even though the memory is storing byte values that mean nothing to you, Microsoft Word 2007 has no trouble interpreting (reading) those same byte values as JOHN. The same applies to other programs that interpret (read) the byte values. For example. A Paint program might interpret 74 as colour Red, 79 as colour Yellow, 72 as colour Blue and 78 as colour Green. Whereas a Language program might interpret (read) 74 as English, 79 as Spanish, 72 as French and 78 as Italian. It depends on the program. Either way, the memory will always see 74, 79, 72 and 78. Here is a diagram of the memory with the 4 Bytes interpreted.</p>
<p>The logic behind interpreting byte values is like so: If the byte value is 74 display J (Microsoft Word 2007). If the byte value is 74 use English (Language program). If the byte value is 74 use colour Red (Paint program). And so on. In other words, the byte will always have its value of 74 but it can be interpreted differently depending on the program doing the interpreting. Programs that save settings files use interpretation a lot to cut down on the number of bytes used. For example. If a paint program had to interpret RED, YELLOW and BLUE with characters it would use 13 Bytes (R E D Y E L L O W B L U E). Whereas using the logic of byte values to represent RED, YELLOW and GREEN it would only use 3 Bytes (79, 74 and 72).</p>
<p>Although the above concentrated on programs interpreting byte values that were already stored inside memory, the reverse is just as true. For example. When you type the word JOHN into a Microsoft Word 2007 document its stores (puts) the byte values 74, 79, 72 and 78 inside memory. The same with a paint program. Instead of storing the characters R E D (byte values 82, 69 and 68) it might store the byte value 74 (which represents RED in the above example) so that it is uses 1 Byte, instead of 3, every time you use the red ink.</p>
<p>Basically, memory is just full of numbers that are interpreted by programs to mean Instructions, Settings, Characters, Words, Sentences, Numbers, Symbols and so on.</p>
<p>ENOUGH MEMORY<br /> <br />When a program opens it first allocates some memory for its own needs. For example. If you open a 1000 bytes essay file with Microsoft Word 2007, from a floppy disk, and edit it (i.e you change the word JOHN into PAUL) the changes are not made to the essay file on the floppy disk. They are made inside memory instead, to avoid wear of the floppy disk. If you imagine every time you edited an essay character (byte value) the whole essay file had to be re-saved onto floppy disk you would soon end up with a damaged floppy disk. Just changing JOHN into PAUL would mean four re-saves. Memory is purposely made for the constant editing of byte values.</p>
<p>When Microsoft Word 2007 opens an essay file from floppy disk for example it first allocates (reserves) 1000 bytes of file memory, so it can store an exact copy of the essay file inside that memory &#8211; The original essay file on the floppy disk is left intact. The next thing Microsoft Word 2007 does is allocate some memory for its editing needs. For example. If you make a copy of the word JOHN, because you want to add (paste) it somewhere else in the essay, behind the scenes Microsoft Word 2007 makes a copy of the word JOHN by storing the word JOHN inside the edit memory. So you now have 1000 bytes full of essay characters inside the file memory and 4 bytes used inside the edit memory for the J O H N characters. However. Because you might want to copy a paragraph, an whole essay page or even the whole essay Microsoft Word 2007 has to make sure it has allocated enough edit memory for these situations. The same applies to the file memory &#8211; It might not be allocated just 1000 bytes for the essay characters, but perhaps 3000 bytes just in case you need to add more to the essay (i.e you start copying bits out of an History/Research file into the essay or you just type more characters into the essay). So the essay might need 5000 bytes in total allocated for it. Once you have finished editing the essay, which is in file memory at this point, you then tell Microsoft Word 2007 to save the file memory back onto the floppy disk as an essay file.</p>
<p>A collection of bytes is known as Data. Microsoft Word 2007 sees files and memory as a block of data only, which means when it opens a file and copies it into memory all it is doing is copying a block of data from one place (i.e Floppy Disk) to another (i.e Memory). So when it saves the essay file from file memory to floppy disk it just sees it as copying a block of data from one place to another. And that is how you should see files and memory &#8211; as blocks of data. Once the essay (file memory) has been saved onto the floppy disk as an essay file the file memory and edit memory are released for other programs to use.</p>
<p>The above is okay when everything is running smoothly, but problems arise when a program tries to allocate memory that is not available. For example. If you try to open too many programs or files at once they might crash (Freeze/Stop) Windows Vista. This would be due to the programs either not having enough memory to open themselves (i.e show their own windows) or not enough memory for their additional needs, such as editing files. For example. If there are only 10,000 bytes of memory remaining and two newly opened programs are waiting for 50,000 bytes of memory each they will be put in a waiting queue. Waiting forever. Or at least until another program closes and releases its memory, but it might only be releasing 4000 bytes of memory. In which case one of the waiting programs could use the 4000 bytes now available and then wait for the other 46,000 bytes to become available. On the other hand, the programs might get sick of waiting and decide to close. Either way it is a slow and messy process. This is why you should get to know the limits of your computer first before opening too many programs at once. Another scenario is memory corruption. Basically this is when a program misinterprets some byte values. For example. If a language program is supposed to read 74, in a settings file, as English but sees (reads) 77 instead. It would probably show text in a different language &#8211; Not much harm as you could probably change the language setting back to English once the language program had opened and fully completed. However. Imagine if a program interprets a byte value of 100 to mean you have paid/registered to use that program and a byte value of 101 to mean you are just trying out that program for 30 days. You might of paid £30 for a program that is saying you have not paid, but you are just trying it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerfoods.co.uk/answers-categories/hardware-answer/what-specifically-is-computer-memory-and-how-is-it-used/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: Would any WXGA screen fit an Acer laptop, or does is specifically have to be an Acer part?</title>
		<link>http://www.computerfoods.co.uk/computers/laptops-notebooks-answers/qa-would-any-wxga-screen-fit-an-acer-laptop-or-does-is-specifically-have-to-be-an-acer-part</link>
		<comments>http://www.computerfoods.co.uk/computers/laptops-notebooks-answers/qa-would-any-wxga-screen-fit-an-acer-laptop-or-does-is-specifically-have-to-be-an-acer-part#comments</comments>
		<pubDate>Sat, 26 Mar 2011 05:33:29 +0000</pubDate>
		<dc:creator>PC doctor</dc:creator>
				<category><![CDATA[Laptops & Notebooks]]></category>
		<category><![CDATA[Acer]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[part]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[specifically]]></category>
		<category><![CDATA[would]]></category>
		<category><![CDATA[WXGA]]></category>

		<guid isPermaLink="false">http://www.computerfoods.co.uk/computers/laptops-notebooks-answers/qa-would-any-wxga-screen-fit-an-acer-laptop-or-does-is-specifically-have-to-be-an-acer-part</guid>
		<description><![CDATA[Picture by brettneilson Concern by jess: Would any WXGA display suit an Acer laptop, or does is especially have to be an Acer component? I&#8217;m finding a laptop with a damaged display, and I was wondering if I necessary specific areas from Acer, or if I could just get a generic screen and use that as an alternative? Anyone have any experience of this? Greatest reply: Solution by David BobbGet the specific ACER screen. The reason is that each and every laptop is developed differently, using distinct sorts of cables, and hinges and measurements. The only way to assure that the new display will match is to get one that is certain to your laptop computer model. Know better? Depart your personal answer in the comments!]]></description>
			<content:encoded><![CDATA[<div style="float:leftmargin:5pxfont-size:80%"><img alt="209378881 c1b4896451 m Q&amp;A: Would any WXGA screen fit an Acer laptop, or does is specifically have to be an Acer part?" src="http://farm1.static.flickr.com/66/209378881_c1b4896451_m.jpg" width="160" title="Q&amp;A: Would any WXGA screen fit an Acer laptop, or does is specifically have to be an Acer part?" /><br /> Picture by <a target="_blank" href="http://www.flickr.com/photos/17578215@N00/209378881">brettneilson</a></div>
<p><strong><i>Concern by jess</i>: Would any WXGA display suit an Acer laptop, or does is especially have to be an Acer component?</strong><br />
I&#8217;m finding a laptop with a damaged display, and I was wondering if I necessary specific areas from Acer, or if I could just get a generic screen and use that as an alternative? Anyone have any experience of this?</p>
<p><strong>Greatest reply:</strong></p>
<p><i>Solution by David Bobb</i><br />Get the specific ACER screen. The reason is that each and every laptop is developed differently, using distinct sorts of cables, and hinges and measurements. The only way to assure that the new display will match is to get one that is certain to your laptop computer model.</p>
<p><strong>Know better? Depart your personal answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerfoods.co.uk/computers/laptops-notebooks-answers/qa-would-any-wxga-screen-fit-an-acer-laptop-or-does-is-specifically-have-to-be-an-acer-part/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What notebook do you use for CAD, specifically Solidworks ?</title>
		<link>http://www.computerfoods.co.uk/computers/laptops-notebooks-answers/what-notebook-do-you-use-for-cad-specifically-solidworks</link>
		<comments>http://www.computerfoods.co.uk/computers/laptops-notebooks-answers/what-notebook-do-you-use-for-cad-specifically-solidworks#comments</comments>
		<pubDate>Fri, 30 Jul 2010 02:08:30 +0000</pubDate>
		<dc:creator>PC doctor</dc:creator>
				<category><![CDATA[Laptops & Notebooks]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[Solidworks]]></category>
		<category><![CDATA[specifically]]></category>

		<guid isPermaLink="false">http://www.computerfoods.co.uk/answers-categories/laptops-notebooks-answers/what-notebook-do-you-use-for-cad-specifically-solidworks</guid>
		<description><![CDATA[Question by nutella-gal: What notebook do you use for CAD, specifically Solidworks ? I&#8217;m trying to find a decent and reliable, yet affordable notebook that can be used for CAD (specifically) Solidworks. If you&#8217;re doing CAD, what is your notebook and how do you like it? And does it really need 3.0 GHz processor? Thank you for your help. Best answer: Answer by Csomething such as an Panosonic Toughbook this has the serial ports ect and is a fully rugged laptop. they are hard to get hold of so i would suggest eBay. you could also try ITronics Add your own answer in the comments!]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by nutella-gal</i>: What notebook do you use for CAD, specifically Solidworks ?</strong><br />
I&#8217;m trying to find a decent and reliable, yet affordable notebook that can be used for CAD (specifically) Solidworks. If you&#8217;re doing CAD, what is your notebook and how do you like it? And does it really need 3.0 GHz processor?</p>
<p>Thank you for your help.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by C</i><br />something such as an Panosonic Toughbook  this has the serial ports ect and is a fully rugged laptop. they are hard to get hold of so i would suggest eBay. you could also try ITronics</p>
<p><strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerfoods.co.uk/computers/laptops-notebooks-answers/what-notebook-do-you-use-for-cad-specifically-solidworks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can you use regular printer paper in a laser printer, or do you specifically have to use laser printer paper?</title>
		<link>http://www.computerfoods.co.uk/answers-categories/hardware-answer/can-you-use-regular-printer-paper-in-a-laser-printer-or-do-you-specifically-have-to-use-laser-printer-paper</link>
		<comments>http://www.computerfoods.co.uk/answers-categories/hardware-answer/can-you-use-regular-printer-paper-in-a-laser-printer-or-do-you-specifically-have-to-use-laser-printer-paper#comments</comments>
		<pubDate>Thu, 15 Jul 2010 10:55:50 +0000</pubDate>
		<dc:creator>PC doctor</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Laser]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[regular]]></category>
		<category><![CDATA[specifically]]></category>

		<guid isPermaLink="false">http://www.computerfoods.co.uk/answers-categories/hardware-answer/can-you-use-regular-printer-paper-in-a-laser-printer-or-do-you-specifically-have-to-use-laser-printer-paper</guid>
		<description><![CDATA[I notice that some printer paper is called laser printer paper, and other kinds are just called printer paper. Do you have to use the kind that specifically says it&#8217;s for laser printers, or can just regular printer paper be used? What&#8217;s the difference?]]></description>
			<content:encoded><![CDATA[<p>I notice that some printer paper is called laser printer paper, and other kinds are just called printer paper. Do you have to use the kind that specifically says it&#8217;s for laser printers, or can just regular printer paper be used? What&#8217;s the difference?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerfoods.co.uk/answers-categories/hardware-answer/can-you-use-regular-printer-paper-in-a-laser-printer-or-do-you-specifically-have-to-use-laser-printer-paper/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I am looking to tap the brain of a computer hardware person specifically the power supply area.?</title>
		<link>http://www.computerfoods.co.uk/answers-categories/hardware-answer/i-am-looking-to-tap-the-brain-of-a-computer-hardware-person-specifically-the-power-supply-area</link>
		<comments>http://www.computerfoods.co.uk/answers-categories/hardware-answer/i-am-looking-to-tap-the-brain-of-a-computer-hardware-person-specifically-the-power-supply-area#comments</comments>
		<pubDate>Wed, 07 Jul 2010 09:53:17 +0000</pubDate>
		<dc:creator>PC doctor</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[area]]></category>
		<category><![CDATA[Brain]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[looking]]></category>
		<category><![CDATA[person]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[specifically]]></category>
		<category><![CDATA[supply]]></category>

		<guid isPermaLink="false">http://www.computerfoods.co.uk/answers-categories/hardware-answer/i-am-looking-to-tap-the-brain-of-a-computer-hardware-person-specifically-the-power-supply-area</guid>
		<description><![CDATA[As it seems to happen to all equipment, I powered off my computer system last night before bed. I woke up this morning and of course went directly to my computer and turn it on. It did not power up. I tried several times with the hope of a sucess but no power up. It is a Sony Vaio RB50 &#8211; 2005 model. The only thing I did notice was that there is a green LED indicator on the back of the power supply. It usally stayed on during regular working time. In my case, it just continues to blink now. Is there any hope for this system? Please don&#8217;t tell me the power supply is shot. What is the purpose of the green indicator?]]></description>
			<content:encoded><![CDATA[<p>As it seems to happen to all equipment, I powered off my computer system last night before bed. I woke up this morning and of course went directly to my computer and turn it on. It did not power up. I tried several times with the hope of a sucess but no power up. It is a Sony Vaio RB50 &#8211; 2005 model. The only thing I did notice was that there is a green LED indicator on the back of the power supply. It usally stayed on during regular working time. In my case, it just continues to blink now.<br />
Is there any hope for this system? Please don&#8217;t tell me the power supply is shot. What is the purpose of the green indicator?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerfoods.co.uk/answers-categories/hardware-answer/i-am-looking-to-tap-the-brain-of-a-computer-hardware-person-specifically-the-power-supply-area/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is the best site for ordering computer hardware online in Europe? Specifically in Berlin, Germany?</title>
		<link>http://www.computerfoods.co.uk/answers-categories/hardware-answer/what-is-the-best-site-for-ordering-computer-hardware-online-in-europe-specifically-in-berlin-germany</link>
		<comments>http://www.computerfoods.co.uk/answers-categories/hardware-answer/what-is-the-best-site-for-ordering-computer-hardware-online-in-europe-specifically-in-berlin-germany#comments</comments>
		<pubDate>Sun, 27 Jun 2010 16:59:03 +0000</pubDate>
		<dc:creator>PC doctor</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Berlin]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[ordering]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[specifically]]></category>

		<guid isPermaLink="false">http://www.computerfoods.co.uk/answers-categories/hardware-answer/what-is-the-best-site-for-ordering-computer-hardware-online-in-europe-specifically-in-berlin-germany</guid>
		<description><![CDATA[I am looking for a DVD burner for a laptop, and they don&#8217;t seem to sell them in stores here. Newegg only ships to the U.S., and Ebay doesn&#8217;t have the security to return it if it doesn&#8217;t work.]]></description>
			<content:encoded><![CDATA[<p>I am looking for a DVD burner for a laptop, and they don&#8217;t seem to sell them in stores here. Newegg only ships to the U.S., and Ebay doesn&#8217;t have the security to return it if it doesn&#8217;t work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerfoods.co.uk/answers-categories/hardware-answer/what-is-the-best-site-for-ordering-computer-hardware-online-in-europe-specifically-in-berlin-germany/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Does anyone know how specifically step by step how to put apps on your pocket pc?</title>
		<link>http://www.computerfoods.co.uk/answers-categories/pocket-pc-tablet-pc/does-anyone-know-how-specifically-step-by-step-how-to-put-apps-on-your-pocket-pc</link>
		<comments>http://www.computerfoods.co.uk/answers-categories/pocket-pc-tablet-pc/does-anyone-know-how-specifically-step-by-step-how-to-put-apps-on-your-pocket-pc#comments</comments>
		<pubDate>Wed, 23 Jun 2010 05:11:39 +0000</pubDate>
		<dc:creator>PC doctor</dc:creator>
				<category><![CDATA[Pocket PC & Tablet PC Answers]]></category>
		<category><![CDATA[anyone]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[know]]></category>
		<category><![CDATA[Pocket]]></category>
		<category><![CDATA[specifically]]></category>
		<category><![CDATA[Step]]></category>

		<guid isPermaLink="false">http://www.computerfoods.co.uk/answers-categories/pocket-pc-tablet-pc/does-anyone-know-how-specifically-step-by-step-how-to-put-apps-on-your-pocket-pc</guid>
		<description><![CDATA[I have a pocket pc from hp that i don&#8217;t know how to put applications on please help!]]></description>
			<content:encoded><![CDATA[<p>I have a pocket pc from hp that i don&#8217;t know how to put applications on please help!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerfoods.co.uk/answers-categories/pocket-pc-tablet-pc/does-anyone-know-how-specifically-step-by-step-how-to-put-apps-on-your-pocket-pc/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Are external hard drives interchangable between mac&#8217;s and pc&#8217;s specifically the Seagate Freeagent Go?</title>
		<link>http://www.computerfoods.co.uk/answers-categories/hardware-answer/are-external-hard-drives-interchangable-between-macs-and-pcs-specifically-the-seagate-freeagent-go</link>
		<comments>http://www.computerfoods.co.uk/answers-categories/hardware-answer/are-external-hard-drives-interchangable-between-macs-and-pcs-specifically-the-seagate-freeagent-go#comments</comments>
		<pubDate>Fri, 18 Jun 2010 01:52:58 +0000</pubDate>
		<dc:creator>PC doctor</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[between]]></category>
		<category><![CDATA[DRIVES]]></category>
		<category><![CDATA[External]]></category>
		<category><![CDATA[Freeagent]]></category>
		<category><![CDATA[HARD]]></category>
		<category><![CDATA[interchangable]]></category>
		<category><![CDATA[Mac's]]></category>
		<category><![CDATA[PC's]]></category>
		<category><![CDATA[Seagate]]></category>
		<category><![CDATA[specifically]]></category>

		<guid isPermaLink="false">http://www.computerfoods.co.uk/answers-categories/hardware-answer/are-external-hard-drives-interchangable-between-macs-and-pcs-specifically-the-seagate-freeagent-go</guid>
		<description><![CDATA[I am looking to backup the hard drive on my pc but am planning on purchasing a mac in two years. Will it be possible to transfer the data on the external hard drive to my the new Mac? The external hard drive I have in mind is the Seagate Freeagent Go 500Gb. Any advice is appreciated. Thanks]]></description>
			<content:encoded><![CDATA[<p>I am looking to backup the hard drive on my pc but am planning on purchasing a mac in two years.  Will it be possible to transfer the data on the external hard drive to my the new Mac?  The external hard drive I have in mind is the Seagate Freeagent Go 500Gb.   Any advice is appreciated.  Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerfoods.co.uk/answers-categories/hardware-answer/are-external-hard-drives-interchangable-between-macs-and-pcs-specifically-the-seagate-freeagent-go/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

