Computing and ICT in a Nutshell
@advanced-ict.info
480 followers 160 following 1.9K posts
'One of the best places I have found online to make the abstract, hard to visualize concepts in computer science much more accessible and understandable.' https://www.advanced-ict.info/
Posts Media Videos Starter Packs
advanced-ict.info
Presumably school size is also a factor - a handful of small schools without a specialist teacher will skew the "percentage of schools" figure. Probably the opposite of the Isle of Wight and its results for A level Computer Science. #TeamCompSci
advanced-ict.info
There's an interesting map of GCSE Computer Science provision on this page. If you compare Warwickshire and Birmingham, the percentage of Warwickshire schools offering the GCSE is much higher, but the proportion of students actually taking it is higher in Birmingham.
royalsociety.org/news-resourc...
Computing education | Royal Society
Computing and digital skills are increasingly vital in our technology-rich world. The Royal Society advocates for a computing education that encourages and develops talent from across the school and c...
royalsociety.org
advanced-ict.info
Why is Opera suggesting that I download Opera?
advanced-ict.info
I think the key to understanding recursion is finding an intelligible example - I used to use factorials, palindromes, drawing trees (in Scratch) and prime factors, but my new favourite is flood fill: #TeamCompSci
advanced-ict.info/interactive/...
Algorithms: Flood Fill
See how flood fill can be implemented with a simple recursive procedure.
advanced-ict.info
advanced-ict.info
AI and programming is a bit hit-and-miss. I haven't tried Copilot, but when I was writing this blog, neither Gemini nor ChatGPT could produce a BBC BASIC sorting program that would even run. It demonstrates that it's copying its homework rather than "thinking".
www.advanced-ict.info/blog/slownes...
Blog: In Praise of Slowness
How using a slow computer can help us to refine our programming skills.
www.advanced-ict.info
advanced-ict.info
Yes - I suppose the fault lies with the publisher, which should have used a link to its corporate site, rather than the author's own domain.
advanced-ict.info
Why aren't people more careful with websites? My website is approaching its 24th birthday and every link I've shared still works, even if it says that the page has been retired or redirects to a newer version. Bitesize has broken a lot of its links and now this:
www.theguardian.com/education/20...
UK libraries urged to remove children’s books with URL hijacked by porn site
Puffin issues alert to schools and local authorities over books in popular Spy Dog series by Andrew Cope
www.theguardian.com
advanced-ict.info
I've seen the MN numbers on Duracell batteries, but I can remember the last time I saw HP7, HP2, HP11, etc., which were common when we were kids. They appear in the "other common" column - were they a UK-only thing, like Marathons and Opal Fruits?
advanced-ict.info
I'm going to use that soon. Why do students who can round to decimal places often find it difficult to round to significant figures when the only difference is where you start counting?
advanced-ict.info
Hmm... on further investigation it seems that Bluesky can't cope with a square image. If I make the image rectangular then WhatsApp crops it, and if I centre the logo in a rectangular image then Facebook crops the blank areas and the "link card" looks like the one Bluesky one!
advanced-ict.info
Has anyone worked out to get links to look right in both Facebook and Bluesky? They both use the same OpenData tags, but they look different (Facebook on the left, Bluesky on the right).
advanced-ict.info
Hallowe'en stuff has been in the shops since before we went back to school, but if you're trying to think of a related activity, why not introduce vector graphics and draw a pumpkin (there's one included, but I'm sure you could make a better one!)? #TeamCompSci
www.advanced-ict.info/interactive/...
Vectorise
Compare vector and bitmap representations of images.
www.advanced-ict.info
advanced-ict.info
What happened to all of the old battery names, e.g. HP7? Were they considered imperial?
Reposted by Computing and ICT in a Nutshell
archivesofit.bsky.social
🍰 LEO (Lyons Electronic Office) was the first computer used for business, developed by UK firm J. Lyons & Co Ltd, known for tea shops and cakes. They needed to automate their payroll, marking the beginning of computers in business. Photo courtesy of the Modern Records Centre, University of Warwick.
A photograph showing the set up of LEO including where the power supply, circuits, store and input and output equipment should be.
advanced-ict.info
I made a number base calculator, if anyone in interested. I used to use it to help KS3 students who were struggling with binary, but that doesn't seem to happen so much these days. Are more primary schools introducing binary? #TeamCompSci
www.advanced-ict.info/mathematics/...
Binary Abacus
Investigate your understanding of number bases 2 - 16 with this interactive abacus.
www.advanced-ict.info
advanced-ict.info
It turns out that, for HTML text input boxes, Safari has different default padding and line-height settings from the other browsers. Setting those explicitly did the trick. It's like the old days, with Netscape Navigator and Internet Explorer!
advanced-ict.info
Even though I have got a Mac, I rarely use Safari except to test all new pages for the site (because Safari is quirky). I just thought I'd better check pages I made before I had the Mac - I discovered this page (one of the older ones) has always looked a mess.
www.advanced-ict.info/interactive/...
Representation: Text Characters
Understand how binary can be used to define the appearance of a symbol in a character set.
www.advanced-ict.info
advanced-ict.info
It's interesting it mentions selection sort - that's my go-to sort if I need to code one myself and there isn't much data - but you'd think that insertion sort is more intuitive. I think that people playing card games tend to use insertion sort to organise their hand.
advanced-ict.info
Some early computers, e.g. ENIAC and at least one IBM model, didn't store numbers as binary, they used a method similar to an abacus, with ten binary flags to represent the digits in each "column" (e.g. units, tens, hundreds, etc.) of the number being represented.
soranews24.com/2025/10/05/a...
Abacus making a comeback with Japanese kids in an increasingly digital age
Who needs hacking? We got clacking!
soranews24.com
advanced-ict.info
I've not seen one of those before, but the light-up numbers seem to be a thing these days. I worked out that it's cheaper to buy some 0s and 1s and work in binary.