Tuesday, 28 March 2023

Bubble Sort

BUBBLE SORT Sorting algorithms are a fundamental aspect of computer science and are used in a wide range of applications. Bubble sort is one of the simplest and most widely-known sorting algorithms. In this blog post, we will take a closer look at bubble sort, how it works, and its place in the wide…

Monday, 6 March 2023

Making a song on FL studio

Making a song on FL studio
FL STUDIO GUIDE  FL Studio is a popular digital audio workstation (DAW) used by many producers to create music. In this guide, we'll take a look at the basic steps for making music in FL Studio. Setting Up Your Project The first step in making music in FL Studio is to set up your project. This inv…

Friday, 23 December 2022

Python Pascal Triangle

Python Pascal Triangle
The Pascal's Triangle is produced in Python. The programming sequence is as follows: Factorial of a number is run A function of combination is run Pascal' s Triangle is produced with the correct space between the terms using the appropriate nth term calculation You can practise it here interact…

Circle Theorems

The embed below shows all 7 circle theorems. Circle theorems are a set of rules that define how circle behave and are incredibly useful to geometrical mathematics. First circle theorem - The angle subtended by a chord at the centre is twice the size of the angle subtended by the same chord at the ci…

Thursday, 8 December 2022

Saturday, 19 November 2022

The History of the Pulsejet

The History of the Pulsejet
THE HISTORY OF THE PULSEJET The pulsejet is unlike any other jet engine seen before. Some versions require no moving parts, a title only previously given to rockets, which were inefficient and expensive, and ramjets, which needed to go obscene speeds to function. Pulsejet engines are characterized by…

Saturday, 15 October 2022

Hexadecimal, Binary and Decimal AQA GCSE Computer Science

These programmes can do the following: Converting decimal numbers to binary numbers Performing binary shift Converting decimal to hexadecimal