LightBot 1
[ARgame game=”3865″]
Click here to download
Download “Light-bot.swf” light-bot.swf – Downloaded 415 times – 640 KB
When studying any subject, it is important to read around the topics entailed in order to better your understanding. Studying a computing course is no exception. Fortunately, there is a world of resources to help anyone better learn and experience how Computing can offer solutions to current and future problems we have in society and more »
Just a bunch of useful links that you could use while revising for the OCR Computer Science A-Level Online textbook @ https://en.wikibooks.org/wiki/A-level_Computing Specification@ http://www.ocr.org.uk/Images/170844-specification-accredited-a-level-gce-computer-science-h446.pdf Extra Resources @ https://www.cambridgegcsecomputing.org/ http://www.ocrcomputing.org.uk/overview.html https://www.memrise.com/course/1211053/ocr-a-level-computer-science-2/ https://www.youtube.com/playlist?list=PLCiOXwirraUBj7HtVHfNZsnwjyZQj97da http://teach-ict.com/2016/A_Level_Computing/OCR_H446/OCR_H446_home.html https://www.cram.com/flashcards/ocr-computer-science-revision-6714147 https://www.youtube.com/channel/UCsBxhDfwURg-vQASN2ZeHwg https://www.mrfraser.org/ https://www.physicsandmathstutor.com/computer-science-revision/a-level-ocr/ https://isaaccomputerscience.org/topics GigaFlop
Concatenation is something my students always find a little confusing at first. Concatenation is about joining different pieces of information into one print function. Example 1 To help us better understand this let’s look back at the example of how Python treats strings and integers differently. Do you remember the example below? If not run more »
In the last lesson, we looked at simple methods to display text in Python. In this lesson it does not get any harder. I simply want to show you 2 new skills that you may find useful. Escape codes In Displaying text lesson 1, I showed you how to display text that included double more »