Thursday, April 16, 2026

UNIT 6 – DATA COMMUNICATION & NETWORKING GCE A/L Sri Lanka Notes Online Classes

 

🔷 6.1 DATA COMMUNICATION BASICS

📘 Definition

Data Communication is the process of transmitting data between two or more devices.


🧠 Basic Components

1. Sender

Device that sends data
👉 Example: Your phone sending a WhatsApp message

2. Receiver

Device that receives data
👉 Example: Friend’s phone

3. Transmission Medium

Path used to send data
👉 Example:

  • Cable
  • Wi-Fi

4. Protocol

Rules for communication
👉 Example:

  • Language in conversation

🎯 Teaching Analogy

Sending a letter:

  • Sender → You
  • Receiver → Friend
  • Medium → Postal service
  • Protocol → Address format

🔷 Data vs Signal

DataSignal
Raw informationForm used to transmit
DigitalAnalog/Digital

👉 Example:

  • Data = “HELLO”
  • Signal = electrical pulses carrying it

🔷 Analog vs Digital Signals

Analog

  • Continuous
    👉 Example: Radio waves

Digital

  • Discrete (0 & 1)
    👉 Example: Computer data

🔷 Transmission Modes

Simplex

One direction only
👉 Example: TV broadcast


Half Duplex

Both ways, but one at a time
👉 Example: Walkie-talkie


Full Duplex

Both ways simultaneously
👉 Example: Phone call


🔷 6.2 TRANSMISSION MEDIA


📘 Definition

Path through which data travels


🔌 Guided Media (Wired)

1. Twisted Pair Cable

👉 Used in LAN
👉 Example: Ethernet cable

✔ Cheap
❌ More noise


2. Coaxial Cable

👉 Used in cable TV

✔ Better shielding


3. Fiber Optic Cable

👉 Uses light

✔ Very fast
✔ Long distance
❌ Expensive


📡 Unguided Media (Wireless)

1. Radio Waves

👉 Wi-Fi, Bluetooth


2. Microwaves

👉 Satellite communication


3. Infrared

👉 TV remote


🎯 Comparison Teaching Tip

Ask students:

  • Which is fastest? → Fiber
  • Cheapest? → Twisted pair

🔷 6.3 NETWORK FUNDAMENTALS


📘 Definition

A network is a collection of connected devices.


🌐 Types of Networks

LAN (Local Area Network)

👉 Small area
Example: School lab


MAN (Metropolitan Area Network)

👉 City level


WAN (Wide Area Network)

👉 Large/global
Example: Internet


🔷 Network Topologies

1. Bus

Single backbone cable

✔ Cheap
❌ Failure affects all


2. Star

All devices connected to central hub

✔ Easy management
❌ Hub failure = network down


3. Ring

Connected in circle


4. Mesh

All connected to each other

✔ Reliable
❌ Expensive


🎯 Teaching Tip

Draw diagrams — very important for exams


🔷 6.4 NETWORK DEVICES


🔌 Hub

  • Broadcasts to all

🔀 Switch

  • Sends data to correct device

👉 Example:
Like a smart postman


🌐 Router

  • Connects networks

👉 Example:
Home router connects to internet


🔗 Bridge

  • Connects similar networks

🔄 Gateway

  • Connects different systems

📶 Access Point

  • Provides Wi-Fi

📞 Modem

  • Converts digital ↔ analog

🔷 6.5 OSI MODEL (VERY IMPORTANT 🔥)


📘 Definition

A 7-layer model for network communication


🧠 Layers & Explanation

1. Physical

Transmission of bits
👉 Example: cables


2. Data Link

Error detection


3. Network

Routing

👉 Example: IP


4. Transport

Reliable delivery

👉 Example: TCP


5. Session

Session control


6. Presentation

Data format

👉 Example:
Encryption


7. Application

User interface

👉 Example:
Web browser


🎯 Easy Memory Trick

“Please Do Not Throw Sausage Pizza Away”


🔷 6.6 TCP/IP MODEL


Layers:

  1. Network Interface
  2. Internet
  3. Transport
  4. Application

🧠 Key Point

OSI = theoretical
TCP/IP = practical


🔷 6.7 IP ADDRESSING


📘 Definition

Unique identifier for devices


🧠 IPv4 Format

Example:

192.168.1.1

🔢 Classes

ClassRange
A1–126
B128–191
C192–223

🧠 Network ID vs Host ID

  • Network → identifies network
  • Host → identifies device

🔷 6.8 SUBNETTING (VERY IMPORTANT 🔥)


📘 Definition

Dividing network into smaller parts


🧠 Example

Network:

192.168.1.0/24

👉 Can divide into:

  • 2 subnets
  • 4 subnets

🎯 Teaching Analogy

Like dividing a classroom into groups


🔷 6.9 DATA TRANSMISSION CONCEPTS


📊 Bandwidth

Maximum capacity


⚡ Bit Rate

Speed of data


⏱ Latency

Delay


📦 Throughput

Actual data transferred


🔍 Error Detection

Parity Bit

Checks errors


🔷 6.10 NETWORK SECURITY


⚠ Threats

  • Hacking
  • Sniffing
  • Spoofing

🔐 Protection Methods

Firewall

Blocks unwanted access


Encryption

Converts data into secret form


VPN

Secure connection


🔷 6.11 NETWORK PROTOCOLS


🌐 HTTP / HTTPS

Web browsing


📁 FTP

File transfer


📧 SMTP

Sending emails


📥 POP3 / IMAP

Receiving emails


🌍 DNS

Converts domain → IP

👉 Example:
google.com → IP address


📡 DHCP

Assigns IP automatically


🎯 HOW TO TEACH UNIT 6 EFFECTIVELY


✅ Use Real-Life Examples

  • Wi-Fi
  • Mobile data
  • Internet

✅ Focus on Diagrams

  • Topologies
  • OSI model

✅ Practice Problems

  • IP addressing
  • Subnetting

🔥 EXAM STRATEGY


HIGH PRIORITY

✔ OSI Model
✔ Subnetting
✔ IP Addressing
✔ Network devices


MEDIUM PRIORITY

✔ Transmission media
✔ Protocols


