{"id":260,"date":"2018-01-04T08:37:41","date_gmt":"2018-01-04T08:37:41","guid":{"rendered":"http:\/\/learnlearn.uk\/gcsecs\/?page_id=260"},"modified":"2018-11-14T16:40:21","modified_gmt":"2018-11-14T16:40:21","slug":"von-neumann-achitecture","status":"publish","type":"page","link":"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/","title":{"rendered":"Von Neumann Architecture"},"content":{"rendered":"\n<div class=\"arconix-tabs-horizontal\"><ul class=\"arconix-tabs\"><li data-arconix-icon=\" \" data-arconix-color=\" \" class=\"arconix-tab tab-Introduction\"><a class=\"\" href=\"#tab-Introduction\">Introduction<\/a><\/li>\n<li data-arconix-icon=\" \" data-arconix-color=\" \" class=\"arconix-tab tab-Video\"><a class=\"\" href=\"#tab-Video\">Video<\/a><\/li>\n<li data-arconix-icon=\" \" data-arconix-color=\" \" class=\"arconix-tab tab-CU\"><a class=\"\" href=\"#tab-CU\">CU<\/a><\/li>\n<li data-arconix-icon=\" \" data-arconix-color=\" \" class=\"arconix-tab tab-ALU\"><a class=\"\" href=\"#tab-ALU\">ALU<\/a><\/li>\n<li data-arconix-icon=\" \" data-arconix-color=\" \" class=\"arconix-tab tab-Registers\"><a class=\"\" href=\"#tab-Registers\">Registers<\/a><\/li>\n<li data-arconix-icon=\" \" data-arconix-color=\" \" class=\"arconix-tab tab-Buses\"><a class=\"\" href=\"#tab-Buses\">Buses<\/a><\/li>\n<li data-arconix-icon=\" \" data-arconix-color=\" \" class=\"arconix-tab tab-Lessonreviewquiz\"><a class=\"\" href=\"#tab-Lessonreviewquiz\">Lesson review quiz<\/a><\/li>\n<li data-arconix-icon=\" \" data-arconix-color=\" \" class=\"arconix-tab tab-Activty\"><a class=\"\" href=\"#tab-Activty\">Activty<\/a><\/li><\/ul>\n<div class=\"arconix-panes\"><div class=\"arconix-pane pane-Introduction\">\n<div class=\"arconix-column-two-thirds\">\n<h2><b>Von Neumann Architecture<\/b><\/h2>\n<p>The first computers had fixed programs and changing a computer program required physically rewiring or redesigning the machine. This meant that re-repurposing an computer was a difficult, expensive and time-consuming process. The Mathematician John Von-Neuman designed the specification for the first programmable computer in 1954, where the programs themselves could be stored in memory, not just data.<\/p>\n<p>Instructions are stored in memory and are retrieved and processed by the Central Processing Unit one by one. This blueprint is known as the Von-Neumann Architecture.<\/p>\n<p>The Von-Neuman Architecture is based on the principle of:<\/p>\n<ul>\n<li>Fetch an Instruction<\/li>\n<li>Decode the Instruction<\/li>\n<li>Execute the Instruction<\/li>\n<\/ul>\n<p>The process above is repeated indefinitely, and is known as the fetch, decode, execute cycle.<\/p>\n<\/div>\n<div class=\"arconix-column-one-third\">\n<p><a href=\"http:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2018\/01\/von-neumann-architecture-gcse-ocr.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-448 size-medium\" src=\"https:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2018\/01\/von-neumann-architecture-gcse-ocr-300x206.png?_t=1516712389\" alt=\"Von Neumann Architecture OCR GCSE\" width=\"300\" height=\"206\" srcset=\"https:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2018\/01\/von-neumann-architecture-gcse-ocr-300x206.png 300w, https:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2018\/01\/von-neumann-architecture-gcse-ocr-768x526.png 768w, https:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2018\/01\/von-neumann-architecture-gcse-ocr.png 785w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"arconix-pane pane-Video\">\n<iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/t8H6-anK0t4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/ckDb_W72__c\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p><a href=\"https:\/\/docs.google.com\/presentation\/d\/1OKFAkxq21fWd66dFKjgI859zh2QwO1Yl84N3N09nnTY\/edit?usp=sharing\">The Google Slides blank document to follow along with the video is available here.<\/a><\/p>\n<\/div>\n<div class=\"arconix-pane pane-CU\">\n<h3>Control Unit (CU)<\/h3>\n<p>The job of the control unit is to coordinate and control all the other parts of the CPU. It tells the registers &amp; ALU what to do with an instruction that is passed to them.<\/p>\n<p>The CU decodes the instructions retrieved from memory and instructs the ALU to perform an arithmetic or logic instruction on the data from the decoded instruction<\/p>\n<\/div>\n<div class=\"arconix-pane pane-ALU\">\n<h3>Arithmetic Logic Unit<\/h3>\n<p>They job of the ALU is to perform the calculations or logic that the CU has decoded.<\/p>\n<p>Common processes include:<\/p>\n<ul>\n<li>Addition<\/li>\n<li>Subtraction<\/li>\n<li>Division<\/li>\n<li>Multiplication<\/li>\n<li>Selection \/ Branching<\/li>\n<li>Repetition \/ looping.<\/li>\n<\/ul>\n<\/div>\n<div class=\"arconix-pane pane-Registers\">\n<h3>Registers<\/h3>\n<p>The registers form part of the CPU Cache, temporarily storing data ready for processing or send to the RAM.<\/p>\n<p><strong>PC &#8211; Program Control Register<\/strong><\/p>\n<p>The program control register stores the address of the current instruction. Once the current instruction has been <strong>fetched<\/strong> and <strong>decoded,<\/strong> the program control register changes to the address of the next instruction.<\/p>\n<p><strong>IR &#8211; Instruction Register<\/strong><\/p>\n<p>The instruction register contains the current instruction itself, retrieved from it&#8217;s stored address.<\/p>\n<p><strong>MAR &#8211; Memory Address Register<\/strong><\/p>\n<p>The memory address register contains the memory location of either the next instruction to be fetched or the location of where the results of the current process are to be stored.<\/p>\n<p><strong>MDR &#8211; Memory Data Register<\/strong><\/p>\n<p>The memory data register contains either the data retrieved from memory (either an instruction or an operand) during the current fetch cycle at the address stipulated in the MAR, or the data the is due to be written to memory.<\/p>\n<p><strong>ACC &#8211; Accumulator<\/strong><\/p>\n<p>The accumulator receives the results of the current process from the ALU and stores it for the use in the next Fetch-Decode-Execute cycle.<\/p>\n<\/div>\n<div class=\"arconix-pane pane-Buses\">\n<h3>Buses<\/h3>\n<p>Buses are the physical wires along which data is passed, both within the CPU itself and across the motherboard.<\/p>\n<p><strong>CPU Bus<\/strong><\/p>\n<p>The CPU bus is used to pass data around the CPU between the CU,ALU and reigsters.<\/p>\n<p><strong>Control Bus<\/strong><\/p>\n<p>The Control bu sends signals to the RAM, indicating whether to initiate a read or write on the address recieved along te address bus<\/p>\n<p><strong>Address Bus\u00a0<\/strong><\/p>\n<p>The address bus is the wire along which the address of the memory location in RAM required for the read\/write is sent.<\/p>\n<p><strong>Data Bus<\/strong><\/p>\n<p>The data bus is the wire along which the data is sent either to or from the RAM (depending whether a read or write has been initiated.<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"arconix-pane pane-Lessonreviewquiz\">\n<iframe loading=\"lazy\" src=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSeowzqDlwRytvJAUdEQAhx6aCd0zNabS5yqM1Ana4621AH2lg\/viewform?embedded=true\" width=\"760\" height=\"1000\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading&#8230;<\/iframe><\/p>\n<\/div>\n<div class=\"arconix-pane pane-Activty\">\n<p>Make a copy of this Google Slides ( File &gt; Make a copy ) and fill in the blanks from the video<\/p>\n<a href='https:\/\/docs.google.com\/presentation\/d\/1bOP_A9T9UaucJ6Nxf9bkKSqlmiphyN2Kc_4X9YSBHho\/edit?usp=sharing' class='arconix-button arconix-button-medium arconix-button-gray'>Von Neuman Blank Copy <\/a>\n<\/div><\/div><\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Von Neumann Architecture - GCSE Computer Science Theory<\/title>\n<meta name=\"description\" content=\"This lesson covers the basics of the Von Neumann Architecture - its origins, purpose and main components.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Von Neumann Architecture - GCSE Computer Science Theory\" \/>\n<meta property=\"og:description\" content=\"This lesson covers the basics of the Von Neumann Architecture - its origins, purpose and main components.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/\" \/>\n<meta property=\"og:site_name\" content=\"GCSE Computer Science Theory\" \/>\n<meta property=\"article:modified_time\" content=\"2018-11-14T16:40:21+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2018\/01\/von-neumann-architecture-gcse-ocr-300x206.png?_t=1516712389\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/\",\"url\":\"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/\",\"name\":\"Von Neumann Architecture - GCSE Computer Science Theory\",\"isPartOf\":{\"@id\":\"https:\/\/learnlearn.uk\/gcsecs\/#website\"},\"datePublished\":\"2018-01-04T08:37:41+00:00\",\"dateModified\":\"2018-11-14T16:40:21+00:00\",\"description\":\"This lesson covers the basics of the Von Neumann Architecture - its origins, purpose and main components.\",\"breadcrumb\":{\"@id\":\"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"OCR GCSE Computer Science Home\",\"item\":\"https:\/\/learnlearn.uk\/gcsecs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Von Neumann Architecture\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/learnlearn.uk\/gcsecs\/#website\",\"url\":\"https:\/\/learnlearn.uk\/gcsecs\/\",\"name\":\"GCSE Computer Science Theory\",\"description\":\"Just another My Blog site\",\"publisher\":{\"@id\":\"https:\/\/learnlearn.uk\/gcsecs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/learnlearn.uk\/gcsecs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/learnlearn.uk\/gcsecs\/#organization\",\"name\":\"GCSE Computer Science Theory\",\"url\":\"https:\/\/learnlearn.uk\/gcsecs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/learnlearn.uk\/gcsecs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2019\/02\/LearnLearnLogowhite.png\",\"contentUrl\":\"https:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2019\/02\/LearnLearnLogowhite.png\",\"width\":710,\"height\":98,\"caption\":\"GCSE Computer Science Theory\"},\"image\":{\"@id\":\"https:\/\/learnlearn.uk\/gcsecs\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Von Neumann Architecture - GCSE Computer Science Theory","description":"This lesson covers the basics of the Von Neumann Architecture - its origins, purpose and main components.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/","og_locale":"en_GB","og_type":"article","og_title":"Von Neumann Architecture - GCSE Computer Science Theory","og_description":"This lesson covers the basics of the Von Neumann Architecture - its origins, purpose and main components.","og_url":"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/","og_site_name":"GCSE Computer Science Theory","article_modified_time":"2018-11-14T16:40:21+00:00","og_image":[{"url":"http:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2018\/01\/von-neumann-architecture-gcse-ocr-300x206.png?_t=1516712389"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/","url":"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/","name":"Von Neumann Architecture - GCSE Computer Science Theory","isPartOf":{"@id":"https:\/\/learnlearn.uk\/gcsecs\/#website"},"datePublished":"2018-01-04T08:37:41+00:00","dateModified":"2018-11-14T16:40:21+00:00","description":"This lesson covers the basics of the Von Neumann Architecture - its origins, purpose and main components.","breadcrumb":{"@id":"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/learnlearn.uk\/gcsecs\/von-neumann-achitecture\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"OCR GCSE Computer Science Home","item":"https:\/\/learnlearn.uk\/gcsecs\/"},{"@type":"ListItem","position":2,"name":"Von Neumann Architecture"}]},{"@type":"WebSite","@id":"https:\/\/learnlearn.uk\/gcsecs\/#website","url":"https:\/\/learnlearn.uk\/gcsecs\/","name":"GCSE Computer Science Theory","description":"Just another My Blog site","publisher":{"@id":"https:\/\/learnlearn.uk\/gcsecs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/learnlearn.uk\/gcsecs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/learnlearn.uk\/gcsecs\/#organization","name":"GCSE Computer Science Theory","url":"https:\/\/learnlearn.uk\/gcsecs\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/learnlearn.uk\/gcsecs\/#\/schema\/logo\/image\/","url":"https:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2019\/02\/LearnLearnLogowhite.png","contentUrl":"https:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2019\/02\/LearnLearnLogowhite.png","width":710,"height":98,"caption":"GCSE Computer Science Theory"},"image":{"@id":"https:\/\/learnlearn.uk\/gcsecs\/#\/schema\/logo\/image\/"}}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"learnlearnadmin","author_link":"https:\/\/learnlearn.uk\/gcsecs\/author\/learnlearnadmin\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":null,"_links":{"self":[{"href":"https:\/\/learnlearn.uk\/gcsecs\/wp-json\/wp\/v2\/pages\/260"}],"collection":[{"href":"https:\/\/learnlearn.uk\/gcsecs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/learnlearn.uk\/gcsecs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/learnlearn.uk\/gcsecs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learnlearn.uk\/gcsecs\/wp-json\/wp\/v2\/comments?post=260"}],"version-history":[{"count":27,"href":"https:\/\/learnlearn.uk\/gcsecs\/wp-json\/wp\/v2\/pages\/260\/revisions"}],"predecessor-version":[{"id":717,"href":"https:\/\/learnlearn.uk\/gcsecs\/wp-json\/wp\/v2\/pages\/260\/revisions\/717"}],"wp:attachment":[{"href":"https:\/\/learnlearn.uk\/gcsecs\/wp-json\/wp\/v2\/media?parent=260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}