<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Time Driven &amp;amp; Event driven handlers by Lewis Sainsbury</title>
      <link>https://padlet.com/lewissainsbury/jigsaw</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2015-02-13 12:35:01 UTC</pubDate>
      <lastBuildDate>2015-02-13 13:10:24 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>http://d262le4z25sx36.cloudfront.net/portraits/announcement.jpg</url>
      </image>
      <item>
         <title>What is time driven mostly used for?</title>
         <author>g_purvis</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49852079</link>
         <description><![CDATA[<p>In real-life or safety driven programs, this is because the program is executed by the computer clock. </p><p>No external events are allowed to affect the program. </p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:37:10 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49852079</guid>
      </item>
      <item>
         <title>Keywords:</title>
         <author>lewissainsbury</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49852082</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:37:12 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49852082</guid>
      </item>
      <item>
         <title>Time Driven:</title>
         <author>lewissainsbury</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49852183</link>
         <description><![CDATA[<p>Time driven is a type of programming that is used in real time computing. This means that they carry out a set of tasks that are activated depending on the time of a computer clock. The events are recorded in a dispatch table where the rules are given to schedule the running of the tasks.</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:39:21 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49852183</guid>
      </item>
      <item>
         <title>What is the purpose of a dispatch table?</title>
         <author>g_purvis</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49852191</link>
         <description><![CDATA[<p>To make writing code simpler as you only have to write a shorted version of the statement, this then pulls this from the long version to execute it. </p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:39:31 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49852191</guid>
      </item>
      <item>
         <title>How is it controlled?</title>
         <author>radasley</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49852374</link>
         <description><![CDATA[<p>The code execution of time driven programming is controlled by the computer clock</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:42:37 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49852374</guid>
      </item>
      <item>
         <title>Event handler:</title>
         <author>lewissainsbury</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49852659</link>
         <description><![CDATA[<p>This is the code that runs when an event occurs.</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:47:08 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49852659</guid>
      </item>
      <item>
         <title>Real-time:</title>
         <author>lewissainsbury</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49852695</link>
         <description><![CDATA[<p>Real time in computing is when a program carried out tasks using a computer clock and the events will happen instantly when a certain time is reached.</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:47:40 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49852695</guid>
      </item>
      <item>
         <title>Two possible events</title>
         <author>g_purvis</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49852744</link>
         <description><![CDATA[<ul><li>Mouse clicks</li><li>Double clicks <br></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:48:14 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49852744</guid>
      </item>
      <item>
         <title>Can external events affect the program?</title>
         <author>radasley</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49852747</link>
         <description><![CDATA[<p>No external events are allowed to affect the program which is running and rules in the dispatch table will run time an time again?</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:48:18 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49852747</guid>
      </item>
      <item>
         <title>How is an event handler triggered</title>
         <author>g_purvis</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49852904</link>
         <description><![CDATA[<p>The events appropriate for the text box are not the same as the events for a button, as they are used in very different ways. An event triggers the appropriate event handler. </p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:50:31 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49852904</guid>
      </item>
      <item>
         <title>Controls</title>
         <author>lewissainsbury</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49853115</link>
         <description><![CDATA[<p>Controls are within event driven programming and are a visual object such as a buttons or combo box which can be interfered with.</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:53:05 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49853115</guid>
      </item>
      <item>
         <title>Controls:</title>
         <author>lewissainsbury</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49853122</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:53:12 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49853122</guid>
      </item>
      <item>
         <title>Can different objects use the same event?</title>
         <author>radasley</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49853177</link>
         <description><![CDATA[<p>Different types of objects can have different collections of events. The events that are appropriate for a text box are no the same as the events for a button, this is because they are used in different ways</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:53:51 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49853177</guid>
      </item>
      <item>
         <title>Subroutine</title>
         <author>lewissainsbury</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49853265</link>
         <description><![CDATA[<p>This is a separate part of the program in its own section, similar to a function.</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:54:52 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49853265</guid>
      </item>
      <item>
         <title>Subroutine use</title>
         <author>g_purvis</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49853354</link>
         <description><![CDATA[<p>for event handling, with the name of the object followed by an underscore then the name of the event.</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 12:56:09 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49853354</guid>
      </item>
      <item>
         <title>Activation pattern:</title>
         <author>lewissainsbury</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49853694</link>
         <description><![CDATA[<p>The recordings of the time driven program.</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 13:00:25 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49853694</guid>
      </item>
      <item>
         <title>Dispatch table:</title>
         <author>lewissainsbury</author>
         <link>https://padlet.com/lewissainsbury/jigsaw/wish/49853903</link>
         <description><![CDATA[<p>Contains all of the activation patterns and contains the rules that are used to schedule running the tasks.</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-02-13 13:02:59 UTC</pubDate>
         <guid>https://padlet.com/lewissainsbury/jigsaw/wish/49853903</guid>
      </item>
   </channel>
</rss>
