You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width,initial-scale=1,user-scalable=0"><title>IGCSE CompSci: RESOURCES FOR IGCSE CS</title><linkrel="icon shortcut"type="image/x-icon"href="/favicon.09aa0899.ico"><linkhref="/index.448b5e27.css"rel="stylesheet"><linkhref="/index.25e661e1.css"rel="stylesheet"></head><bodyclass="page-index"><divclass="navbar navbar-inverse"><divclass="navbar-inner"><divclass="container"><divclass="collapse nav-collapse"><aclass="brand"href="/"><spanclass="logo"></span></a><ulclass="flex flex-wrap nav"><li><ahref="/"><iclass="icon-newspaper"></i><span>Home</span></a></li><li><ahref="/igpc/"><iclass="icon-power-cord"></i><span>igpc</span></a></li><liclass="hidden md:list-item"><ahref="https://www.coursemo.com/"title="COURSEMO"><iclass="icon-file-text"></i><span>COURSEMO</span></a></li></ul></div></div></div></div><divclass="main"><divclass="container mx-auto"><divclass="main-content"><divclass="title-header"><spanclass="name">IGCSE CompSci</span><spanclass="tag-line">RESOURCES FOR IGCSE CS</span></div><h2>Overview</h2><p> Cambridge IGCSE Computer Science helps learners develop an interest in computational thinking and an understanding of the principles of problem-solving using computers. They apply this understanding to create computer-based solutions to problems using algorithms and a high-level programming language. Learners also develop a range of technical skills, and the ability to effectively test and evaluate computing solutions.</p><p> Studying Cambridge IGCSE Computer Science helps learners appreciate current and emerging computing technologies, the benefits of their use and recognise their potential risks. It provides an ideal foundation for progression to Cambridge International AS & A Level and is valuable for other areas of study and everyday life.</p><h2>Online Tools</h2><tableclass="border-collapse my-table"><tbody><tr><th>Name</th><th>Description</th><th>Link</th></tr><tr><td><code>igpc</code></td><td>IGCSE pseudocode compiler</td><td><ahref="/igpc/">igpc</a></td></tr></tbody></table></div></div></div><footerclass="footer"><divclass="inner"><divclass="container mx-auto"><divclass="footer-main"><ulclass="flex flex-row justify-end"><liclass="social"><ahref="https://github.com/igcompsci"title="igcompsci on GitHub"><spanclass="icon-github"></span></a></li><li><ahref="https://www.coursemo.com/"title="COURSEMO"><imgsrc="/coursemo-logo.a5d1cfae.png"alt="COURSEMO"width="150"height="20"class="inline-block"></a></li></ul></div></div></div></footer></body></html>
1
+
<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width,initial-scale=1,user-scalable=0"><title>IGCSE CompSci: RESOURCES FOR IGCSE CS</title><linkrel="icon shortcut"type="image/x-icon"href="/favicon.09aa0899.ico"><linkhref="/index.448b5e27.css"rel="stylesheet"><linkhref="/index.25e661e1.css"rel="stylesheet"></head><bodyclass="page-index"><divclass="navbar navbar-inverse"><divclass="navbar-inner"><divclass="container"><divclass="collapse nav-collapse"><aclass="brand"href="/"><spanclass="logo"></span></a><ulclass="flex flex-wrap nav"><li><ahref="/"><iclass="icon-newspaper"></i><span>Home</span></a></li><li><ahref="/igpc/"><iclass="icon-power-cord"></i><span>igpc</span></a></li><liclass="hidden md:list-item"><ahref="https://www.coursemo.com/"title="COURSEMO"><iclass="icon-file-text"></i><span>COURSEMO</span></a></li></ul></div></div></div></div><divclass="main"><divclass="container mx-auto"><divclass="main-content"><divclass="title-header"><spanclass="name">IGCSE CompSci</span><spanclass="tag-line">RESOURCES FOR IGCSE CS</span></div><h2>Overview</h2><p> Cambridge IGCSE Computer Science helps learners develop an interest in computational thinking and an understanding of the principles of problem-solving using computers. They apply this understanding to create computer-based solutions to problems using algorithms and a high-level programming language. Learners also develop a range of technical skills, and the ability to effectively test and evaluate computing solutions.</p><h2>Online Tools</h2><tableclass="border-collapse my-table"><tbody><tr><th>Name</th><th>Description</th><th>Link</th></tr><tr><td><code>igpc</code></td><td>IGCSE pseudocode compiler</td><td><ahref="/igpc/">igpc</a></td></tr><tr><td><code>lightbot</code></td><td>lightbot format checker</td><td><ahref="/lightbot/">lightbot</a></td></tr></tbody></table></div></div></div><footerclass="footer"><divclass="inner"><divclass="container mx-auto"><divclass="footer-main"><ulclass="flex flex-row justify-end"><liclass="social"><ahref="https://github.com/igcompsci"title="igcompsci on GitHub"><spanclass="icon-github"></span></a></li><li><ahref="https://www.coursemo.com/"title="COURSEMO"><imgsrc="/coursemo-logo.a5d1cfae.png"alt="COURSEMO"width="150"height="20"class="inline-block"></a></li></ul></div></div></div></footer></body></html>
Copy file name to clipboardExpand all lines: lightbot/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@
10
10
right if green
11
11
light
12
12
P1
13
-
</pre></td></tr></tbody></table><p><b>Figure 1</b> A Lightbot game solution and its corresponding text file</p><h2>Check the format of your Lightbot file</h2><blockquoteclass="info"> NOTE: The checker tool does not check to see if your answer is correct. Instead, it only checks to see if you've formatted your file correctly based on the rules given above.</blockquote><divclass="bg-gray-50 border lg:w-1/2 lightbot-code my-4 px-4 py-4 w-full"><divclass="font-bold mb-2">lightbot format checker</div><textareaid="codeInput"class="bg-white code-input text-black w-full"></textarea><divclass="mt-2"><divid="lightbot-error-wrap"class="hidden relative"><spanid="lightbot-error-close-icon"class="absolute cursor-pointer hover:text-black inline-block right-4 text-gray-500 top-3">X</span><preid="lightbot-error"class="text-red-500"></pre></div><divclass="flex justify-between"><buttonclass="bg-indigo-600 do-check hover:bg-indigo-700 px-4 py-2 rounded-md text-white"> Check</button></div></div></div><h2>Good luck in your future coding endeavours!</h2><p>You can now go on and learn another programming language that can tell a computer to do other, more complex and cool things. You can apply the knowledge of what programming is and how things like Commands, Procedures and Loops work.</p></div></div></div></div><divclass="s-mini-container"><footerclass="footer"><divclass="inner"><divclass="container mx-auto"><divclass="footer-main"><ulclass="flex flex-row justify-end"><liclass="social"><ahref="https://github.com/igcompsci"title="igcompsci on GitHub"><spanclass="icon-github"></span></a></li><li><ahref="https://www.coursemo.com/"title="COURSEMO"><imgsrc="/coursemo-logo.a5d1cfae.png"alt="COURSEMO"width="150"height="20"class="inline-block"></a></li></ul></div></div></div></footer></div></body><scripttype="module"src="/lightbot/index.666bc875.js"></script></html>
13
+
</pre></td></tr></tbody></table><p><b>Figure 1</b> A Lightbot game solution and its corresponding text file</p><h2>Check the format of your Lightbot file</h2><blockquoteclass="info"> NOTE: The checker tool does not check to see if your answer is correct. Instead, it only checks to see if you've formatted your file correctly based on the rules given above.</blockquote><divclass="bg-gray-50 border lg:w-1/2 lightbot-code my-4 px-4 py-4 w-full"><divclass="font-bold mb-2">lightbot format checker</div><textareaid="codeInput"class="bg-white code-input text-black w-full"></textarea><divclass="mt-2"><divid="lightbot-error-wrap"class="hidden relative"><spanid="lightbot-error-close-icon"class="absolute cursor-pointer hover:text-black inline-block right-4 text-gray-500 top-3">X</span><preid="lightbot-error"class="text-red-500"></pre></div><divclass="flex justify-between"><buttonclass="bg-indigo-600 do-check hover:bg-indigo-700 px-4 py-2 rounded-md text-white"> Check</button></div></div></div><h2>Good luck in your future coding endeavours!</h2><p>You can now go on and learn another programming language that can tell a computer to do other, more complex and cool things. You can apply the knowledge of what programming is and how things like Commands, Procedures and Loops work.</p></div></div></div></div><divclass="s-mini-container"><footerclass="footer"><divclass="inner"><divclass="container mx-auto"><divclass="footer-main"><ulclass="flex flex-row justify-end"><liclass="social"><ahref="https://github.com/igcompsci"title="igcompsci on GitHub"><spanclass="icon-github"></span></a></li><li><ahref="https://www.coursemo.com/"title="COURSEMO"><imgsrc="/coursemo-logo.a5d1cfae.png"alt="COURSEMO"width="150"height="20"class="inline-block"></a></li></ul></div></div></div></footer></div></body><scripttype="module"src="/lightbot/index.59ebc4bb.js"></script></html>