From c97c68d266061cceb5b33060d79de0f11af8f568 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Mon, 11 Sep 2023 17:21:56 +0500 Subject: [PATCH] index_and_components --- syllabus/components.md | 14 ++++++++++++++ syllabus/index.md | 8 ++++++++ 2 files changed, 22 insertions(+) create mode 100644 syllabus/components.md create mode 100644 syllabus/index.md diff --git a/syllabus/components.md b/syllabus/components.md new file mode 100644 index 0000000..1899062 --- /dev/null +++ b/syllabus/components.md @@ -0,0 +1,14 @@ +# ICT Basic + +## Components of a Computer + +1. **CPU**: Central Processing Unit - The "brain" of the computer that performs calculations and logic operations. +2. **RAM**: Random Access Memory - Temporary data storage that is faster to read and write compared to hard drives. +3. **Hard Drive**: Long-term data storage, can be HDD or SSD. +4. **Motherboard**: The main circuit board connecting all components. +5. **Power Supply**: Converts electrical power to a format suitable for the computer. +6. **GPU**: Graphics Processing Unit - Handles rendering images and videos. +7. **Input Devices**: Devices like keyboards, mice, and scanners for user input. +8. **Output Devices**: Devices like monitors, printers, and speakers for displaying output. +9. **Cooling System**: Fans or liquid cooling to maintain optimal temperature. +10. **Case**: Houses and protects the components. diff --git a/syllabus/index.md b/syllabus/index.md new file mode 100644 index 0000000..7cafd26 --- /dev/null +++ b/syllabus/index.md @@ -0,0 +1,8 @@ +# ICT Basic +- [components.md](Components of a Computer) +- Input and Output Devices +- Storage +- Machine Language +- Networking +- Operating System +- Troubleshooting