LOW PRIORITY

✔ Basic definitions

UNIT 5 – OPERATING SYSTEMS (TEACHER EXPLANATION GUIDE)

🔷 5.1 WHAT IS AN OPERATING SYSTEM?

📘 Definition

An Operating System (OS) is system software that:
👉 Acts as an interface between user and hardware
👉 Manages all computer resources


🎯 Simple Explanation for Students

“OS is like a manager of a computer.”


🧠 Real-Life Analogy

  • Computer = Restaurant
  • OS = Manager
  • CPU = Chef
  • Users = Customers

👉 The manager (OS) decides:

  • Who gets served first
  • What resources to use

🧩 Main Functions of OS

1. Process Management

Controls running programs

👉 Example:
Opening:

  • Chrome
  • Word
  • Music player

OS decides which runs first


2. Memory Management

Controls RAM usage

👉 Example:

  • 4GB RAM
  • Chrome uses 2GB
  • Word uses 1GB

OS allocates memory properly


3. File Management

Handles files & folders

👉 Example:
Saving a file in:

Documents > ICT > Notes.docx

4. Device Management

Controls hardware

👉 Example:

  • Printer
  • Keyboard
  • USB

Uses device drivers


5. Security Management

Protects system

👉 Example:

  • Password login
  • Fingerprint

🔷 Types of Operating Systems

1. Batch OS

  • No interaction
    👉 Example:
    Payroll system

2. Time-Sharing OS

  • Multiple users at same time

👉 Example:
School computer lab


3. Real-Time OS

  • Immediate response

👉 Example:
Air traffic control


4. Distributed OS

  • Multiple computers act as one

5. Embedded OS

  • Inside devices

👉 Example:
Washing machine, ATM


🔷 5.2 PROCESS MANAGEMENT


📘 Definition

A process = a program in execution

👉 Example:

  • Opening MS Word → becomes a process

🧠 Process vs Program

ProgramProcess
Stored fileRunning
PassiveActive

🔄 Process States

1. New

Process is created

2. Ready

Waiting for CPU

3. Running

Currently executing

4. Waiting (Blocked)

Waiting for input

👉 Example:
Waiting for file to open

5. Terminated

Finished execution


🎯 Teaching Analogy (VERY USEFUL)

👉 Students in a classroom:

  • New → Student enters class
  • Ready → Waiting for teacher
  • Running → Answering question
  • Waiting → Thinking / stuck
  • Terminated → Finished

🧮 CPU Scheduling

1. FCFS (First Come First Serve)

👉 Like queue in bank


2. SJF (Shortest Job First)

👉 Short tasks first

Example:

  • Print 1 page vs 100 pages

3. Round Robin

👉 Each process gets equal time

👉 Like teacher giving each student chance


🔄 Context Switching

Switching CPU between processes

👉 Example:
Switching between:

  • Chrome → Word → YouTube

🔷 5.3 MEMORY MANAGEMENT


📘 Definition

Managing main memory (RAM) efficiently


🧠 Key Concepts

Primary vs Secondary Memory

PrimarySecondary
RAMHard disk
FastSlow
TemporaryPermanent

🔷 Memory Allocation

1. Fixed Partition

RAM divided into fixed blocks

👉 Problem: Wastage


2. Dynamic Partition

Memory allocated as needed

👉 Better efficiency


🔷 Paging

📘 Definition

Memory divided into:

  • Pages (logical)
  • Frames (physical)

🧠 Simple Example

Think of:

  • Book = program
  • Pages = divided parts

🔷 Virtual Memory

Using disk as extra RAM

👉 Example:
When RAM is full → uses hard disk


🔷 Fragmentation

1. Internal Fragmentation

Unused space inside block

2. External Fragmentation

Free space scattered


🔷 5.4 FILE MANAGEMENT


📘 Definition

OS manages files and directories


🧠 File Operations

  • Create
  • Read
  • Write
  • Delete

📂 File Organization

1. Sequential Access

Read one by one

👉 Example:
Reading a book


2. Direct Access

Jump to location

👉 Example:
Watching a specific video time


📁 Directory Structure

👉 Example:

C:
└── Users
└── Student
└── ICT
└── Notes.txt

🔷 5.5 DEVICE MANAGEMENT


📘 Definition

Controls hardware devices


🔌 Device Drivers

Software that connects OS to hardware

👉 Example:
Printer driver


🔄 Interrupts

📘 Definition

Signal to CPU

👉 Example:

  • Mouse click
  • Keyboard press

🧠 Simple Explanation

“Interrupt = asking CPU for attention”


🔷 5.6 SECURITY & PROTECTION


🔐 Authentication

Types:

  • Password
  • PIN
  • Fingerprint
  • Face ID

🔑 Access Control

Who can access what

👉 Example:

  • Admin vs Student

🦠 Malware Types

1. Virus

Needs user action

👉 Example:
Opening infected file


2. Worm

Spreads automatically


3. Trojan

Looks safe but harmful

👉 Example:
Fake software

Tuesday, April 14, 2026

GCE A/L ICT – அலகு 1: ICT இன் அடிப்படைக் கருத்துக்கள் | தேர்வுக்கான முழுமையான புள்ளி வடிவ குறிப்புகள் Data Information

அலகு 1: ICT இன் அடிப்படைக் கருத்துக்கள் - தரம் 12 ICT குறிப்புகள்

📘 தரம் 12 ICT
அலகு 1: ICT இன் அடிப்படைக் கருத்துக்கள் முழு குறிப்புகள்

📌 தேசிய கல்வி நிறுவகம் (NIE) 2017 பாடத்திட்ட அடிப்படையில் | தமிழில் எளிய புள்ளி வடிவம் | தேர்வுக்கு உதவும் முக்கிய விளக்கங்கள்

📊 ① தரவு (Data) மற்றும் அதன் வகைகள்

