{"id":832,"date":"2020-05-05T12:46:50","date_gmt":"2020-05-05T12:46:50","guid":{"rendered":"https:\/\/computerscienced.co.uk\/site\/?page_id=832"},"modified":"2021-10-04T10:48:38","modified_gmt":"2021-10-04T10:48:38","slug":"ks4-keyword-scramble-ocr-1-4-wired-and-wireless-networks","status":"publish","type":"page","link":"https:\/\/computerscienced.co.uk\/site\/ks4-keyword-scramble-ocr-1-4-wired-and-wireless-networks\/","title":{"rendered":"KS4 Keyword Scramble OCR 1.3 Computer networks, connections and protocols"},"content":{"rendered":"\n<p>Unscramble the keyword below relating to Computer Science:<\/p>\n\n\n\n<body onload=\"displayscrambledword()\">\n<style>\n#myDIV {\n  width: 100%;\n  padding: 5px 0;\n  text-align: left;\n  background-color: green;\n  color: white;\n  margin-top: 5px;\ndisplay: none;\n}\n#myDIVwrong {\n  width: 100%;\n  padding: 5px 0;\n  text-align: left;\n  background-color: red;\n  color: white;\n  margin-top: 5px;\ndisplay: none;\n}\n#myDIVHelp {\n  width: 100%;\n  padding: 5px 0;\n  text-align: left;\n  background-color: #0073aa;\n  color: white;\n  margin-top: 5px;\ndisplay: none;\n}\n.tg  {border-collapse:collapse;border-spacing:0;}\n.tg td{font-family:Arial, sans-serif;font-size:18px;padding:20px 20px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}\n.tg th{font-family:Arial, sans-serif;font-size:18px;font-weight:normal;padding:20px 20px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}\n.tg .tg-1wig{font-weight:bold;background-color:#9b9b9b;text-align:left;vertical-align:top}\n.tg .tg-0lax{text-align:left;vertical-align:top}\n<\/style>\n<script>\n\n\/\/New Scramble begin\nString.prototype.shuffle = function () {\n    var a = this.split(\"\"),\n        n = a.length;\n    \n    for (var i = n - 1; i > 0; i--) {\n        var j = Math.floor(Math.random() * (i + 1));\n        var tmp = a[i];\n        a[i] = a[j];\n        a[j] = tmp;\n    }\n    return a.join(\"\");\n}\n\/\/New Scramble END\nfunction displayscrambledword(){\nvar xx = document.getElementById(\"myDIV\");\n    xx.style.display = \"none\";\nvar xxy = document.getElementById(\"myDIVHelp\");\n    xxy.style.display = \"none\";\nvar y = document.getElementById(\"myDIVwrong\");\n    y.style.display = \"none\";\n\/\/var z = document.getElementById(\"myDIVhelp\");\n \/\/   z.style.display = \"none\";\n\n\nvar KEYWORDS     = [\"Local Area Network\", \"Wide Area Network\", \"Client Server Model\", \"Peer to Peer Model\",\"Wireless Access Point\",\"router\",\"switch\",\"Network Interface Card\",\"transmission media\",\"Domain Name Server\",\"host\",\"the cloud\",\"encryption\", \"ethernet\", \"File Transfer Protocol\", \"Hyper Text Transfer Protocol\",\"Hyper Text Transfer Protocol Secure\",\"Internet Message Access Protocol\",\"IP address\",\"MAC address\",\"mesh topology\",\"network layers\",\"Post Office Protocol\",\"protocol\",\"Simple Mail Transfer Protocol\",\"star topology\",\"TCP\/IP\",\"topology\",\"Wi-Fi\"];\nvar HINTS     = [\"A network usually contained in one building\",\"A network that spans a large geographical location\",\"A form of computer networking where the data or web application is hosted on a server and accessed by client computers\",\"A type of network model where all computers on the network share responsibility and there is no one central server\",\"A hardware device that accepts wireless connections\",\"A hardware device that connects a LAN to a WAN\",\"A device for connecting computers and other network capable devices together to form a network\",\"A card that is installed in a computer or device to allow network connections\",\"How data is carried from point A to point B physically, either by cable or wirelessly\",\"The server that links web servers (where websites are stored) with easy to remember names\",\"A server that stores files for other computers to access\",\"A term often used to describe a location on the internet from which software applications are run and where data is stored\",\"They have been altered using a secret code and are unreadable to unauthorised parties\",\"A set of protocols used in a wired local area network that describes how data is transmitted within it\",\"A protocol that governs how files are transferred from one node to another\",\"Governs communication between a webserver and a client\",\" Includes secure encryption to allow transactions to be made over the internet\",\"Governs retrieving emails from email servers\",\"A unique address for each computer device on a network\",\"Each unique piece of hardware on a network has a unique address stored in the hardware\",\"A network layout where each computer is connected to every other computer\",\"The separate components and activities that occur to allow communication between nodes\",\"Governs retrieving emails from email servers\",\"A set of rules for how messages are turned into data packets and sent across networks\",\" Governs the sending of email over a network to a mail server\",\"A network where each node is connected to a central switch\",\"Enables communication over the internet\",\"A method of connecting to a network wirelessly using radio waves\"]\n\nvar rannum = Math.floor(Math.random() * KEYWORDS.length);\n\nx = KEYWORDS[rannum];\nxy = HINTS[rannum];\n\ndocument.getElementById(\"myText2\").innerHTML = x;\ndocument.getElementById(\"myTextHINT\").innerHTML = xy;\ndocument.getElementById(\"myText\").innerHTML = x.split(' ').map(function(w) { return w.shuffle(); }).join(' ');\n}\nfunction myFunctionHelp(){\n var xxy = document.getElementById(\"myDIVHelp\");\n  if (xxy.style.display === \"block\") {\n    xxy.style.display = \"none\";\n  } else {\n    xxy.style.display = \"block\";\n  }\n}\n\nfunction myFunction(){\nvar userInput = document.getElementById(\"unscramble\").value;\nif (userInput == x) {\n var xx = document.getElementById(\"myDIV\");\n  if (xx.style.display === \"block\") {\n    xx.style.display = \"none\";\n  } else {\n    xx.style.display = \"block\";\n  }\n}else{\nvar y = document.getElementById(\"myDIVwrong\");\n  if (y.style.display === \"block\") {\n    y.style.display = \"none\";\n  } else {\n  y.style.display = \"block\";\n  }\n}\n}\n<\/script>\n<div id=\"myDIVHelp\" onclick=\"myFunctionHelp()\">\n<h4>Help<\/h4>\nTry to move the letters around to find the correct keyword word. The keyword will be from the OCR GCSE J277 specification section 1.3 and will be about computer networks, connections and protocols.  <br>It may help by writing them out on a piece of paper and try to change the order or write the letters in a circle to help you figure it out. <br>\n<b>Remember<\/b> that if there are capital letters in the scrambled word you must use these in your answer to get the question correct.      \n<h4>Hint<\/h4>\nThis is the explanation of the keyword if you are struggling!<br>\n<p><b><span id=\"myTextHINT\"><\/span><\/b><\/p> \n<\/div>\n<h2><span id=\"myText\"><\/span><\/h2>\n<input type=\"text\" size=\"35\" id=\"unscramble\" onfocus=\"this.value=''\" >\n<button onclick=\"myFunction()\">Submit your answer<\/button>\n<button onclick=\"displayscrambledword()\">Try another<\/button>\n<button onclick=\"myFunctionHelp()\">Hint<\/button>\n<div id=\"myDIV\">\n<h3>That is right!<\/h3>\n<h4>The right answer is <span id=\"myText2\"><\/span><\/h4>\n<\/div>\n\n<div id=\"myDIVwrong\">\n<h3>That is not correct<\/h3>\n<h4>Have you spelled it correctly and put in capital letters?<\/h4>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Unscramble the keyword below relating to Computer Science: Help Try to move the letters around to find the correct keyword&#8230;<\/p>\n","protected":false},"author":1,"featured_media":2745,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"disable_featured_image":true,"footnotes":""},"class_list":["post-832","page","type-page","status-publish","has-post-thumbnail","hentry"],"blog_post_layout_featured_media_urls":{"thumbnail":["https:\/\/computerscienced.co.uk\/site\/wp-content\/uploads\/2021\/10\/undraw_Sync_re_492g-1.svg",150,150,true],"full":["https:\/\/computerscienced.co.uk\/site\/wp-content\/uploads\/2021\/10\/undraw_Sync_re_492g-1.svg",1058,747,false]},"categories_names":null,"comments_number":"0","_links":{"self":[{"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/pages\/832","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/comments?post=832"}],"version-history":[{"count":4,"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/pages\/832\/revisions"}],"predecessor-version":[{"id":1937,"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/pages\/832\/revisions\/1937"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/media\/2745"}],"wp:attachment":[{"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/media?parent=832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}