<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-547714690450085977</atom:id><lastBuildDate>Thu, 03 Oct 2024 17:11:14 +0000</lastBuildDate><category>How to</category><category>Tips</category><category>Computer Hardware Servicing</category><category>System</category><category>LCD Monitor</category><category>Optimization</category><category>Repair</category><category>PC</category><category>Software</category><category>Anti-Virus</category><category>BIOS</category><category>Basic Electronics</category><category>Desktop Computer</category><category>Malware</category><category>Operating System</category><category>Spyware</category><category>Toolkit</category><category>Beep Codes</category><category>C Programming</category><category>Case Study</category><category>Computer Parts</category><category>Installing</category><category>News</category><category>Programming</category><category>RAM</category><category>Refurbished Laptop</category><category>Windows 8</category><title>Montoya&#39;s Computer Repair Tips</title><description>Tutorials for computer repair, computer diagnose, computer troubleshoot, software repair, hardware repair, pc repair tools, laptop repair,pc repair toolkit, computer technician, computer tips and tricks, etc.</description><link>http://jscomptech.blogspot.com/</link><managingEditor>noreply@blogger.com (zxheejhei)</managingEditor><generator>Blogger</generator><openSearch:totalResults>26</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-3611323106046254678</guid><pubDate>Thu, 20 Dec 2012 06:32:00 +0000</pubDate><atom:updated>2012-12-19T22:32:30.499-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">C Programming</category><category domain="http://www.blogger.com/atom/ns#">Case Study</category><category domain="http://www.blogger.com/atom/ns#">Programming</category><title>Windmill Alphabets in Turbo C Program Case Study</title><description>&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Sample Program from Turbo C that can help for IT students in their case Studies.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Download Turbo C for XP &lt;a href=&quot;http://www.scratchtheweb.com/2012/09/download-turbo-c.html&quot; target=&quot;_blank&quot;&gt;Here:&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Download Turbo C for Windows 7 / Windows 8 &lt;a href=&quot;http://www.scratchtheweb.com/2012/10/turbo-c-for-windows-7.html&quot; target=&quot;_blank&quot;&gt;Here:&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://imageshack.us/a/img69/391/elesi.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;160&quot; src=&quot;http://imageshack.us/a/img69/391/elesi.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;#include &amp;lt;stdio.h&amp;gt;&lt;/li&gt;
&lt;li&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;/li&gt;
&lt;li&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;int main(int argc, char *argv[])&lt;/li&gt;
&lt;li&gt;{&lt;/li&gt;
&lt;li&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;int x, y, letter = 65;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;for( y = 10; y &amp;gt;= -10 ; y--)&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;{&lt;/li&gt;
&lt;li&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;for( x = -10; x &amp;lt;= 10; x++)&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;{&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;if( ( y &amp;gt;= x &amp;amp;&amp;amp; x &amp;gt; 0 &amp;amp;&amp;amp; y &amp;gt; 0) ||(y &amp;lt;= x &amp;amp;&amp;amp; x &amp;lt; 0 &amp;amp;&amp;amp; y &amp;lt; 0) || (y &amp;gt;= -x &amp;amp;&amp;amp; x &amp;gt; 0 &amp;amp;&amp;amp; y &amp;lt; 0) || (y &amp;lt;= -x &amp;amp;&amp;amp; x &amp;lt; 0 &amp;amp;&amp;amp; y &amp;gt; 0) &amp;nbsp;|| (x == 0) || (y == 0)) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt; {&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(letter == 91)&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; letter = 65;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if((y == -x) || (y == x) || (y==0) || (x==0) || (x==10) || (x==-10) || (y== -10) || (y == 10))&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; printf(&quot;*&quot;);&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; printf(&quot;%c&quot;, letter);&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; letter++;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;    &lt;/span&gt;printf(&quot; &quot;);&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;}&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;printf(&quot;\n&quot;);;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;}&lt;/li&gt;
&lt;li&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; system(&quot;PAUSE&quot;);&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp; return 0;&lt;/li&gt;
&lt;li&gt;}&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/windmill-alphabets-in-turbo-c-program.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-4491418397509934648</guid><pubDate>Thu, 20 Dec 2012 05:57:00 +0000</pubDate><atom:updated>2012-12-19T21:59:57.623-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">System</category><category domain="http://www.blogger.com/atom/ns#">Windows 8</category><title>Windows 8 Best Features</title><description>&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;1.&amp;nbsp;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;Customize More Icons in Windows Explorer&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiomNCIr8On0mbzYyZPM3QyTKV_4A5mWV7WDRiokmR0F-QJJycEOrBSoR-V6yZeqpOa44S2rUxvoWUryFvLkcAqavgrAuqxIdWznEhp58EUUb8tjMWihFfGoRTBJiPkJ-5UV8l3SqyN1pq6/s1600/libraryicon.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiomNCIr8On0mbzYyZPM3QyTKV_4A5mWV7WDRiokmR0F-QJJycEOrBSoR-V6yZeqpOa44S2rUxvoWUryFvLkcAqavgrAuqxIdWznEhp58EUUb8tjMWihFfGoRTBJiPkJ-5UV8l3SqyN1pq6/s1600/libraryicon.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;2.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;Enable the Secret Start Screen Animation&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkcfYm9Up8ihJaUDmYphJwD_0TNcxkIr9d2fuJj7iZl8fvjH2aPN19gfE5Ml8XHAVnHuZ4DVpo4Xp-TxpEukTjlgRVGrAepbKEkfxOPbgjaoED9In2Rphn67_N9NKZwwfNhhwGhVuq45N5/s1600/medium.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkcfYm9Up8ihJaUDmYphJwD_0TNcxkIr9d2fuJj7iZl8fvjH2aPN19gfE5Ml8XHAVnHuZ4DVpo4Xp-TxpEukTjlgRVGrAepbKEkfxOPbgjaoED9In2Rphn67_N9NKZwwfNhhwGhVuq45N5/s1600/medium.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;3.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;Enable the Hidden &quot;Aero Lite&quot; Them&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEix1BOkW9kgj_iyhfpkaK3jAi4eAntUTrgYZ8Gc5e9RiOTgb936wdVYxDzHWgM8t4ba8mzKbX_4n1L3pNchZRkTRX9YYHMuzl2W65QdCj9zTbc_bGjTuRR2zxQL2tfjPV8loD9Km2HWc6TF/s1600/Aero+Lite.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEix1BOkW9kgj_iyhfpkaK3jAi4eAntUTrgYZ8Gc5e9RiOTgb936wdVYxDzHWgM8t4ba8mzKbX_4n1L3pNchZRkTRX9YYHMuzl2W65QdCj9zTbc_bGjTuRR2zxQL2tfjPV8loD9Km2HWc6TF/s1600/Aero+Lite.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;4.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;Customize the Apps in the Search Bar&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS7lJgkUFepKSkqUmULZBDgo61dThbUssotTowVOartONBVjSpp8EmHJXEvmln7btqnSrC3FiRQCvj-UFmpCIcBjrUQw6z6U0x4yDzyMi9c5GF1DwSswUeoYgv8mtrNDAgeCmNci6BobKt/s1600/windows8costumizeapps.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;174&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS7lJgkUFepKSkqUmULZBDgo61dThbUssotTowVOartONBVjSpp8EmHJXEvmln7btqnSrC3FiRQCvj-UFmpCIcBjrUQw6z6U0x4yDzyMi9c5GF1DwSswUeoYgv8mtrNDAgeCmNci6BobKt/s320/windows8costumizeapps.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;5.&amp;nbsp;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;Run Automatic Maintenance on a Schedule&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLmVfN1Tj9QBvCBkYPwGCgY86_sNrYk2iHTla4Id1bA3h-RX4j52Yq0y-08f8HwZgMjJAs1HjYgtXSe-2op77hNwRNxKPrw1lgBgxiCIuZbhtcOHLzSffGveZVCQtWNuFK8vYy5XMXz9_C/s1600/automaintenance.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLmVfN1Tj9QBvCBkYPwGCgY86_sNrYk2iHTla4Id1bA3h-RX4j52Yq0y-08f8HwZgMjJAs1HjYgtXSe-2op77hNwRNxKPrw1lgBgxiCIuZbhtcOHLzSffGveZVCQtWNuFK8vYy5XMXz9_C/s1600/automaintenance.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;6.&amp;nbsp;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;Get More Out of Your Multiple Monitors&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgy6B6umIaHgdAsaserHh__sogCNLFLBPBC8qbplRijSfw2YralLtwDqzQh5fSXCgV1fCzaSWrPXbXcbDYCEe2sxzm8QfQFlPQ8q2d0VbFKDGMorpgjT2zbjuCImXPJ4W_u8GpeBUdG3OXb/s1600/Windows+8+Multiple+Monitors.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;187&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgy6B6umIaHgdAsaserHh__sogCNLFLBPBC8qbplRijSfw2YralLtwDqzQh5fSXCgV1fCzaSWrPXbXcbDYCEe2sxzm8QfQFlPQ8q2d0VbFKDGMorpgjT2zbjuCImXPJ4W_u8GpeBUdG3OXb/s320/Windows+8+Multiple+Monitors.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;7.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;Hide Recent Files from Your Jump Lists&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzDlsnFXz9a_IOyTCXP5mEOr0-0SF4hdnfUSkFazcPjcoLPYbDvXh_bLIvTnarEYBtogsrjSK6Smqz35jGUAA8Rwj84N9ygBHjwtcgoct0R-Az0cDI42wJQSGYxfS4G80UvvRV7PuwPymQ/s1600/Windows+8+Show+hidden+Files.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;185&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzDlsnFXz9a_IOyTCXP5mEOr0-0SF4hdnfUSkFazcPjcoLPYbDvXh_bLIvTnarEYBtogsrjSK6Smqz35jGUAA8Rwj84N9ygBHjwtcgoct0R-Az0cDI42wJQSGYxfS4G80UvvRV7PuwPymQ/s320/Windows+8+Show+hidden+Files.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;8.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;Tweak the Number of Rows on the Start Screen&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHQicT6u_pmWA6RRQl9tg3x6a2g5EzwKW0XquuK46jlxy7wtpyaBWPEbxDkIdzfnWRZelRBK8VuziY3Tj7Or7bP4kN8dJURPZqm_ebubRGmN_xLFi8aPAJFKhi0Y7X-n0f4zetFqN_Lv9j/s1600/Windows+8+tweaks.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHQicT6u_pmWA6RRQl9tg3x6a2g5EzwKW0XquuK46jlxy7wtpyaBWPEbxDkIdzfnWRZelRBK8VuziY3Tj7Or7bP4kN8dJURPZqm_ebubRGmN_xLFi8aPAJFKhi0Y7X-n0f4zetFqN_Lv9j/s1600/Windows+8+tweaks.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;9.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;Take Faster Screenshots&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3AOFmXBAndfJF-fjDQJPreovEy7I2BmT45xJq-zvDimPEBdRuQLminH1pZ3MuWZ3bTzcNCQI97JQnKglfi5wDOst165-AHqxmbcKEubgDxRioBZWiGNTRXhpUqsiHoOpMVWcOnouGhUra/s1600/Windows+8+Print+Screen.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;195&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3AOFmXBAndfJF-fjDQJPreovEy7I2BmT45xJq-zvDimPEBdRuQLminH1pZ3MuWZ3bTzcNCQI97JQnKglfi5wDOst165-AHqxmbcKEubgDxRioBZWiGNTRXhpUqsiHoOpMVWcOnouGhUra/s320/Windows+8+Print+Screen.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;10.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;Create and Name App Groups on the Start Screen&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkJAPq9zoNPUjw5V5uCQWgCLF9SsaZo9nVeg_hQG-AEaGOvHN8nN_VbNIBCQGdNbMUIbMQbI_A7WtC_NxracP116RVVpm6dp_Yu_8UAskXb_WGU77naROZ62kQegcFyesxnY8pqaw2vYY8/s1600/Windows+8+Apps.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;196&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkJAPq9zoNPUjw5V5uCQWgCLF9SsaZo9nVeg_hQG-AEaGOvHN8nN_VbNIBCQGdNbMUIbMQbI_A7WtC_NxracP116RVVpm6dp_Yu_8UAskXb_WGU77naROZ62kQegcFyesxnY8pqaw2vYY8/s320/Windows+8+Apps.jpg&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; font-family: Georgia, Times, &#39;Liberation Serif&#39;, serif; font-size: 21px; line-height: 1.2;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/windows-8-best-features.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiomNCIr8On0mbzYyZPM3QyTKV_4A5mWV7WDRiokmR0F-QJJycEOrBSoR-V6yZeqpOa44S2rUxvoWUryFvLkcAqavgrAuqxIdWznEhp58EUUb8tjMWihFfGoRTBJiPkJ-5UV8l3SqyN1pq6/s72-c/libraryicon.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-5371007860206881710</guid><pubDate>Thu, 20 Dec 2012 02:22:00 +0000</pubDate><atom:updated>2012-12-19T18:22:14.520-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Basic Electronics</category><category domain="http://www.blogger.com/atom/ns#">Computer Hardware Servicing</category><title>COMPUTER HARDWARE SERVICING NC II BASIC ELECTRONICS: FAMILIARIZING THE RESISTANCE</title><description>&lt;br /&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;text-transform: uppercase;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Resistance&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resistance is the measure of how
difficult it is for current to flow through something.&amp;nbsp; And being familiar with resistance, it can
help you better understand electronic circuitry. Resistance deals also with
current that involves in voltage and with the conductors and insulators.
Insulators are those do not easily carry a current&amp;nbsp; like glass, ceramics, woods,&amp;nbsp; and plastics. For best result in resistance
study, Good Conductors is the one to deal with. Metal is the good conductor
that I am talking about. Current can easily flows trhough metals that’s why
plastics is used as cover for metal wires to be its insulator. Now how about
the Silicon and Germanium? They are called “the semi-conductors”&amp;nbsp; which fall between conductor and insulator.&lt;/span&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;


&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size also reflects the resistance.
A thick metal wire can produce lower resistance, likewise shorter wire the
shorter the resistance. To have a higher resistance you need to have a longer
wire.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;text-transform: uppercase;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Resistors&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;text-transform: uppercase;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; More of circuits nowadays often
carry small amount of power that’s why resistors born. If the resistor carries
higher value of resistance, then if a voltage placed across it, the less
current will flow through it. To get the value of the resistor, color code is
need to be read or else you need a multitester to get the amount of resistance
into it. The unit for this time is “Ohms”, a very small size.&amp;nbsp; Ohms is&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;span style=&quot;background-color: white; color: #222222; line-height: 16px;&quot;&gt;named after German physicist George Simon&amp;nbsp;&lt;/span&gt;&lt;em style=&quot;background-color: white; font-style: normal; font-weight: bold; line-height: 16px;&quot;&gt;Ohm.&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;em style=&quot;background-color: white; font-style: normal; font-weight: bold; line-height: 16px;&quot;&gt;&lt;br /&gt;&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;

&lt;/span&gt;&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;text-transform: uppercase;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Resistor
Color Coding&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;text-transform: uppercase;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;0
Black&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;1
Brown&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;2
Red&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;3
Orange&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;4
Yellow&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;5
Green&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;6
Blue&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;7
Purple/Violet&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;8
Gray&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;9
White&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;text-transform: uppercase;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Reading
the Color Codes&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;text-transform: uppercase;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mose of the resistors composes of 3
color bands. The first and the second band is the number and the third is the
number of noughts. See example below:&lt;/span&gt;&lt;span style=&quot;font-family: Times New Roman, serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfTujXvm6QDUZ0oKvJPvtv2bVCqSu0Epfq25_Gof4nqpJACesURUNWwdx6Dc2jugqBYqGw1G49JTbxVxuj6_FoVFWp3_hDabgRe2iFJWUVgSw-FU3AqY5ZKl7htLVO5pbodlNM9UcW7_yp/s1600/Resistor+Color+Bands.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;190&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfTujXvm6QDUZ0oKvJPvtv2bVCqSu0Epfq25_Gof4nqpJACesURUNWwdx6Dc2jugqBYqGw1G49JTbxVxuj6_FoVFWp3_hDabgRe2iFJWUVgSw-FU3AqY5ZKl7htLVO5pbodlNM9UcW7_yp/s400/Resistor+Color+Bands.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNoSpacing&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/computer-hardware-servicing-nc-ii-basic.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfTujXvm6QDUZ0oKvJPvtv2bVCqSu0Epfq25_Gof4nqpJACesURUNWwdx6Dc2jugqBYqGw1G49JTbxVxuj6_FoVFWp3_hDabgRe2iFJWUVgSw-FU3AqY5ZKl7htLVO5pbodlNM9UcW7_yp/s72-c/Resistor+Color+Bands.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-8438091051100073546</guid><pubDate>Thu, 20 Dec 2012 02:19:00 +0000</pubDate><atom:updated>2012-12-19T18:19:18.797-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Basic Electronics</category><category domain="http://www.blogger.com/atom/ns#">Computer Hardware Servicing</category><title>Computer Hardwrae Servicing NC II Basic Electronics: Familiarizing the Voltage</title><description>&lt;br /&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;b style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;Voltage&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To understand what electronics is,
you need to know first, what is voltage. All we know that if there is no
Voltage, electronics is non sense.&amp;nbsp; Yet,
we know all about this, if not , this article can help you.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Let
us say I have a battery in my hand. Does the battery have voltage? Yes, it has.
The batteries have voltage between its terminals. This voltage helps the
Current to flow through any electrical circuit placed across it. If there is a
current flow into the circuit, you will see some happenings like a bulb produce
light, you can create heat, sound, movement, magnetism, sparks and etc.&lt;/span&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;How to Test the
Voltage&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In able to test the voltage or
the amount of voltage, we need a Voltmeter or the Multitester.&amp;nbsp; Take note that the unit used for voltage is
“Volts” named after Voltaire, the man who introduce voltage in the human
history. Multitester or Voltmeter can help you to figure out how big or small
is the amount of voltage. The bigger the voltage, yet, the bigger the current
flows into the circuit.&amp;nbsp; Let us get back
to the battery. We can see that there indicators, the Positive (+) and the
Negativ (-). Those are what we called the polarity. In using Multitester for
testing the voltage of the battery, set your point to DC (Direct Current)
section.&amp;nbsp; This tester is having two
wirings colored Red and Black (Most of All). The Red indicates the positive and
the Black indicates the negative. To begin the test, put the Red wire with pin
into the positive part of the battery and Black on the negative part. You can
see that the metter indicator&amp;nbsp; on the
Tester move from left to right, it means that there is voltage and if&amp;nbsp; the meter don’t move a bit, it means that
there is no flow of current. Shown below is the picture of testing the voltage
of a battery.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhABEONOVy3sXZFnJ0HXfh1NAYd64xBKkOmJcq1gmSZjQWzcvUW93WEq1pc9lX_plMFK7-SzncjRDUNONk2IIaX3jsU_nZFDGs3zZxC5S_HvXoD1xF036pky-y4NnE88sHnBbHvqA1oePl/s1600/Testing+Battery+Using+Multi-tester.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhABEONOVy3sXZFnJ0HXfh1NAYd64xBKkOmJcq1gmSZjQWzcvUW93WEq1pc9lX_plMFK7-SzncjRDUNONk2IIaX3jsU_nZFDGs3zZxC5S_HvXoD1xF036pky-y4NnE88sHnBbHvqA1oePl/s320/Testing+Battery+Using+Multi-tester.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;!--[if gte vml 1]&gt;&lt;v:shapetype
 id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot;
 path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;/&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 1 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum 0 0 @1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @2 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 0 1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @6 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;sum @8 21600 0&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @10 21600 0&quot;/&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;/&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;/&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_0&quot; o:spid=&quot;_x0000_s1026&quot; type=&quot;#_x0000_t75&quot;
 alt=&quot;Testing Battery Using Multi-tester.jpg&quot; style=&#39;position:absolute;left:0;
 text-align:left;margin-left:93pt;margin-top:5pt;width:293.25pt;height:220.5pt;
 z-index:-1;visibility:visible;mso-wrap-style:square;mso-wrap-distance-left:9pt;
 mso-wrap-distance-top:0;mso-wrap-distance-right:9pt;
 mso-wrap-distance-bottom:0;mso-position-horizontal:absolute;
 mso-position-horizontal-relative:text;mso-position-vertical:absolute;
 mso-position-vertical-relative:text&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\DOCUME~1\user\LOCALS~1\Temp\msohtmlclip1\01\clip_image001.jpg&quot;
  o:title=&quot;Testing Battery Using Multi-tester&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style=&quot;height: 294px; left: 0px; margin-left: 124px; margin-top: 7px; mso-ignore: vglayout; position: absolute; width: 391px; z-index: -1;&quot;&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/computer-hardwrae-servicing-nc-ii-basic.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhABEONOVy3sXZFnJ0HXfh1NAYd64xBKkOmJcq1gmSZjQWzcvUW93WEq1pc9lX_plMFK7-SzncjRDUNONk2IIaX3jsU_nZFDGs3zZxC5S_HvXoD1xF036pky-y4NnE88sHnBbHvqA1oePl/s72-c/Testing+Battery+Using+Multi-tester.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-8244787506197669895</guid><pubDate>Tue, 18 Dec 2012 20:39:00 +0000</pubDate><atom:updated>2012-12-18T12:41:14.253-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">Optimization</category><category domain="http://www.blogger.com/atom/ns#">PC</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>Top 10 PC Optimization Technique for Old Computers</title><description>&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Optimization helps you to speed up your computer. If your computer is well optimized you can do&amp;nbsp;many things without interruption. It can make your work be easy most specially in typing jobs or any related work. More of us wants to have a high end computer but not affordable with our budget. That&#39;s&amp;nbsp;why we are still making sense of our old computer or let us say not a high end one like P4, PM and Sempron processor inside the system unit and only having 512 MB of RAM. What I want to say is, there&amp;nbsp;is a way on how to optimize computer/PC without upgrading. Office works, is what I meant, for what I have in the said old computer. Not only for that, also with the students who cannot afford to buy a&amp;nbsp;new one. Listed below are the ways on how you can optimize your PC without upgrading.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
1. &lt;b&gt;Check Up&lt;/b&gt; - I can say that computers are like humans that needs care also. If a human got sick he/she goes to a doctor for check up. Computers need check up too, and you will be the doctor. Checking up all the peripherals inside the system unit can help a lot that we can say diagnose. Now once the computer diagnosed or checked up already, and if you found somethings wrong, you are now going for troubleshooting. Although you can not totally fix the problem, at least you knew what are the problems on your computer. On that time you can call a Computer Technician or any specialist to fix that problem.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
2. &lt;b&gt;Anti - Viru&lt;/b&gt;s - like what I have said computers are like humans, viruses can destroy the system system of the human body like in computers it will destroy your files and other system files. Make sure that you have installed Anti-Virus and keeping it updated. How if I can&#39;t buy that kind of Anti-Virus. In the internet, there are lots of freeware Anti-Virus software that you can download. Or you can visit the Freeware Download Link on the Page menu on this Blog. Keeping your PC Virus free helps you a lot in maintaining the good performance of your PC. Always scan your system for Viruses.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
3. &lt;b&gt;Unused Programs&lt;/b&gt; - delete some unused programs for the system not to be crowded. Make sure that the file is not important. Take a look first before deleting them.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
4. &lt;b&gt;Start Up&lt;/b&gt; - disable programs that are not needed to be run on system start up. Enable only the important applications like Anti-Virus.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
5. &lt;b&gt;Cleaning&lt;/b&gt; - you can clean the PC outside and inside. Outside is for physical cleaning, uncasing the unit and clean the whole PC. Inside is for cleaning the disc storage, the registry, cookies, recycle Bin, and any temporary files. CCleaner can help a lot with this one.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
6. &lt;b&gt;Updates&lt;/b&gt; - updating your computer system can also optimize your PC. Take advantage of that.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
7. &lt;b&gt;Proper Shutdown&lt;/b&gt; - improper shutting down of the system unit can give the Hard Disk Bad Sectors and also System Crash. Make sure that you will always shutdown your PC properly.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
8. &lt;b&gt;Defragmentation&lt;/b&gt; - fragmented files can make your PC slow down. Defrag your Hard Disk to arranged those fragmented files.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
9. &lt;b&gt;Virtual RAM&lt;/b&gt; - this is an advance technique. You can read the whole process Here.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
10. &lt;b&gt;Graphics&lt;/b&gt; - minimize using of screensavers and other desktop enhancers. It can also affects the CPU performance.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/top-10-pc-optimization-technique-for.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-6401671988584211200</guid><pubDate>Mon, 17 Dec 2012 17:21:00 +0000</pubDate><atom:updated>2012-12-17T15:25:45.747-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">BIOS</category><category domain="http://www.blogger.com/atom/ns#">Computer Hardware Servicing</category><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>BIOS Familiarization for Computer Hardware Servicing NC II Students (BASIC)</title><description>&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The read-only memory BIOS provides a intrinsic &amp;nbsp;Setup program that permits the user to change the fundamental system configuration and hardware parameters, Bios may be a set of routines that affects however &amp;nbsp;transfer information between computer parts, like memory, disk, and also the display adaptor. The changed information are going to be hold on in an exceedingly battery-backed CMOS, in order that the info are going to be preserved even once the ability is turned-off. In general, the knowledge saved within the CMOS RAM can keep unchanged unless there&#39;s a configuration amendment within the system, like disc drive replacement or a tool is side. During this model we tend to are mistreatment recent form of BIOS version, appearance can disagree on some Machine model particularly for the newer models.&lt;/span&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b&gt;How to get inside the BIOS Settings?&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;As a computer technician, based on my experiences, hitting the key on keyboard is the easiest way to get into the BIOS. Now, what are the keys? The keys depends on the types of BIOS or models you are entering with. Most used are, F2 and Del key that almost works in most of BIOS&#39;. The F9 key almost goes to Load Optimized Defaults and F10 for Save and Exit.&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: x-large;&quot;&gt;THE GRAPHICAL USER INTERFACE&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;b&gt;The Main Menu&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img src=&quot;http://64.19.142.10/dl.maximumpc.com/galleries/biosguide/x58_gigabyte_x58_sm.jpg&quot; /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;b&gt;CMOS Features&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;-commonly used for configuring Hard Drive Channels, Date, Time, Floppy Mode and Halt On.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img src=&quot;http://64.19.142.13/dl.maximumpc.com/galleries/biosguide/x58_gigabyte_standardcmosfeatures_sm.jpg&quot; /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;b&gt;The Advance BIOS Features&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;- deals with the booting process which is needed to be prioritize and for configuring&amp;nbsp;various parts of your system unit.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img src=&quot;http://64.19.142.11/dl.maximumpc.com/galleries/biosguide/x58_gigabyte_advancedbiosfeatures_sm.jpg&quot; /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;b&gt;The Integrated&amp;nbsp;Peripherals&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img src=&quot;http://64.19.142.10/dl.maximumpc.com/galleries/biosguide/x58_gigabyte_integratedperipherals_sm.jpg&quot; /&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;b&gt;The Power Management&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img src=&quot;http://64.19.142.11/dl.maximumpc.com/galleries/biosguide/x58_gigabyte_acpi_sm.jpg&quot; /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;b&gt;The Advanced CPU Features&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img src=&quot;http://64.19.142.12/dl.maximumpc.com/galleries/biosguide/x58_gigabyte_cpucoresenabled_sm.jpg&quot; /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&lt;b&gt;The PC Health Status&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img src=&quot;http://64.19.142.13/dl.maximumpc.com/galleries/biosguide/x58_gigabyte_pchealthstatus_sm.jpg&quot; /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;a href=&quot;http://b10bcc4hyj1f435fl53n-neydi.hop.clickbank.net/?tid=DJCJ12-18-12&quot; target=&quot;_top&quot;&gt;Click Here!&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/bios-familiarization-for-computer.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-7352603475810173609</guid><pubDate>Mon, 17 Dec 2012 16:41:00 +0000</pubDate><atom:updated>2012-12-17T09:23:01.128-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Beep Codes</category><category domain="http://www.blogger.com/atom/ns#">BIOS</category><category domain="http://www.blogger.com/atom/ns#">Computer Hardware Servicing</category><category domain="http://www.blogger.com/atom/ns#">Operating System</category><category domain="http://www.blogger.com/atom/ns#">Software</category><title>Familiarizing The Beep Codes according to types of BIOS for Computer Hardware Servicing NCII Course</title><description>&lt;br /&gt;
&lt;div align=&quot;left&quot; style=&quot;font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px; line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;strong&gt;AMI BIOS Beep Codes:&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: black; font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px; text-align: start; width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Error Message&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DRAM refresh failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The programmable interrupt timer or programmable interrupt controller has probably failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Memory parity error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;A memory parity error has occurred in the first 64K of RAM.&amp;nbsp; The RAM IC is probably bad&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Base 64K memory failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;A memory failure has occurred in the first 64K of RAM.&amp;nbsp; The RAM IC is probably bad&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System timer failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The system clock/timer IC has failed or there is a memory error in the first bank of memory&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;5 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Processor error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The system CPU has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;6 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Gate A20 failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The keyboard controller IC has failed, which is not allowing Gate A20 to switch the processor to protected mode. Replace the keyboard controller&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;7 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Virtual mode processor exception error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CPU has generated an exception error because of a fault in the CPU or motherboard circuitry&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;8 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Display memory read/write error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The system video adapter is missing or defective&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;9 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;ROM checksum error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The contents of the system BIOS ROM does not match the expected checksum value.&amp;nbsp; The BIOS ROM is probably defective and should be replaced&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;10 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS shutdown register read/write error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The shutdown for the CMOS has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;11 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Cache error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The L2 cache is faulty&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Failure in video system&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;An error was encountered in the video BIOS ROM, or a horizontal retrace failure has been encountered&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 3 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Memory test failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;A fault has been detected in memory above 64KB&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 8 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Display test failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The video adapter is either missing or defective&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;POST Failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;One of the hardware testa have failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;POST has passed all tests&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div align=&quot;left&quot; style=&quot;font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px; line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;strong&gt;AST BIOS Beep Codes:&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: black; font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px; text-align: start; width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Error Message&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CPU register test failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CPU has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Keyboard controller buffer failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The keyboard controller has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Keyboard controller reset failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The keyboard controller has failed or the motherboard circuitry is faulty&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Keyboard communication failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Either the keyboard controller IC or the associated circuitry has failed.&amp;nbsp; replace the keyboard first, then is still faulty, replace the keyboard controller IC&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;5 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Keyboard input failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The keyboard controller IC has failed. &amp;nbsp; Replace the IC&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;6 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System board chipset failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The chipset on the motherboard has failed.&amp;nbsp; Replace the motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;9 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;BIOS ROM checksum error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The BIOS ROM has failed.&amp;nbsp; If possible, replace the BIOS on the motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;10 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System timer test failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The system clock IC has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;11 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;ASIC failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Motherboard circuitry has failed. &amp;nbsp; Replace the motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;12 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS RAM shutdown register failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;THE real time clock/CMOS IC failed. &amp;nbsp; Replace the CMOS or motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DMA controller 0 failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller IC for channel 0 has failed.&amp;nbsp; If possible, replace the IC&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 1 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DMA controller 1 failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller IC for channel 1 has failed.&amp;nbsp; If possible, replace the IC&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video vertical retrace failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The video adapter has probably failed. &amp;nbsp; Replace the video adapter&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 3 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video memory test failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The video adapter&#39;s memory has failed. &amp;nbsp; Replace the video adapter&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 4 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video adapter failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The video adapter has failed. &amp;nbsp; Replace the video adapter&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 5 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB memory failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;A failure has occurred in the base 64KB of memory.&amp;nbsp; If possible, replace the RAM IC&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 6 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Unable to load interrupt vectors&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The BIOS was unable to load the interrupt vectors into memory&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 7 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Unable to initialize video&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;This a video problem. Replace the video adapter first.&amp;nbsp; If problem is still present, replace the motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 8 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video memory failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The is a failure in the video memory. &amp;nbsp; Replace the video adapter first.&amp;nbsp; If problem is still present, replace the motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div align=&quot;left&quot; style=&quot;font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px; line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;strong&gt;Award BIOS Beep Codes:&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px; line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px;&quot;&gt;
&lt;table align=&quot;center&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Error Message&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1long, 2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video adapter error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Either video adapter is bad or is not seated properly.&amp;nbsp; Also, check to ensure the monitor cable is connected properly.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Repeating (endless loop)&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Memory error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check for improperly seated or missing memory.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1long, 3short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;No video card or bad video RAM&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Reseat or replace the video card.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;High frequency beeeps while running&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Overheated CPU&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check the CPU fan for proper operation. Check the case for proper air flow.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Repeating High/Low&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CPU&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Either the CPU is not seated properly or the CPU is damaged. May also be due to excess heat. Check the CPU fan or BIOS settings for proper fan speed.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px; line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px; line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;strong&gt;Compaq BIOS Beep Codes:&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: black; font-size: 12px; text-align: start; width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;div align=&quot;center&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Error Message&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;No error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System is booting properly&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 1 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;BIOS ROM checksum error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The contents of the BIOS ROM to not match the expected contents.&amp;nbsp; If possible, reload the BIOS from the PAQ&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;General error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Unknown&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check the video adapter and ensure it&#39;s seated properly.&amp;nbsp; If possible, replace the video adapter&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;7 beeps (1 long, 1s, 1l, 1 short, pause, 1 long, 1 short, 1 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;AGP video&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The AGP video card is faulty. &amp;nbsp; Reseat the card or replace it outright.&amp;nbsp; This beep pertains to Compaq Deskpro systems&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long neverending beep&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;div style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Memory error. Bad RAM. Replace and test&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 short, 2 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bad RAM&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Reseat RAM then retest; replace RAM if failure continues&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;div align=&quot;left&quot; style=&quot;font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px; line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;/div&gt;
&lt;ul style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;li&gt;&lt;div align=&quot;left&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;strong&gt;IBM Desktop BIOS Beep Codes:&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;table align=&quot;center&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: black; font-size: 12px; text-align: start; width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Error Message&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Normal POST&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System is booting properly&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialization error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Error code is displayed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 1 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System board error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video adapter error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 3 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;EGA/VGA adapter error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3270 keyboard adapter error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Continuous&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Power supply error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Replace the power supply&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;999s&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Power supply error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Replace the power supply&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td height=&quot;21&quot; width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;No beep&lt;/span&gt;&lt;/td&gt;&lt;td height=&quot;21&quot; width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Power supply&lt;/span&gt;&lt;/td&gt;&lt;td height=&quot;21&quot; width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Replace the power supply&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;strong&gt;&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;IBM Thinkpad BIOS Beep Codes:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: black; font-size: 12px; text-align: start; width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;33%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps/Error&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Continuous beeping&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System board failure&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;One beep; Unreadable, blank or flashing LCD&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;LCD connector problem; LCD backlight inverter failure; video adapter faulty; LCD assembly faulty; System board failure; power supply failure&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;One beep; Message &quot;Unable to access boot source&quot;&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Boot device failure; system board failure&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;One long, two short beeps&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System board failure; Video adapter problem; LCD assembly failure&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;One long, four short beeps&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Low battery voltage&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;One beep every second&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Low battery voltage&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Two short beeps with error codes&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;POST error message&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Two short beeps&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System board failure&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div align=&quot;left&quot; style=&quot;font-family: Verdana, Tahoma, Arial, &#39;Helvetica Neue&#39;, Helvetica, sans-serif; font-size: 12px; line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;/div&gt;
&lt;ul style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;li&gt;&lt;div align=&quot;left&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;strong&gt;Mylex BIOS Beep Codes:&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
&lt;table align=&quot;center&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Error Message&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Normal boot&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System is booting normally&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video adapter error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The video adapter is either faulty or not seated properly.&amp;nbsp; Check the adapter&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Keyboard controller error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The keyboard controller IC is faulty. &amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Keyboard error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The keyboard controller IC is faulty or the keyboard is faulty.&amp;nbsp; Replace the keyboard, if problem still persists, replace the keyboard controller IC&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;5&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;PIC 0 error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The programmable interrupt controller is faulty.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;6&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;PIC 1 error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The programmable interrupt controller is faulty.&amp;nbsp; replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;7&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DMA page register error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller IC is faulty. &amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;8&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;RAM refresh error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;9&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;RAM data error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;10&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;RAM parity error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;11&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DMA controller 0 error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller IC for channel 0 has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;12&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS RAM error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CMOS RAM has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;13&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DMA controller 1 error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller IC for channel 1 has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;14&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS RAM battery error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CMOS RAM battery has failed. &amp;nbsp; If possible, replace the CMOS or battery&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;15&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS RAM checksum error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CMOS RAM has failed.&amp;nbsp; If possible, replace the CMOS&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;16&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;BIOS ROM checksum error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The BIOS ROM has failed.&amp;nbsp; If possible replace the BIOS or upgrade it&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;strong&gt;Mylex 386 BIOS Beep Codes:&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
&lt;table align=&quot;center&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Error Message&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Normal boot&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System is booting normally&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video adapter failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Either the video adapter is faulty, not seated properly or is missing&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 1 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Keyboard controller error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Either the keyboard controller IC is faulty or the system board circuitry is faulty&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 2 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Keyboard error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Either the keyboard controller is faulty or the system board circuitry is faulty&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 3 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;PIC 0 error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The programmable interrupt controller IC is faulty&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long 4 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;PIC 1 error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The programmable interrupt controller IC is faulty&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 5 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DMA page register error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller IC 1 or 2 is faulty or the system board circuitry is faulty&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 6 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;RAM refresh error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 7 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;RAM data error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 8 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;RAM parity error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 9 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DMA controller 1 error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller for channel 0 is faulty or the system board circuitry is faulty&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 10 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS RAM error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Either the CMOS RAM is faulty. &amp;nbsp; Replace the CMOS&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 11 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DMA controller 2 error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller for channel 1 is faulty or the system board circuitry is faulty&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 12 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS RAM battery error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CMOS RAM battery is faulty or the CMOS RAM is bad.&amp;nbsp; Replace the battery if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 13 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS checksum error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CMOS RAM is faulty&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long 14 short, 1 long&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;BIOS ROM checksum failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The BIOS ROM checksum is faulty. &amp;nbsp; Replace the BIOS or upgrade&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
&lt;strong style=&quot;line-height: 19.200000762939453px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;Phoenix ISA/MCA/EISA BIOS Beep Codes:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
&lt;strong style=&quot;line-height: 19.200000762939453px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
&lt;strong style=&quot;line-height: 19.200000762939453px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
&lt;strong style=&quot;line-height: 19.200000762939453px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
&lt;table align=&quot;center&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: black; font-size: 12px; width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Error Message&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CPU test failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CPU is faulty.&amp;nbsp; Replace the CPU&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Low 1-1-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System board select failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The motherboard is having an undetermined fault.&amp;nbsp; Replace the motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS read/write error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The real time clock/CMOS is faulty. &amp;nbsp; Replace the CMOS if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Low 1-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Extended CMOS RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The extended portion of the CMOS RAM has failed.&amp;nbsp; Replace the CMOS if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;BIOS ROM checksum error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The BIOS ROM has failed.&amp;nbsp; Replace the BIOS or upgrade if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;PIT failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The programmable interrupt timer has failed.&amp;nbsp; Replace if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-2-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DMA failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller has failed. &amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;DMA read/write failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller has failed. &amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;RAM refresh failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The RAM refresh controller has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The test of the first 64KB RAM has failed to start&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;First 64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The first RAM IC has failed. &amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;First 64KB logic failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The first RAM control logic has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Address line failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The address line to the first 64KB RAM has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Parity RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The first RAM IC has failed. &amp;nbsp; Replace if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;EISA fail-safe timer test&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Replace the motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;EISA NMI port 462 test&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Replace the motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 0; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 1; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 2; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 3; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 4; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 5; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 6; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 7; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 8; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 9; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 10; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 11; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 12; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-4-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 13; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 14; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-4-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;64KB RAM failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Bit 15; This data bit on the first RAM IC has failed.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Slave DMA register failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller has failed. &amp;nbsp; Replace the controller if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Master DMA register failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The DMA controller had failed. &amp;nbsp; Replace the controller if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Master interrupt mask register failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The interrupt controller IC has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Slave interrupt mask register failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The interrupt controller IC has failed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Interrupt vector error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The BIOS was unable to load the interrupt vectors into memory.&amp;nbsp; Replace the motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Reserved&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Keyboard controller failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The keyboard controller has failed. &amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS RAM power bad&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Replace the CMOS battery or CMOS RAM if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-3-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS configuration error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CMOS configuration has failed. &amp;nbsp; Restore the configuration or replace the battery if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Reserved&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-3-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video memory failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;There is a problem with the video memory.&amp;nbsp; Replace the video adapter if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video initialization failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;There is a problem with the video adapter.&amp;nbsp; Reseat the adapter or replace the adapter if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Timer failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The system&#39;s timer IC has failed. &amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Shutdown failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CMOS has failed.&amp;nbsp; Replace the CMOS IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Gate A20 failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The keyboard controller has failed. &amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Unexpected interrupt in protected mode&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;This is a CPU problem.&amp;nbsp; Replace the CPU and retest&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;RAM test failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System RAM addressing circuitry is faulty.&amp;nbsp; Replace the motherboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Interval timer channel 2 failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The system timer IC has failed. &amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Time of day clock failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The real time clock/CMOS has failed. &amp;nbsp; Replace the CMOS if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Serial port failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;A error has occurred in the serial port circuitry&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-4-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Parallel port failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;A error has occurred in the parallel port circuitry&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;11%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;33%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Math coprocessor failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The math coprocessor has failed. &amp;nbsp; If possible, replace the MPU&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: black; font-size: 12px; width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Verify real mode&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Get CPU type&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize system hardware&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize chipset registers with initial values&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-3-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Set in POST flag&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize CPU registers&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize cache to initial values&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-1-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize I/O&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-2-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize power management&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-2-1-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Load alternative registers with initial POST values&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-2-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Jump to UserPatch0&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-2-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize timer initialization&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-2-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;8254 timer initialization&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-2-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;8237 DMA controller initialization&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-2-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Reset Programmable Interrupt Controller&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test DRAM refresh&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test 8742 Keyboard Controller&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Set ES segment register to 4GB&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Autosize DRAM&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Clear 512K base memory&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test 512K base address lines&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-3-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test 51K base memory&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test CPU bus-clock frequency&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS RAM read/write failure (this commonly indicates a problem on the ISA bus such as a card not seated)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-2-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Reinitialize the chipset&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Shadow system BIOS ROM&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-3-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Reinitialize the cache&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Autosize the cache&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Configure advanced chipset registers&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1-4-4-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Load alternate registers with CMOS values&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Set initial CPU speed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize interrupt vectors&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize BIOS interrupts&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check ROM copyright notice&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-2-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize manager for PCI Options ROMs&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check video configuration against CMOS&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-3-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize PCI bus and devices&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;initialize all video adapters in system&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Shadow video BIOS ROM&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-1-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Display copyright notice&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Display CPU type and speed&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test keyboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Set key click if enabled&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Enable keyboard&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test for unexpected interrupts&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Display prompt &quot;Press F2 to enter setup&quot;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-2-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test RAM between 512K and 640K&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test expanded memory&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test extended memory address lines&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Jump to UserPatch1&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Enable external and CPU caches&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Configure advanced cache registers&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Enable external and CPU caches&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-3-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize SMI handler&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Display external cache size&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Display shadow message&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-3-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Display non-disposable segments&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-4-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Display error messages&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-4-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check for configuration errors&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-4-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test real-time clock&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-4-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check for keyboard errors&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-4-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Setup hardware interrupt vectors&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2-4-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Test coprocessor if present&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Disable onboard I/O ports&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Detect and install external RS232 ports&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Detect and install external parallel ports&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Reinitialize onboard I/O ports&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize BIOS Data Area&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize Extended BIOS Data Area&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-1-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize floppy controller&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize hard disk controller&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-1-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize local bus hard disk controller&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Jump to UserPatch2&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Disable A20 address line&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Clear huge ES segment register&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Search for option ROMs&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Shadow option ROMs&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Setup power management&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-2-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Enable hardware interrupts&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-3-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Set time of day&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-3-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check key lock&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-3-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Erase F2 prompt&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-3-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Scan for F2 keystroke&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-3-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Enter SETUP&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-3-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Clear in-POST flag&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-4-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check for errors&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-4-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;POST done - prepare to boot operating system&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-4-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;One beep&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-4-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check password (optional)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-4-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Clear global descriptor table&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-4-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Clear parity checkers&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;3-4-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check virus and backup reminders&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-1-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Try to boot with INT 19&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-1-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Interrupt handler error&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Unknown interrupt error&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Pending interrupt error&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-2-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize option ROM error&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Shutdown error&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Extended Block Move&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-4-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Shutdown 10 error&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-2-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Keyboard Controller failure (most likely problem is with RAM or cache unless no video is present)&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-1-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize the chipset&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-1-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize refresh counter&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-2-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Check for Forced Flash&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-2-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;BIOS ROM is OK&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-2-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Do a complete RAM test&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-3-1&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Do OEM initialization&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-3-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize interrupt controller&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-3-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Read in bootstrap code&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-3-4&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize all vectors&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-4-2&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Initialize the boot device&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;15%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;4-3-4-3&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;85%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Boot code was read OK&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;strong&gt;&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;Quadtel BIOS Beep Codes:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;color: black; font-size: 12px; width: 99%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Beeps&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Error Messages&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;div align=&quot;center&quot; style=&quot;line-height: 1.6em; margin-bottom: 20px;&quot;&gt;
&lt;span style=&quot;color: black; font-family: Tahoma; font-size: x-small;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Normal boot&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;System is booting normally&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;CMOS IC error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The CMOS RAM is faulty.&amp;nbsp; Replace the IC if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 2 short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Video failure&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;The video adapter is faulty. &amp;nbsp; Reseat the video adapter or replace the adapter if possible&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width=&quot;13%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;1 long, 3short&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;31%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;Peripheral controller error&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;56%&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: x-small;&quot;&gt;One or more of the system peripheral controllers is bad.&amp;nbsp; Replace the controllers and retest&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; style=&quot;line-height: normal;&quot;&gt;
Source: &lt;a href=&quot;http://www.bioscentral.com/&quot; target=&quot;_blank&quot;&gt;BIOS CENTRAL&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/familiarizing-beep-codes-according-to.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-8609063460455894649</guid><pubDate>Mon, 17 Dec 2012 15:39:00 +0000</pubDate><atom:updated>2012-12-17T07:40:35.514-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Computer Hardware Servicing</category><category domain="http://www.blogger.com/atom/ns#">Computer Parts</category><category domain="http://www.blogger.com/atom/ns#">RAM</category><title>Best Understanding and Identifying about RAM (Random Access Memory)</title><description>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;(Useful Term for Student of Computer Hardware Servicing NC II)&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RAM (Random Access memory) basically known as the Computer Memory or Computer Data Storage. It&amp;nbsp;allows keep information to be accessed in terribly nearly an equivalent quantity of your time for any storage location, thus information is accessed quickly in any random order.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;There are two main types or forms of RAM; the SRAM (Static RAM) and DRAM (Dynamic RAM). SRAM is a &amp;nbsp;form of RAM that is costlier to provide, however is usually quicker and needs less power than DRAM and, in trendy computers, is usually used as cache memory for the electronic equipment While&amp;nbsp;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;DRAM stores a bit of data using a transistor and capacitor pair, which together comprise a memory cell. To read more about basics on RAM click &lt;a href=&quot;http://en.wikipedia.org/wiki/Random-access_memory&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;Different Versions of RAM&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;1. &lt;b&gt;SDRAM (&lt;/b&gt;&lt;/span&gt;&lt;em style=&quot;font-style: normal; white-space: nowrap;&quot;&gt;&lt;b&gt;Synchronous Dynamic Random-Access Memory)&lt;/b&gt; -&lt;/em&gt;&lt;em style=&quot;font-style: normal; font-weight: bold; white-space: nowrap;&quot;&gt;&amp;nbsp;&lt;/em&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;is&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;dynamic random access memory&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;(DRAM) that is synchronized with the&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;system bus&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;. Classic DRAM has an asynchronous interface, which means that it responds as quickly as possible to changes in control inputs. SDRAM has a synchronous interface, meaning that it waits for a&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;clock signal&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;before responding to control inputs and is therefore synchronized with the computer&#39;s system bus. The clock is used to drive an internal&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;finite state machine&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;that pipelines incoming commands. The data storage area is divided into several&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;i style=&quot;line-height: 19.200000762939453px;&quot;&gt;banks&lt;/i&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;, allowing the chip to work on several memory access commands at a time, interleaved among the separate banks. This allows higher data access rates than an asynchronous DRAM.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 19.200000762939453px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Source:&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;http://en.wikipedia.org/wiki/Synchronous_dynamic_random-access_memory&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;2. &lt;b&gt;DDR SDRAM (Double Data Rate Synchronous Dynamic Random-Access Memory)&lt;/b&gt; -&amp;nbsp;is a class of memory&amp;nbsp;integrated circuits&amp;nbsp;used in&amp;nbsp;computers. Sometime referred to as DDR1 SDRAM.&amp;nbsp;Compared to single data rate (SDR) SDRAM, the DDR SDRAM interface makes higher transfer rates possible by more strict control of the timing of the electrical data and clock signals. Implementations often have to use schemes such as&amp;nbsp;phase-locked loops&amp;nbsp;and self-calibration to reach the required timing accuracy.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;Source:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; line-height: 19.200000762939453px;&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;http://en.wikipedia.org/wiki/DDR_SDRAM&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: transparent; line-height: 19.200000762939453px;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;3.&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;line-height: 19.200000762939453px;&quot;&gt;DDR2 SDRAM (Double Data Rate Synchronous Dynamic Random-Access Memory) -&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;It supersedes the original&lt;/span&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;DDR SDRAM&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;specification and has itself been superseded by&lt;/span&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;DDR3 SDRAM&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;. DDR2 is neither&lt;/span&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;forward&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;nor&lt;/span&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;backward compatible&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;with either DDR or DDR3.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;In addition to&amp;nbsp;double pumping&amp;nbsp;the data bus as in DDR SDRAM (transferring data on the rising and falling edges of the bus clock signal), DDR2 allows higher bus speed and requires lower power by running the internal clock at half the speed of the data bus. The two factors combine to require a total of four data transfers per internal clock cycle. With data being transferred 64&amp;nbsp;bits&amp;nbsp;at a time, DDR2 SDRAM gives a transfer rate of (memory clock rate) × 2 (for bus clock multiplier) × 2 (for dual rate) × 64 (number of bits transferred) / 8 (number of bits/byte). Thus with a memory clock frequency of 100&amp;nbsp;MHz, DDR2 SDRAM gives a maximum transfer rate of 3200&amp;nbsp;MB/s.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Source:&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;http://en.wikipedia.org/wiki/DDR2_SDRAM&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;4. &lt;b&gt;D&lt;/b&gt;&lt;b style=&quot;background-color: transparent;&quot;&gt;DR3 SDRAM (Double Data Rate Synchronous Dynamic Random-Access Memory) -&amp;nbsp;&lt;/b&gt;is a modern kind of&amp;nbsp;dynamic random access memory&amp;nbsp;(DRAM) with a high&amp;nbsp;bandwidth&amp;nbsp;interface, and has been in use since 2007. DDR3 SDRAM is neither&amp;nbsp;forward&amp;nbsp;nor&amp;nbsp;backward compatible&amp;nbsp;with any earlier type of random access memory (RAM) due to different signaling voltages, timings, and other factors.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;DDR3 is a DRAM interface specification. The actual DRAM arrays that store the data are similar to earlier types, with similar performance.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Source:&lt;span style=&quot;color: blue;&quot;&gt;&amp;nbsp;http://en.wikipedia.org/wiki/DDR3_SDRAM&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;5.&amp;nbsp;&amp;nbsp;&lt;b&gt;D&lt;/b&gt;&lt;b style=&quot;background-color: transparent;&quot;&gt;DR4 SDRAM (Double Data Rate Synchronous Dynamic Random-Access Memory) -&amp;nbsp;&lt;/b&gt;is a type of&amp;nbsp;dynamic random-access memory&amp;nbsp;(DRAM) with a high&amp;nbsp;bandwidth&amp;nbsp;interface expected to be released to market in 2012.&amp;nbsp;It is one of several variants of DRAM which have been in use since the early 1970s&lt;/span&gt;&lt;span style=&quot;line-height: 10.816666603088379px;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;And is not compatible with any earlier type of random access memory (RAM) due to different signaling voltages, physical interface and other factors.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 19.200000762939453px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Source:&amp;nbsp;h&lt;span style=&quot;color: blue;&quot;&gt;ttp://en.wikipedia.org/wiki/DDR4_SDRAM&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/best-understanding-and-identifying.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-8334671266315673277</guid><pubDate>Mon, 17 Dec 2012 15:10:00 +0000</pubDate><atom:updated>2012-12-17T07:10:49.019-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Computer Hardware Servicing</category><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>Terms For Computer Hardware Servicing NC II Assessment Examinations</title><description>&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Student of CHS or Computer Hardware Servicing NC II need to pass the Assessment Examination in able to get the National Level Certificate. But how will you pass if you are in lock of knowledge. This blog will be usefull to you. I am making some tutorials and reviews here, just explore and you will learn a lot.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I am also a graduate of CHS NCII at Innovative College of Science &amp;amp; Technology (Malitbog, Bongabong, Oriental Mindoro). I am having now my National Certificate &#39;coz I have passed the assessment examination.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Based on my experience on the examination, it composes of these types below:&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;WRITTEN EXAMINATION&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
1. &lt;b&gt;Theoretical&lt;/b&gt; - based on the terminologies and theories regarding PC/Computers. Basically it is more about computre history, types of computer, parts of computer, functions and definitions, operating system, hardwares, software, BIOS, CMOS, Viruses, DOS, Networking terms, Safe Modes, Beeps, Binary Numbers, Microsoft Office and etc.&lt;br /&gt;
&lt;br /&gt;
2. &lt;b&gt;Academical&lt;/b&gt; - commonly for academic subjects like Basic Math and English (Parts of Speech).&lt;br /&gt;
&lt;br /&gt;
3. &lt;b&gt;Identification&lt;/b&gt; - deals with the PARTS and TYPES Of Computer:&lt;br /&gt;
&lt;br /&gt;
a. RAM (SDR, DDR, DDR2, DDR3)&lt;br /&gt;
b. Processor (Intel, CMD)&lt;br /&gt;
c. Optical Disk Drive&lt;br /&gt;
d. Hard Disk Drives&lt;br /&gt;
e. Memory Modules&lt;br /&gt;
f. Bridges (South and North)&lt;br /&gt;
g. Beep Codes&lt;br /&gt;
h. BIOS Features&lt;br /&gt;
i. Chipset&lt;br /&gt;
j. Motherboard (Sockets are needed to know)&lt;br /&gt;
k. Serial and Parallel Ports&lt;br /&gt;
l. PCI, PCI-E, and AGP Ports/Slots&lt;br /&gt;
m. Operating Systems&lt;br /&gt;
n. Hard Disk Jumpers&lt;br /&gt;
o. Mainframe, Mini, Laptop, Netbook, Notebook Computers and etc.&lt;br /&gt;
p. Video Card (AGP or PCI-E)&lt;br /&gt;
q. Input-Output Devices&lt;br /&gt;
r. Power Supply&lt;br /&gt;
s. Floppy Disk Drive&lt;br /&gt;
t. ZIP Card&lt;br /&gt;
u. Booting and Dual Booting&lt;br /&gt;
v. Expansion Cards&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;PRACTICAL EXAM&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
1. &lt;b&gt;Assembling and Disassembling&lt;/b&gt; - the examiner lets you to Disassemble the system unit and assemble it again properly.&lt;br /&gt;
2. &lt;b&gt;OS Installation&lt;/b&gt; - lets you to install a fresh copy of operating system (Windows is the common)&lt;br /&gt;
3. &lt;b&gt;Hardware Configuration&lt;/b&gt; - lets you configure the installed hardware on the system unit&lt;br /&gt;
4. &lt;b&gt;Networking&lt;/b&gt; - on this time make sure the color coding is right because there is no trial, practice at home regularly.&lt;br /&gt;
5. &lt;b&gt;PC Operation&lt;/b&gt; - most regards with Microsoft Office&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/terms-for-computer-hardware-servicing.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-2775877768222759961</guid><pubDate>Mon, 17 Dec 2012 14:22:00 +0000</pubDate><atom:updated>2012-12-17T06:23:50.764-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Computer Hardware Servicing</category><category domain="http://www.blogger.com/atom/ns#">Toolkit</category><title>Computer Hardware Servicing NC II Student&#39;s Tools Needed</title><description>&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If you are a student of &lt;i&gt;&lt;b&gt;Computer Hardware Servicing NC II &quot;CHS&quot;&lt;/b&gt;&lt;/i&gt; (TESDA Course) here are the tools that you are needed. Having this Tools and Equipments can help a lot with your study. I know that some of these are in school already as being their facilities.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;TOOLS&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Operating System&lt;/li&gt;
&lt;li&gt;Application program&lt;/li&gt;
&lt;li&gt;Components / Dividers&lt;/li&gt;
&lt;li&gt;Oscilloscope&lt;/li&gt;
&lt;li&gt;Rulers&lt;/li&gt;
&lt;li&gt;T-square&lt;/li&gt;
&lt;li&gt;Calculator&lt;/li&gt;
&lt;li&gt;Multi-tester&lt;/li&gt;
&lt;li&gt;Soldering gun&lt;/li&gt;
&lt;li&gt;Pliers&lt;/li&gt;
&lt;li&gt;Cutters&lt;/li&gt;
&lt;li&gt;Screw drivers&lt;/li&gt;
&lt;li&gt;Goggles&lt;/li&gt;
&lt;li&gt;Gloves&lt;/li&gt;
&lt;li&gt;Protractor&lt;/li&gt;
&lt;li&gt;Steel rule&lt;/li&gt;
&lt;li&gt;LAN tester&lt;/li&gt;
&lt;li&gt;Utility softwares&lt;/li&gt;
&lt;li&gt;Anti-static wrist wrap&lt;/li&gt;
&lt;li&gt;Masks&lt;/li&gt;
&lt;li&gt;Crimping tools&lt;/li&gt;
&lt;li&gt;Flashlights&lt;/li&gt;
&lt;li&gt;Sharp pointed tweezers&lt;/li&gt;
&lt;li&gt;Mirror (inspection)&lt;/li&gt;
&lt;li&gt;Soldering gun&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;EQUIPMENTS&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Hubs/switches&lt;/li&gt;
&lt;li&gt;CDROMs&lt;/li&gt;
&lt;li&gt;Modem/router&lt;/li&gt;
&lt;li&gt;Printers&lt;/li&gt;
&lt;li&gt;Hubs&lt;/li&gt;
&lt;li&gt;Server&lt;/li&gt;
&lt;li&gt;Peripherals&lt;/li&gt;
&lt;li&gt;Desktop Computers&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;MATERIALS&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;UTP Cat. 5 cables&lt;/li&gt;
&lt;li&gt;UTP Cat.3 cables&lt;/li&gt;
&lt;li&gt;RJ 45 modular plug&lt;/li&gt;
&lt;li&gt;Learning Manuals&lt;/li&gt;
&lt;li&gt;Work Instruction&lt;/li&gt;
&lt;li&gt;Hand-outs&lt;/li&gt;
&lt;li&gt;Board marker&lt;/li&gt;
&lt;li&gt;White board&lt;/li&gt;
&lt;li&gt;Schematic diagrams&lt;/li&gt;
&lt;li&gt;Charts&lt;/li&gt;
&lt;li&gt;Block diagrams&lt;/li&gt;
&lt;li&gt;Layout plans&lt;/li&gt;
&lt;li&gt;Location Plans&lt;/li&gt;
&lt;li&gt;Instrumentation diagrams&lt;/li&gt;
&lt;li&gt;Loop diagrams&lt;/li&gt;
&lt;li&gt;System Control diagrams&lt;/li&gt;
&lt;li&gt;Drawing boards&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/computer-hardware-servicing-nc-ii.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-6675061952091360226</guid><pubDate>Mon, 17 Dec 2012 14:08:00 +0000</pubDate><atom:updated>2012-12-17T06:24:04.215-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Desktop Computer</category><category domain="http://www.blogger.com/atom/ns#">Optimization</category><category domain="http://www.blogger.com/atom/ns#">PC</category><category domain="http://www.blogger.com/atom/ns#">Repair</category><category domain="http://www.blogger.com/atom/ns#">Toolkit</category><title>Computer Technician&#39;s Tools For Repairing</title><description>&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Being Computer Technician, tools are needed for you to be able to start repairing PC or any Computer. Let me identify those tools you need.&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Basic Tools:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Screw Drivers&lt;br /&gt;
2.&amp;nbsp;Precision&amp;nbsp;Tools&lt;br /&gt;
3. Long Nose&lt;br /&gt;
4. Soldering Iron&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
5. Lead&lt;br /&gt;
6. Soldering Pump&lt;br /&gt;
8. Soldering Paste&lt;br /&gt;
9. Multitester&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Cleaning Tools (Physically)&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Brush&lt;br /&gt;
2. Air Blower&lt;br /&gt;
3. Eraser (For RAM)&lt;br /&gt;
4. WD-40 (Optional for loss thread screws)&lt;br /&gt;
5. Liquid Cleaner&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Reprogram:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. USB/Flash Dive (Take Note That Not All PC Are Having Optical Disk Drive)&lt;br /&gt;
2. External DVD/CD Drive&lt;br /&gt;
3. External Hard Disk (For Data Back Up)&lt;br /&gt;
4. Keyboard&lt;br /&gt;
5. Mouse&lt;br /&gt;
6. List of Beep Codes per BIOS&lt;br /&gt;
7. Operating Systems&lt;br /&gt;
8. Applications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;PC Optimization&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Thermal Paste&lt;br /&gt;
2. Defragmentation Software&lt;br /&gt;
3. Hard Disk Checker for Bad Sector&lt;br /&gt;
4. CMOS Battery&lt;br /&gt;
5. Hirens Boot CD or DVD (Optional)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Networking&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Crimping Tools&lt;br /&gt;
2. UTP Cable&lt;br /&gt;
3. Cable Tester&lt;br /&gt;
4. RJ 45&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/computer-technicians-tools-for-repairing.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-5707974159355069663</guid><pubDate>Fri, 14 Dec 2012 12:41:00 +0000</pubDate><atom:updated>2012-12-16T12:45:57.175-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Desktop Computer</category><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">LCD Monitor</category><category domain="http://www.blogger.com/atom/ns#">PC</category><title>How to repair No Display Desktop Computer?</title><description>&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; No display computer can be categorized by different problems that occurs. First you need to check all the possibilities why computer having no display. This moment I will show you some of my experiences and how do I fixed it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Power Supply&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
I have encountered on one of my costumers system unit that almost all of the primary&amp;nbsp;peripherals&amp;nbsp;are replaced but still the computer or PC is having No Display. But in the end when I replaced the Power Supply Unit (PSU), boom, it displays again. Not easy to believe but it&#39;s true.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Monitor&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Is the monitor having power? If not, try to check the power cable or adapter.&lt;br /&gt;
2.&amp;nbsp;If having power then check if the VGA or DVI cable is properly plugged. Sometimes there is a loss of connection.&lt;br /&gt;
3. Cable is good, now still no display. For this time, get a flashlight and take a light on the screen and look for any pictures or images on black area of the monitor.&lt;br /&gt;
4. If you can&#39;t see anything it means wee need to try replacing the monitor.&lt;br /&gt;
5. If still having no display proceed now to System Unit.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;System Unit&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Open the side cover of the casing and look for the Memory or RAM.&lt;br /&gt;
2. If you are using 2 RAM, take out the one and turn on the PC.&lt;br /&gt;
3. Still no display? Now take out the last RAM and put again the other one.&lt;br /&gt;
4.&amp;nbsp;Again No Display, remove all the RAM, get an eraser and clean the gold section of the RAM.&lt;br /&gt;
3. Put again the memory on the slot and turn on the PC.&lt;br /&gt;
4. If still no Display, Replace the RAM with the new one.&lt;br /&gt;
&lt;br /&gt;
You need also to check all the&amp;nbsp;peripherals&amp;nbsp;inside like Video Card, Processor, Hard Disk and Motherboard one by one.&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/how-to-repair-no-display-desktop.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-8552026074836461127</guid><pubDate>Thu, 13 Dec 2012 18:57:00 +0000</pubDate><atom:updated>2012-12-16T12:46:14.584-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">News</category><title>PROTECT IP Act (Preventing Real Online Threats to Economic Creativity and Theft of Intellectual Property Act, or PIPA)</title><description>&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; While surfing the internet I found this video below that get my attention. It tells about censoring the Internet. No! PIPA or (Protect IP Act) is dangerous. Let us stop it! Most of the popular Internet Companies are dealing with it. Let us vote now for the future! Sign the petition.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp;Content of the letter for voting:&lt;/span&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;I am writing to you as a voter in your district. I urge you to vote &quot;no&quot; on cloture for S. 968, the PROTECT IP Act, on Jan. 24th. The PROTECT IP Act is dangerous, ineffective, and short-sighted. It does not deserve floor consideration. &amp;nbsp;I urge my representative to vote &quot;no&quot; on SOPA, the corresponding House bill.&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;Over coming days you&#39;ll be hearing from the many businesses, advocacy organizations, and ordinary Americans who oppose this legislation because of the myriad ways in which it will stifle free speech and innovation. &amp;nbsp;We hope you&#39;ll take our concerns to heart and oppose this legislation by voting &quot;no&quot; on cloture.&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;a href=&quot;http://www.fightforthefuture.org/pipa/&quot; target=&quot;_blank&quot;&gt;Read more&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;300&quot; mozallowfullscreen=&quot;mozallowfullscreen&quot; src=&quot;http://player.vimeo.com/video/31100268?title=0&amp;amp;byline=0&amp;amp;portrait=0&amp;amp;loop=1&quot; webkitallowfullscreen=&quot;webkitallowfullscreen&quot; width=&quot;400&quot;&gt;&lt;/iframe&gt;

&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; margin-bottom: 0.5em; margin-top: 0.4em;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large; line-height: 19px;&quot;&gt;Read this excerpt on PIPA:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: 13px; line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;font-size: 13px; line-height: 19px;&quot;&gt;The&amp;nbsp;&lt;b&gt;PROTECT IP Act&lt;/b&gt;&amp;nbsp;(&lt;b&gt;Preventing Real Online Threats to Economic Creativity and Theft of Intellectual Property Act&lt;/b&gt;, or&amp;nbsp;&lt;b&gt;PIPA&lt;/b&gt;) is a&amp;nbsp;proposed law&amp;nbsp;with the stated goal of giving the US government and copyright holders additional tools to curb access to &quot;rogue websites dedicated to the sale of infringing or counterfeit goods&quot;, especially those registered outside the U.S.The bill was introduced on May 12, 2011, by Senator&amp;nbsp;Patrick Leahy&amp;nbsp;(D-VT)&lt;/span&gt;&lt;span style=&quot;font-size: 11px; line-height: 10px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;and 11 bipartisan co-sponsors. The&amp;nbsp;Congressional Budget Office&amp;nbsp;estimated that implementation of the bill would cost the federal government $47 million through 2016, to cover enforcement costs and the hiring and training of 22 new special agents and 26 support staff.&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp;The&amp;nbsp;Senate Judiciary Committee&amp;nbsp;passed the bill, but Senator&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Ron Wyden&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp;(D-OR) placed a&amp;nbsp;&lt;/span&gt;&lt;/span&gt;hold&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&amp;nbsp;on it.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; font-size: 13px; line-height: 19px; margin-bottom: 0.5em; margin-top: 0.4em;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;The PROTECT IP Act is a re-write of the&amp;nbsp;Combating Online Infringement and Counterfeits Act&amp;nbsp;(COICA),&amp;nbsp;which failed to pass in 2010. A similar House version of the bill, the&amp;nbsp;Stop Online Piracy Act&amp;nbsp;(SOPA), was introduced on October 26, 2011.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; font-size: 13px; line-height: 19px; margin-bottom: 0.5em; margin-top: 0.4em;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;In the wake of online protests held on January 18, 2012, Senate Majority Leader&amp;nbsp;Harry Reid&amp;nbsp;announced that a vote on the bill would be postponed until issues raised about the bill were resolved.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; font-size: 13px; line-height: 19px; margin-bottom: 0.5em; margin-top: 0.4em;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; font-size: 13px; line-height: 19px; margin-bottom: 0.5em; margin-top: 0.4em;&quot;&gt;
&lt;a href=&quot;http://en.wikipedia.org/wiki/PROTECT_IP_Act&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Read more on the contents&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; font-size: 13px; line-height: 19px; margin-bottom: 0.5em; margin-top: 0.4em;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; font-size: 13px; line-height: 19px; margin-bottom: 0.5em; margin-top: 0.4em;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/protect-ip-act-preventing-real-online.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-2371570353400606877</guid><pubDate>Tue, 11 Dec 2012 18:54:00 +0000</pubDate><atom:updated>2012-12-16T12:46:27.081-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">Installing</category><category domain="http://www.blogger.com/atom/ns#">Operating System</category><category domain="http://www.blogger.com/atom/ns#">Software</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>Best Way On How To Install Windows 8 Using USB or Flash Drive</title><description>&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;We all know most specially with the &lt;b&gt;&lt;i&gt;computer technicians&lt;/i&gt;&lt;/b&gt; that not all of system units are having Optical Disk Drive like Netbook, unless you are going to use an external ODD. It means that we are going to have an alternative way on &lt;b&gt;&lt;i&gt;&lt;u&gt;how to install Windows 8&lt;/u&gt;&lt;/i&gt;&lt;/b&gt; without the use of Optical Disc Drive. Let us talk about USB and Flash Drives. Yes, we can use it for installing Windows 8 using it&#39;s ISO file, because Microsoft also sold ISO version of the said system (optional). Or else if you have another system unit and if you have only the DVD copy make an image of it using either of the following: Power ISO, IMGBurn, or Magic ISO.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Requirements:&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. At least 4GB Flash Drive&lt;br /&gt;
2. ISO file of Windows 8&lt;br /&gt;
3. Windows 7 USB/DVD Download Tool &lt;a href=&quot;http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-USB-DVD-tool.exe&quot; target=&quot;_blank&quot;&gt;(Click Here)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note:&lt;/b&gt; Windows 7 USB/DVD Download Tool Also Works in Windows 8&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Procedure:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Format your Flash Drive:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Create Bootable USB Using Wins 7 USB/DVD Download tool as instructed below:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
2. Open&amp;nbsp;Wins 7 USB/DVD Download tool and browse for the ISO file.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYXlnlUfGQp9K7ht4NHHB0agVJAg61oyJvLbKfuhyphenhyphenA3u7A9pn6GNzkxbHLPG8CiF-8t6lPsVNGpzsHeOUxlNU6-R6iCYzjkOu7K3ojItwUkcHQTNnhJpKKGhWfplecbeO7-IP7maPK2FgS/s1600/Windows+7+USB+or+DVD+Tool.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;167&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYXlnlUfGQp9K7ht4NHHB0agVJAg61oyJvLbKfuhyphenhyphenA3u7A9pn6GNzkxbHLPG8CiF-8t6lPsVNGpzsHeOUxlNU6-R6iCYzjkOu7K3ojItwUkcHQTNnhJpKKGhWfplecbeO7-IP7maPK2FgS/s320/Windows+7+USB+or+DVD+Tool.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
3. In Step 2-4 : Choose USB Device&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyX05z_PPMjFNEWO8OpjvoKHnaB1K372pE-CB9VzUSINgpJpyw2z6q69pS7pKL-mhn3lQV9OyCY_Xlt2sP7ydjHuTpezRRyYHqQzvcvo6heHCPjfbf5BFihZ-hhzsDTQ2iNwRYNcH44S8o/s1600/Windows+7+USB+or+DVD+Tool+2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;168&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyX05z_PPMjFNEWO8OpjvoKHnaB1K372pE-CB9VzUSINgpJpyw2z6q69pS7pKL-mhn3lQV9OyCY_Xlt2sP7ydjHuTpezRRyYHqQzvcvo6heHCPjfbf5BFihZ-hhzsDTQ2iNwRYNcH44S8o/s320/Windows+7+USB+or+DVD+Tool+2.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Make sure that the USB device is properly selected. Then click Begin Copying.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiReCCIpc-iKNkhSPURRH9RpTh6TIj4kV78rLni9ajXQt_2udQIe6uDB372BE7L0TljCehtJWUj7o0Df_Dknz8TBl5NljkbTlgCAeDXZNHofyxI0S19T3qFgCLCYAA0ar_ojYiMVpefhEtf/s1600/Windows+7+USB+or+DVD+Tool+3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;168&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiReCCIpc-iKNkhSPURRH9RpTh6TIj4kV78rLni9ajXQt_2udQIe6uDB372BE7L0TljCehtJWUj7o0Df_Dknz8TBl5NljkbTlgCAeDXZNHofyxI0S19T3qFgCLCYAA0ar_ojYiMVpefhEtf/s320/Windows+7+USB+or+DVD+Tool+3.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
5. The tool can detect if the device is having files, so just make sure it is freshly formatted. Then it will prompt you that all the data in the device will be erased. And click Yes button for continuation.&lt;br /&gt;
&lt;br /&gt;
6. Wait for the process to be finished!&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_bSjL1ER9gNGudxZ9g6Ii9O2U3S2TgHuByrflpxitk9UK7rWfLk6bFRX8y5LOCdHqLEiyA5w9l3QlEDn8oi3CahJ5A6YzpkLMwzHXvEai3ZE6tjo_EaAkpCbdFMd0m_RYcbVpKcRO42tP/s1600/Windows+7+USB+or+DVD+Tool+4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;168&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_bSjL1ER9gNGudxZ9g6Ii9O2U3S2TgHuByrflpxitk9UK7rWfLk6bFRX8y5LOCdHqLEiyA5w9l3QlEDn8oi3CahJ5A6YzpkLMwzHXvEai3ZE6tjo_EaAkpCbdFMd0m_RYcbVpKcRO42tP/s320/Windows+7+USB+or+DVD+Tool+4.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-s4jmPjmoo5aNkNiVF-PEt6RS2o4d5B9WZiULYJe1YZrn50Qqp4IDFRMoE6wZNVNTPxE7P8-epq79tCejoCDhVKgchF4DjRmcyQ7EB49aPVkhSmxiJL7Y3ZF2RBv-RAMLpn-B7ElnTF25/s1600/Windows+7+USB+or+DVD+Tool+5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;167&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-s4jmPjmoo5aNkNiVF-PEt6RS2o4d5B9WZiULYJe1YZrn50Qqp4IDFRMoE6wZNVNTPxE7P8-epq79tCejoCDhVKgchF4DjRmcyQ7EB49aPVkhSmxiJL7Y3ZF2RBv-RAMLpn-B7ElnTF25/s320/Windows+7+USB+or+DVD+Tool+5.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Once finished, you can use the USB or Flash Drive by setting it as First Boot on BIOS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;color: purple; font-size: large;&quot;&gt;&lt;b&gt;&quot;Please Leave A Comment&quot;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/best-way-on-how-to-install-windows-8.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYXlnlUfGQp9K7ht4NHHB0agVJAg61oyJvLbKfuhyphenhyphenA3u7A9pn6GNzkxbHLPG8CiF-8t6lPsVNGpzsHeOUxlNU6-R6iCYzjkOu7K3ojItwUkcHQTNnhJpKKGhWfplecbeO7-IP7maPK2FgS/s72-c/Windows+7+USB+or+DVD+Tool.png" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-5025993204152224353</guid><pubDate>Tue, 11 Dec 2012 18:04:00 +0000</pubDate><atom:updated>2012-12-16T12:46:41.774-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Optimization</category><category domain="http://www.blogger.com/atom/ns#">Software</category><category domain="http://www.blogger.com/atom/ns#">System</category><title>CPU-Z Computer Technician Tool For Gathering System Information</title><description>&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Let me show you the feature of CPU-Z. CPU-Z is a software that can help most of &lt;b&gt;&lt;i&gt;computer technician or computer distributo&lt;/i&gt;&lt;/b&gt;&lt;i&gt;&lt;b&gt;r&lt;/b&gt;&lt;/i&gt; (specially for refurbished computer) in gathering the information of the devices in the system. The best thing is, it does not copy any file in any windows directory, nor write to the registry. Most of technician are only using the DXDIAG command to find the information, so now I am going to show you in getting information easily and detailed.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;CPU&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Name and number.&lt;/li&gt;
&lt;li&gt;Core stepping and process.&lt;/li&gt;
&lt;li&gt;Package.&lt;/li&gt;
&lt;li&gt;Core voltage.&lt;/li&gt;
&lt;li&gt;Internal and external clocks, clock multiplier.&lt;/li&gt;
&lt;li&gt;Supported instructions sets.&lt;/li&gt;
&lt;li&gt;All cache levels (location, size, speed, technology).&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Mainboard&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Vendor, model and revision.&lt;/li&gt;
&lt;li&gt;BIOS model and date.&lt;/li&gt;
&lt;li&gt;Chipset (northbridge and southbridge) and sensor.&lt;/li&gt;
&lt;li&gt;Graphic interface.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Memory&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Frequency and timings.&lt;/li&gt;
&lt;li&gt;Module(s) specification using SPD (Serial Presence Detect) : vendor, serial number, timings table.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;System&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Windows and DirectX version.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_jSj4seFlsjtWJZzkNYxadngReQseOX_l-nNnXzQUDdP6dmVe6FXByM6NkF96TmEP7nOgIOghouli28cDWgsUYAijC_306cnnVPn4d_xowam3L1qmSD6TsW_rmhojSh_9pbck9oqS8lcc/s1600/CPU-Z.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;307&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_jSj4seFlsjtWJZzkNYxadngReQseOX_l-nNnXzQUDdP6dmVe6FXByM6NkF96TmEP7nOgIOghouli28cDWgsUYAijC_306cnnVPn4d_xowam3L1qmSD6TsW_rmhojSh_9pbck9oqS8lcc/s320/CPU-Z.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/cpu-z-computer-technician-tool-for.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_jSj4seFlsjtWJZzkNYxadngReQseOX_l-nNnXzQUDdP6dmVe6FXByM6NkF96TmEP7nOgIOghouli28cDWgsUYAijC_306cnnVPn4d_xowam3L1qmSD6TsW_rmhojSh_9pbck9oqS8lcc/s72-c/CPU-Z.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-7521364626471764562</guid><pubDate>Tue, 11 Dec 2012 17:42:00 +0000</pubDate><atom:updated>2012-12-16T12:46:55.314-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Optimization</category><category domain="http://www.blogger.com/atom/ns#">System</category><title>Best usage of CCleaner for Computer Technician and PC system optimization</title><description>&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;As a &lt;b&gt;computer technician&lt;/b&gt;, I need software for system optimization. Before, I am using Tune Up Utilities for my system maintenance. Yet, it has the features that fits my need. But then I figured out that this software is so very heavy on the system most specially on the older models of PC. I surfed internet again for new software for my tool in system optimization. I then ask google for assistance. Now I found CCleaner and the best is, it is a freeware, but you can also purchase professional and business edition. I can say that this will help me a lot and be as my best cleaning tool.&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. And the best thing is, It loads so fast unlike other cleaning tools.&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b&gt;CCleaner is a tool that cleans:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Internet Explorer&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Firefox&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Google Chrome&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Opera&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Safari&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Windows - Recycle Bin, Recent Documents, Temporary files and Log files.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Registry cleaner&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Third-party applications&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;100% Spyware FREE&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;b&gt;Other Features:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;- Added Google Chrome Extension management.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;- Improved compatibility with &lt;b&gt;Windows 8&lt;/b&gt; and Windows Server 2012.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;- Improved security when managing Firefox plugins.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;- Improved internal module loading speed.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;- Added cleaning for Adobe Dreamweaver, Corel PaintShop Pro X5 and Anonymizer.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;- Improved cleaning for Microsoft Office 2010 and ImgBurn.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;- GUI navigation improvements.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;- Minor bug fixes.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi23ROTY_ltGbQ2vK5esxBreCgLVpmSQQaa85BjOov9-DHejlKiOb32ZxopGadjgHXBowP1OyT8MP3JNjXRwao_CcBfjIbcJeVLrtzIlZmqA8o0v38qQD7anTEa_mQN8UWLn-k6_AgdpTrF/s1600/CCleaner+for+Windows+8.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;232&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi23ROTY_ltGbQ2vK5esxBreCgLVpmSQQaa85BjOov9-DHejlKiOb32ZxopGadjgHXBowP1OyT8MP3JNjXRwao_CcBfjIbcJeVLrtzIlZmqA8o0v38qQD7anTEa_mQN8UWLn-k6_AgdpTrF/s320/CCleaner+for+Windows+8.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;color: #6aa84f; font-size: x-large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;color: #6aa84f; font-size: x-large;&quot;&gt;Please Leave A Comment!&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/best-usage-of-ccleaner-for-computer.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi23ROTY_ltGbQ2vK5esxBreCgLVpmSQQaa85BjOov9-DHejlKiOb32ZxopGadjgHXBowP1OyT8MP3JNjXRwao_CcBfjIbcJeVLrtzIlZmqA8o0v38qQD7anTEa_mQN8UWLn-k6_AgdpTrF/s72-c/CCleaner+for+Windows+8.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-919745415810415609</guid><pubDate>Sun, 09 Dec 2012 11:54:00 +0000</pubDate><atom:updated>2012-12-16T12:47:11.425-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">System</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>Speed up your PC using Virtual RAM</title><description>&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ready to Speed Up your computer performance? I will show you the best ways on how to speed up your PC using Virtual RAM. You can make Virtual RAM from your own Hard Disk Drive, USB, Flash Drives, Pendrives, External Hard Disk or Partitions.&lt;br /&gt;
&lt;br /&gt;
For Windows XP users.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If you want to use storage devices that composes of your important files, please make back up of it, because once the PC restarted everything on your RAM will maybe erased or deleted. Just to make sure you can restore your files. For best result use empty or newly formatted storage device.&lt;span style=&quot;color: white; font-family: arial, verdana, geneva, lucida, lucida grande, helvetica, sans-serif; font-size: x-small;&quot;&gt;&amp;nbsp;&lt;/span&gt;Renaming the drive is important also for you to be able to see which device is used as a Virtual RAM.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: x-large;&quot;&gt;For Windows XP users:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Click on Start.&lt;br /&gt;
2. Right click on My Computer Icon and select Properties.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjxEA7pljzLgeqNnN8PFVbaaQMIhz4eUXE_KOTn-1zFYlZl4vHhfVjq-T-zAKz8KQ-ze8dcCWEFM9R7vDabe2vTjZA0milV_fH_vxVgWWtSLAQBCSTfWXL32VdYArB0SknkSOReU62OtwR/s1600/Virtual+RAM+Computer+Properties.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjxEA7pljzLgeqNnN8PFVbaaQMIhz4eUXE_KOTn-1zFYlZl4vHhfVjq-T-zAKz8KQ-ze8dcCWEFM9R7vDabe2vTjZA0milV_fH_vxVgWWtSLAQBCSTfWXL32VdYArB0SknkSOReU62OtwR/s320/Virtual+RAM+Computer+Properties.png&quot; width=&quot;316&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
3. &amp;nbsp;Once the Computer Properties Window opens Select the Advanced Tab.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAegmUUHy9Mw47ri9mR7vU1UUxPbRScycx7GMyATD-xO5RlqWtffSaNhqUW7lMaB5lIaF1T92gpreyKQnf4pUHvP_l4uPdq_32SXoLvpZogfhAlTB9Z3us7zbiBuw1znn9qjzouUlAjaOy/s1600/Advance+Tab+montoyas+techno+hub.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAegmUUHy9Mw47ri9mR7vU1UUxPbRScycx7GMyATD-xO5RlqWtffSaNhqUW7lMaB5lIaF1T92gpreyKQnf4pUHvP_l4uPdq_32SXoLvpZogfhAlTB9Z3us7zbiBuw1znn9qjzouUlAjaOy/s320/Advance+Tab+montoyas+techno+hub.png&quot; width=&quot;276&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
4. Inside Advanced tab look on Performance and Click &quot;Settings&quot;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTmRp5Gtfb4LWVpyTBCZ5rHOOQxZ-yPrCOJI9QIUhqf5oGwexFrvdJ29XL3tGArHKxvvqN2FsY_qtG40MyfiNCZQfxWGsDgipPtQhFFvuKmFdGwTC7qMjlikfo9el-gAMrIzxpb3T8wWvQ/s1600/Settings.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;209&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTmRp5Gtfb4LWVpyTBCZ5rHOOQxZ-yPrCOJI9QIUhqf5oGwexFrvdJ29XL3tGArHKxvvqN2FsY_qtG40MyfiNCZQfxWGsDgipPtQhFFvuKmFdGwTC7qMjlikfo9el-gAMrIzxpb3T8wWvQ/s320/Settings.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
5. On Setting Click on the Advance Tab. You can see there the word Virtual memory then Click Change.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSJge8T11ChXfCQu5vBEXAv21SObaLP1has7o3tiyWV7YU22b7pjueiwrDkrER5KZiWSWI7lv0JKqZvBIiX-rH6NXw6ERNbl7TlylBKHAMq8M4yw2TrIylbxzdn8B37squYDT4hwyghkH_/s1600/Virtual+memory+2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;238&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSJge8T11ChXfCQu5vBEXAv21SObaLP1has7o3tiyWV7YU22b7pjueiwrDkrER5KZiWSWI7lv0JKqZvBIiX-rH6NXw6ERNbl7TlylBKHAMq8M4yw2TrIylbxzdn8B37squYDT4hwyghkH_/s320/Virtual+memory+2.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Choose the storage device you prefer to be as your Virtual RAM.&lt;br /&gt;
&lt;br /&gt;
7. Calculate the size&amp;nbsp;or your preferred size of&amp;nbsp;storage device in MB. Then Subtract it to 5 MB.&lt;br /&gt;
&lt;br /&gt;
1GB = 1024 MB&lt;br /&gt;
2GB = 1024 x 2 MB&lt;br /&gt;
&lt;br /&gt;
8. Put the total on the Initial Size Box the same as in the Maximum Size Box.&lt;br /&gt;
&lt;br /&gt;
9. Click Set.&lt;br /&gt;
&lt;br /&gt;
10. Click OK. Restart your Computer.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM9-HXc8cPf5oxItw7wM7ZPmfwXhPGH3gvM70d7QAKurfgiI-pdiMtjD9UA33UpTGVTOJv2B_r6D4EebDIjOjQxTF29tQTjIIqIz9xaXbIwFOoZeuqaBcAxiP_iQlWB7Zs_cJptKsBPDVF/s1600/Virtual+memory+Setting.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;288&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM9-HXc8cPf5oxItw7wM7ZPmfwXhPGH3gvM70d7QAKurfgiI-pdiMtjD9UA33UpTGVTOJv2B_r6D4EebDIjOjQxTF29tQTjIIqIz9xaXbIwFOoZeuqaBcAxiP_iQlWB7Zs_cJptKsBPDVF/s320/Virtual+memory+Setting.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: x-large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: x-large;&quot;&gt;&lt;b&gt;For Windows 7 Users:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Procedure also the same in XP. Unlike above, the Images are for XP only, sooner I will show you the images.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;color: lime; font-family: Georgia, Times New Roman, serif; font-size: large;&quot;&gt;&lt;b&gt;Please Leave a Comment Before You Leave!&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/speed-up-your-pc-using-virtual-ram.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjxEA7pljzLgeqNnN8PFVbaaQMIhz4eUXE_KOTn-1zFYlZl4vHhfVjq-T-zAKz8KQ-ze8dcCWEFM9R7vDabe2vTjZA0milV_fH_vxVgWWtSLAQBCSTfWXL32VdYArB0SknkSOReU62OtwR/s72-c/Virtual+RAM+Computer+Properties.png" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-779298326430128299</guid><pubDate>Sun, 09 Dec 2012 09:57:00 +0000</pubDate><atom:updated>2012-12-16T12:47:29.872-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Anti-Virus</category><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">Malware</category><category domain="http://www.blogger.com/atom/ns#">Spyware</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>GMER the Rootkit Detector</title><description>&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0.5em; margin-top: 0.5em; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;A&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;&lt;a href=&quot;http://adf.ly/FlIcZ&quot; target=&quot;_blank&quot;&gt;ROOTKIT&lt;/a&gt;&lt;/b&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;is a stealthy type of software, often&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;malicious&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;, designed to hide the existence of certain processes or programs from normal methods of detection and enable continued&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;privileged access&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;to a computer.&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;The term&amp;nbsp;&lt;/span&gt;&lt;i style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;rootkit&lt;/i&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;is a&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;concatenation&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;of&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;&quot;root&quot;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;(the traditional name of the privileged account on&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;Unix&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;&amp;nbsp;operating systems) and the word &quot;kit&quot; (which refers to the software components that implement the tool). The term &quot;rootkit&quot; has negative connotations through its association with&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;malware&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19.200000762939453px;&quot;&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0.5em; margin-top: 0.5em;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Rootkit installation can be automated, or an&amp;nbsp;attacker&amp;nbsp;can install it once they&#39;ve obtained root or Administrator access. Obtaining this access is a result of direct attack on a system (i.e. exploiting a known vulnerability, password (either by&amp;nbsp;cracking,&amp;nbsp;privilege escalation, or&amp;nbsp;social engineering). Once installed it becomes possible to hide the intrusion as well as to maintain privileged access. The key is the root/Administrator access. Full control over a system means that existing software can be modified, including software that might otherwise be used to detect or circumvent it.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19.200000762939453px; margin-bottom: 0.5em; margin-top: 0.4em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Rootkit detection is difficult because a rootkit may be able to subvert the software that is intended to find it. Detection methods include using an alternative and trusted&amp;nbsp;operating system,&amp;nbsp;behavioral-based methods, signature scanning, difference scanning, and&amp;nbsp;memory dump&amp;nbsp;analysis. Removal can be complicated or practically impossible, especially in cases where the rootkit resides in the&amp;nbsp;kernel; reinstallation of the operating system may be the only available solution to the problem. When dealing with&amp;nbsp;firmware&amp;nbsp;rootkits, removal may require hardware replacement, or specialized equipment.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0.5em; margin-top: 0.5em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Source:&amp;nbsp;http://en.wikipedia.org/wiki/Rootkit&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0.5em; margin-top: 0.5em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0.5em; margin-top: 0.5em; text-align: justify;&quot;&gt;
&lt;strong style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&amp;nbsp;&lt;a href=&quot;http://adf.ly/FlJ4I&quot; target=&quot;_blank&quot;&gt;GMER&lt;/a&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;is an application that detects and removes&lt;/span&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&amp;nbsp;ROOTKITS. It scans:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0.5em; margin-top: 0.5em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0.5em; margin-top: 0.5em; text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZKvNEQhjtlh8TcJMx_YCLraPNckFVLO0Qyb7GbbW6L-lWkeIOSEbt1174Zp2VqgvysHnSkRVRhv1qmHQUSml3C-N3NwgrNYbq1Dle8HjT0BFXBJioI9DMI6yAASTHN7B-_AG62b3ibCZe/s1600/GMER+Rootkit+Remover.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;221&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZKvNEQhjtlh8TcJMx_YCLraPNckFVLO0Qyb7GbbW6L-lWkeIOSEbt1174Zp2VqgvysHnSkRVRhv1qmHQUSml3C-N3NwgrNYbq1Dle8HjT0BFXBJioI9DMI6yAASTHN7B-_AG62b3ibCZe/s320/GMER+Rootkit+Remover.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;menu&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;hidden processes&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;hidden threads&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;hidden modules&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;hidden services&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;hidden files&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;hidden disk sectors (MBR)&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;hidden Alternate Data Streams&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;hidden registry keys&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;drivers hooking SSDT&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;drivers hooking IDT&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;drivers hooking IRP calls&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;inline hooks&lt;/span&gt;&lt;/li&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/menu&gt;&lt;menu style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: x-large;&quot;&gt;How to use GMER?&lt;/span&gt;&lt;/menu&gt;&lt;menu&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/menu&gt;&lt;menu&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;1. Basically scanning and removing rootkits is the main purpose of GMER. To be able to avail it, download a fresh copy of GMER &lt;a href=&quot;http://adf.ly/FlKYI&quot; target=&quot;_blank&quot;&gt;here.&lt;/a&gt;&lt;/span&gt;&lt;/menu&gt;&lt;menu&gt;2. Once finished download, run the application.&lt;/menu&gt;&lt;menu&gt;3. Start scanning now.&lt;/menu&gt;&lt;menu&gt;4. If GMER won&#39;t start when your computer is infected try to rename gmer.exe to test.exe and open the renamed text.exe.&lt;/menu&gt;&lt;menu&gt;5. To remove the rustock rootkit click &amp;gt;Delete the Service&amp;lt; and answr &#39;Yes&#39; to all questions.&lt;/menu&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/gmer-rootkit-detector.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZKvNEQhjtlh8TcJMx_YCLraPNckFVLO0Qyb7GbbW6L-lWkeIOSEbt1174Zp2VqgvysHnSkRVRhv1qmHQUSml3C-N3NwgrNYbq1Dle8HjT0BFXBJioI9DMI6yAASTHN7B-_AG62b3ibCZe/s72-c/GMER+Rootkit+Remover.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-1187872178192542856</guid><pubDate>Sun, 09 Dec 2012 09:18:00 +0000</pubDate><atom:updated>2012-12-09T01:18:10.249-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Anti-Virus</category><category domain="http://www.blogger.com/atom/ns#">Malware</category><category domain="http://www.blogger.com/atom/ns#">Spyware</category><title>The power of  COMBOFIX  to your system</title><description>&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;a href=&quot;http://adf.ly/FlGMe&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;Combofix&lt;/span&gt;&lt;/a&gt; is a freeware (a legitimate spyware remover created by sUBs), Combofix was designed to scan a computer for &amp;nbsp;known malware, spyware (SurfSideKick, QooLogic, and Look2Me as well as any other combination of the mentioned spyware applications) and remove them,ComboFix allows the manual removal of spyware infections , It ‘s a specialized effective cleaning tool, which is useful compared to other malware and spyware removers.After Combofix finished,a report &amp;nbsp;will be created. You can use this report to search and remove infections which are not automatically removed.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: x-large;&quot;&gt;How to use combifix:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: x-large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;1.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;First of all you can download combofix from &lt;a href=&quot;http://adf.ly/FlGWN&quot; target=&quot;_blank&quot;&gt;HERE&amp;gt;&amp;gt;&amp;gt;.&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;2.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Install the fresh new copy of Combofix.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;3.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Before you continue, disable or close all anti-spyware, anti-malware antivirus real-time protection.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;4.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Be sure that all programs or softwares are closed and not running.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;5.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Once combo fix was installed it show an icon on desktop then open it.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;6.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Follow the given instructions on screen.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;7.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Once you get finish, it will show all logs for you.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;mso-list: l0 level1 lfo1; text-align: justify; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-list: l0 level1 lfo1; text-align: justify; text-indent: -.25in;&quot;&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/the-power-of-combofix-to-your-system.html</link><author>noreply@blogger.com (zxheejhei)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-1091817158382023368</guid><pubDate>Sun, 09 Dec 2012 06:37:00 +0000</pubDate><atom:updated>2012-12-08T22:37:50.551-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">System</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>Quick Step on how to show hidden files and folders  in Windows 8</title><description>&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Windows 8 is almost like an updated windows 7. The only difference is more features are added in Windows 8. On this section I am going to teach you on how to show hidden files and folders in Windows 8.&lt;br /&gt;
&lt;br /&gt;
1. Go to Windows 8 Start Screen.&lt;br /&gt;
&lt;br /&gt;
2. Once you are in the start menu go now to control panel. Almost the same as in Windows 7 steps.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJdnWI8AA8DtnFmIJqtI3Yti6zDPPhYwif5jEmIbyqk49gD6lZeOGR5SfuYvApzAUTzTEh4oTn3H5PzAyfl5byHZKq_r1UxEA2nJ71YhvDWmWETqUQFeFUw4aAxUJ3IAi5HoUYGWCTLgQm/s1600/Windows+7+Control+Panel.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;233&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJdnWI8AA8DtnFmIJqtI3Yti6zDPPhYwif5jEmIbyqk49gD6lZeOGR5SfuYvApzAUTzTEh4oTn3H5PzAyfl5byHZKq_r1UxEA2nJ71YhvDWmWETqUQFeFUw4aAxUJ3IAi5HoUYGWCTLgQm/s320/Windows+7+Control+Panel.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
3. Now go to Appearance and Personalization.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnVqu0NfXPjT-WDpJCixWYvYfV1EILNy-DhdeYuhGxOqhVyI4cM2evdjPPnL2WaSlJdm3zoJcLwBSYxA1oWhhz34XpdK7H9ba5-2ZsE7HSEAiXgnFZzorWzrZxofpYxglD01gRfBf_QIxo/s1600/Windows+7+Appearance+and+Personalization.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;233&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnVqu0NfXPjT-WDpJCixWYvYfV1EILNy-DhdeYuhGxOqhVyI4cM2evdjPPnL2WaSlJdm3zoJcLwBSYxA1oWhhz34XpdK7H9ba5-2ZsE7HSEAiXgnFZzorWzrZxofpYxglD01gRfBf_QIxo/s320/Windows+7+Appearance+and+Personalization.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
4. Click on Folder Options.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhao3LseGsdtW2d3g0QxRbAo7ngOJfazGPx7JcNNG736cckG3HfUwMAz9eektigdOI8H0QkFBi-cxylOiU38PdH9q-3SLScuqJLtOkp5qS1LQ-nhtrzX7GZbP0HNFWlr8LF_XrUJJgfioHW/s1600/Windows+7+Folder+Option+1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;221&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhao3LseGsdtW2d3g0QxRbAo7ngOJfazGPx7JcNNG736cckG3HfUwMAz9eektigdOI8H0QkFBi-cxylOiU38PdH9q-3SLScuqJLtOkp5qS1LQ-nhtrzX7GZbP0HNFWlr8LF_XrUJJgfioHW/s320/Windows+7+Folder+Option+1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
5. Click on the &amp;nbsp;View Tab.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. A two radio button appers and choose Show Hidden Files and Folders.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCvf2-EkLDkd8sdiQ2VmUT05b698eT5_z-xGCppUll9Pz9ZLPf6cPugKTno2UYb8GL6CVBkzxiIll3jEIl9Pjf2IzSPrcfgh3265amDhv99wPgDEAZrY8kY3Pco3UsK91yFNESsn5qwxY3/s1600/Windows+7+Folder+Option+2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCvf2-EkLDkd8sdiQ2VmUT05b698eT5_z-xGCppUll9Pz9ZLPf6cPugKTno2UYb8GL6CVBkzxiIll3jEIl9Pjf2IzSPrcfgh3265amDhv99wPgDEAZrY8kY3Pco3UsK91yFNESsn5qwxY3/s320/Windows+7+Folder+Option+2.png&quot; width=&quot;263&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
7. You need to Remove the checkmark from the checkbox labeled &quot;Hide file extensions for known file types&quot;.&lt;br /&gt;
&lt;br /&gt;
8. Optionally you can Remove the checkmark from the checkbox labeled Hide protected operating system files.&lt;br /&gt;
&lt;br /&gt;
9. Cilck Apply button then click OK.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/quick-step-on-how-to-show-hidden-files.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJdnWI8AA8DtnFmIJqtI3Yti6zDPPhYwif5jEmIbyqk49gD6lZeOGR5SfuYvApzAUTzTEh4oTn3H5PzAyfl5byHZKq_r1UxEA2nJ71YhvDWmWETqUQFeFUw4aAxUJ3IAi5HoUYGWCTLgQm/s72-c/Windows+7+Control+Panel.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-688760623722825487</guid><pubDate>Sun, 09 Dec 2012 06:30:00 +0000</pubDate><atom:updated>2012-12-08T22:30:30.356-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">System</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>Best Way To Show Hidden Files In Windows 7</title><description>&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This time I am going to show you on how to see Hidden Files and Folders in Windows 7 Operating System. To be as detailed I added photos for you to be easy to understand.&lt;br /&gt;
&lt;br /&gt;
1. Go to start menu now on the left lower part of your screen and click it.&lt;br /&gt;
2. Once you are in the start menu go now to control panel.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJdnWI8AA8DtnFmIJqtI3Yti6zDPPhYwif5jEmIbyqk49gD6lZeOGR5SfuYvApzAUTzTEh4oTn3H5PzAyfl5byHZKq_r1UxEA2nJ71YhvDWmWETqUQFeFUw4aAxUJ3IAi5HoUYGWCTLgQm/s1600/Windows+7+Control+Panel.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;233&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJdnWI8AA8DtnFmIJqtI3Yti6zDPPhYwif5jEmIbyqk49gD6lZeOGR5SfuYvApzAUTzTEh4oTn3H5PzAyfl5byHZKq_r1UxEA2nJ71YhvDWmWETqUQFeFUw4aAxUJ3IAi5HoUYGWCTLgQm/s320/Windows+7+Control+Panel.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
3. Now go to Appearance and Personalization.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnVqu0NfXPjT-WDpJCixWYvYfV1EILNy-DhdeYuhGxOqhVyI4cM2evdjPPnL2WaSlJdm3zoJcLwBSYxA1oWhhz34XpdK7H9ba5-2ZsE7HSEAiXgnFZzorWzrZxofpYxglD01gRfBf_QIxo/s1600/Windows+7+Appearance+and+Personalization.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;233&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnVqu0NfXPjT-WDpJCixWYvYfV1EILNy-DhdeYuhGxOqhVyI4cM2evdjPPnL2WaSlJdm3zoJcLwBSYxA1oWhhz34XpdK7H9ba5-2ZsE7HSEAiXgnFZzorWzrZxofpYxglD01gRfBf_QIxo/s320/Windows+7+Appearance+and+Personalization.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
4. Click on Folder Options.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhao3LseGsdtW2d3g0QxRbAo7ngOJfazGPx7JcNNG736cckG3HfUwMAz9eektigdOI8H0QkFBi-cxylOiU38PdH9q-3SLScuqJLtOkp5qS1LQ-nhtrzX7GZbP0HNFWlr8LF_XrUJJgfioHW/s1600/Windows+7+Folder+Option+1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;221&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhao3LseGsdtW2d3g0QxRbAo7ngOJfazGPx7JcNNG736cckG3HfUwMAz9eektigdOI8H0QkFBi-cxylOiU38PdH9q-3SLScuqJLtOkp5qS1LQ-nhtrzX7GZbP0HNFWlr8LF_XrUJJgfioHW/s320/Windows+7+Folder+Option+1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
5. Click on the &amp;nbsp;View Tab.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. A two radio button appers and choose Show Hidden Files and Folders.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCvf2-EkLDkd8sdiQ2VmUT05b698eT5_z-xGCppUll9Pz9ZLPf6cPugKTno2UYb8GL6CVBkzxiIll3jEIl9Pjf2IzSPrcfgh3265amDhv99wPgDEAZrY8kY3Pco3UsK91yFNESsn5qwxY3/s1600/Windows+7+Folder+Option+2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCvf2-EkLDkd8sdiQ2VmUT05b698eT5_z-xGCppUll9Pz9ZLPf6cPugKTno2UYb8GL6CVBkzxiIll3jEIl9Pjf2IzSPrcfgh3265amDhv99wPgDEAZrY8kY3Pco3UsK91yFNESsn5qwxY3/s320/Windows+7+Folder+Option+2.png&quot; width=&quot;263&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
7. You need to Remove the checkmark from the checkbox labeled &quot;Hide file extensions for known file types&quot;.&lt;br /&gt;
&lt;br /&gt;
8. Optionally you can Remove the checkmark from the checkbox labeled Hide protected operating system files.&lt;br /&gt;
&lt;br /&gt;
9. Cilck Apply button then click OK.&lt;br /&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/best-way-to-show-hidden-files-in.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJdnWI8AA8DtnFmIJqtI3Yti6zDPPhYwif5jEmIbyqk49gD6lZeOGR5SfuYvApzAUTzTEh4oTn3H5PzAyfl5byHZKq_r1UxEA2nJ71YhvDWmWETqUQFeFUw4aAxUJ3IAi5HoUYGWCTLgQm/s72-c/Windows+7+Control+Panel.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-5258512943332802389</guid><pubDate>Sun, 09 Dec 2012 05:44:00 +0000</pubDate><atom:updated>2012-12-08T21:44:20.458-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">System</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>How to show Hidden Files in Windows XP</title><description>&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Showing hidden files is quite easy. To enable showing your hidden files in Windows XP, You must do the following.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;1.&amp;nbsp;All programs must be closed to make sure you get into desktop.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;2.&amp;nbsp;Open the My Computer Icon or Press Windows Key + E on your keyboard.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;3.&amp;nbsp;At the top of your Windows Explorer click the Tools menu.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguKw3EiCJYayUj4WvJTlj-TtaXqLBQM80ZcK3th1Hdsf-zs2-D8tXteRryE8Khqt4k7vmXBLhyphenhyphenSlQlp_AZzu6j-672NfDVt29NKtGv68mbfUvJ6FDYU6MpmO2DAnSaGOY3E1uoShZAU_6O/s1600/Picture1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;238&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguKw3EiCJYayUj4WvJTlj-TtaXqLBQM80ZcK3th1Hdsf-zs2-D8tXteRryE8Khqt4k7vmXBLhyphenhyphenSlQlp_AZzu6j-672NfDVt29NKtGv68mbfUvJ6FDYU6MpmO2DAnSaGOY3E1uoShZAU_6O/s320/Picture1.png&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;4. Select Folder Options.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgPgIMBaIHyV0P79ThJiwM9eChaf_Jgh6KqdyUnlf9aqTRlXl56-tr3heRbThXo7EmmY8o93Cg_IrLsyv-U0AycbZ3uDq_A-g6k_45muGduHLDIjPX8vThPIrM7zTrDXh9CVvvZCksKlQl/s1600/Picture2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;242&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgPgIMBaIHyV0P79ThJiwM9eChaf_Jgh6KqdyUnlf9aqTRlXl56-tr3heRbThXo7EmmY8o93Cg_IrLsyv-U0AycbZ3uDq_A-g6k_45muGduHLDIjPX8vThPIrM7zTrDXh9CVvvZCksKlQl/s320/Picture2.png&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;5.&amp;nbsp;On the shown Pop-Up Window click on view tab.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijmfhtR5b-ci_he8FhT7iyvxn9voAdil3YdtVIiOLDc7p2__YdhUVprkmSO5LVsHUzgx31AQByMeaFagVXA4TB8wsQn3pBYaOlgL50M7ZbV3k1Az0EmbbRyqCa9YkWxRe8IkqZChhv9tcS/s1600/Picture3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;242&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijmfhtR5b-ci_he8FhT7iyvxn9voAdil3YdtVIiOLDc7p2__YdhUVprkmSO5LVsHUzgx31AQByMeaFagVXA4TB8wsQn3pBYaOlgL50M7ZbV3k1Az0EmbbRyqCa9YkWxRe8IkqZChhv9tcS/s320/Picture3.png&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;6.&amp;nbsp;A two radio button appears and choose Show Hidden Files and Folders.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTt8-ZMP17OY_ICIDiicgfVY4BxC21CcsRZvTk3P_MmiSaK8KK0hyphenhyphen0l0bOfK3LtocD9pq7mcPSoFe5nen2VXokPKGvgagAvuzmarPKffqWxoNKvEsbWjLoqVtVRh0-qCx76JAyuSo7R95G/s1600/Picture4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTt8-ZMP17OY_ICIDiicgfVY4BxC21CcsRZvTk3P_MmiSaK8KK0hyphenhyphen0l0bOfK3LtocD9pq7mcPSoFe5nen2VXokPKGvgagAvuzmarPKffqWxoNKvEsbWjLoqVtVRh0-qCx76JAyuSo7R95G/s320/Picture4.png&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;7.Under the Hidden files and folders section select the radio button labeled Show hidden files and folders.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;8. You need to Remove the checkmark from the checkbox labeled &quot;Hide file extensions for known file types&quot;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;9. Optionally you can Remove the checkmark from the checkbox labeled Hide protected operating system files.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;10. Cilck Apply button then click OK.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/how-to-show-hidden-files-in-windows-xp.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguKw3EiCJYayUj4WvJTlj-TtaXqLBQM80ZcK3th1Hdsf-zs2-D8tXteRryE8Khqt4k7vmXBLhyphenhyphenSlQlp_AZzu6j-672NfDVt29NKtGv68mbfUvJ6FDYU6MpmO2DAnSaGOY3E1uoShZAU_6O/s72-c/Picture1.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-7091834066944744293</guid><pubDate>Fri, 07 Dec 2012 21:06:00 +0000</pubDate><atom:updated>2012-12-07T13:06:59.746-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Refurbished Laptop</category><title>PC Bank Computer Center Atimonan Holiday Sale</title><description>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.youtube.com/embed/nfF9LihcJ2M?feature=player_embedded&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/pc-bank-computer-center-atimonan.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/nfF9LihcJ2M/default.jpg" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-6422456667041658600</guid><pubDate>Fri, 07 Dec 2012 16:44:00 +0000</pubDate><atom:updated>2012-12-07T08:50:41.586-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">LCD Monitor</category><category domain="http://www.blogger.com/atom/ns#">Repair</category><title>Dead Pixels on LCD Monitor, How to remove?</title><description>&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; font-family: Times, &#39;Times New Roman&#39;, serif; line-height: 19px; text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Defective pixels are pixels on a liquid crystal display (LCD) that are not performing as expected. Of those, a dead pixel never shows light, and a stuck pixel always shows light (typically red, blue or green), when the device is active. The ISO standard ISO 13406-2 distinguishes between three different types of defective pixels, while hardware companies tend to have further distinguishing types.&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Similar defects can also occur in a charge-coupled device (CCD) or CMOS image sensor in digital cameras. In these devices, defective pixels fail to sense light levels correctly, whereas defective pixels in LCDs fail to reproduce light levels correctly.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;background-color: white; line-height: 19px; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: x-large;&quot;&gt;HOW TO REMOVE&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; line-height: 19px; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot; /&gt;&lt;span style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot;&gt;1. Turn off your computer.&lt;/span&gt;&lt;br style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot; /&gt;&lt;span style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot;&gt;2. Get yourself a damp cloth, so that you don&#39;t scratch your screen.&lt;/span&gt;&lt;br style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot; /&gt;&lt;span style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot;&gt;3. Apply pressure to the area where the dead pixel is. Do not put pressure anywhere else, as this may make more dead pixels.&lt;/span&gt;&lt;br style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot; /&gt;&lt;span style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot;&gt;4. While applying pressure, turn on your computer and screen.&lt;/span&gt;&lt;br style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot; /&gt;&lt;span style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot;&gt;5. Remove pressure and the dead pixel should be gone. This works as the liquid in the liquid crystal has not spread into each little pixel. This liquid is used with the backlight on your monitor, allowing different amounts of light through which give off different&amp;nbsp;colors.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 19px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; line-height: 19px; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzNZLMYeTuXTaoX79RB0vihpa9DnXxmJ_fcbF6_uSz4O3pyflbD-CjnVlRwzwnVPcnBqdnZZaV95fsT1bx9MpSoHfoVI-gaJOOxcIqW_NJEylfCVMZuCeJAUsYF0haB8tlDVooOaolvlup/s1600/blog-images-20060426041500279.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: black; font-family: Times, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzNZLMYeTuXTaoX79RB0vihpa9DnXxmJ_fcbF6_uSz4O3pyflbD-CjnVlRwzwnVPcnBqdnZZaV95fsT1bx9MpSoHfoVI-gaJOOxcIqW_NJEylfCVMZuCeJAUsYF0haB8tlDVooOaolvlup/s320/blog-images-20060426041500279.jpg&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/dead-pixels-on-lcd-monitor-how-to-remove.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzNZLMYeTuXTaoX79RB0vihpa9DnXxmJ_fcbF6_uSz4O3pyflbD-CjnVlRwzwnVPcnBqdnZZaV95fsT1bx9MpSoHfoVI-gaJOOxcIqW_NJEylfCVMZuCeJAUsYF0haB8tlDVooOaolvlup/s72-c/blog-images-20060426041500279.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-547714690450085977.post-8091633877006663168</guid><pubDate>Fri, 07 Dec 2012 16:42:00 +0000</pubDate><atom:updated>2012-12-07T08:50:57.727-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to</category><category domain="http://www.blogger.com/atom/ns#">LCD Monitor</category><category domain="http://www.blogger.com/atom/ns#">Repair</category><title>Spots on LCD Monitor, How to Remove</title><description>&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Have you seen tiny black or white color on your screen that sometimes irritated your eyes. Those are spots, there are two types of spots, the White Spots and the Black Spots. But how will we notice that our Monitor have spots. Try opening notepad an don&#39;t type any character then maximize it. as you can see it is totally white and you will notice the black spots easily. And for checking for White spots, change the color of your desktop background into totally black and you can see the white spots.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; margin: 0px; outline: none; padding: 0px; text-align: center;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;HOW TO REMOVE SPOTS&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;1.&amp;nbsp;Uncased&amp;nbsp;the LCD Monitor.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;2. Remove the Inverter, Flex, Video Board then get the LCD Panel.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;3. On the top part of the panel you can see the ribbons.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;4. Try to use hot air on that ribbon.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;5. You can now test your Monitor again.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;6. If it is not removed by hot air it is better to replaced the LCD Panel.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;Black Spot:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwXpemd4cdQkOipzcj1ITzfxkiUgD63kxKz9J3raaYe6IYbryOaDyIDWMjAbkeYM8dGD7p705p1YXJZhuX3upSWjyWqPFdC-JQQgCMxRzxNA3AciCgEfeqxcA379g1XEgQN46TW0vIsATv/s1600/images+(1).jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwXpemd4cdQkOipzcj1ITzfxkiUgD63kxKz9J3raaYe6IYbryOaDyIDWMjAbkeYM8dGD7p705p1YXJZhuX3upSWjyWqPFdC-JQQgCMxRzxNA3AciCgEfeqxcA379g1XEgQN46TW0vIsATv/s1600/images+(1).jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
White Spot:&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdYHZNQOqxZWAmQTcBN_LTd-Qjn7gpnaOR9LK9EC6o_Ku3dcPmqEkv1zOdQNwWigvPntoYxEmddldNU2EtJX-fzvJoPIvRNh_Nf5uTjxBMc8xaIf7KP9shg_c28qMZo3iMiGx5yELGW4Wm/s1600/images.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdYHZNQOqxZWAmQTcBN_LTd-Qjn7gpnaOR9LK9EC6o_Ku3dcPmqEkv1zOdQNwWigvPntoYxEmddldNU2EtJX-fzvJoPIvRNh_Nf5uTjxBMc8xaIf7KP9shg_c28qMZo3iMiGx5yELGW4Wm/s1600/images.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: &#39;Helvetica Neue Light&#39;, HelveticaNeue-Light, &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 19px; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/MontoyasTechnoHub&lt;/div&gt;</description><link>http://jscomptech.blogspot.com/2012/12/spots-on-lcd-monitor-how-to-remove.html</link><author>noreply@blogger.com (zxheejhei)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwXpemd4cdQkOipzcj1ITzfxkiUgD63kxKz9J3raaYe6IYbryOaDyIDWMjAbkeYM8dGD7p705p1YXJZhuX3upSWjyWqPFdC-JQQgCMxRzxNA3AciCgEfeqxcA379g1XEgQN46TW0vIsATv/s72-c/images+(1).jpg" height="72" width="72"/><thr:total>1</thr:total></item></channel></rss>