🔹 மூல காரணிகள்
  • தரவு (Data): முறைமையில் உள்ளீடுகளாக வழங்கப்படும் மூல காரணிகள். இவை ஒழுங்கற்றவையாகவும், அர்த்தமற்றவையாகவும் இருக்கும்.
  • தரவு வகைகள்:
    • அளவுசார் தரவு (Quantitative): எண் சார்ந்தது (எ.கா: ICT புள்ளிகள்).
      • மாறாதரவு (Discrete Data)
      • தொடர் தரவு (Continuous Data)
    • பண்டிசார் தரவு (Qualitative): அளக்க முடியாத இயல்புகள் (எ.கா: பூவின் நிறம், நிறுவனத்தின் நன்மதிப்பு).

🔄 ② தரவு வாழ்க்கை வட்டம் (Data Life Cycle)

  • தரவு உருவாக்கம் (Data Creation)
  • தரவு முகாமைத்துவம் (Data Management)
  • பயனற்ற தரவு நீக்கம் (Removal of Obsolete Data)

💡 ③ தகவல் (Information) & அதன் பண்புகள்

  • தகவல்: அர்த்தமுள்ள வகையில் ஒழுங்கமைக்கப்பட்ட தரவு (தரவு + முறைவழியாக்கம்).
  • தகவலின் பண்புகள் (Characteristics):
    • பொருத்தம் (Relevance)
    • காலம் (Timeliness) – தற்காலப்படுத்தப்பட்டதாக இருத்தல்.
    • துல்லியம் (Accuracy)
    • முழுமை (Completeness)
    • விளங்கிக் கொள்ளக்கூடியமை (Understandability)
  • தகவலின் பொன் விதி (Golden Rule): தகவலின் பெறுமதி உருவாக்கப்படும் போது உச்ச மட்டத்தில் இருக்கும்; காலம் செல்லச் செல்ல குறையும்.

📂 ④ தரவு முகாமைத்துவம் & பாரிய தரவு

  • பாரிய தரவு (Big Data): Terabytes அளவிலான தரவுகளைக் கையாளுதல்.
  • பாரிய தரவு பகுப்பாய்வானது பல்வேறு மூலங்களிலிருந்து தரவு சேகரிப்பதோடு, அதனை விளங்கிக் கொள்வதையும் உள்ளடக்கியது.

⚙️ ⑤ கைமுறை vs தானியங்கு தரவு முறைவழியாக்கல்

  • கைமுறை (Manual): நேரம் அதிகம், மனித பிழைகள், தரவு முரண்பாடு (Data Redundancy/Inconsistency) ஏற்படும்.
  • தானியங்கு (Automated): வேகமானது, திறனானது, குறைவான பிழைகள்.
  • தரவு முரண்பாடு: ஒரே தரவு வெவ்வேறு இடங்களில் வெவ்வேறு வடிவங்களில் இருப்பது.

☁️ ⑥ மேகக் கணிமை (Cloud Computing)

  • வரையறை: இணையம் மூலம் சேவைகளை (சேமிப்பு, பயன்பாடுகள்) வழங்குதல்.
  • சேவை மாதிரிகள்:
    • IaaS (Infrastructure as a Service): மெய்நிகர் இயந்திரங்கள், சேமிப்பகம்.
    • PaaS (Platform as a Service): பயன்பாடுகளை உருவாக்குவதற்கான தளம் (DB, Web server).
    • SaaS (Software as a Service): முழுமையான மென்பொருள் சேவைகள் (Gmail, Google Drive).

🧩 ⑦ முறைமை (System) பற்றிய கோட்பாடு

  • முறைமை: ஒன்றுடன் ஒன்று தொடர்புபடுத்தப்பட்ட கூறுகள், பொதுவான இலக்கை அடைய ஒருங்கிணைந்து செயற்படுதல்.
  • அடிப்படைக் கூறுகள்: உள்ளீடு (Input) → முறைவழியாக்கம் (Process) → வெளியீடு (Output).

🖥️ ⑧ கணினி வன்பொருள் (Computer Hardware)

  • உள்ளீட்டுச் சாதனங்கள்: விசைப்பலகை, சுட்டி, ஒலிவாங்கி, MICR, OCR, Barcode Reader, Sensors.
  • வெளியீட்டுச் சாதனங்கள்:
    • திரைகள் (Monitor): CRT, LCD, LED.
    • அச்சுப்பொறிகள் (Printers): Impact (Dot Matrix) மற்றும் Non-Impact (Laser, Inkjet).
  • நினைவகம் (Memory):
    • பதுக்கு நினைவகம் (Cache): அதிவேகம் (SRAM).
    • முதல்மை நினைவகம் (Primary): RAM (ஆவியாகும்), ROM (ஆவியாகாது).
    • இரண்டாந்தர நினைவகம் (Secondary): HDD, SSD, CD/DVD, Pendrive.
  • முறைவழியாக்கச் சாதனங்கள்: CPU (ALU, CU), GPU.

💾 ⑨ கணினி மென்பொருள் (Computer Software)

  • முறைமை மென்பொருள் (System Software): OS (Windows, Linux), Utility Software (Antivirus), Language Translators (Compiler, Interpreter).
  • பிரயோக மென்பொருள் (Application Software): Notepad, MS Office.
  • திறந்த மூல மென்பொருள் (Open Source): மூல நிரலைப் பார்க்கலாம், மாற்றலாம் (இலவசம்).
  • உரிமையுள்ள மென்பொருள் (Proprietary): மூல நிரல் மறைக்கப்பட்டது (Paid - எ.கா: Windows, Adobe).
  • நிலைபொருள் (Firmware): வன்பொருளுடன் இணைக்கப்பட்ட மென்பொருள் (BIOS).

📋 ⑩ தரவு முறைவழியாக்கப் படிமுறைகள்

  • தரவு சேகரித்தல் (Data Gathering): நேர்காணல், வினாவுதல், OMR, OCR, MICR.
  • தரவு சேல்வுபடியாக்கல் (Data Validation):
    • Data type check: தரவு வகை சரிபார்த்தல்.
    • Presence check: வெறுமையாக இல்லாததை உறுதி செய்தல்.
    • Range check: குறித்த வீச்சினுள் (0-100) உள்ளதா பார்த்தல்.
  • முறைவழியாக்க வகைகள்:
    • தொகுதிவாரி முறை (Batch Processing): Billing, Payroll.
    • நிகழ்நேர முறை (Real-time Processing): விமான கட்டுப்பாடு, ATM.

