{"id":1958,"date":"2021-08-05T20:12:21","date_gmt":"2021-08-05T20:12:21","guid":{"rendered":"https:\/\/computerscienced.co.uk\/site\/?page_id=1958"},"modified":"2021-10-04T10:51:26","modified_gmt":"2021-10-04T10:51:26","slug":"ks3-keyword-scramble-networks-from-semaphores-to-the-internet","status":"publish","type":"page","link":"https:\/\/computerscienced.co.uk\/site\/ks3-keyword-scramble-networks-from-semaphores-to-the-internet\/","title":{"rendered":"KS3 Keyword Scramble Networks from semaphores to the Internet"},"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\n\nvar KEYWORDS     = [\"addressing\", \"ARPANET\", \"bandwidth\", \"bluetooth\", \"browser\", \"buffering\", \"carrier pigeon\", \"cloud storage\", \"communications\", \"data\", \"domain name\", \"downloading\", \"email\", \"gateway\", \"HTML\", \"internet\", \"IP address\", \"mainframe computer\", \"media streaming\", \"message transmission\", \"network\", \"network hardware\", \"packets\", \"protocol\", \"router\", \"search engine\", \"semaphore\", \"server\", \"smart home\", \"social network\", \"spam\", \"streaming\", \"submarine\", \"switch\", \"telegram\", \"uploading\", \"vlogger\", \"VOIP\", \"wired network\", \"wireless network\", \"world wide web\"];\nvar HINTS     = [\"Refers to the way that all machines on a network are given IP addresses.\", \" Is where the internet started and was created by the US military.\", \"Is the amount of data that can be moved from one point to another in a given time.\", \"Is a wireless technology for transferring data over short distances.\", \"A piece of software used to view information on the World Wide Web.\", \"Where data arrives at your device but has to wait or pause for more of the data to arrive to continue the task\", \"An animal that have been trained to find their way home over great distances.\", \"Is where data is stored on a file server that is connected to the internet.\", \"It could be speech (speaking to another person or people) or when online it could be speaking via a microphone or typing messages on an email or on a chat program.\", \"Information that could be stored online or in a computer.  It could be made up of numbers, letters, or sentences.\", \"An easy to remember address such as facebook.com that maps to an IP address such as 31.13.66.35.\", \"Where information is transferred from another computer or web server over the internet.\", \"It is a method of exchanging messages across the internet.\", \"A device that connects two different networks together such as a router.\", \"It is the code that websites are written in.\", \"A vast network of computers all connected together.\", \"Made up of 4 groups of numbers between 0 and 255, each separated by a full stop.  These are unique for every device on the internet.\", \"Computers used by large organisations that are very powerful and expensive and used for data processing.\", \"Is where media such as video (EG Netflix) is delivered from a web server to a users device.  The media is not stored simply displayed to the user.\", \"Is the process or method by which a message is sent from a sender to the recipient.\", \"Where devices are linked together and are able to communicate to each other.\", \"The hardware that allows devices to link together so they can communicate.\", \"In a network large data files are split up into smaller parts to send across the network so that the large file will not take up all the bandwidth at once.\", \"A set of rules that governs communication across a network.\", \"A piece of network hardware that joins two different types of networks \u2013 usually a WAN and a LAN.\", \"A website that allows you to look up information on the World Wide Web.\", \"A way of communication involving symbols made from planks of wood being positioned and relayed from tower to tower.\", \"A powerful computer which provides services.\", \"Homes that contain many IoT devices.\", \"Websites or applications that enable users to create and share content or conversations across the internet.\", \"Emails that are unwanted.\", \"The way that data is sent across the internet to an end user by another device connected to the internet.\", \"Something that is under the water.\", \"A piece of networking hardware that connects a number of computers together.\", \"A way of transmitting messages electronically \u2013 sometimes using morse code.\", \"Where data is sent from a device to another device or a server over the internet.\", \"A person who keeps a video blog or video log.\", \"Allows voice data to be sent over the internet.\", \"A network that allows devices to connect together using cables or wires.\", \"A network that allows devices to connect and communicate together using wireless signal such as Wi-Fi.\", \"Part of the internet that contains websites and web pages.\"];\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 Networks &#8211; from semaphores to the Internet topic.  <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<p>The right answer is <span id=\"myText2\"><\/span><\/p>\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-1958","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\/1958","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=1958"}],"version-history":[{"count":6,"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/pages\/1958\/revisions"}],"predecessor-version":[{"id":1970,"href":"https:\/\/computerscienced.co.uk\/site\/wp-json\/wp\/v2\/pages\/1958\/revisions\/1970"}],"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=1958"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}