<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: vinaysingh</title>
    <description>The latest articles on Forem by vinaysingh (@vinayysingh).</description>
    <link>https://forem.com/vinayysingh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3586499%2F7f01eae9-2449-4f54-b800-27f63e931f53.png</url>
      <title>Forem: vinaysingh</title>
      <link>https://forem.com/vinayysingh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/vinayysingh"/>
    <language>en</language>
    <item>
      <title>How Your Computer Thinks : Instruction Cycle Explained Visually</title>
      <dc:creator>vinaysingh</dc:creator>
      <pubDate>Wed, 29 Oct 2025 15:13:49 +0000</pubDate>
      <link>https://forem.com/vinayysingh/how-your-computer-thinks-instruction-cycle-explained-visually-poe</link>
      <guid>https://forem.com/vinayysingh/how-your-computer-thinks-instruction-cycle-explained-visually-poe</guid>
      <description>&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/xjfVdSLEe24"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;What you just saw is your computer's first thought or the very first step to execute a task at the architecture level.&lt;/p&gt;

&lt;p&gt;The Program Counter sends the &lt;strong&gt;address of the next instruction&lt;/strong&gt;(not the instruction itself) to the Memory Address Register(MAR).&lt;/p&gt;

&lt;p&gt;Then, through the &lt;strong&gt;Address Bus&lt;/strong&gt;, that address passes to the TLB(Translation Lookaside Buffer) which converts logical address into a physical one.&lt;/p&gt;

&lt;p&gt;it's like turning street name such as Fifth Avenue into its exact GPS coordinates.&lt;/p&gt;

&lt;p&gt;Once the location is found, the actual instruction(GPS Coordinates) flows back through the &lt;strong&gt;Data Bus&lt;/strong&gt; into the Instruction Register.&lt;/p&gt;

&lt;p&gt;here,&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Fifth Avenue street name is Logical Address of the Instruction&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GPS Coordinates is physical address of the Instruction(which represents data of opcode, operand, address and destination).&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/Ez2OLqsnUF4"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;Now that the instruction is fetched, its now time for decoding and executing.&lt;/p&gt;

&lt;p&gt;The Control Unit(CU) decodes the instruction and sends command signals through &lt;strong&gt;Control Bus&lt;/strong&gt;, The Memory Unit(MU), responding to those signals, fetches the required data and sends back through the &lt;strong&gt;Data Bus&lt;/strong&gt; to the Arithmetic Logic Unit(ALU).&lt;/p&gt;

&lt;p&gt;Once the ALU finishes executing the operation, whether its addition, comparison, or moving data. The result is placed into a special register called Accumulator.&lt;/p&gt;

&lt;p&gt;And this Completes the Full Instruction Cycle &lt;br&gt;
Fetch --&amp;gt; Decode --&amp;gt; Fetch(operands) --&amp;gt; Execute.&lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/sJXLvCj6sjk"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;In our next blogs we'll explore &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;what if the data is in Cache, or SSD/HDD?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;what if TLB fails to translate the logical address?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Note: The above videos are logical representation of Data and Control flow in Computer Architecture, not the exact physical representation.&lt;/p&gt;

</description>
      <category>storytellingintech</category>
      <category>computerscience</category>
      <category>computerarchitecture</category>
      <category>visualization</category>
    </item>
  </channel>
</rss>