🌍 ⑪ ICT இன் பிரயோகங்கள் (Applications)

  • கல்வி: ஒப்புருவாக்கங்கள் (Simulations), தொலைதூரக் கற்றல் (E-Learning).
  • ககாதாரம்: ECG, EEG, CT Scans, நோயாளர் கண்காணிப்பு.
  • விவசாயம்: பச்சை வீடு கட்டுப்பாடு, RFID, தன்னியக்க அறுவடை.
  • வணிகம்/நிதி: Payroll, ATM, Home Shopping.
  • பொறியியல்: CAD, CASE Tools.
  • சுற்றுலா, ஊடகம், சட்ட அமுலாக்கம்: CCTV, GPS.

✅ ⑫ ICT இன் நன்மைகள்  |  ⚠️ ⑬ பிரச்சினைகள் & சவால்கள்

  • Socio-economic Benefits:
    • மொத்த உள்நாட்டு உற்பத்தி (GDP) அதிகரிப்பு.
    • உற்பத்தித்திறன் மேம்பாடு.
    • எந்நேரமும், எங்கிருந்தும் தகவல் அணுகல்.
  • பிரச்சினைகள் & சவால்கள்:
    • தொழில் இழப்பு: தானியங்குமயம் காரணமாக மனித தேவை குறைதல்.
    • சுகாதாரப் பிரச்சினைகள்: RSI (Repetitive Strain Injury), கண் பார்வை பாதிப்பு.
    • இலக்கமுறை விரிவு (Digital Divide): ICT அணுகலில் சமத்துவமின்மை.
    • மின்னணு கழிவுகள் (E-Waste): ஈயம், காட்மியம் போன்ற நச்சுகள் மண்/நீரை மாசுபடுத்துதல்.
    • பசுமை கணினியம் (Green Computing): Reduce, Reuse, Recycle.

⚖️ ⑭ சட்ட மற்றும் நெறிமுறை சிக்கல்கள்

  • தரவு இரகசியத்தன்மை: Passwords, Encryption.
  • திருட்டு/வழிப்பறி (Phishing): போலி மின்னஞ்சல் மூலம் தகவல் திருட்டு.
  • மென்பொருள் களவு (Piracy): சட்டமில்லா பிரதியெடுத்தல்.
  • அறிவுசார் சொத்துரிமை (Copyright): படைப்புகளைப் பாதுகாக்கும் சட்டம்.
  • முறையற்ற பிரதியாக்கம் (Plagiarism): பிறர் படைப்பைத் தங்களுடையதாகக் காட்டுதல்.
  • உரிமம் பெற்ற vs உரிமையற்ற மென்பொருள்: FOSS (Open Source) vs Proprietary (Closed Source).
📚 மேற்கோள்கள்: NIE ஆசிரியர் வழிகாட்டி (2017), தரம் 12 ICT பாடத்திட்டம், Unit 1 – V.யோகராஜா (அப்புத்தளை தமிழ் மத்திய கல்லூரி)

🚀 Master GCE O/L A/L ICT | Your IT Degree with Expert Guidance!

Online Individual & Group Classes in English | Sinhala | Tamil

Struggling with assignments, projects, or exams? Get personalized support tailored for BIT (University of Moratuwa), UCSC, and other IT degree students in Sri Lanka.

✨ What You'll Get

  • ✅ Live Online Classes (Individual or Group)
  • ✅ Sample Projects & Assignments (PHP, MySQL, Java, Python, Web Dev)
  • ✅ Past Exam Papers + Model Answers
  • ✅ Easy-to-Follow Tutorials & Study Notes
  • ✅ Final Year Project Guidance – From Idea to Implementation
  • ✅ Doubt-Clearing Sessions & Exam Prep Strategies

🌍 Taught in Your Preferred Language

English | Sinhala | Tamil

📞 Get Started Today!

Call / WhatsApp: +94 72 962 2034

Email: itclasssl@gmail.com

Quick response guaranteed! Share your syllabus or project topic, and we'll craft a learning plan just for you.

🔗 Free Resources & Community Links

Tags: #BIT #UCSC #UniversityOfMoratuwa #ITClassesSriLanka #PHPProject #MySQL #FinalYearProject #OnlineTuition #SinhalaMedium #TamilMedium #ProgrammingHelp #WebDevelopment

© 2026 IT Classes SL | Empowering Sri Lankan IT Students, One Lesson at a Time 🇱🇰

