Welcome to the exciting world of Computing Fundamentals, where students dive into the core concepts that make modern technology possible. This unit introduces the foundational knowledge of how computers work, focusing on key topics such as the components of a computer, binary systems, storage devices, and technological convergence. Through engaging lessons, interactive activities, and collaborative tasks, students will gain a deeper understanding of the hardware, data processing, and innovation that power the digital world. Whether you're exploring how a CPU processes data or practicing binary arithmetic, this unit builds the skills and confidence needed for future success in computer science.
Today, we’ll explore the main elements of a computer and how they work together to process information. This forms the foundation of understanding how computers operate.
Learning Objectives
I can identify and explain the purpose of input, output, processing, and storage devices.
I can describe how data flows through a computer system from input to output.
I can categorize devices based on their role in a computer system.
Key Terminology
Input Device: A tool used to enter data into a computer (e.g., keyboard, mouse).
Output Device: A tool used to display or output information from a computer (e.g., monitor, printer).
Processing: The action of the computer’s CPU interpreting and working with data.
Storage Device: A component used to save data for later use (e.g., hard drive, USB stick).
Peripheral: External devices connected to a computer, like a printer or scanner.
Motherboard: The main circuit board in a computer where all components are connected.
System Unit: The main part of a computer that contains the CPU, memory, and storage.
Data Flow: The movement of data through a computer system (input → process → output).
Hardware: The physical parts of a computer (e.g. CPU, monitor).
Software: The programs and instructions that tell the computer what to do.
Key Ideas
A computer system is made up of input, output, processing, and storage components.
Input devices allow users to provide data to the computer.
Output devices display or provide results from the computer's processing.
Storage devices save data for short-term or long-term use.
The system unit houses essential hardware like the CPU, motherboard, and storage.
Video: Inside your computer
Watch the video to learn more about the components inside your computer and see how they work together.
Guide for Note-Taking
Write down the definitions of input, output, processing, and storage devices.
List examples of each device type and find an image of each.
Draw a simple diagram showing how data flows through these components.
Comprehension Questions
What is an input device? Give two examples.
What is the role of the CPU in a computer?
Name two types of output devices and explain their use.
What is the difference between storage and processing?
Why do we need both input and output devices?
Activities
Group Discussion: In small groups, discuss examples of devices you use daily. Identify their roles (input, output, processing, or storage).
Device Sorting Activity: Work with a partner to classify a list of devices as input, output, or storage.
Diagram Creation: Individually, create a labeled diagram showing the flow of data through a computer system.
Today, we’ll dive into the brain of the computer—the CPU—and learn how it processes data.
Learning Objectives
I can explain the role of the CPU and its main components (ALU, Control Unit, Registers).
I can describe the steps of the Fetch-Decode-Execute cycle.
I can explain how factors like clock speed and cores affect CPU performance.
Key Terminology
CPU: The Central Processing Unit; the "brain" of the computer that processes data.
ALU (Arithmetic Logic Unit): A part of the CPU that does calculations and logic.
Control Unit: The part of the CPU that manages and controls other components.
Registers: Small storage areas inside the CPU for temporary data.
Fetch-Decode-Execute Cycle: The process the CPU follows to understand and carry out instructions.
Clock Speed: How fast the CPU processes instructions, measured in GHz.
Core: A part of the CPU that can handle its own tasks; more cores mean better performance.
Cache: A small, fast memory in the CPU for frequently used data.
Processor: Another name for the CPU, which processes all tasks.
Performance: How fast and efficiently a CPU can work.
Key Ideas
The CPU is the "brain" of the computer and is responsible for processing data.
The Fetch-Decode-Execute cycle explains how the CPU handles instructions.
The CPU’s performance depends on factors like clock speed, cores, and cache size.
The ALU performs calculations and logical decisions.
Registers hold temporary data needed for processing.
Video: CPU & FDE Cycle
This video explains how the CPU operates, covering its components and the Fetch-Decode-Execute cycle.
Guide for Note-Taking
Create a new slide and give it the title L2 The CPU. After you have read L2 and watched the video please work on the following questions
Define the CPU and its role.
Find in image of the CPU which includes the ALU, registers, buses and cache and add it to your notes. Annotate the image.
Write down the steps in the Fetch-Decode-Execute cycle. Add an image which shows the FDE cycle. Annotate the image.
Note how clock speed, cores and cache size impact performance.
Comprehension Questions
What does CPU stand for?
What is a core in a CPU?
Why is the CPU important for a computer?
Activities
Paired Teaching: Teach a partner the steps in the Fetch-Decode-Execute cycle.
Diagram Labeling: Label a diagram of a CPU and explain its components.
CPU Comparison: Research and compare two different CPUs in small groups (e.g., Intel i5 vs. AMD Ryzen).
Today, we’ll learn about binary—the language computers use to represent data.
Learning Objectives
I can define binary and explain why computers use it.
I can convert numbers between binary and decimal systems.
I can explain the importance of binary representation in computing.
Key Terminology
Binary: A system of numbers using only 0 and 1.
Denary: A system of numbers using only 0-9 (human counting).
Bit: The smallest unit of data in a computer, representing 0 or 1.
Byte: A group of 8 bits, used to store a character or small piece of data.
Decimal: The standard number system we use, based on 10 digits (0–9).
Base 2: The number system used in binary, with only 0 and 1.
Base 10: The denary number system.
Binary Digit: A single 0 or 1 in the binary system.
Representation: How information is shown using binary.
Data: Information stored or processed by a computer.
Place Value: The value of a digit based on its position in a number.
Key Ideas
Binary is a system that uses only 0 and 1 to represent data. It is a base 2 number system (because it has 2 numbers in it).
Computers use binary because it is simple and reliable for electronic systems. Computers are built of millions of switches. Switches had on / off states which can be represented as 0 and 1.
Each binary digit (bit) represents a power of 2 (it has double the value of the column next to it).
Converting between binary and decimal helps us understand how computers process data from what we experience to what they experience.
Binary representation is used for text, numbers, videos, games and images in computers (everything)
Video: Binary
The video explains the basics about binary (base two).
Binary Conversion Challenge
Use your new skills converting between base 2 and base 10 to reach the highest level you can. Join the game here.
Practice binary-denary conversion.
Guide for Note-Taking
Write the definition of binary and its importance.
Write down how to convert numbers between binary and decimal. Add the conversion table to your notes and do a step-by-step example converting denary to binary, and another example converting binary to denary.
Comprehension Questions
What is binary?
What is denary?
Why do computers use binary?
How do you convert the binary number 1010 to decimal?
What is the decimal equivalent of the binary number 111?
What is the base system used in binary?
Computers do not use the decimal number system like humans do. Instead, they operate using binary, which consists only of the digits 0 and 1. Since computers process and store all information using binary, understanding binary addition is essential for working with computer systems. Today, we’ll explore how binary numbers are added, how carrying works, and why overflow occurs.
Learning Objectives
I can use the rules of binary addition to solve problems.
I can perform binary addition with and without carry-over.
I can explain how binary addition is used in computer systems.
Key Terminology
Binary Addition: Adding numbers in the binary system using specific rules.
Carry Over: Moving a 1 to the next column in binary addition when the sum is greater than 1.
Bit: A single binary digit (0 or 1).
Byte: 8 bits (for example 11001100)
Nibble: 4 bits (for example 0011)
Base 2: The numbering system used in binary.
Overflow: When the result of binary addition exceeds the available bits.
Sum: The total when two numbers are added.
Binary Rules: Specific rules for binary addition (0+0=0, 0+1=1, 1+0=1, 1+1=10).
Arithmetic: Basic math operations, including addition, subtraction, multiplication, and division.
Key Ideas
Binary addition follows specific rules: 0+0=0, 0+1=1, 1+0=1, 1+1=10.
Carrying over occurs when the sum is greater than 1.
Overflow happens when the result of addition doesn’t fit in the given number of bits.
Binary addition is the foundation for computer calculations.
Practicing binary addition helps us understand how computers perform arithmetic.
Binary Addition Rules
Binary Addition in Computers
Binary addition is the fundamental operation behind arithmetic in computers. Every calculation, whether it’s addition, subtraction, multiplication, or division, is broken down into a series of binary additions.
For example:
The ALU (Arithmetic Logic Unit) in a CPU uses binary addition to perform calculations.
Digital circuits use logic gates to execute binary addition efficiently.
Overflow errors can lead to unexpected behavior in computer systems, especially in programming.
Video: Binary Addition
Learn the simple rules for adding binary numbers together.
Guided Note-taking
Write down the four basic rules of binary addition.
Practice adding small binary numbers (3-4 bits) without carry-over.
Practice adding larger binary numbers with carry-over.
Learn how overflow works by adding numbers in a limited-bit system (e.g., 4-bit (nibble), 8-bit (byte)).
Research a real-world example of how binary addition is used in computers. Write a paragraph to clearly explain what you have found.
Comprehension Questions
What is the sum of 1011 + 0110. Show your answer as a nibble and also as a byte.
What happens when the sum of two binary numbers exceeds the number of available bits?
Why do computers use binary addition instead of decimal addition?
Computers need storage to keep data and programs. Some storage is temporary and fast, while other storage is long-term and slower. Different devices store data in different ways.
Learning Objectives
I can distinguish between primary and secondary storage, and volatile and non-volatile storage.
I can compare different storage devices based on speed, capacity, and portability.
I can explain the importance of storage in a computer system.
Key Terminology
Primary Storage: Memory used directly by the CPU (e.g., RAM).
Secondary Storage: Long-term data storage (e.g., hard drive, SSD).
Volatile Memory: Storage that loses data when the power is off (e.g., RAM).
Non-Volatile Memory: Storage that keeps data even without power (e.g., SSD).
HDD (Hard Disk Drive): A secondary storage device with moving parts, used for large storage capacity.
SSD (Solid-State Drive): A secondary storage device with no moving parts, faster than HDDs.
USB Drive: A small, portable storage device used for transferring files.
Storage Capacity: The amount of data a device can hold, measured in GB or TB.
Read/Write Speed: How quickly a device can save or access data.
Backup: A copy of important data stored separately to prevent data loss.
Key Ideas
Primary vs. Secondary Storage
Primary storage (e.g., RAM) is used by the CPU for quick access.
Secondary storage (e.g., HDD, SSD) keeps data permanently.
Volatile vs. Non-Volatile Memory
Volatile memory (RAM) is fast but loses data when the computer is off.
Non-volatile memory (HDD, SSD) keeps data even after power loss.
Comparison of Storage Devices
HDDs are cheaper and hold more data but have moving parts, making them slower and more fragile.
SSDs are faster, more durable, and use less power but are more expensive.
USB drives are small and portable but have lower storage capacity compared to HDDs and SSDs.
Why Storage Matters
Computers need storage to save files, run programs, and remember data even when turned off.
Backups help protect important data from loss due to hardware failure or accidental deletion.
Why Do Computers Need Storage?
Imagine working on a school project, typing up a report or designing a presentation. You don’t want to lose all your hard work when you turn off your computer! That’s where storage devices come in. Storage helps computers keep information, even when they are switched off. Some storage is used for short-term memory, helping the computer work quickly, while other storage is for saving files long-term.
Primary vs. Secondary Storage
Computers use two main types of storage: primary storage and secondary storage. Primary storage, like RAM (Random Access Memory), is very fast but only works while the computer is on. It helps run programs smoothly by temporarily holding the data they need. However, the moment the power goes off, RAM forgets everything!
Secondary storage, on the other hand, is used to save files permanently. This includes hard drives (HDDs) and solid-state drives (SSDs). These devices keep your photos, music, videos, and schoolwork even when the computer is turned off. Without secondary storage, you’d have to start from scratch every time you powered on your device!
Volatile vs. Non-Volatile Memory
Have you ever played a video game, paused it, and then returned later to continue? The game’s temporary progress is stored in RAM, a type of volatile memory. This means it works only while the power is on—if you unplug your computer without saving, your game progress is gone!
But what about saved games, photos, or downloaded music? Those are stored in non-volatile memory, like an HDD, SSD, or USB drive. This kind of memory keeps data even when the power is off. If you save a Word document to your computer’s hard drive, you can turn your PC off, come back the next day, and your file will still be there!
Comparing Storage Devices
Different storage devices have different strengths and weaknesses. Let’s compare the three most common types:
Hard Disk Drives (HDDs): HDDs have moving parts like a spinning disk inside. They are great for storing large amounts of data and are cheaper than SSDs. However, they are slower and can be damaged more easily if dropped.
Example: Most budget laptops use HDDs because they offer lots of storage at a lower cost.
Solid-State Drives (SSDs): SSDs have no moving parts, making them much faster and more durable than HDDs. They help computers start up quickly and load programs faster. The downside? SSDs are more expensive than HDDs for the same amount of storage.
Example: A gaming laptop or high-end PC will often use an SSD to run games smoothly.
USB Flash Drives: These are small, portable storage devices that you can plug into a computer. They are great for transferring files between devices but usually have less storage compared to HDDs and SSDs.
Example: A student might use a USB drive to store and transfer homework between school and home.
Why Is Storage Important?
Imagine losing all your schoolwork because your computer crashed! That’s why backups are so important. A backup is a copy of important files stored in a different location, like an external hard drive or a cloud service like Google Drive. This way, if something happens to your computer, your files are safe.
Storage devices also affect how fast and efficient a computer is. A computer with a slow HDD may take longer to start up, while an SSD can make everything feel quicker. Choosing the right storage depends on what you need—speed, space, or portability!
Final Thoughts
Storage is an essential part of every computer. Without it, we wouldn’t be able to save files, install software, or keep personal data safe. Whether it’s a fast SSD in a gaming PC, a large HDD for storing movies, or a small USB drive for transferring homework, every storage device has its role. Understanding how they work helps us choose the best one for our needs!
Guided Note-taking
Task 1: Key Concept Summary
Write a short summary explaining the difference between primary storage and secondary storage. Use simple sentences and include at least one example of each.
Task 2: Draw and Label a Diagram
Create a labeled diagram of different storage devices. Find an image online of each storage type and add them to your notes. Your diagram should include:
Primary Storage (RAM)
Secondary Storage (HDD, SSD)
Portable Storage (USB, External HDD)
Arrows showing how data moves between them
Task 3: Write a short paragraph explaining why backups are important. Include an example of a situation where someone might lose data and how a backup could help.
Comprehension Questions
What is the main difference between primary storage and secondary storage?
Explain how they are used in a computer system.
Why is RAM considered volatile memory?
What happens to the data in RAM when the computer is turned off?
Compare HDDs and SSDs in terms of speed, durability, and cost.
Which one is generally faster?
Which one is more durable?
Why are SSDs usually more expensive than HDDs?
Why are backups important, and what are two ways to back up data?
Give an example of a situation where a backup would prevent data loss.
What makes USB flash drives useful compared to HDDs and SSDs?
In which situations would a USB flash drive be the best storage option?
Convergence is when different technologies or functions are combined into a single device. Instead of using separate gadgets for each task, converged devices integrate multiple features, making life easier and more efficient.
Learning Objectives
Define technological convergence and identify examples of converged devices.
Explain how convergence has impacted industries, society, and daily life.
Evaluate the advantages and challenges of convergence.
Predict future trends in convergence and their potential effects.
How Does Convergence Work?
Convergence happens because of advancements in hardware, software, and networking technologies:
Hardware Improvements: Smaller, more powerful processors allow multiple functions in a single device.
Software Integration: Operating systems (e.g., Android, iOS) enable apps to work together.
Internet Connectivity: Faster internet (Wi-Fi, 4G, 5G) allows cloud storage and instant communication.
Examples of Technological Convergence
Smartphones: Replace cameras, maps, calculators, music players, and even wallets (with mobile payments).
Smart TVs: Stream videos, browse the internet, and use apps just like a smartphone.
Gaming Consoles: Now work as entertainment hubs, allowing users to stream movies, chat with friends, and even watch live sports.
Smartwatches: Track fitness, send messages, and even make calls without a phone.
Laptops & Tablets: Combine work, gaming, entertainment, and communication all in one.
Home Assistants (e.g., Alexa, Google Home): Play music, answer questions, control smart devices, and manage schedules.
💡 Interesting Fact: The first digital camera was invented in 1975 and took 23 seconds to capture one image! Today, smartphone cameras can take hundreds of pictures instantly.
Impact of Convergence on Society
Positive Impacts:
✅ Convenience: One device can do multiple tasks, reducing clutter.
✅ Efficiency: Saves time by integrating different features in one place.
✅ Cost Savings: Instead of buying many devices, one can replace them all.
✅ Better Communication: Social media, video calls, and messaging apps keep people connected.
✅ Innovation: New technologies create exciting possibilities for the future.
💡 Interesting Fact: In the 1980s, people carried separate devices for music (Walkman), calling (brick phones), photos (cameras), and gaming (Game Boy). Now, a single smartphone does all of that!
Negative Impacts & Challenges:
❌ Dependency: Many people can’t go a day without their smartphones.
❌ Security Risks: More features mean more opportunities for hackers.
❌ Obsolescence: Devices become outdated quickly, leading to more electronic waste.
❌ Battery & Performance Issues: More functions drain battery life faster.
❌ Monopolization: A few big tech companies dominate the market.
💡 Interesting Fact: In 2010, Nokia was the world’s biggest phone brand, but by 2014, smartphones from Apple and Samsung took over. Nokia didn’t adapt fast enough to convergence trends.
Industries Transformed by Convergence
Convergence has changed how businesses and industries operate.
Communication:
Landline phones are nearly extinct, replaced by smartphones.
Video calls and messaging apps allow instant global communication.
Social media platforms (Facebook, Instagram, WhatsApp) integrate messaging, video calls, and content sharing.
Entertainment:
Streaming services (Netflix, YouTube, Spotify) have replaced DVDs and CDs.
Cloud gaming services (Google Stadia, Xbox Cloud Gaming) let users play games without expensive hardware.
AI-powered recommendations personalize content.
Healthcare:
Smart devices help monitor heart rates, oxygen levels, and fitness.
Telemedicine allows doctors to consult patients remotely.
AI in medicine helps diagnose diseases faster.
Education:
Tablets and digital tools make learning more interactive.
E-learning platforms (Google Classroom, Kahoot, Duolingo) provide accessible education.
VR and AR simulations enhance training for students.
Business & Work:
Video meetings (Zoom, Microsoft Teams) make remote work possible.
Cloud computing allows people to work from anywhere.
Digital collaboration tools (Google Drive, Slack) replace physical offices.
💡 Interesting Fact: The first video call happened in 1964! It was very expensive, slow, and needed huge equipment. Now, we can do it instantly from our phones.
Future Trends in Convergence
As technology advances, convergence will continue to evolve.
🔮 AI-powered devices: Smart assistants like Alexa and Siri will get even smarter.
🔮 Wearable tech: Smart glasses and augmented reality (AR) will change how we interact with the world.
🔮 Internet of Things (IoT): More devices in homes, cars, and cities will be connected.
🔮 5G & Beyond: Faster internet will allow even more advanced features.
🔮 Brain-Computer Interfaces: In the future, technology might be controlled directly by thoughts!
💡 Interesting Fact: Elon Musk’s company Neuralink is already working on brain-computer chips that could let people control devices just by thinking!
Technology Adoption & Its Effects
How quickly people accept new technology depends on how useful and easy it is. Some people love trying new gadgets, while others prefer sticking to what they know.
Stages of Technology Adoption:
1️⃣ Innovators (2.5%) – First to try new tech.
2️⃣ Early Adopters (13.5%) – Willing to take risks on new devices.
3️⃣ Early Majority (34%) – Wait until a technology is tested before buying.
4️⃣ Late Majority (34%) – Adopt new tech only when most people use it.
5️⃣ Laggards (16%) – Resist change and prefer traditional devices.
💡 Interesting Fact: When the first iPhone launched in 2007, many people thought it wouldn’t be successful because it had no physical keyboard. Now, touchscreen smartphones are everywhere!
How Can We Prepare for Future Convergence?
Learn new skills: As technology changes, digital literacy is more important than ever.
Stay informed: Keeping up with tech trends helps us understand new developments.
Think critically: Not all new technologies are beneficial—some create privacy, security, or ethical concerns.
Use technology wisely: Balance screen time and offline activities for a healthier lifestyle.
Copy the following 6 tasks and complete them in your workbook.
Task 1. Key Definitions
Fill in the blanks using the correct terms from the lesson.
Convergence is when multiple _______ are combined into a single _______.
A smartphone is an example of convergence because it combines ________, ________, and ________.
Integration means ________ technologies or features into one system.
Challenge: Write a sentence explaining how convergence has changed the way you use technology in daily life.
Task 2. Identifying Converged Devices
List four devices that demonstrate technological convergence. For each device, describe at least two different technologies it combines and explain one benefit of having these technologies in a single device.
Example: Smartphone – Combines a camera, internet browsing, and calling features. A benefit is that users do not need to carry multiple devices for different functions.
Challenge: Think of a device that does not yet exist but could be created by combining multiple technologies. Describe what it would do and how it could benefit people.
Task 3. Positive and Negative Impacts
Below are six impacts of technological convergence. Sort them into two categories: positive impacts and negative impacts.
Impacts to sort:
Saves money by combining multiple devices into one.
Can cause security risks and hacking concerns.
Makes communication faster and more accessible.
Increases screen time and technology addiction.
Reduces e-waste by replacing multiple devices.
Leads to monopolization, where a few companies dominate the market.
Now complete the following:
Positive impacts of convergence:
Negative impacts of convergence:
Challenge: Which impact do you think has the greatest effect on society? Explain your reasoning.
Task 4. Convergence in Different Industries
Research each of the following industries and provide an example of how convergence has changed it.
Communication
Entertainment
Healthcare
Education
Business
For example: Streaming services provide a convenient way for people to enjoy entertainment by offering TV shows, movies, and music all in one place. With just an internet connection, users can access a vast library of content on-demand, eliminating the need for physical media like DVDs or CDs. Platforms such as Netflix, Spotify, and Disney+ allow viewers and listeners to personalize their experience, creating playlists, saving favorites, and even downloading content for offline use. This accessibility has transformed how people consume entertainment, making it easier and more flexible than ever before.
Challenge: Can you think of another way convergence has impacted an industry?
Task 5. Predicting Future Trends
Based on what you have learned, complete these sentences with your own predictions.
In the future, technology will continue to combine ________ and ________ into a single device.
A new type of convergence we might see is ________, which could change how we ________.
The biggest challenge of future convergence will be ________ because ________.
Challenge: Research an emerging technology (such as AI, 5G, or smart glasses) and explain how it might contribute to convergence.
Task 6. The Adoption of New Technologies
Label the stages of technology adoption then, describe which type of person you think you are.
Stages of Technology Adoption:
________ (First to try new tech)
________ (Willing to take risks)
________ (Waits until technology is tested)
________ (Adopts when most people do)
________ (Resists change, prefers older tech)
Challenge: Think about 5 new pieces of technology (such as VR headsets or self-driving cars). Which stage do you think most people are in for this technology?