Lesson Notes By Weeks and Term v5 - Grade 11

Systems technologies: advanced hardware, software and troubleshooting – Week 5 focus

Download the Lessonotes Mobile South Africa app for faster lesson access on Android and iPhone.

Subject: Computer Applications Technology

Class: Grade 11

Term: 1st Term

Week: 5

Theme: General lesson support

Lesson Video

This page supports the lesson note with a companion video and a short classroom-ready summary.

For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.

Performance objectives

Lesson summary

This week, we delve into advanced hardware components, sophisticated software solutions, and effective troubleshooting techniques crucial for maintaining and optimizing computer systems. In a rapidly digitalizing South Africa, understanding these concepts is no longer optional but essential. From participating in the digital economy to accessing online education and government services, a strong grasp of computer systems empowers individuals to navigate and contribute to a connected world. This knowledge will enable you to make informed decisions about technology purchases, maintain your devices effectively, and troubleshoot common issues, saving you time and money.

Lesson notes

2.1 Advanced Hardware Components Solid State Drives (SSDs): Unlike traditional Hard Disk Drives (HDDs), SSDs use flash memory to store data, offering significantly faster read and write speeds. This translates to quicker boot times, faster application loading, and improved overall system responsiveness. Consider a student in a rural area with limited internet access. An SSD would allow them to quickly access downloaded educational materials, reducing frustration and improving their learning experience. SSDs are more expensive per gigabyte than HDDs but offer greater durability due to the absence of moving parts.

Example:* Imagine a scenario where you are constantly accessing large video files for video editing. An SSD would dramatically reduce the time spent waiting for these files to load, enhancing your productivity. HDD vs.

SSD Performance:* An HDD typically offers read/write speeds of around 50-120 MB/s, while an SSD can reach speeds of 500 MB/s or even several GB/s with newer NVMe drives.

Practical South African Consideration:* Given the frequent power outages in many parts of South Africa, the lack of moving parts in SSDs also makes them more resilient to data loss in case of sudden power cuts. High-Performance CPUs (Central Processing Units): The CPU is the "brain" of the computer, responsible for executing instructions and performing calculations. High-performance CPUs, like those from Intel's Core i7 or AMD's Ryzen series, have more cores and higher clock speeds, allowing them to handle demanding tasks such as video editing, gaming, and scientific simulations more efficiently. These are crucial for businesses running complex applications like accounting software or architectural design tools.

Understanding Cores and Clock Speed:* A CPU's cores determine how many tasks it can handle simultaneously. A higher clock speed means the CPU can execute more instructions per second.

Example:* Consider a small business owner using accounting software. A high-performance CPU will allow the software to run smoothly, generate reports quickly, and handle multiple users simultaneously without slowing down. Dedicated Graphics Cards (GPUs - Graphics Processing Units): GPUs are specialized processors designed to handle graphics-intensive tasks such as rendering images, playing videos, and running games. A dedicated graphics card, like those from NVIDIA's GeForce or AMD's Radeon series, has its own memory and processing power, offloading the graphics processing from the CPU and improving overall system performance, especially for visually demanding applications. Integrated vs.

Dedicated Graphics:* Integrated graphics cards share system memory with the CPU, leading to lower performance compared to dedicated graphics cards.

Example:* Students pursuing careers in graphic design or animation will greatly benefit from a dedicated GPU for smooth rendering and editing of complex 3D models. 2.2 Virtualization Software Virtualization allows you to run multiple operating systems (OS) on a single physical machine simultaneously. This is achieved by creating virtual machines (VMs), each of which acts like a separate computer with its own OS, applications, and resources. Popular virtualization software includes VMware Workstation, VirtualBox, and Hyper-

V. Benefits of Virtualization:* Resource Optimization: Reduces hardware costs by consolidating multiple servers onto a single physical machine.

Flexibility and Scalability: Easily create and deploy VMs as needed, allowing for rapid scaling of IT infrastructure.

Testing and Development: Provides a safe environment for testing new software and configurations without affecting the host system.

Legacy Application Support: Run older operating systems and applications that are not compatible with newer hardware.

Example:* A school can use virtualization to provide students with access to different operating systems (e.g., Windows and Linux) for different courses, without having to purchase separate computers for each OS. A small business can use virtualization to run separate servers for email, web hosting, and database management on a single physical server. 2.3 RAID (Redundant Array of Independent Disks) RAID is a data storage virtualization technology that combines multiple physical disk drives into a single logical unit for improved performance, redundancy, or both. Different RAID levels offer different trade-offs between performance, redundancy, and cost.

RAID 0 (Striping): Data is striped across multiple disks, improving read and write performance.

However, there is no redundancy; if one disk fails, all data is lost.

Use Case:* Suitable for applications where performance is critical and data loss is acceptable (e.g., video editing).

RAID 1 (Mirroring): Data is mirrored across two or more disks, providing complete redundancy. If one disk fails, the system can continue to operate using the mirrored copy.