🔖 GCE A/L ICT – அலகு 1: ICT இன் அடிப்படைக் கருத்துக்கள் | தேர்வுக்கான முழுமையான புள்ளி வடிவ குறிப்புகள்
✨ தயாரிப்பு: தரம் 12/13 மாணவர்களுக்கு | பதிப்புரிமை: கல்விப் பயன்பாட்டிற்கு மட்டும்
```

GCE A/L ICT - முழு பாடத்திட்ட குறிப்புகள் (தரம் 12-13) தேசிய கல்வி நிறுவகம் (NIE) பாடத்திட்ட அடிப்படையில் | தமிழில் தொகுப்ப Tamil Medium ICT Classes

GCE A/L ICT - முழு பாடத்திட்ட குறிப்புகள் (தரம் 12-13) | தமிழ்

📘 GCE A/L ICT
முழு பாடத்திட்டக் குறிப்புகள் (தரம் 12-13)

✅ 2017 புதுப்பிக்கப்பட்ட பாடத்திட்டம் | தமிழில் எளிய புள்ளி வடிவம்

🎯 1. பாடத்திட்ட அறிமுகம் & நோக்கங்கள்
  • ICT உலகளவில் உற்பத்தித்திறன், திறன் மற்றும் செயல்திறனை மேம்படுத்தும் கருவியாக அடையாளம் காணப்பட்டுள்ளது.
  • இப்பாடத்திட்டம் 2007 இல் GCE (A/L) க்கு முக்கிய பாடமாக அறிமுகப்படுத்தப்பட்டது.
  • 2013 இல் மீளாய்வு செய்யப்பட்டு, 2017 இல் தற்போதைய புதுப்பிக்கப்பட்ட பாடத்திட்டம் அமல்படுத்தப்பட்டது.
  • நோக்கம்: ICT உயர்கல்விக்கான அடித்தளம் + தொழில்துறைக்குத் தேவையான ஆரம்பக் கட்ட ICT மனிதவள உருவாக்கம்.
  • நிலையான அபிவிருத்தி இலக்குகளை (SDG) அடைய ICT ஐத் திறம்படப் பயன்படுத்தும் திறனை வளர்த்தல்.
🇱🇰 2. பொது தேசிய இலக்குகளுடன் தொடர்பு
  • மனித மதிப்புகளை மதித்தல், பன்முக கலாச்சார சமூகத்தைப் புரிந்துகொள்ளுதல்.
  • நீதி, சமத்துவம், பரஸ்பர மரியாதை அடிப்படையில் திறன்களை நிலைநிறுத்துதல்.
  • வேகமாக மாறும் உலகின் சவால்களுக்கு ஏற்ப மாற்றியமைக்கும் திறன் வளர்ப்பு.
🧠 3. அடிப்படைத் திறன்கள் (Basic Competencies)
  • தொடர்பாடல் திறன்: கவனமாகக் கேட்டல், தெளிவாகப் பேசுதல், புரிந்துவாசித்தல், துல்லியமாக எழுதுதல்.
  • எண்ணியல் திறன்: எண்களைப் பயன்படுத்திக் கணக்கிடுதல், அளவிடுதல்.
  • ICT திறன்: கணினிகள் பற்றிய அறிவு, கற்றல் & வேலைக்குத் தகவல் தொடர்புத் திறன்களைப் பயன்படுத்தல்.
  • ஆளுமை வளர்ச்சி: படைப்பாற்றல், முடிவெடுத்தல், சிக்கல் தீர்க்கும் திறன், குழுப்பணி.
  • சமூக, உயிரியல், இயற்பியல் சூழல் தொடர்பான திறன்கள்.
  • வேலை உலகிற்கான தயார்நிலை: பொருளாதார மேம்பாட்டிற்குப் பங்களிக்கும் வேலை சார்ந்த திறன்கள்.
  • கற்றுக்கற்கக் கற்றல்: வேகமாக மாறும் உலகில் அறிவைப் புதுப்பித்துக்கொள்ளும் திறன்.
4. முக்கிய அலகுகள் & கால ஒதுக்கீடு (மணித்தியாலங்கள்)
📌 அலகு 1: ICT கருத்து (28)
💻 அலகு 2: கணினி அறிமுகம் (22)
🔢 அலகு 3: தரவு பிரதிநிதித்துவம் (18)
⚡ அலகு 4: டிஜிட்டல் சுற்றுகள் (26)
🖥️ அலகு 5: கணினி இயங்குதளம் (22)
🌐 அலகு 6: தரவுத் தொடர்பாடல் & வலையமைப்பு (50)
📐 அலகு 7: சிஸ்டம் பகுப்பாய்வு & வடிவமைப்பு (68)
🗄️ அலகு 8: தரவுத்தள மேலாண்மை (50)
📝 அலகு 9: நிரலாக்கம் (74)
🌍 அலகு 10: வலை மேம்பாடு (60)
📡 அலகு 11: இன்டர்நெட் ஆப் திங்ஸ் (IoT) (15)
🚀 அலகு 12: ICT புதிய போக்குகள் (12)
🎯 அலகு 13: திட்டப்பணி (30)
✨ மொத்த பரிந்துரைக்கப்பட்ட காலம்: 442 மணித்தியாலங்கள் (நடைமுறை அமர்வுகள் உட்பட)
📖 5. கற்றல்-கற்பித்தல் செயல்முறை
  • மாணவர்களை மையப்படுத்திய கற்றல் (Student-centered learning) வலியுறுத்தப்படுகிறது.
  • நடைமுறை சார்ந்த (practice-oriented) பாடம் என்பதால் சுய கற்றல் (self-study) மிக முக்கியம்.
  • ஆசிரியர்கள் விரும்பிய திறன்களை அடையப் பொருத்தமான கற்பித்தல் முறையைப் பின்பற்ற சுதந்திரம் உண்டு.
  • மாணவர்கள் செயல்பாட்டுப் பதிவேட்டை (Activity Logbook) கட்டாயம் பராமரிக்க வேண்டும்.
🏫 6. பள்ளிக் கொள்கைகள் & திட்டங்கள்
  • வருடத்திற்கு 300 மணித்தியாலங்கள் ஒதுக்கப்பட்டிருந்தாலும், இப்பாடத்திட்டத்தில் 442 மணித்தியாலங்கள் (நடைமுறை உட்பட) பரிந்துரைக்கப்படுகின்றன.
  • 13ஆம் வருட திட்டப்பணிக்கென 30 மணித்தியாலங்கள் ஒதுக்கப்பட்டுள்ளன.
  • திட்டப்பணிகள் சாதாரண வகுப்பு நேரங்களுக்கு வெளியே செயல்படுத்தப்பட வேண்டும்.
  • மாணவர்கள் கணினி ஆய்வகத்தை நேர ஒதுக்கீட்டு அட்டவணைக்கு வெளியேயும் பயன்படுத்த ஏற்பாடு செய்யப்பட வேண்டும்.
📝 7. மதிப்பீடு & மதிப்பீட்டு முறை (SBA)
  • இப்பாடத்திட்டம் பாடசாலை அடிப்படையிலான மதிப்பீட்டு (School Based Assessment - SBA) செயல்முறையுடன் செயல்படுத்தப்படுகிறது.
  • ஆசிரியர்கள் கல்வி நிலையங்களின் (Terms) அடிப்படையில் ஆக்கப்பூர்வமான கற்பித்தல்-கற்றல் கருவிகளைத் தயாரிப்பார்கள்.
  • வினாக்களின் வடிவமைப்பு மற்றும் தன்மை குறித்த விபரங்கள் தேர்வுகள் திணைக்களத்தால் அறிமுகப்படுத்தப்படும்.
⚙️ 8. முக்கிய தொழில்நுட்பக் கருத்துகள் (சுருக்கம்)
  • தரவு vs தகவல்: தரவு = மூல உண்மைகள்; தகவல் = செயலாக்கப்பட்டு அர்த்தமுள்ளதாக மாற்றப்பட்டது.
  • கணினி மொழி பிரதிநிதித்துவம்: Binary, Octal, Hexadecimal, ASCII, Unicode.
  • தருக்கச் சுற்றுகள்: AND, OR, NOT, NAND, NOR, XOR, Flip-flops (Half Adder, Full Adder).
  • வலையமைப்பு: OSI / TCP/IP மாதிரிகள், IP முகவரிகள் (IPv4, IPv6), Routers, Gateway, DNS, MAC Protocol.
  • இயங்குதளம்: Process Management, File Management (FAT, Defragmentation), Memory Management.
  • தரவுத்தளம்: ER Diagrams, Relational Model, Normalization (1NF,2NF,3NF), SQL (DDL, DML).
  • இணைய மேம்பாடு: HTML5, CSS, PHP, Web Authoring Tools.
  • IoT: Arduino, Raspberry Pi, Sensors (LDR, Temperature), Remote switching.
  • மென்பொருள் உரிமங்கள்: Proprietary vs Open Source, Copyright, Plagiarism.
⚖️ 9. சமூக & நெறிமுறை சிக்கல்கள்
  • ICT பயன்பாட்டுடன் தொடர்புடைய நெறிமுறை, சட்ட மற்றும் சமூகப் பிரச்சினைகள் (தனியுரிமை, cyber crimes).
  • e-Waste ஐப் பாதுகாப்பாக அப்புறப்படுத்தும் முறைகள் (Reduce, Reuse, Recycle).
  • டிஜிட்டல் பிளவை (Digital Divide) நீக்குவதற்கான அணுகுமுறைகள்.
  • பதிப்புரிமை மற்றும் அறிவுசார் சொத்துச் சட்டங்கள் (Copyright & Intellectual Property).
🌱 பசுமை கணினியம் (Green Computing) – சூழலுக்கு உகந்த ICT பயன்பாடு, e-waste மேலாண்மை.
🧾 கூடுதல் - ICT துறை சார்ந்த முக்கிய சட்டங்கள் & பிரச்சினைகள்
  • தரவு இரகசியத்தன்மை: Passwords, Encryption, Digital Signature.
  • Phishing (வழிப்பறி): போலி மின்னஞ்சல் மூலம் முக்கிய தகவல்களைத் திருடுதல்.
  • மென்பொருள் களவு (Piracy): சட்டமில்லாத பிரதியெடுத்தல் & பகிர்வு.
  • முறையற்ற பிரதியாக்கம் (Plagiarism): பிறருடைய படைப்பைத் தமதாக்கிக் காட்டுதல்.
  • உரிமம் பெற்ற vs உரிமையற்ற மென்பொருள்: FOSS (Open Source) vs Proprietary (Closed Source).

🚀 Master GCE O/L A/L ICT | Your IT Degree with Expert Guidance!

Online Individual & Group Classes in English | Sinhala | Tamil

Struggling with assignments, projects, or exams? Get personalized support tailored for BIT (University of Moratuwa), UCSC, and other IT degree students in Sri Lanka.

✨ What You'll Get

  • ✅ Live Online Classes (Individual or Group)
  • ✅ Sample Projects & Assignments (PHP, MySQL, Java, Python, Web Dev)
  • ✅ Past Exam Papers + Model Answers
  • ✅ Easy-to-Follow Tutorials & Study Notes
  • ✅ Final Year Project Guidance – From Idea to Implementation
  • ✅ Doubt-Clearing Sessions & Exam Prep Strategies

🌍 Taught in Your Preferred Language

English | Sinhala | Tamil

📞 Get Started Today!

Call / WhatsApp: +94 72 962 2034

Email: itclasssl@gmail.com

Quick response guaranteed! Share your syllabus or project topic, and we'll craft a learning plan just for you.

🔗 Free Resources & Community Links

Tags: #BIT #UCSC #UniversityOfMoratuwa #ITClassesSriLanka #PHPProject #MySQL #FinalYearProject #OnlineTuition #SinhalaMedium #TamilMedium #ProgrammingHelp #WebDevelopment

© 2026 IT Classes SL | Empowering Sri Lankan IT Students, One Lesson at a Time 🇱🇰

📌 மூலம்: தேசிய கல்வி நிறுவகம் (NIE) Sri Lanka - GCE A/L ICT பாடத்திட்டம் (2017) & ஆசிரியர் வழிகாட்டி
✍️ தமிழில் தொகுப்பு: மாணவர்களுக்கான எளிய புள்ளி வடிவக் குறிப்புகள் | தேர்வு & கற்றல் உதவிக்கு

Thursday, April 9, 2026

Grade3 ICT Computer Basics Q&A for Kids – 50+ Questions & Answers eworld Edexcel English Medium

 🖥️ Chapter 1: My Devices

Q1: What does "store" mean in computers?
✅ A: Store means saving information so we can use it later, like saving homework or photos!
Q2: Name 3 devices that can store information.
✅ A: Computer/Laptop, Tablet, USB flash drive (also: External hard drive, Smartphone)
Q3: What can we store on a computer?
✅ A: Photos, videos, homework, music, documents, and games!
Q4: What does "print" mean?
✅ A: Print means putting computer work onto paper using a printer.
Q5: Which device is used for printing?
✅ A: A printer! 🖨️
Q6: Name 3 things you can print from a computer.
✅ A: Assignments, pictures, letters (also: certificates, drawings, stories)
Q7: What does "capture" mean?
✅ A: Capture means recording or taking something, like photos, videos, or sound.
Q8: Which device captures photos?
✅ A: A camera! 📷
Q9: Which device captures videos?
✅ A: A video camera or smartphone! 📹
Q10: Which device captures sound or voice?
✅ A: A microphone! 🎤
Q11: What does "interact" mean with computers?
✅ A: Interact means communicating with the computer – giving it instructions and getting results back!
Q12: Name 2 input devices (we give information).
✅ A: Keyboard and Mouse (also: Microphone, Touchscreen)
Q13: Name 2 output devices (computer gives results).
✅ A: Monitor and Speakers (also: Printer)
Q14: What is the difference between input and output devices?
✅ A: Input devices send information TO the computer. Output devices receive information FROM the computer.
Q15: Which device would you use to type your name?
✅ A: A keyboard! ⌨️
Q16: Which device helps you click and select things on screen?
✅ A: A mouse! 🖱️



📁 Chapter 2: My Files

Q17: What is a file?
✅ A: A file is saved information on a computer, like a document, picture, song, or video.
Q18: What is the file extension for a Word document?
✅ A: .docx
Q19: What is the file extension for a picture?
✅ A: .jpg (or .png, .gif)
Q20: What is the file extension for a music file?
✅ A: .mp3
Q21: What is the file extension for a video file?
✅ A: .mp4
Q22: What two things does every file have?
✅ A: A name and a type (file extension).
Q23: What is a folder?
✅ A: A folder is like a digital container that keeps files organized, just like a school bag holds books!
Q24: Why should we organize files into folders?
✅ A: So they are easy to find, save time, and keep the computer neat!
Q25: How do you search for a file on a computer?
✅ A: Click the search bar → Type the file name → Press Enter → Open the file!
Q26: What is a program or app?
✅ A: A program/app is software that helps us do tasks, like writing, drawing, or browsing the internet.
Q27: Name 3 examples of programs/apps.
✅ A: Word processor, Paint, Web browser (also: Calculator, Music player)
Q28: How do you start a program on a Windows computer?
✅ A: Click Start → Choose the program → Click to open!

✍️ Chapter 3: My First Article

Q29: What is "text" in a computer?
✅ A: Text means typed words – letters, numbers, and symbols you type using a keyboard.
Q30: Which key do you press to go to a new line?
✅ A: The Enter key! ↵
Q31: Which key deletes the letter before the cursor?
✅ A: The Backspace key! ⌫
Q32: Why should we give a title to our article?
✅ A: A title tells the topic and helps readers know what the article is about!
Q33: How can you make a title stand out?
✅ A: Make it bigger, bold it, and keep it at the top of the page!
Q34: What are the two types of lists we can make?
✅ A: Bullet list (•) and Number list (1, 2, 3)
Q35: Give an example of a bullet list for school supplies.
✅ A: • Pencil • Book • Bag
Q36: What should you check before saving your article?
✅ A: Check spelling and punctuation! ✔️
Q37: What are the steps to save a file?
✅ A: Click File → Click Save → Choose a folder → Name the file → Click Save!
Q38: Why is it important to save your work?
✅ A: So you don't lose it and can open it again later!

🌐 Chapter 4: My Wired World

Q39: What helps us find information on the internet?
✅ A: A search engine (like Google)!
Q40: What should you type to get good search results?
✅ A: Clear, simple keywords related to what you're looking for!
Q41: Name 3 things you can find using a search engine.
✅ A: Pictures, information, videos (also: maps, news, recipes)
Q42: What are "knowledge treasure sites"?
✅ A: Educational websites that help us learn, like online dictionaries or kids' learning sites!
Q43: Why should we only use safe and trusted websites?
✅ A: To protect ourselves from harmful content, scams, or viruses!
Q44: What is "netiquette"?
✅ A: Internet manners – being polite and respectful online!
Q45: Name 3 rules of good netiquette.
✅ A: Be respectful, use kind words, don't type in ALL CAPS (also: don't bully others)
Q46: What personal information should you NEVER share online?
✅ A: Passwords, home address, phone number!
Q47: What makes a password strong?
✅ A: A mix of letters, numbers, and symbols – and it's not easy to guess!
Q48: What should you do if something feels wrong online?
✅ A: Tell a parent or teacher right away!

🎤 Chapter 5: My First Presentation

Q49: What is a presentation made of?
✅ A: Slides! Each slide can have a title, text, and pictures.
Q50: What are 3 things you can add to a slide?
✅ A: Title, text, pictures (also: shapes, videos, sounds)
Q51: Why should slides be simple and neat?
✅ A: So the audience can understand easily and stay interested!
Q52: How do you add text to a slide?
✅ A: Click a text box → Type your words → Change size or color if needed!
Q53: Why should text on slides be short and clear?
✅ A: So people can read it quickly while you speak!
Q54: How do you insert a picture into a slide?
✅ A: Click Insert → Choose Picture → Select image → Click Insert!
Q55: Why add pictures to slides?
✅ A: Pictures make slides more interesting and help explain ideas!
Q56: Name 3 tips for presenting well.
✅ A: Stand straight, speak clearly, look at the audience (also: smile, don't read everything, practice!)
Q57: Why should you practice before presenting?
✅ A: Practice helps you feel confident and remember what to say!

🔍 Bonus: Device Deep-Dive Questions

Q58: What is the difference between internal and external storage?
✅ A: Internal storage is inside the computer (like C: drive). External storage is plugged in from outside (like USB or external hard drive).
Q59: Which storage device can hold about 1,000 movies?
✅ A: An external hard disk drive!
Q60: Why should you be careful with CDs and DVDs?
✅ A: Because scratching the surface can lose your data!
Q61: What is a USB flash drive also called?
✅ A: A memory stick!
Q62: Where are memory cards commonly used?
✅ A: In smartphones, digital cameras, MP3 players, and game consoles!
Q63: What was the main storage device in the 1970s-80s?
✅ A: The floppy disk! (Now obsolete due to small capacity)
Q64: Which printer is best for printing photos at home?
✅ A: An inkjet printer! (Use photo paper for best results)
Q65: Which printer is fastest and best for offices?
✅ A: A laser printer!
Q66: Which printer do shops use for receipts?
✅ A: A thermal printer!
Q67: Which printer would an architect use for large blueprints?
✅ A: A plotter!
Q68: What does a scanner do?
✅ A: It takes a "photo" of paper documents and turns them into digital computer files!
Q69: What is special about a Bubble Jet printer?
✅ A: It prints by shooting tiny drops of ink – like magic bubbles! 🌈
Q70: What can you do with HoloLens?
✅ A: See 3D holograms floating in your room – like a dinosaur walking around! 🦖✨
Q71: How do you play games with a Nintendo Wii Remote?
✅ A: You wave, point, and move it like a magic wand – swing for tennis, turn for racing!
Q72: What does a VR headset let you do?
✅ A: Step inside a 3D virtual world – walk on the Moon, swim with dolphins, explore space!
Q73: What is special about a VR glove?
✅ A: It has sensors that let you use your hands to grab, point, and gesture in virtual reality!
Q74: What is a graphic tablet used for?
✅ A: Drawing on the computer like paper, with a pressure-sensitive stylus pen!
Q75: Why might someone use a trackball instead of a mouse?
✅ A: It's great for small desks, keeps your wrist comfortable, and is very precise!
Q76: What are the main parts of a gamepad?
✅ A: Joysticks, action buttons, directional pad, and vibration feature!
Q77: Which games are best played with a joystick?
✅ A: Flying games, racing games, space adventures, and robot battles!
Q78: What is an interactive touchpad?
✅ A: A smooth surface on laptops where you swipe and tap with fingers to control the computer!
Q79: Name 3 gestures you can do on a touchpad.
✅ A: One-finger tap (click), two-finger swipe (scroll), two-finger pinch (zoom)!
Q80: What devices have touch screens?
✅ A: Smartphones, tablets, some laptops, ATMs, car navigation screens, and gaming devices!
Q81: What is a Blu-Ray disc?
✅ A: A shiny disc that stores HD movies, big games, and files with super clear quality – holds 25-50x more than a CD!
Q82: How do you use a Blu-Ray disc?
✅ A: Put it shiny-side down in the player → Close tray → Press Play → Enjoy! 🍿
Q83: What is a webcam used for?
✅ A: Feeding live video into a computer for video calls, recording clips, or security!
Q84: Why are digital cameras better than old film cameras?
✅ A: No film needed! Preview photos instantly, store on memory cards, and edit easily!
Q85: What is the nickname for a digital camera?
✅ A: "Digicam"!

🎯 Quick Review Mix-Up!

Q86: Which device would you use to save a school project for tomorrow?
✅ A: Computer, USB drive, or cloud storage!
Q87: You drew a picture in Paint. How do you give it to your teacher on paper?
✅ A: Print it using a printer!
Q88: You want to record your friend singing. Which device do you use?
✅ A: A microphone or smartphone!
Q89: You need to find a file named "MyStory.docx". What do you do?
✅ A: Use the search bar → Type "MyStory" → Press Enter → Open it!
Q90: You're writing a story. Which key starts a new paragraph?
✅ A: The Enter key!
Q91: You found a cool learning website. How do you know it's safe?
✅ A: It's from a trusted source (like school, .edu, or .gov), has no scary pop-ups, and a grown-up approves!
Q92: Your presentation slide has too much text. What should you do?
✅ A: Shorten it! Use bullet points and let your voice explain the details.
Q93: Which device helps you video call grandma?
✅ A: A smartphone, tablet, or computer with a webcam!
Q94: You want to draw a cartoon on the computer. Which device helps most?
✅ A: A graphic tablet with a stylus!
Q95: You're playing a racing game. Which controller feels most like driving?
✅ A: A joystick or gamepad with a steering wheel accessory!

Hello 👋 Welcome to ICT Solutions! 📘 School ICT Classes (Gr 1 – O/L – A/L) 🎓 University / Software Projects 💻 Websites, Applications & Business Automation Systems 💰 Freelance Opportunity Help businesses improve & automate their daily operations with modern systems or websites. ✔ Work anytime ✔ Unlimited earnings ✔ Monthly recurring commission ✔ No technical knowledge needed Connect business owners with us — we handle the rest! 📘 පාසල් ICT Class (1 – O/L – A/L) 🎓 විශ්වවිද්‍යාල / Software Projects 💻 Website & Business Automation Systems 💰 අමතර ආදායමක් අවශ්‍යද? ව්‍යාපාර සඳහා නවීන system/website හඳුන්වා දී ආදායම් ලබාගන්න. ✔ ඔබට කැමති වෙලාවේ වැඩ ✔ අසීමිත ආදායම් வணக்கம் 👋 ICT Solutions-க்கு வரவேற்கிறோம்! 📘 பள்ளி ICT Class(1 – O/L – A/L) 🎓 பல்கலைக்கழகம் / Software Projects 💻 Website & Business Automation Systems 💰 கூடுதல் வருமானம் வேண்டுமா? வியாபாரங்களுக்கு modern system/website அறிமுகப்படுத்தி வருமானம் பெறுங்கள். ✔ உங்களுக்கு வசதியான நேரத்தில் வேலை ✔ வருமான வரம்பில்லை

🚀 Master GCE O/L A/L ICT | Your IT Degree with Expert Guidance!

Online Individual & Group Classes in English | Sinhala | Tamil

Struggling with assignments, projects, or exams? Get personalized support tailored for BIT (University of Moratuwa), UCSC, and other IT degree students in Sri Lanka.

✨ What You'll Get

  • ✅ Live Online Classes (Individual or Group)
  • ✅ Sample Projects & Assignments (PHP, MySQL, Java, Python, Web Dev)
  • ✅ Past Exam Papers + Model Answers
  • ✅ Easy-to-Follow Tutorials & Study Notes
  • ✅ Final Year Project Guidance – From Idea to Implementation
  • ✅ Doubt-Clearing Sessions & Exam Prep Strategies

🌍 Taught in Your Preferred Language

English | Sinhala | Tamil

📞 Get Started Today!

Call / WhatsApp: +94 72 962 2034

Email: itclasssl@gmail.com

Quick response guaranteed! Share your syllabus or project topic, and we'll craft a learning plan just for you.

🔗 Free Resources & Community Links

Tags: #BIT #UCSC #UniversityOfMoratuwa #ITClassesSriLanka #PHPProject #MySQL #FinalYearProject #OnlineTuition #SinhalaMedium #TamilMedium #ProgrammingHelp #WebDevelopment

© 2026 IT Classes SL | Empowering Sri Lankan IT Students, One Lesson at a Time 🇱🇰