{"id":332,"date":"2020-03-08T03:03:41","date_gmt":"2020-03-08T03:03:41","guid":{"rendered":"http:\/\/learnlearn.uk\/alevelcs\/?page_id=332"},"modified":"2021-04-24T07:27:40","modified_gmt":"2021-04-24T07:27:40","slug":"von-neumann-architecture","status":"publish","type":"page","link":"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/","title":{"rendered":"Von Neumann Architecture"},"content":{"rendered":"<div class=\"responsive-tabs\">\n<h2 class=\"tabtitle\">Introduction<\/h2>\n<div class=\"tabcontent\">\n\n<h2><b>Von Neumann Architecture<\/b><\/h2>\n<div id=\"attachment_448\" style=\"width: 310px\" class=\"wp-caption alignright\"><a href=\"http:\/\/learnlearn.uk\/gcsecs\/wp-content\/uploads\/sites\/8\/2018\/01\/von-neumann-architecture-gcse-ocr.png\"><img aria-describedby=\"caption-attachment-448\" decoding=\"async\" loading=\"lazy\" class=\"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\" \/><\/a><p id=\"caption-attachment-448\" class=\"wp-caption-text\">The Von Neumann Architecture<\/p><\/div>\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.<\/p>\n<p>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<p>&nbsp;<\/p>\n\n<\/div><h2 class=\"tabtitle\">Video<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Tutorial Videos<\/h3>\n<p><strong>Video 1<\/strong><\/p>\n<div class=\"nv-iframe-embed\">\n<div class=\"container-lazyload preview-lazyload container-youtube js-lazyload--not-loaded\"><a href=\"https:\/\/www.youtube.com\/watch?v=t8H6-anK0t4\" class=\"lazy-load-youtube preview-lazyload preview-youtube\" data-video-title=\"OCR GCSE 1.1 The von Neumann architecture\" title=\"Play video &quot;OCR GCSE 1.1 The von Neumann architecture&quot;\">https:\/\/www.youtube.com\/watch?v=t8H6-anK0t4<\/a><noscript>Video can&#8217;t be loaded because JavaScript is disabled: <a href=\"https:\/\/www.youtube.com\/watch?v=t8H6-anK0t4\" title=\"OCR GCSE 1.1 The von Neumann architecture\">OCR GCSE 1.1 The von Neumann architecture (https:\/\/www.youtube.com\/watch?v=t8H6-anK0t4)<\/a><\/noscript><\/div>\n<\/div>\n<p><strong>Video 2<\/strong><\/p>\n<div class=\"nv-iframe-embed\">\n<div class=\"container-lazyload preview-lazyload container-youtube js-lazyload--not-loaded\"><a href=\"https:\/\/www.youtube.com\/watch?v=ckDb_W72__c\" class=\"lazy-load-youtube preview-lazyload preview-youtube\" data-video-title=\"GCSE Computer Architecture 1 - Von Neumann Architecture\" title=\"Play video &quot;GCSE Computer Architecture 1 - Von Neumann Architecture&quot;\">https:\/\/www.youtube.com\/watch?v=ckDb_W72__c<\/a><noscript>Video can&#8217;t be loaded because JavaScript is disabled: <a href=\"https:\/\/www.youtube.com\/watch?v=ckDb_W72__c\" title=\"GCSE Computer Architecture 1 - Von Neumann Architecture\">GCSE Computer Architecture 1 &#8211; Von Neumann Architecture (https:\/\/www.youtube.com\/watch?v=ckDb_W72__c)<\/a><\/noscript><\/div>\n<\/div>\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\n<\/div><h2 class=\"tabtitle\">CU<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Control Unit (CU) &amp; System Clock<\/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<p>&nbsp;<\/p>\n\n<\/div><h2 class=\"tabtitle\">ALU<\/h2>\n<div class=\"tabcontent\">\n\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<p>&nbsp;<\/p>\n\n<\/div><h2 class=\"tabtitle\">Registers<\/h2>\n<div class=\"tabcontent\">\n\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<p><strong>IX &#8211; Index Register<\/strong><\/p>\n<p>This register is used when performing operations involving index addressing.<\/p>\n<p>&nbsp;<\/p>\n\n<\/div><h2 class=\"tabtitle\">Buses<\/h2>\n<div class=\"tabcontent\">\n\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 registers.<\/p>\n<p><strong>Control Bus<\/strong><\/p>\n<p>The Control bus sends signals to the RAM, indicating whether to initiate a read or write on the address received along the 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<p>\n<\/div><h2 class=\"tabtitle\">Quiz<\/h2>\n<div class=\"tabcontent\">\n<br \/>\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\" data-mce-fragment=\"1\">Loading&#8230;<\/iframe><\/p>\n\n<\/div><h2 class=\"tabtitle\">Activity<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Activity<\/h3>\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>\n","protected":false},"excerpt":{"rendered":"<p>Von Neumann Architecture 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&hellip;&nbsp;<a href=\"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">Von Neumann Architecture<\/span><\/a><\/p>\n","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":70,"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 - A Level Computer Science<\/title>\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\/alevelcs\/von-neumann-architecture\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Von Neumann Architecture - A Level Computer Science\" \/>\n<meta property=\"og:description\" content=\"Von Neumann Architecture 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&hellip;&nbsp;Read More &raquo;Von Neumann Architecture\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/\" \/>\n<meta property=\"og:site_name\" content=\"A Level Computer Science\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-24T07:27:40+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\/alevelcs\/von-neumann-architecture\/\",\"url\":\"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/\",\"name\":\"Von Neumann Architecture - A Level Computer Science\",\"isPartOf\":{\"@id\":\"https:\/\/learnlearn.uk\/alevelcs\/#website\"},\"datePublished\":\"2020-03-08T03:03:41+00:00\",\"dateModified\":\"2021-04-24T07:27:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"A Level Computer Science Home\",\"item\":\"https:\/\/learnlearn.uk\/alevelcs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Von Neumann Architecture\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/learnlearn.uk\/alevelcs\/#website\",\"url\":\"https:\/\/learnlearn.uk\/alevelcs\/\",\"name\":\"A Level Computer Science\",\"description\":\"CIE Specification\",\"publisher\":{\"@id\":\"https:\/\/learnlearn.uk\/alevelcs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/learnlearn.uk\/alevelcs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/learnlearn.uk\/alevelcs\/#organization\",\"name\":\"A Level Computer Science\",\"url\":\"https:\/\/learnlearn.uk\/alevelcs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/learnlearn.uk\/alevelcs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/learnlearn.uk\/alevelcs\/wp-content\/uploads\/sites\/20\/2019\/09\/LearnLearnLogowhite.png\",\"contentUrl\":\"https:\/\/learnlearn.uk\/alevelcs\/wp-content\/uploads\/sites\/20\/2019\/09\/LearnLearnLogowhite.png\",\"width\":710,\"height\":98,\"caption\":\"A Level Computer Science\"},\"image\":{\"@id\":\"https:\/\/learnlearn.uk\/alevelcs\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Von Neumann Architecture - A Level Computer Science","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\/alevelcs\/von-neumann-architecture\/","og_locale":"en_GB","og_type":"article","og_title":"Von Neumann Architecture - A Level Computer Science","og_description":"Von Neumann Architecture 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&hellip;&nbsp;Read More &raquo;Von Neumann Architecture","og_url":"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/","og_site_name":"A Level Computer Science","article_modified_time":"2021-04-24T07:27:40+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\/alevelcs\/von-neumann-architecture\/","url":"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/","name":"Von Neumann Architecture - A Level Computer Science","isPartOf":{"@id":"https:\/\/learnlearn.uk\/alevelcs\/#website"},"datePublished":"2020-03-08T03:03:41+00:00","dateModified":"2021-04-24T07:27:40+00:00","breadcrumb":{"@id":"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/learnlearn.uk\/alevelcs\/von-neumann-architecture\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"A Level Computer Science Home","item":"https:\/\/learnlearn.uk\/alevelcs\/"},{"@type":"ListItem","position":2,"name":"Von Neumann Architecture"}]},{"@type":"WebSite","@id":"https:\/\/learnlearn.uk\/alevelcs\/#website","url":"https:\/\/learnlearn.uk\/alevelcs\/","name":"A Level Computer Science","description":"CIE Specification","publisher":{"@id":"https:\/\/learnlearn.uk\/alevelcs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/learnlearn.uk\/alevelcs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/learnlearn.uk\/alevelcs\/#organization","name":"A Level Computer Science","url":"https:\/\/learnlearn.uk\/alevelcs\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/learnlearn.uk\/alevelcs\/#\/schema\/logo\/image\/","url":"https:\/\/learnlearn.uk\/alevelcs\/wp-content\/uploads\/sites\/20\/2019\/09\/LearnLearnLogowhite.png","contentUrl":"https:\/\/learnlearn.uk\/alevelcs\/wp-content\/uploads\/sites\/20\/2019\/09\/LearnLearnLogowhite.png","width":710,"height":98,"caption":"A Level Computer Science"},"image":{"@id":"https:\/\/learnlearn.uk\/alevelcs\/#\/schema\/logo\/image\/"}}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"learnlearnadmin","author_link":"https:\/\/learnlearn.uk\/alevelcs\/author\/learnlearnadmin\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Von Neumann Architecture 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&hellip;&nbsp;Read&hellip;","_links":{"self":[{"href":"https:\/\/learnlearn.uk\/alevelcs\/wp-json\/wp\/v2\/pages\/332"}],"collection":[{"href":"https:\/\/learnlearn.uk\/alevelcs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/learnlearn.uk\/alevelcs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/learnlearn.uk\/alevelcs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learnlearn.uk\/alevelcs\/wp-json\/wp\/v2\/comments?post=332"}],"version-history":[{"count":11,"href":"https:\/\/learnlearn.uk\/alevelcs\/wp-json\/wp\/v2\/pages\/332\/revisions"}],"predecessor-version":[{"id":1995,"href":"https:\/\/learnlearn.uk\/alevelcs\/wp-json\/wp\/v2\/pages\/332\/revisions\/1995"}],"wp:attachment":[{"href":"https:\/\/learnlearn.uk\/alevelcs\/wp-json\/wp\/v2\/media?parent=332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}