top of page
play-button.png

Welcome to the comprehensive IGCSC Computer Science lecture series, designed to demystify how computers truly think. This introductory video provides an overview of the entire 150-video course, covering all 10 topics of the Cambridge IGCSC Computer Science syllabus. Whether you're a student preparing for exams or simply curious about the inner workings of technology, this series requires no prior knowledge and starts from the absolute basics. The course is structured around two exam papers: Paper 1 focuses on the theory of data representation, transmission, hardware, software, the internet, and emerging technologies, while Paper 2 delves into problem-solving with algorithm design, programming, databases, and Boolean logic. We'll explore concepts from binary representation and data transfer to CPUs, operating systems, and cybersecurity. You'll learn to design algorithms using pseudocode and flowcharts, write programs, query databases with SQL, and understand logic gates. Each topic includes practical examples and real exam questions with mark schemes to ensure you grasp what examiners are looking for. To make the most of this series, watch actively, take notes on key ideas, and pause to try examples yourself before seeing the solution. Rewatch videos as needed, as learning happens through understanding and practice. Visit AxiomTutoring.com for more resources and subscribe to @AxiomTutoringCourses for all our educational content.

play-button.png

Discover why computers exclusively use binary code, a fundamental concept in computer science. This video breaks down the physical reality of transistors and their two states, on and off, which directly map to binary's ones and zeros. Learn how this simple system provides immense reliability for billions of switches operating simultaneously, making it far more robust than attempting to represent decimal numbers with varying voltage levels. Explore how all forms of data, from text and images to music, are ultimately translated into binary for processing. Visit AxiomTutoring.com and subscribe to @AxiomTutoringCourses for more computer science lessons.

play-button.png

Welcome back to our IGCSE computer science lecture series where we tackle binary to deniery conversion. This video shows you how to convert a binary number into its deniery equivalent. We explain the straightforward method of multiplying each binary digit by its place value and summing the results. Learn a useful shortcut where you only consider the columns with a '1' bit. This method, along with the previous video, provides a complete understanding of deniery and binary conversions. Visit AxiomTutoring.com and subscribe to @AxiomTutoringCourses for more educational content.

play-button.png

This video breaks down how to convert decimal numbers to binary, a crucial skill for IGCSE Computer Science. We'll explore the place value system in binary, explaining how each column represents a power of two, from the least significant bit to the most significant bit. You will learn a four-step method for conversion, starting from the left and determining whether each place value fits into the remaining number. Through clear examples like converting 75 and 200, you'll see this process in action, understanding when to write a 1 and subtract, or a 0 and move on. We also cover common mistakes to avoid, like forgetting to subtract or dropping leading zeros, and provide a simple method to check your work. Visit AxiomTutoring.com and subscribe to @AxiomTutoringCourses.

play-button.png

Welcome back to our IGCSC computer science lecture series where today we dive into the fascinating world of hexadecimal. Discover why this base-16 numbering system, using digits 0-9 and letters A-F, is essential in computing. Learn how hexadecimal provides a compact and readable shorthand for binary, making it ideal for representing memory addresses, color codes, and MAC addresses. We'll explore the straightforward method of converting hexadecimal to decimal, by multiplying each digit by its place value and summing the results. Visit AxiomTutoring.com and subscribe to @AxiomTutoringCourses.

play-button.png

Learn how to effortlessly convert between hexadecimal and binary number systems in this IGCC Computer Science lecture. Discover the fundamental relationship where one hexadecimal digit directly corresponds to exactly four binary digits, known as a nibble. This video breaks down the simple swap method, requiring no arithmetic, to move between these systems. We demonstrate hex to binary conversion by replacing each hex digit with its four-bit equivalent and binary to hex conversion by grouping binary digits into fours and swapping them for their hex counterparts. Master this essential skill for quick and accurate number system transformations. Visit AxiomTutoring.com and subscribe to @AxiomTutoringCourses.

GCSE Computer Science

This course builds a clear and practical understanding of computer science, from programming fundamentals to how computers store, process and communicate information. Students develop strong exam technique through structured coding practice, problem-solving tasks, past-paper analysis, and real-world applications of core concepts.

bottom of page