News
Programming languages and translation software - Computer Science (9645) - Oxford AQA International AS Level
19+ hour, 57+ min ago (801+ words) Not all programming languages are the same. Some are "closer" to the computer's brain, while others are closer to how humans think. We generally split them into two categories: Low-level and High-level. These languages are very specific to the hardware…...
Character Encoding - Computing (9569) - GCE A-Level - Higher 2 (H2)
9+ hour, 28+ min ago (575+ words) Ever wondered how your computer knows that a specific bunch of 1s and 0s should look like the letter 'A' on your screen, or why an emoji appears when you send a text? In this chapter, we'll explore the "secret codes" computers…...
Software Engineering - Computing (7155) - GCE O-Level
7+ hour, 2+ min ago (760+ words) In this chapter, we are going to look at the "big picture" of creating computer programs. You've already learned how to write Python code and create algorithms, but how do professional programmers build huge apps like Instagram or Tik Tok?...
Representing algorithms - Computer Science 8525 (Current) - AQA GCSE
12+ hour, 19+ min ago (893+ words) In this chapter, we are going to explore the "blueprints" of computer science. Think of an algorithm as a recipe: before you can bake a cake, you need a clear list of steps to follow. In the same way, before…...
Applications generation - Computer Science - H046 - Cambridge OCR AS Level
17+ hour, 43+ min ago (517+ words) Don't worry if some of these terms sound technical. We'll break them down piece by piece! An application (or "app") is a piece of software designed to help the user perform a specific task. If you are doing something for…...
Programming - Computer Science 7516 - AQA AS Level
14+ hour, 26+ min ago (603+ words) Hello there! You are about to dive into the heart of Computer Science. Programming is essentially the art of giving a computer a set of instructions to solve a problem. It's like writing a recipe for a chef who follows…...
Hardware and software - Computer Science 7516 - AQA AS Level
20+ hour, 10+ min ago (724+ words) Ever wondered what actually happens inside your computer to make it do what you want? In this section, we're going to peel back the curtain and look at the relationship between the physical bits you can touch and the invisible…...
Following and writing algorithms - Computer Science (9645) - Oxford AQA International AS Level
20+ hour, 1+ min ago (952+ words) In simple terms, an algorithm is a sequence of steps that can be followed to complete a task. However, for it to be a "proper" algorithm in computer science, it must have one very important feature: it must always terminate....
Arrays and lists - Computer Science (9645) - Oxford AQA International AS Level
20+ hour, 11+ min ago (535+ words) At its simplest, a data structure is a specialized format for organizing, processing, retrieving, and storing data. Think of it like the difference between throwing all your clothes in a pile on the floor versus using a chest of drawers....
Web Applications - Computing (9569) - GCE A-Level - Higher 2 (H2)
1+ day, 12+ hour ago (677+ words) Computing (9569) " GCE A-Level - Higher 2 (H2) " " 6 " Before we build anything, we need to know what a Web Application actually is and how it differs from the apps you install on your phone or computer. These are programs that run inside a web…...