Digital Literacy & IT Law
Why this chapter matters
Let us be honest, because false emphasis wastes months. Digital Literacy is a notified syllabus head for this recruitment — head (viii), printed in the advertisement, and the Commission is entitled to ask from it. But in the CRT paper actually held on 11 December 2022 for these posts, this head produced almost no identifiable questions. The 120 questions were dominated by Pedagogy, Educational Measurement and Evaluation, General Knowledge, Reasoning and Quantitative Aptitude, English and Hindi. Digital Literacy, if it appeared at all, appeared as a stray item or two that could equally be classified as General Knowledge.
So this is a Tier-4 chapter: Tier 1 is Pedagogy, Measurement and Evaluation, Reasoning and Aptitude; Tier 2 is GK, English and Hindi; Tier 3 is Policies, Education Law and Office Procedure; Digital Literacy comes last — short, late and repeated, and only after the earlier heads are secure.
Three reasons it is still worth a fortnight of light revision. The facts are finite and simple — no reasoning, no calculation: one byte is eight bits, RAM is volatile, Section 66A was struck down; each fact is a complete answer. If it appears, it is near-certain marks, because digital-literacy questions in Indian recruitment papers are recall of a full form, a definition or a section number, and candidates lose them only by never reading the page. And NEP 2020 has made technology a live examining area — the Policy devotes a full chapter to it, creates the National Educational Technology Forum (NETF), and pushes DIKSHA, SWAYAM, PM eVIDYA and NDEAR into every official document a school head now reads; add the DPDP Act 2023 with its explicit rules on children's data, and this head is a plausible growth area in future papers. A Vice Principal in 2026 is expected to know what a phishing mail is and what to do when a parent reports cyberbullying.
PREREQUISITES
None. This chapter assumes you have never studied computers and may not use one confidently. Every term is defined from zero, in ordinary English, before it is used. If you have only ever operated a smartphone, you already have enough experience for everything below.
Two cross-links: Chapter 6 (Education and Child Rights Law) — the DPDP Act 2023 amended Section 8(1)(j) of the RTI Act, and Section 67B of the IT Act sits beside POCSO; Chapter 8 (Pedagogy II) — assistive technology for Children with Special Needs is taught there in full and only summarised here.
COMPUTER FUNDAMENTALS: THE MACHINE, PIECE BY PIECE
A.1 What a computer is
A computer is an electronic machine that accepts data, processes it according to instructions, stores it, and produces information. Data is raw facts (the marks 78, 45, 92, 31); processing is any operation on them (adding, sorting, averaging); information is the meaningful result ("class average 61.5, one student below 33"). The sequence to remember is the IPO cycle: Input → Process → Output, with Storage supporting all three.
Standard characteristics: speed, accuracy, diligence (it never tires), versatility, storage capacity, automation. Standard limitations: no intelligence of its own and no emotion or judgement — captured by GIGO, Garbage In Garbage Out: feed wrong data and you get wrong results, however fast the machine.
A.2 Hardware versus software
| Hardware | Software | |
|---|---|---|
| What it is | The physical parts you can touch | The instructions (programs) telling hardware what to do |
| Examples | Keyboard, mouse, monitor, printer, CPU chip, RAM, hard disk, cables | Windows, MS Word, Excel, Chrome, an antivirus, an Android app |
| If it fails | Repaired or replaced | Reinstalled, updated or patched |
Firmware completes the family: software permanently written into a hardware chip, controlling the device at the most basic level — the BIOS that starts a computer. Think of it as software living inside hardware. (Liveware = the people who operate the system.)
Trap: A printer is hardware; the printer driver is software. A pen drive is hardware; the files on it are data. Examiners build options by mixing one from each column.
A.3 The block diagram
Every computer, from a laptop to a national supercomputer, has the same skeleton: input unit → central processing unit → output unit, with a memory unit attached to the CPU.
| Unit | What it does |
|---|---|
| Input unit | Accepts data and instructions and converts them into machine form |
| CPU — Central Processing Unit | The "brain": all processing. Made of the ALU, the Control Unit and registers. Called the microprocessor in a PC; speed measured in MHz / GHz |
| ALU — Arithmetic Logic Unit | Performs arithmetic (add, subtract, multiply, divide) and logic (compare: greater than, less than, equal to) operations |
| CU — Control Unit | Directs and coordinates all other units; it does not calculate. The nerve centre |
| Memory unit | Holds data, instructions and results — temporarily or permanently |
| Output unit | Converts the processed result into human-readable form |
Trap: The ALU calculates; the Control Unit controls. "Which unit performs comparison operations?" wants the ALU — comparison is a logic operation.
A.4 Input devices
An input device feeds data and instructions into the computer.
| Input device | What it does / where a school meets it |
|---|---|
| Keyboard and mouse (a pointing device) | Everyday typing, pointing, selecting |
| Scanner | Converts a paper document or photograph into a digital image — certificates, service-book pages |
| OMR reader (Optical Mark Reader/Recognition) | Detects pencil or pen marks in fixed positions on a printed sheet — reading bubbled answer sheets of objective examinations and survey forms |
| OCR (Optical Character Recognition) | Reads printed or typed text from a scanned image and makes it editable |
| MICR (Magnetic Ink Character Recognition) | Reads characters printed in magnetic ink — used almost entirely in banking, on cheques |
| Barcode reader | Reads striped codes — library issue and return |
| Webcam and microphone | Capture video and sound — online classes, video conferencing |
| Joystick, touch screen | Movement control in games/simulation; touch screen is both input and output |
| Light pen, graphics tablet, digital camera, biometric/fingerprint scanner | Other common input devices — biometric attendance |
OMR deserves attention because of its direct exam relevance: your own answer sheet, if the paper is offline, is an OMR sheet of bubbles darkened with a ballpoint pen. The three-letter siblings are the standard confusion set: OMR reads marks (objective answer sheets, ballots, surveys); OCR reads characters (scanned text made editable); MICR reads magnetic-ink characters (bank cheques).
Trap: "Which device evaluates objective-type answer sheets?" — OMR, not OCR. OCR reads letters; OMR reads marks.
A.5 Output devices
| Output device | Nature and note |
|---|---|
| Monitor (VDU — Visual Display Unit) | Softcopy output; LED/LCD; clarity measured in pixels/resolution |
| Printer | Hardcopy output — see the split below |
| Plotter | Hardcopy: draws large precise line drawings — maps, building plans |
| Speaker / headphone, Projector | Sound output; the projector throws the screen image onto a wall — the heart of a smart classroom |
Printers split into two families. An impact printer prints by striking an inked ribbon against the paper: noisy, slower, lower quality, but able to print multi-part carbon copies — the dot-matrix, daisy wheel, line and drum printers. A non-impact printer prints without striking, by spraying ink or fusing toner: quiet, faster, sharper, but no carbon copies — the inkjet, laser and thermal printers.
Inkjet sprays droplets of liquid ink — cheap machine, good colour, costlier per page. Laser uses a laser beam and dry powder toner fused by heat — fast, sharp, economical for the hundreds of circulars a school office prints. Dot-matrix survives only where carbon copies are needed, precisely because it is an impact printer.
Trap: A touch screen is both input and output; a plotter is output only — the classic wrong option in "which of the following is an input device".
A.6 Memory and storage
Primary memory (main memory) is directly accessible to the CPU: very fast, smaller, costly, holding what is being worked on right now — RAM, ROM, cache and registers. Secondary memory (storage) sits outside it: slower, much larger, cheap, holding everything for the long term, and its data must be loaded into primary memory before it can be used — hard disk, SSD, pen drive, CD/DVD, memory card, cloud.
Volatile = contents lost when power goes off. Non-volatile = contents survive a power cut.
| Primary memory | Volatile? | What it holds |
|---|---|---|
| RAM — Random Access Memory | Volatile — lost on power-off | Programs and data currently in use; it is read-write memory. Types: SRAM (static, faster, used as cache) and DRAM (dynamic, used as main RAM) |
| ROM — Read Only Memory | Non-volatile — retained | Permanent start-up instructions written by the manufacturer (BIOS / bootstrap). Types: PROM, EPROM (erased by ultraviolet light), EEPROM (electrically erasable) |
| Cache memory | Volatile | A small, very fast memory between the CPU and RAM holding frequently used data |
| Registers | Volatile | The smallest and fastest memory of all, inside the CPU, holding the item being processed this instant |
The hierarchy, fastest and smallest first: registers → cache → RAM → secondary storage (SSD/HDD) → optical and cloud. Speed falls and capacity rises as you move right.
Trap: RAM is volatile; ROM is non-volatile. This is the most-asked fact in the whole of computer fundamentals, and candidates still reverse it under pressure. Fix it with a sentence: "Unsaved work is lost in a power cut — because it was sitting in RAM."
Secondary storage. HDD (Hard Disk Drive) — traditional internal magnetic disk, large, cheap, has moving parts, slower and fragile. SSD (Solid State Drive) — flash storage with no moving parts, much faster and more durable, costlier per GB; modern laptops use it. Pen drive / USB flash drive and memory card (SD) — small removable flash storage. Optical discs, read by a laser: CD (about 700 MB), DVD (about 4.7 GB single-layer), Blu-ray (highest of the three, used for high-definition video); suffixes -ROM (read only), -R (write once), -RW (rewritable). Capacity order: CD < DVD < Blu-ray. Cloud storage — files on a provider's internet servers, reachable from any device (Google Drive, OneDrive, DigiLocker).
MEMORY UNITS, BINARY AND ASCII
If you learn only one table in this chapter, learn this one. Memory-unit conversion is the single most frequently asked factual item in digital-literacy sections across Indian recruitment papers.
| Unit | Equals | Plain-language size |
|---|---|---|
| Bit | 0 or 1 — a single binary digit | The smallest unit of data; nothing is smaller |
| Nibble | 4 bits | Half a byte |
| Byte (B) | 8 bits | The space for one character |
| Kilobyte (KB) | 1024 bytes | A short letter |
| Megabyte (MB) | 1024 KB | A photograph, a song |
| Gigabyte (GB) | 1024 MB | A film |
| Terabyte (TB) | 1024 GB | A large hard disk |
| Petabyte (PB) | 1024 TB | An institutional data centre |
| Beyond | EB, ZB, YB — Exabyte, Zettabyte, Yottabyte, each 1024 of the previous | Global-scale data |
Four things to fix permanently: 1 byte = 8 bits (not 4, not 16, not 1024); 1 nibble = 4 bits; every step above the byte multiplies by 1024, not 1000, because 1024 is 2 raised to the power 10 and computers count in twos; and the order, said aloud until automatic — bit → nibble → byte → KB → MB → GB → TB → PB. Two derived facts sometimes asked directly: 1 KB = 1024 × 8 = 8,192 bits, and 1 MB = 1024 × 1024 = 10,48,576 bytes.
Trap: "1 KB = 1000 bytes" is planted deliberately — disk makers do use 1000 in marketing, but in examinations the answer is 1024. Likewise "1 byte = 4 bits" is the nibble's value hung on the byte's name.
Binary in one minute. Humans count in decimal (ten digits, 0–9). A computer is a mass of switches, and a switch has two states, so a computer counts in binary — 0 and 1 only. Every letter, image and sound is stored inside the machine as a pattern of 0s and 1s. The four number systems are binary (base 2: 0,1), octal (base 8: 0–7), decimal (base 10: 0–9) and hexadecimal (base 16: 0–9 and A–F). Counting in binary: decimal 0,1,2,3,4,5 are 0, 1, 10, 11, 100, 101. You will not be asked to convert numbers — only to know that binary uses base 2 and the digits 0 and 1.
ASCII in one line. ASCII — American Standard Code for Information Interchange — assigns a number to every character so the machine can store letters as binary; standard ASCII is a 7-bit code representing 128 characters (extended 8-bit: 256). Its modern successor, covering the world's scripts including Devanagari, is Unicode.
SOFTWARE, OPERATING SYSTEMS AND KINDS OF COMPUTERS
C.1 The software family tree
| System software | Application software | |
|---|---|---|
| Purpose | Runs and manages the computer itself | Does a job for the user |
| Examples | Operating system, utilities, device drivers, language translators | MS Word, Excel, PowerPoint, Tally, Chrome, WhatsApp |
| Can the machine run without it? | No | Yes |
System software has four sub-types. The operating system is the master program controlling everything (Windows, Linux, macOS, Android, iOS). Utility software does housekeeping (antivirus, disk cleanup, file compression, backup tools). Device drivers let the OS talk to a particular piece of hardware (printer driver, scanner driver). Language translators convert human-written code into machine code.
| Translator | What it translates | How it works | Errors |
|---|---|---|---|
| Compiler | High-level language (C, Java) → machine code | Translates the whole program at once, producing an executable file | Reports all errors together |
| Interpreter | High-level language → machine code | Translates and executes one line at a time | Stops at the first error |
| Assembler | Assembly language → machine code | Converts mnemonic codes into machine code | — |
Trap: Compiler = whole program at once; interpreter = line by line. The compiler gives faster execution because translation is done once in advance; the interpreter is friendlier for a beginner because it points to one error at a time.
Application software splits into general-purpose (packaged) software sold ready-made — word processor (MS Word) for text, spreadsheet (MS Excel) for calculation, presentation (MS PowerPoint) for slide shows, DBMS — Database Management System (MS Access, MySQL, Oracle) for large structured data, web browsers (Chrome, Firefox) and media players — and customised (tailor-made) software built for one organisation, such as a school's own fee-collection or result system.
C.2 How software is licensed
Proprietary (closed-source) software is owned by a company, its source code secret, and you buy a licence — MS Windows, MS Office. Open-source software has its source code publicly available to study, modify and redistribute, usually free — Linux, Ubuntu, LibreOffice, Mozilla Firefox, GIMP. Freeware is free to use but its code stays closed (Acrobat Reader); shareware is free only for a trial period; public domain software carries no copyright at all.
Trap: Freeware is not open source. Freeware costs nothing but keeps its code secret; open-source software shares its code (and is usually, though not necessarily, free of cost).
C.3 The operating system
An operating system (OS) is the system software acting as the interface between the user and the hardware. Nothing runs without it. Its five standard functions are process management (which program gets the CPU, and when), memory management (allocating and freeing RAM), file management (creating, storing, retrieving and deleting files and folders), device management (controlling printers, keyboards and disks through drivers) and providing the user interface. Also commonly listed: security and access control, job scheduling, error detection.
The operating systems to recognise: Windows (Microsoft, proprietary, commonest in Indian offices, on PCs and laptops); Linux / Ubuntu (open source and free, on computers and servers); macOS and iOS (Apple, proprietary, on Apple computers and on the iPhone/iPad); Android (Google, built on Linux, on smartphones and tablets); and UNIX (servers and large systems — the ancestor of Linux).
Two ways of talking to a computer: a GUI — Graphical User Interface works by clicking icons, menus and windows with a mouse (Windows, macOS, Android; its four elements are remembered as WIMP — Windows, Icons, Menus, Pointer), while a CLI — Command Line Interface requires typed commands (MS-DOS, the Linux terminal, Command Prompt) and so demands that commands be memorised.
C.4 Generations and types of computers
| Generation | Period | Main component | Markers |
|---|---|---|---|
| First | 1940–1956 | Vacuum tubes | ENIAC, UNIVAC; machine language; huge, hot, unreliable |
| Second | 1956–1963 | Transistors | Smaller, faster, less heat; assembly language |
| Third | 1964–1971 | Integrated Circuits (ICs) | High-level languages; keyboards and monitors |
| Fourth | 1971 onwards | Microprocessors (VLSI) | The personal computer; GUI; networks |
| Fifth | Present and future | Artificial Intelligence (ULSI) | Natural language processing, robotics, expert systems |
By size and power: a supercomputer is the fastest and most powerful (weather forecasting, space research, nuclear simulation); a mainframe is very large and supports hundreds of users at once (banks, railways, insurance); a minicomputer serves a department; a microcomputer / Personal Computer (PC) is a single-user machine — desktop, laptop, tablet, palmtop. By purpose: analog (measures continuous quantities), digital (works on discrete 0/1 data — every ordinary computer) and hybrid (both, as in ICU monitors).
India's supercomputers in one line: the indigenous line is the PARAM series, begun with PARAM 8000 (1991) developed by C-DAC (Centre for Development of Advanced Computing) under Dr Vijay Bhatkar; the National Supercomputing Mission, run by MeitY and the Department of Science and Technology through C-DAC and IISc Bengaluru, continues to install PARAM-series machines in Indian institutions.
MS OFFICE AT AN ADMINISTRATOR'S LEVEL
Microsoft Office is the package an office actually runs on. A Vice Principal needs three of its programs: Word for letters and circulars, Excel for results, attendance and accounts, and PowerPoint for presentations. You are not examined on operating skill but on which tool does which job, what a feature is called, and which Excel function answers a school problem.
D.1 MS Word — the word processor
A word processor creates, edits, formats, stores and prints text documents.
| Task in a school | Feature used |
|---|---|
| Make a heading stand out | Font settings — size, style, bold/italic/underline, colour |
| Arrange text neatly | Alignment (left, centre, right, justify), line spacing, indents, bullets and numbering |
| Show a duty roster inside a letter | Insert Table |
| Check a draft before signing | Spelling and Grammar check, Word Count (Review tab) |
| Put the school name on every page | Header — page numbers or date go in the Footer |
| Circulate a draft for staff comments | Track Changes and Comments — every insertion, deletion and remark is recorded with the editor's name, then Accepted or Rejected |
| Issue the same letter to 400 parents, each addressed by name | Mail Merge |
| Send a document nobody can alter that looks identical everywhere | Save or export as PDF |
Mail merge combines two files: the main document — the letter typed once with placeholders ("Dear «Parent_Name», your ward «Student_Name» of Class «Class»…") — and the data source, a list of details, usually an Excel sheet, with one row per recipient. Merging produces one personalised copy per row: parent letters, transfer certificates, admit cards, invitations, certificates. In one line: mail merge sends the same letter to many recipients with individual details automatically inserted.
Extensions: .docx (Word 2007 onwards), .doc (Word 97–2003), .pdf (Portable Document Format — fixed layout, opens identically anywhere, not easily edited), .txt (plain text), .rtf (Rich Text Format).
| Shortcut | Action | Shortcut | Action |
|---|---|---|---|
| Ctrl + C | Copy | Ctrl + S | Save |
| Ctrl + V | Paste | Ctrl + P | |
| Ctrl + X | Cut | Ctrl + F | Find |
| Ctrl + Z | Undo | Ctrl + H | Find and Replace |
| Ctrl + Y | Redo | Ctrl + A | Select All |
| Ctrl + B / I / U | Bold / Italic / Underline | Ctrl + N / O | New / Open |
Trap: Ctrl + P is Print, not Paste. Paste is Ctrl + V. This pair alone accounts for a large share of wrong answers in shortcut questions.
D.2 MS Excel — the spreadsheet
A spreadsheet is a grid of rows and columns for storing numbers and calculating with them — results, attendance registers, fee statements, stock registers and staff lists.
| Term | Meaning |
|---|---|
| Workbook | The whole file (one .xlsx file) |
| Worksheet / sheet | One page inside the workbook, shown as a tab at the bottom; a workbook holds many |
| Column / Row | Vertical line of cells labelled with letters (A, B, C…) / horizontal line numbered (1, 2, 3…) |
| Cell | The box where a column and a row meet — the basic unit |
| Cell address / reference | Column letter + row number — A1, C15 |
| Range | A block written with a colon: B2:B41 means B2 down to B41 |
| Active cell / Formula bar | The selected cell / the strip above the sheet showing what a cell really contains |
Two rules govern every calculation. Every formula begins with an equal-to sign (=) — type =B2+C2, not B2+C2, or Excel stores your entry as text. And a formula refers to cells, not numbers — write =B2+C2, not =45+38, so that a corrected mark updates the total by itself. Operators are +, -, *, / and ^; Excel follows BODMAS, and brackets override it.
| Relative reference | Absolute reference | |
|---|---|---|
| Written as | A1 | $A$1 |
| When the formula is copied | The reference changes with the new position | The reference stays fixed on that exact cell |
| Use it when | Each row must use its own data | Every row must use one common value |
| School example | =B2+C2 copied down becomes =B3+C3 — correct |
Maximum marks sit in $L$1; =H2/$L$1*100 copied down keeps dividing by L1 — correct |
Mixed references lock only one part: $A1 locks the column, A$1 locks the row. The $ sign is what locks, and F4 cycles through the forms while editing.
Trap: If a percentage column produces absurd values as you drag it down, the cause is almost always a relative reference that should have been absolute. "Which reference does not change when copied?" — $A$1.
The exam-relevant functions. A function is a ready-made formula with a name.
| Function | Syntax | What it does | School example |
|---|---|---|---|
| SUM | =SUM(range) |
Adds all numbers in the range | =SUM(C2:G2) — one student's total across five subjects |
| AVERAGE | =AVERAGE(range) |
Arithmetic mean | =AVERAGE(H2:H41) — class average |
| MAX / MIN | =MAX(range) / =MIN(range) |
Largest / smallest value | =MAX(H2:H41) — highest total in the class |
| COUNT | =COUNT(range) |
Counts cells containing numbers only | How many students actually have a mark entered |
| COUNTA | =COUNTA(range) |
Counts all non-empty cells, text included | =COUNTA(B2:B41) — how many names are listed |
| COUNTIF | =COUNTIF(range, criteria) |
Counts cells meeting one condition | =COUNTIF(I2:I41,">=33") — number who passed |
| IF | =IF(test, value_if_true, value_if_false) |
Returns one of two results | =IF(I2>=33,"PASS","FAIL") |
| SUMIF | =SUMIF(range, criteria, sum_range) |
Adds only values meeting a condition | =SUMIF(C2:C41,"Girl",H2:H41) — total marks of girls only |
| VLOOKUP | =VLOOKUP(lookup_value, table_array, col_index_num, FALSE) |
Vertical lookup: finds a value in the first column of a table and returns something from another column of the same row | =VLOOKUP(A2,Master!$A$2:$D$500,2,FALSE) — fetch a name using the roll number |
| RANK | =RANK(number, ref, order) |
Position within a list; order 0 (or omitted) = descending, so the highest mark ranks 1 | =RANK(H2,$H$2:$H$41,0) — merit position |
| ROUND | =ROUND(number, num_digits) |
Rounds to the stated decimal places | =ROUND(I2,2) — percentage to two decimals |
| CONCATENATE or & | =CONCATENATE(A2," ",B2) or =A2&" "&B2 |
Joins text from several cells | First name + surname into one column |
| TODAY | =TODAY() |
Current date; takes no arguments, but the brackets are required | Date stamp on a printed result sheet |
A worked school scenario — the result sheet. In a Class X workbook, column A holds roll numbers, B names, C to G the marks of five subjects for 40 students (rows 2–41), H the total, I the percentage and J the grade; the aggregate maximum, 500, is typed once into cell L1.
| What you want | Formula | Where |
|---|---|---|
| Total marks of the first student | =SUM(C2:G2) |
H2, copied down to H41 |
| Percentage | =ROUND(H2/$L$1*100,2) |
I2, copied down — $L$1 absolute, because every row divides by the same 500 |
| Class average / highest / lowest | =AVERAGE(H2:H41) / =MAX(H2:H41) / =MIN(H2:H41) |
Any free cell |
| Number who passed / failed | =COUNTIF(I2:I41,">=33") / =COUNTIF(I2:I41,"<33") |
Any free cell |
| Number of students listed | =COUNTA(B2:B41) |
Any free cell |
| PASS or FAIL for each student | =IF(I2>=33,"PASS","FAIL") |
Spare column, copied down |
| Grade for each student | =IF(I2>=91,"A1",IF(I2>=81,"A2",IF(I2>=71,"B1",IF(I2>=61,"B2",IF(I2>=33,"C","FAIL"))))) |
J2, copied down — a nested IF |
| Merit position | =RANK(H2,$H$2:$H$41,0) |
Copied down — the range is absolute so all are ranked against the same class |
| Total of Section A only | =SUMIF(K2:K41,"A",H2:H41) |
Where column K holds the section |
| Feature | What it does / school use |
|---|---|
| Sort | Rearranges rows in ascending or descending order of a column — highest to lowest total, to make the merit list |
| Filter | Temporarily shows only the rows meeting a condition — only Section B, or only those below 33% |
| Freeze Panes | Locks rows or columns so headings stay visible while you scroll through 40 rows of marks |
| Conditional Formatting | Changes a cell's colour automatically when it meets a condition — highlight in red every student below 33% |
| Charts | Column/bar to compare sections, pie for the share of each grade, line for a trend across terms |
| Data Validation, Wrap Text / Merge and Centre, Print Titles | Prevent a mark above 100 being typed; fit or combine cells for a heading; repeat the heading row on every printed page |
Extensions: .xlsx (2007 onwards), .xls (older), .csv — Comma Separated Values (a plain-text table, the standard format for uploading data to portals such as UDISE+, but storing no formatting and no formulas).
Trap: Sorting rearranges data permanently; filtering only hides rows temporarily. And a .csv file discards colours, fonts and formulas — never treat it as a backup of a formatted workbook.
D.3 MS PowerPoint — the presentation package
PowerPoint builds a slide show for staff meetings, parent orientation, seminars and inspection presentations.
| Term | Meaning |
|---|---|
| Slide / Layout | One screen of the presentation / the ready-made arrangement of placeholders on a slide ("Title Slide", "Title and Content", "Blank") |
| Slide Master | The master template controlling the design of all slides at once — change the logo or heading font here and it changes on every slide |
| Transition | The effect used while moving from one slide to the next (fade, wipe, push) — a property of the slide |
| Animation | The effect applied to an object within a slide — a heading flying in, bullets appearing one by one — a property of the object |
| Notes (speaker's notes) | Text typed below a slide for the presenter — visible to the presenter, not the audience |
| Handout / Slide Sorter / Rehearse Timings | Printed version with several slides per page / thumbnails of all slides for reordering / records time spent per slide |
Shortcuts: F5 starts the slide show from the first slide; Shift + F5 from the current slide; Esc ends it; Ctrl + M inserts a new slide; B or W blanks the screen. Extensions: .pptx (2007 onwards), .ppt, .pps/.ppsx (opens directly in slide-show mode).
Trap: Transition is between slides; animation is within a slide. "The effect that appears when one slide replaces another" is a transition.
INTERNET AND NETWORKING BASICS
E.1 Internet, WWW, browser and search engine
The Internet is the global network of networks — the infrastructure of cables, satellites, routers and connected computers. The World Wide Web (WWW) is only one service running on it: a collection of linked web pages accessed through browsers. Email, file transfer, video calls and online games are other services on the same infrastructure. If the Internet is the road system, the Web is the buses that use the roads. The Internet grew out of ARPANET (United States, 1969); the Web was invented by Tim Berners-Lee (1989–91); India's public internet service began on 15 August 1995. In one sentence: the Web is a part of the Internet, not a synonym for it.
| Web browser | Search engine | |
|---|---|---|
| What it is | Software installed on your device that opens and displays web pages | A website/service that searches the web and lists matching pages |
| Where it lives | On your computer or phone | On the internet — you reach it through a browser |
| Examples | Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, Opera | Google, Bing, Yahoo, DuckDuckGo |
Trap: Google Chrome is a browser; Google (Search) is a search engine. The company's name appears in both, which is exactly why the question exists. "Which of the following is not a web browser" offers three browsers and one search engine.
E.2 URL, domains, HTTP and HTTPS
A URL — Uniform Resource Locator — is the complete address of a page. In https://www.education.delhi.gov.in/notice.pdf: https:// is the protocol, www. the host, education.delhi.gov.in the domain name, .gov.in the domain type, and /notice.pdf the path or file.
Domain extensions: .gov.in = an Indian government body; .nic.in = a site on the National Informatics Centre network, again government; .edu / .ac.in = educational and academic institutions; .org = organisations, typically non-profit; .com = commercial; .net = network providers; .in = the country code for India.
This matters practically: a circular, result or scheme notification is authentic when it sits on a .gov.in or .nic.in address. An "official Directorate notice" on a .com blog deserves suspicion.
- HTTP — HyperText Transfer Protocol — the rules by which web pages travel between server and browser; data moves as plain text.
- HTTPS — HyperText Transfer Protocol Secure — the same protocol with encryption, so passwords, OTPs and payment details travel scrambled. The browser shows a padlock. The S stands for Secure. Never enter a password on a page showing only
http://.
Two related terms: HTML — HyperText Markup Language is the language web pages are written in (not a protocol); FTP — File Transfer Protocol transfers files. An IP address (Internet Protocol address) is the unique numeric address of every device — IPv4 is 32-bit, written as four numbers 0–255 (192.168.1.1), and IPv6 is 128-bit. DNS — Domain Name System translates a domain name into the numeric IP address machines use; it is fairly called the phone book of the internet.
E.3 Email — and the To / Cc / Bcc question
| Field | Who goes here | Can other recipients see this address? |
|---|---|---|
| To | The main recipient(s) — those expected to act | Yes |
| Cc — Carbon copy | People kept informed for the record | Yes — every recipient sees every Cc address |
| Bcc — Blind carbon copy | People kept informed privately | No — Bcc addresses are hidden from everyone else |
The rule in one sentence: Bcc hides the recipients' addresses from all other recipients; To and Cc do not. Its practical value: when you write to 400 parents at once, put their addresses in Bcc. Every parent then receives the notice without seeing — or harvesting — the addresses of the other 399. Doing the same job in Cc leaks 400 personal addresses in a single click: bad manners and a data-protection failure.
Other vocabulary: Subject (the one-line title); attachment (a file sent with the message, subject to a size limit, above which you share a cloud link); Inbox / Sent / Drafts / Trash; spam or junk (unwanted bulk mail, diverted automatically); Forward; Reply (to the sender alone) versus Reply All (to everyone in To and Cc — the source of many office embarrassments); signature (auto-inserted name, designation and school).
Trap: "Which field hides the recipients from one another?" — Bcc. Cc is visible to all; only Bcc is blind.
E.4 Networks, topologies and connections
A computer network is two or more computers connected so as to share data and resources such as a printer or an internet connection. A PAN (Personal Area Network) covers a few metres around one person (a phone and its Bluetooth earphone). A LAN — Local Area Network covers one building or campus — all the computers in a school's lab and office, joined by cable or Wi-Fi. A MAN (Metropolitan Area Network) covers a city. A WAN — Wide Area Network covers a country or the world, and the internet itself is the largest WAN.
The order is PAN < LAN < MAN < WAN. An intranet is a private network within one organisation; an extranet extends limited access to selected outsiders; a server provides services and files to other computers called clients.
Topology is the arrangement in which the computers of a network are connected. Bus — all devices attached to a single backbone cable: cheapest, but if the backbone fails the whole network fails. Star — every device connected individually to a central hub or switch: commonest in schools; one device's failure does not affect the rest, but failure of the hub brings down the network. Ring — devices in a closed loop, data travelling one way; a break can disturb the whole ring. Mesh — every device connected to every other: most reliable, most cabling, most expensive. (Tree = a hierarchy of stars; hybrid = a mixture.)
A wired connection carries data through cable — twisted pair, coaxial or optical fibre (fastest, carries light); a wireless connection uses radio waves. Wi-Fi is wireless networking across a building or campus through a router; Bluetooth is a short-range link between two nearby devices; a hotspot shares an internet connection, as when a phone shares its data with a laptop. A modem (modulator–demodulator) converts signals for a telephone or cable line, and a router directs data between networks. Bandwidth is the maximum data a connection can carry per second — Kbps, Mbps, Gbps; higher bandwidth means more simultaneous users and smoother video.
4G and 5G in one line: generations of mobile telecom technology — 5G offers far higher speed, much lower delay (latency) and support for many more connected devices than 4G, which is what makes reliable classroom video streaming practical.
E.5 Cloud computing and video conferencing
Cloud computing means using computing resources — storage, software, processing power — delivered over the internet from a provider's servers instead of being installed on your own machine: no server room, and access from any device. Cloud storage is the storage part of that idea. The three to name are Google Drive, Microsoft OneDrive, and DigiLocker — the Government of India's own cloud-based document wallet (MeitY, under Digital India), which stores government-issued documents such as mark sheets, certificates and licences, and whose documents are treated at par with the original physical documents. Advantages: access anywhere, automatic backup, easy sharing, no hardware to maintain. Concerns: dependence on connectivity, data privacy and location, and continuing subscription cost.
Video conferencing for schools — Google Meet, Zoom, Microsoft Teams, Cisco Webex — for online classes, staff meetings, parent-teacher interactions and reviews. Features to name: screen sharing, chat, recording, mute, waiting room, breakout rooms, host controls. For school use the safety settings matter more than the features: keep the meeting locked or password-protected, admit participants from a waiting room, and disable participant screen-sharing — otherwise an online class is open to intrusion.
CYBER SAFETY AND SECURITY
This is the part of the chapter with real professional value. A Vice Principal is the person a frightened parent comes to when a child is harassed online, and the person who must decide whether a mail asking for the staff salary list is genuine.
F.1 The malware family
Malware (malicious software) is any program written to damage, disrupt or gain unauthorised access to a computer or its data. The exam asks you to identify the type from its description, so learn the distinguishing feature, not a general definition.
| Malware | The one line that identifies it |
|---|---|
| Virus | Attaches itself to a host file or program and needs a user action to run and spread — you open the infected file, and only then does it act. It cannot travel on its own |
| Worm | Self-replicating and standalone: no host file, no user action; it copies itself across networks by itself, consuming bandwidth and choking systems |
| Trojan horse | Disguises itself as legitimate, useful software — a free game, a fake invoice, a "system cleaner". You install it willingly; it then opens a backdoor. It does not self-replicate |
| Ransomware | Encrypts (locks) the victim's files and demands a ransom, usually in cryptocurrency, for the decryption key — WannaCry (2017) is the standard example |
| Spyware / Adware | Secretly monitors activity and reports it to a third party / floods the device with unwanted advertisements |
| Keylogger | Records every keystroke, so passwords, OTPs and card numbers are captured as you type |
| Rootkit / Botnet | Hides deep in the system to conceal other malware / a network of infected "zombie" computers remotely controlled for mass attacks |
The three-way comparison the examiner loves: a virus needs a host file and a user action; a worm needs neither and self-replicates across networks; a Trojan is the file, needs you to install it, and does not replicate.
Trap: "Spreads automatically through a network without any user intervention" is a worm, never a virus. "Appears to be a useful program but harms the system" is a Trojan horse, never a worm.
F.2 Social engineering — fooling the person, not the machine
Most successful attacks do not break the computer; they deceive the human being using it.
| Attack | Definition |
|---|---|
| Phishing | A fraudulent email or website impersonating a trusted body (a bank, the Directorate, a board) that tricks the user into revealing credentials — user ID, password, OTP, card number — or clicking a malicious link. Spear phishing is the same, aimed at one named individual |
| Vishing / Smishing | The same fraud by voice call ("I am calling from your bank, kindly confirm your OTP") / by SMS carrying a malicious link |
| Spoofing / Pharming | Faking an identity — a forged sender address, caller number or website appearance / silently redirecting a user from a genuine site to a fraudulent copy |
Recognising a phishing mail — teach this list to your staff: (1) urgency and threat ("your account will be closed today"); (2) a request for credentials — no genuine bank, board or department asks for a password or OTP by mail; (3) a mismatched sender address or link — hover over a link and read where it really goes; (4) poor language, odd formatting, a generic greeting; (5) an unexpected attachment.
Hacking is gaining unauthorised access to a system or data. Ethical hacking is testing a system's security with the owner's permission to find and fix weaknesses — the practitioner is a white-hat hacker and the work is lawful; a black-hat is a criminal intruder, a grey-hat breaks in without permission but usually without malicious intent.
Trap: Ethical hacking is lawful only because it is authorised. Without permission the same act is an offence under the IT Act. Consent is the whole distinction.
F.3 The defences
| Defence | What it is and why it works |
|---|---|
| Firewall | A barrier — hardware, software or both — between a trusted internal network and the untrusted internet, examining traffic and blocking whatever violates the security rules. The school gate with a register |
| Antivirus | Detects, quarantines and removes malware; only as good as its latest update, because it works from a database of known threats |
| Strong passwords | 8–12 characters or more, mixing upper case, lower case, digits and symbols; no dictionary word, name or date of birth; a different password for every account; never shared or written on a sticky note. A passphrase of unrelated words is stronger and easier to remember |
| Two-factor authentication (2FA) | Two different kinds of proof before access — something you know (password) plus something you have (an OTP — One Time Password, or an authenticator app) or something you are (fingerprint, face). Its value is decisive: a stolen password alone becomes useless |
| Updates and patches | A patch closes a discovered security hole. Unpatched software is the commonest way institutions are breached — WannaCry spread through machines that had not applied an available patch |
| Backups | The only reliable answer to ransomware, theft, fire and hardware failure: the 3-2-1 rule — 3 copies, on 2 different media, with 1 stored off-site (or in the cloud) — and test that a backup can actually be restored |
| Encryption / access control / locking | Converting data into unreadable code (what HTTPS gives in transit) / individual logins, rights limited to those who need examination or salary data, accounts of transferred staff closed / Windows key + L locks an unattended screen |
Public Wi-Fi risk. Free Wi-Fi at an airport, café or hotel is open and shared, so traffic can be intercepted, and a criminal can run a fake hotspot with a trustworthy name (an "evil twin"). The rule: on public Wi-Fi, no banking, no payments, no logging into official portals; prefer your own mobile data, use only HTTPS sites, and switch off automatic connection to open networks.
F.4 Safe internet for children — a school head's core concern
| Risk | What it is, and what a school does |
|---|---|
| Cyberbullying | Deliberate, repeated harassment, threatening, mocking or humiliation of a child using digital means — messages, group chats, edited photographs, fake profiles. It follows the child home, is often anonymous, and the audience is limitless. School: take every complaint seriously and in writing, preserve screenshots as evidence, inform parents, counsel both children, act under the discipline policy, escalate to the police or the cybercrime portal where an offence is disclosed |
| Online grooming | An adult building trust with a child online — flattery, gifts, secrecy — intending sexual exploitation, moving to private chat and requests for images. School: teach that no adult should ask a child to keep a friendship secret; ensure a named, approachable teacher for disclosures; report at once (POCSO obligations apply) |
| Inappropriate content | Pornographic, violent, self-harm or extremist material. School: content filtering on the network, supervised lab use, age-appropriate resources, honest classroom discussion rather than silence |
| Screen time and gaming addiction | Sleep loss, falling attention, irritability, withdrawal, eye and posture strain. School: screen-time guidance to parents, device-free periods, deliberate promotion of sport and outdoor play, referral to the counsellor where dependence appears |
| Digital footprint | The trail of data a person leaves through every online activity — posts, photographs, searches, likes, locations — searchable, copyable and effectively permanent, capable of affecting admissions and employment years later. School: teach the test "Would I be comfortable if my principal, my parent and a future employer all saw this?", teach privacy settings, and the rule that nothing posted is ever fully deleted |
| Identity and financial fraud | Free-gift links, in-game purchases, fake scholarship forms. School: never share personal details, school details, photographs, or a parent's card or OTP online |
Digital citizenship is the umbrella idea: the responsible, ethical, safe and lawful use of technology. Its components are digital literacy, digital etiquette (netiquette), digital rights and responsibilities, respect for intellectual property (no plagiarism, no piracy), digital health and wellness, and digital security.
What a school should actually do: (1) adopt a written Acceptable Use Policy (AUP) for the lab, school devices and network, countersigned by students and parents and displayed in the lab; (2) keep laboratories supervised, with screens visible to the teacher, content filtering on and a usage register; (3) run regular awareness sessions — students on bullying and privacy, parents on screen time and controls, teachers on phishing and password hygiene; (4) establish a clear, confidential reporting mechanism — a named teacher, a complaint box, an email address — and record every complaint; (5) protect the school's own data with restricted access, 2FA on official accounts, regular backups and no student data on personal devices; (6) vet any app or platform before adopting it for children — what data does it collect, who runs it, is parental consent obtained (under the DPDP Act 2023 this is now a legal question); (7) put cyber safety on the Child Protection committee agenda, aligned with POCSO where a sexual element appears.
F.5 Reporting a cybercrime
Four facts, and the exam takes them exactly as they stand. The National Cyber Crime Reporting Portal, cybercrime.gov.in, is the Government of India's portal under the Ministry of Home Affairs for reporting all categories of cybercrime, with a dedicated pathway for crimes against women and children including child sexual abuse material, on which a complaint may be filed anonymously. Helpline 1930 is the national number for reporting financial cyber fraud, where reporting within the first hours (the "golden hours") allows the money trail to be frozen before withdrawal. I4C — the Indian Cyber Crime Coordination Centre, also under the Ministry of Home Affairs — coordinates the national response and runs the portal and the helpline. CERT-In — the Indian Computer Emergency Response Team — is the national nodal agency for responding to computer security incidents, functions under the Ministry of Electronics and Information Technology (MeitY), issues advisories, and has its statutory basis in Section 70B of the IT Act 2000.
Trap: 1930 is the financial-fraud helpline; cybercrime.gov.in is the reporting portal; CERT-In is the technical nodal agency. Options that swap CERT-In's role with I4C's, or attach 1930 to CERT-In, are the standard distractors — and a serious offence against a child should also go to the police in the ordinary way.
THE IT ACT 2000 AND DATA-PROTECTION LAW
G.1 What the IT Act 2000 does
The Information Technology Act, 2000 is India's principal law on electronic transactions and cybercrime. Its purposes: legal recognition of electronic records (a document in electronic form satisfies a legal requirement of writing); legal recognition of digital and electronic signatures; facilitation of electronic filing with government agencies and of electronic payments; punishment of cybercrime and civil compensation for computer-related damage; and the machinery of Certifying Authorities and the Controller of Certifying Authorities that issue digital signature certificates.
Two dates and one lineage: enacted in 2000 (assent 9 June 2000, in force 17 October 2000); substantially amended by the Information Technology (Amendment) Act, 2008 (effective 2009), which introduced the technology-neutral term "electronic signature" and added most of the Section 66-series offences along with 43A, 67B, 69A and 70B; and drafted on the lines of the UNCITRAL Model Law on Electronic Commerce (1996).
G.2 The sections you must know
Learn these as a matching table. Do not memorise section numbers beyond this list — an invented number is worse than a blank.
| Section | Subject and note |
|---|---|
| Sec 43 | Penalty and compensation for damage to a computer or computer system — access without permission, downloading or copying data, introducing a virus, damaging data, denying access to an authorised user. Civil liability: the wrongdoer pays compensation to the person affected (the original ₹1 crore ceiling was removed in 2008) |
| Sec 43A | A body corporate handling sensitive personal data that is negligent in implementing reasonable security practices, causing wrongful loss or gain, must pay compensation. The DPDP Act 2023 provides for its omission as that regime takes effect |
| Sec 65 | Tampering with computer source documents — up to 3 years, or fine up to ₹2 lakh, or both |
| Sec 66 | Computer-related offences — any act in Sec 43 done dishonestly or fraudulently; the general hacking provision. Up to 3 years, or fine up to ₹5 lakh, or both. Sec 43 is the civil wrong; Sec 66 is the same act made criminal by dishonest intent |
| Sec 66A | Offensive messages — STRUCK DOWN as unconstitutional (see G.3). It no longer exists in law |
| Sec 66B | Dishonestly receiving a stolen computer resource or communication device — up to 3 years, or fine up to ₹1 lakh, or both |
| Sec 66C | Identity theft — fraudulent or dishonest use of another person's electronic signature, password or other unique identification feature. Up to 3 years and fine up to ₹1 lakh — the section for someone using a teacher's login or a principal's digital signature |
| Sec 66D | Cheating by personation using a computer resource — up to 3 years and fine up to ₹1 lakh. Most phishing and online-impersonation frauds attract this section |
| Sec 66E | Violation of privacy — intentionally capturing, publishing or transmitting the image of a private area of any person without consent. Up to 3 years, or fine up to ₹2 lakh, or both |
| Sec 66F | Cyber terrorism — acts threatening the unity, integrity, security or sovereignty of India through a computer resource. The gravest offence in the Act: may extend to imprisonment for life |
| Sec 67 | Publishing or transmitting obscene material in electronic form — first conviction up to 3 years and fine up to ₹5 lakh; subsequent up to 5 years and ₹10 lakh |
| Sec 67B | Child sexual abuse material (CSAM) — publishing, transmitting, browsing or collecting material depicting children (below 18) in a sexually explicit act. First conviction up to 5 years and ₹10 lakh; subsequent up to 7 years. Directly relevant to schools: alongside POCSO, this is why such material must be reported and never forwarded, stored or "investigated" internally |
| Sec 69 | Power to issue directions for interception, monitoring or decryption of information through any computer resource, on specified grounds and subject to procedure. (The neighbouring Section 69A, which allows blocking public access to information, was upheld in the Shreya Singhal case.) |
| Sec 70B | CERT-In appointed as the national nodal agency for cyber security incident response |
Trap: The pairs most often swapped in matching questions are 43 (civil compensation) against 66 (the same act as a crime), 66C (using another's password or signature) against 66D (pretending to be another person), and 67 (obscene material generally) against 67B (child sexual abuse material). Rehearse those three pairs and the matching item answers itself.
G.3 Shreya Singhal v. Union of India (2015) — the favourite exam fact
Section 66A punished sending information that was "grossly offensive" or "menacing", or sent to cause "annoyance" or "inconvenience", and was used to arrest people for social-media posts. In Shreya Singhal v. Union of India (2015) the Supreme Court struck down Section 66A in its entirety as unconstitutional, holding it violative of the freedom of speech and expression under Article 19(1)(a) because it was vague and overbroad and could not be saved by the reasonable restrictions in Article 19(2). In the same judgment the Court upheld Section 69A. Learn it in three words — 66A: struck down — with the case name and the year, 2015.
Trap: Questions on Section 66A offer "amended in 2008", "restored" or "diluted". It was struck down completely, and nothing has replaced it. An FIR registered today under Section 66A is bad in law.
G.4 The Digital Personal Data Protection (DPDP) Act, 2023
India's dedicated data-protection statute is the Digital Personal Data Protection Act, 2023 (assented 11 August 2023). Its governing idea: personal data may be processed only for a lawful purpose, and normally only with the individual's free, specific, informed, unconditional and unambiguous consent, given by a clear affirmative action. The notice must state what data is collected and why, and consent may be withdrawn as easily as given.
| Term | Meaning |
|---|---|
| Data Principal | The individual to whom the personal data relates. Where the individual is a child, the term includes the parent or lawful guardian |
| Data Fiduciary | The person who, alone or with others, determines the purpose and means of processing — the school, the app company, the bank. "Fiduciary" is deliberate: it signals a relationship of trust and duty |
| Data Processor | One who processes personal data on behalf of a Data Fiduciary |
| Significant Data Fiduciary | Notified by the Central Government on the basis of volume, sensitivity and risk; carries extra obligations — a Data Protection Officer based in India, an independent data auditor, and Data Protection Impact Assessments |
| Consent Manager | A person registered with the Data Protection Board enabling a Data Principal to give, manage, review and withdraw consent through an accessible, transparent and interoperable platform, accountable to the Data Principal |
| Data Protection Board of India | The adjudicating body established under the Act, inquiring into breaches and imposing monetary penalties; appeals lie to TDSAT. Penalties are set out in a Schedule, the maximum being ₹250 crore for failure to take reasonable security safeguards |
Rights of a Data Principal: access to information about processing, correction and erasure, grievance redressal (first with the Fiduciary or Consent Manager, then the Board), and nomination of another person to exercise the rights on death or incapacity. Data Principals also have duties, including not filing false or frivolous complaints.
Children — the provisions a school must know. A child is a person below eighteen years, and every Data Fiduciary must: (1) obtain the verifiable consent of a parent or lawful guardian before processing a child's personal data (and of the lawful guardian of a person with a disability); (2) not undertake tracking or behavioural monitoring of children, or targeted (behavioural) advertising directed at children; and (3) not undertake processing likely to cause a detrimental effect on a child's well-being.
The consequence for a Vice Principal is direct. When the school adopts a learning app, an online-assessment platform, a biometric attendance system or a fee portal handling pupils' data, the school is acting as a Data Fiduciary in respect of children below 18. It must know what the vendor collects, obtain verifiable parental consent, refuse platforms that profile children for advertising, and show a lawful purpose for every field it holds. Publishing children's photographs, names and results on public social media without parental consent is exactly what this law addresses.
The RTI link. Section 44(3) of the DPDP Act 2023 amended Section 8(1)(j) of the Right to Information Act, 2005 — the personal-information exemption. Where the old clause exempted personal information having no relationship to public activity or interest, or causing unwarranted invasion of privacy (with a public-interest override), the amended clause exempts "information which relates to personal information" — a broader shield, in the view of most commentators. See Chapter 6 for RTI exemptions in full; for this chapter, remember the pairing DPDP Sec 44(3) → RTI Sec 8(1)(j).
Trap: Data Principal = the individual whose data it is. Data Fiduciary = the organisation deciding why and how it is processed. Reversing these two is the commonest DPDP question in circulation. And the child's age here is below 18, not 13 or 16 as in some foreign laws.
e-GOVERNANCE AND EDUCATION TECHNOLOGY PLATFORMS
e-Governance is the use of information and communication technology to deliver government services and information — its objectives being efficiency, transparency, accountability, accessibility and speed, and its four interaction types G2C (government to citizen), G2B, G2G and G2E. Digital India, launched 1 July 2015 under MeitY, is the umbrella programme; its vision areas are digital infrastructure as a utility to every citizen, governance and services on demand and digital empowerment of citizens, resting on nine pillars — Broadband Highways; Universal Access to Mobile Connectivity; Public Internet Access Programme; e-Governance; e-Kranti (electronic delivery of services); Information for All; Electronics Manufacturing; IT for Jobs; and Early Harvest Programmes.
| Platform | What it is, in one line | Run by |
|---|---|---|
| DIKSHA — Digital Infrastructure for Knowledge Sharing | The national digital platform for school education: e-content, QR-coded "energised" textbooks, lesson plans and teacher-training courses for teachers and students of Classes 1–12, in many Indian languages; launched 2017 | Ministry of Education; content with NCERT/CIET |
| SWAYAM — Study Webs of Active-Learning for Young Aspiring Minds | India's MOOC platform — free online courses from Class 9 to post-graduation, certification on payment of an exam fee; every course has the four quadrants (video lecture, reading material, self-assessment, discussion forum) | Ministry of Education |
| SWAYAM PRABHA | A group of DTH television channels telecasting educational programmes 24 × 7 — the television arm, reaching homes without reliable internet | Ministry of Education |
| NISHTHA — National Initiative for School Heads' and Teachers' Holistic Advancement | The integrated in-service training programme (launched 2019), delivered at scale online through DIKSHA; later phases covered the secondary stage (2.0) and foundational literacy and numeracy (3.0). It trains school heads too — which is why it matters to this recruitment | Ministry of Education / NCERT |
| ePathshala / NROER | NCERT digital textbooks (e-books), periodicals, audio and video / the National Repository of Open Educational Resources for school education, free to use and share | NCERT / CIET–NCERT |
| National Digital Library of India (NDLI) | A single-window digital repository of learning resources across disciplines and levels | Ministry of Education, hosted at IIT Kharagpur |
| NDEAR — National Digital Education Architecture | Not an app but an architecture: a framework of standards, specifications and building blocks letting diverse education platforms and state solutions work together (interoperability); announced in Budget 2021-22 | Ministry of Education |
| UDISE+ — Unified District Information System for Education Plus | The online school-census database — every recognised school reports enrolment, teachers, infrastructure and facilities | DoSEL, Ministry of Education |
| APAAR / ABC | Automated Permanent Academic Account Registry — the "One Nation, One Student ID", a 12-digit lifelong academic number linked to DigiLocker and the Academic Bank of Credits (parental consent required for minors) / the ABC is the digital store of credits enabling accumulation, transfer and multiple entry and exit | Ministry of Education / UGC |
| PFMS — Public Financial Management System | The platform for tracking the flow of government funds end-to-end and for Direct Benefit Transfer; schools meet it in the routing of grants and scholarships | Controller General of Accounts, Ministry of Finance |
| GeM — Government e Marketplace | The online procurement portal through which government offices, including schools, buy goods and services transparently; launched 9 August 2016 and operated by GeM SPV, a Section 8 (not-for-profit) company — not a department and not a PSU. Procurement of anything available on it is mandatory for the Union under Rule 149, GFR 2017 (Chapter 14, D.4) | Ministry of Commerce and Industry (Department of Commerce) |
| e-Office | The electronic file and workflow system replacing the paper file — e-receipts, e-files, digital noting and approval. The digital counterpart of Chapter 15 | NIC, under Digital India |
| DigiLocker | The citizen's cloud-based document wallet, holding government-issued documents whose digital copies are treated at par with the originals | MeitY |
| PM eVIDYA | The "one nation, one digital platform" initiative (May 2020) giving multi-mode access — digital (DIKSHA), television, radio, community radio and podcasts — with the "One Class, One TV Channel" concept covering Classes 1 to 12 through 12 channels; Budget 2022-23 announced expansion to 200 channels | Ministry of Education |
| PMGDISHA — Pradhan Mantri Gramin Digital Saksharta Abhiyan | The rural digital-literacy mission — to make 6 crore rural households digitally literate by training one person per eligible household to use a device, the internet, email and digital payments. Predecessor: the National Digital Literacy Mission (NDLM), 2014 | MeitY |
| BHASHINI | India's AI-based language-translation platform under the National Language Translation Mission — speech-to-text, text-to-speech and translation across Indian languages | MeitY |
| Atal Tinkering Labs / ICT@Schools / Virtual Labs | School innovation workshops with tools, kits and 3D printers for Classes 6–12 / the 2004 scheme funding computer labs, smart classrooms and ICT teacher training, now a component of Samagra Shiksha / free online simulated laboratories for science experiments | NITI Aayog (AIM) / Ministry of Education |
| NETF — National Educational Technology Forum | The body proposed by NEP 2020 as an autonomous platform for the free exchange of ideas on using technology to improve learning, assessment, planning and administration — advisory, not regulatory | NEP 2020 / Ministry of Education |
Trap: The commonest platform confusion is DIKSHA versus SWAYAM: DIKSHA = school education, Classes 1–12, QR-coded textbooks; SWAYAM = MOOCs, Class 9 to post-graduation, with certification. Next: SWAYAM PRABHA is television (DTH channels), not online courses; and NDEAR is an architecture, not a website you log into.
ICT IN TEACHING AND LEARNING
I.1 The two models with names — SAMR and TPACK
SAMR, proposed by Ruben Puentedura, is a ladder describing the depth of technology integration; the first two levels enhance existing teaching, the last two transform it.
| Level | Meaning | Classroom example |
|---|---|---|
| S — Substitution | Technology replaces an existing tool with no functional change | The same lesson read as a PDF instead of on paper |
| A — Augmentation | Replacement with functional improvement | The same PDF with a dictionary, search and an auto-scored quiz |
| M — Modification | The task itself is significantly redesigned | Students jointly write and edit a shared online document, commenting on each other's drafts |
| R — Redefinition | Tasks become possible that were previously inconceivable | Students collect local water-quality data, share it with a school in another state and co-produce a video report |
TPACK — Technological, Pedagogical and Content Knowledge (Mishra and Koehler, 2006) — holds that good technology-based teaching needs three kinds of knowledge working together: CK — Content Knowledge (the subject matter), PK — Pedagogical Knowledge (methods, management, assessment), TK — Technological Knowledge (the tools), and TPACK itself, the intersection of all three — knowing which technology, used with which method, best conveys this content to these learners. The moral for a head evaluating a lesson: a teacher with high TK but low PK produces a flashy, empty class.
Trap: SAMR describes levels of integration; TPACK describes kinds of teacher knowledge. "Substitution, Augmentation, Modification, Redefinition" belongs to SAMR alone.
I.2 Modes and vocabulary
| Term | Meaning |
|---|---|
| Blended learning | A deliberate combination of face-to-face and online learning, planned as one course. NEP 2020 endorses blended models. Flipped classroom is a form of it: the input comes first at home (video, reading) and class time is used for practice, doubts and application |
| Synchronous / asynchronous | Teacher and learners together in real time / learners working at their own time from recorded or written material |
| LMS — Learning Management System | Software that hosts and manages a course — content, assignments, submissions, tests, grades and communication in one place (Moodle, Google Classroom) |
| MOOC — Massive Open Online Course | An online course open to very large numbers, usually free to join, with video lectures, readings, self-assessment and forums. India's national platform is SWAYAM |
| OER — Open Educational Resources | Materials freely available for anyone to use, adapt and redistribute, being in the public domain or under an open licence; India's school repository is NROER, and the concept is promoted by UNESCO |
| Creative Commons (CC) | The standard open licences that make OER legally usable: BY (attribute the author), SA (share alike — the adaptation carries the same licence), NC (non-commercial only), ND (no derivatives). CC BY-SA means "use and adapt freely, credit me, and release your version on the same terms" |
| Gamification / Adaptive learning | Points, badges, levels and leaderboards to raise motivation / software that adjusts difficulty and sequence to the individual learner |
Trap: OER is about the licence, not merely about being free of cost. A PDF you may read without payment but not legally copy or adapt is free, not open — and ND (no derivatives) decides whether a resource may be modified at all.
I.3 Smart classrooms, assistive technology and equity
A smart classroom is an ordinary classroom equipped so that digital content can be used in normal teaching. Its components: an interactive whiteboard / smart board (a large touch-sensitive display for writing and annotating), a projector or large display panel, a computer, an internet connection, an audio system, a document camera / visualiser (to show a book page or a child's notebook to the class), power backup (UPS) — without which the whole installation is idle on a power cut — and, decisively, content and trained teachers. The administrative lesson: smart classrooms fail from lack of maintenance, electricity, content and teacher training far more often than from lack of hardware. A Vice Principal's contribution is an annual maintenance contract, a usage register, a trained ICT coordinator, and periodic checking that the equipment is actually in use.
Assistive technology is any device or software enabling a person with a disability to perform a task they could not otherwise perform. Under the RPwD Act 2016, RTE and NEP 2020 it is part of inclusive education, not a favour (Chapter 8 treats inclusion in full).
| Need | Assistive technology |
|---|---|
| Blindness / low vision | Screen reader software that reads aloud whatever is on the screen (JAWS; the free open-source NVDA); refreshable Braille display, raising pins to render on-screen text in Braille; Braille embosser; screen magnifier; DAISY talking books |
| Reading difficulty / dyslexia | Text-to-speech converting written text to speech; speech-to-text dictation for writing; audio books; larger fonts |
| Hearing impairment | Hearing aids, FM systems, captioning and subtitles, sign-language video, visual alerts |
| Motor and speech difficulty | Adapted and large-key keyboards, switch access, eye-gaze devices, on-screen keyboards, voice control / AAC — Augmentative and Alternative Communication devices and picture boards |
| General accessibility | Every modern operating system has a built-in Accessibility / Ease of Access section — magnifier, narrator, high contrast, sticky keys — at no cost |
The digital divide is the gap between those with effective access to digital technology and those without — and it is several gaps at once: urban and rural, rich and poor, male and female, across languages, and between the able and the disabled. Its components are access (device, electricity, connectivity), affordability (data cost), ability (skills) and appropriate content (in the child's language). COVID-19 school closures exposed it sharply: online classes reached the household with a smartphone, a data pack and a quiet corner, and missed the household with one shared phone taken to work each morning. This is precisely why PM eVIDYA is multi-mode and SWAYAM PRABHA exists at all. Practical mitigations for a school head: shared-device timetables in the lab, downloadable rather than streamed content, printed worksheets alongside digital ones, lab access beyond school hours, and honest data on who is actually able to participate.
Artificial intelligence in education — one balanced line. AI can genuinely help — adaptive practice matched to a child's level, instant feedback, translation into the child's language (BHASHINI), relief from administrative drudgery, and support for children with disabilities; but it brings real risks — factual errors delivered confidently, bias in training data, privacy and children's-data concerns, plagiarism and the erosion of independent effort, and the temptation to replace rather than support the teacher. The defensible position, and the one NEP 2020's technology chapter reflects, is that technology is a tool to strengthen the teacher's work, never a substitute for the teacher's judgement — accompanied by teacher training, critical digital literacy for students, and strict protection of children's data.
THE EXAMINER'S ANGLE
However few the questions from this head, they are built in a small number of predictable shapes. Recognise the shape and the answer follows.
- Memory-unit conversion. "1 KB equals…", "1 byte consists of how many bits?", "Arrange in increasing order of size", "Which is the smallest unit of data?" The whole answer bank is one table (Part B). The distractors are always the same three: 1000 for 1024, 4 bits for 8 bits, and a reversed order.
- Full-form and abbreviation expansion. The commonest single question type in digital literacy. CPU, ALU, RAM, ROM, OMR, OCR, MICR, HTTP, HTTPS, URL, LAN, WAN, DNS, GUI, PDF, ICT, MOOC, OER, LMS, DIKSHA, SWAYAM, UDISE, APAAR, PFMS, GeM, CERT-In, DPDP, NETF, TPACK, SAMR. The wrong options are near-miss rearrangements of the correct words — "Random Access Machine", "Read Only Machine", "Uniform Resource Link" — so you must know the exact wording, not the rough sense.
- Section-number matching for the IT Act. Almost always a Match List-I with List-II: four sections against four descriptions. The examinable set is small — 43, 43A, 65, 66, 66B, 66C, 66D, 66E, 66F, 67, 67B, 69, 70B — plus the standalone fact that 66A was struck down in Shreya Singhal v. Union of India (2015). Learn the pairs most often confused table in G.2 and you cover the whole pattern.
- Malware identification from a description. The question gives behaviour and asks for the name: "spreads across a network by itself without user action" (worm), "appears to be legitimate software" (Trojan), "encrypts files and demands payment" (ransomware), "records keystrokes" (keylogger), "attaches to a host file" (virus). Never answer from the general word "malware" — answer from the distinguishing feature.
- Platform ↔ purpose (or ↔ ministry) matching. DIKSHA/SWAYAM/SWAYAM PRABHA/NISHTHA/UDISE+/APAAR/PFMS/GeM/DigiLocker/NDEAR against their one-line identities, or against the ministry that runs them. The examiner's favourite mis-pairing is DIKSHA with higher education and SWAYAM with Classes 1–5; the second favourite is putting GeM under Education or PFMS under MeitY.
- Excel function selection for a school scenario. "Which function would a Principal use to count the students scoring 33 or more?" (COUNTIF), "…to fetch a name from the master sheet using the roll number?" (VLOOKUP), "…to display PASS or FAIL?" (IF), "…to find the highest marks?" (MAX), "…the merit position?" (RANK). Also the reference question: which reference does not change when a formula is copied ($A$1, absolute). And running through every one of these six shapes is the "which is NOT" variant — not an input device (plotter), not a browser (Google), not a function of an operating system, not system software (MS Excel): read the word NOT twice, because under time pressure it is the commonest reading error in this section.
COMMON ERRORS THAT COST MARKS
- Reversing RAM and ROM. RAM is volatile — its contents vanish when the power goes. ROM is non-volatile — it retains its contents. Anchor it to experience: unsaved work is lost in a power cut because it was in RAM.
- Getting the byte wrong. 1 byte = 8 bits. Four bits is a nibble. And 1 KB = 1024 bytes, not 1000 — the "1000" option is planted in almost every paper.
- Treating a browser and a search engine as the same thing. Chrome, Firefox, Edge and Safari are browsers (software on your device). Google, Bing, Yahoo and DuckDuckGo are search engines (services you reach through a browser). "Google Chrome" contains both traps in one name.
- Confusing Bcc with Cc. Cc addresses are visible to every recipient; Bcc addresses are hidden from everyone. To mail 400 parents without leaking their addresses, use Bcc.
- Mixing up virus, worm and Trojan. Virus needs a host file and a user action. Worm is standalone and self-replicates across networks with no user action. Trojan disguises itself as legitimate software and does not self-replicate. The description in the question always contains exactly one of these three signatures.
- Believing Section 66A still exists. It was struck down in its entirety by the Supreme Court in Shreya Singhal v. Union of India (2015) as violative of Article 19(1)(a). It was not amended, not diluted, not restored. (In the same case Section 69A was upheld.)
- Thinking HTTP is the secure one. HTTPS is secure — the S stands for Secure, the traffic is encrypted, and the browser shows a padlock. Plain HTTP sends data as readable text. Never type a password on an
http://page. - Swapping the audiences of DIKSHA and SWAYAM. DIKSHA = school education, Classes 1–12, teachers and students, QR-coded energised textbooks. SWAYAM = MOOCs from Class 9 to post-graduation, with certification. And SWAYAM PRABHA is the DTH television channel bouquet, not an online course platform.
- Using a relative reference where an absolute one is needed. A1 changes when the formula is copied; $A$1 stays fixed. In a percentage column dividing by a single "maximum marks" cell, that cell must be written $L$1 — otherwise every row divides by a different, wrong cell.
- Confusing the compiler with the interpreter. A compiler translates the entire program at one go and reports all errors together; an interpreter translates and executes one line at a time and stops at the first error. (Bonus pair from the same family: an assembler translates assembly language, and firmware is software stored permanently in a hardware chip.)
COMPRESSED REVISION SHEET
One page for the last three days. If you can reproduce these eight tables from blank paper, this chapter is finished.
R1. Memory units — the ladder
| Unit | Value | Unit | Value |
|---|---|---|---|
| Bit | 0 or 1 — the smallest unit | 1 GB | 1024 MB |
| Nibble | 4 bits | 1 TB | 1024 GB |
| Byte | 8 bits = one character | 1 PB | 1024 TB |
| 1 KB | 1024 bytes (= 8,192 bits) | Order | bit → nibble → byte → KB → MB → GB → TB → PB |
| 1 MB | 1024 KB (= 10,48,576 bytes) | Codes | Binary = base 2, digits 0/1 · ASCII = 7-bit, 128 characters · Unicode = all scripts |
R2. Hardware and software split
| Hardware (touchable) | Software (instructions) |
|---|---|
| INPUT: keyboard, mouse, scanner, OMR (marks/answer sheets), OCR (printed characters), MICR (bank cheques), barcode reader, webcam, mic, joystick, touch screen (both) | System software: OS, utilities, device drivers, translators — compiler (whole program at once, all errors together) vs interpreter (line by line, stops at first error) vs assembler |
| OUTPUT: monitor, printer (impact = dot-matrix, carbon copies; non-impact = inkjet, laser), plotter, speaker, projector | Application software: Word, Excel, PowerPoint, DBMS, browsers · Firmware = software inside a hardware chip (BIOS) |
| CPU = ALU (calculates) + Control Unit (controls) + registers | Open source (Linux, Ubuntu, LibreOffice, Firefox) vs proprietary (Windows, MS Office) vs freeware (free, code closed) vs shareware (free trial) |
| RAM = volatile, read-write · ROM = non-volatile, read only · cache = between CPU and RAM · registers = fastest, inside CPU | OS functions: process, memory, file and device management + user interface · GUI (icons; WIMP) vs CLI (typed commands) |
| Secondary: HDD (moving parts) · SSD (none, faster) · pen drive · CD < DVD < Blu-ray · cloud | Hierarchy: registers → cache → RAM → SSD/HDD → optical/cloud |
R3. Generations and types of computers
| Generation | Component | Type by size / purpose |
|---|---|---|
| 1st | Vacuum tubes (ENIAC, UNIVAC) | Supercomputer — fastest; PARAM series, C-DAC, PARAM 8000 (1991), Dr Vijay Bhatkar; National Supercomputing Mission |
| 2nd | Transistors | Mainframe — hundreds of users; banks, railways |
| 3rd | Integrated Circuits (ICs) | Mini — departmental |
| 4th | Microprocessors (VLSI) | Micro / PC — desktop, laptop, tablet |
| 5th | Artificial Intelligence (ULSI) | By purpose: analog, digital, hybrid · Hook: V-T-I-M-A |
R4. Excel functions and features (plus Word and PowerPoint)
| Need | Answer | Need | Answer |
|---|---|---|---|
| Total marks | =SUM(C2:G2) |
Class average | =AVERAGE(H2:H41) |
| Highest / lowest | =MAX(...) / =MIN(...) |
Numeric / all entries | =COUNT(...) / =COUNTA(...) |
| Number who passed | =COUNTIF(I2:I41,">=33") |
PASS/FAIL; grade | =IF(I2>=33,"PASS","FAIL"); grade = nested IF |
| Total of one category | =SUMIF(range,criteria,sum_range) |
Name by roll number | =VLOOKUP(A2,Master!$A$2:$D$500,2,FALSE) |
| Merit position | =RANK(H2,$H$2:$H$41,0) — 0 = descending |
Two decimals / join text / date | =ROUND(H2,2) / =A2&" "&B2 / =TODAY() |
| Every formula begins with | = | Reference | A1 relative (changes) · $A$1 absolute (fixed) · F4 cycles |
| Merit list order / show only Section B | Sort (permanent) / Filter (temporary) | Headings stay on screen | Freeze Panes |
| Highlight all below 33% in red | Conditional Formatting | Compare sections | Chart — column/bar, pie, line |
| Structure | Workbook (file) → worksheet (tab) → cell (A1) → range (B2:B41) | Extensions | .xlsx, .xls, .csv (no formatting or formulas) |
| Same letter to 400 parents | Mail Merge = main document + data source | Record every edit | Track Changes · Word: .docx, .pdf |
| Ctrl + C/V/X/Z/Y | Copy / Paste / Cut / Undo / Redo | Ctrl + B/I/U · S/P/F/H/A | Bold/Italic/Underline · Save/Print/Find/Replace/Select All |
| Design of all slides at once | Slide Master | Between slides / within a slide | Transition / Animation |
| Start slide show | F5 (current slide: Shift + F5) | Presenter-only text · extension | Notes · .pptx |
R5. IT Act 2000 (amended 2008) and DPDP Act 2023
| Subject | Section | Subject | Section |
|---|---|---|---|
| Legal recognition of electronic records and digital/electronic signatures | Purpose of the Act | Violation of privacy — image of a private area | Sec 66E |
| Unauthorised access, download, virus — compensation (civil) | Sec 43 | Cyber terrorism — up to life imprisonment | Sec 66F |
| Body corporate negligent with sensitive personal data | Sec 43A | Obscene material in electronic form | Sec 67 |
| Tampering with computer source documents | Sec 65 | Child sexual abuse material (child = below 18) | Sec 67B |
| Computer-related offences / hacking (Sec 43 acts done dishonestly) | Sec 66 | Interception, monitoring, decryption powers | Sec 69 |
| Offensive messages — STRUCK DOWN, Shreya Singhal v. Union of India (2015), Art 19(1)(a) | Sec 66A | CERT-In as national nodal agency | Sec 70B |
| Dishonestly receiving a stolen computer resource | Sec 66B | Identity theft — misuse of password / e-signature / unique ID | Sec 66C |
| Cheating by personation using a computer resource | Sec 66D | UNCITRAL Model Law 1996; assent 2000; amended 2008 | Frame of the Act |
| DPDP Act 2023 | Fact | DPDP Act 2023 | Fact |
|---|---|---|---|
| Basis of processing | Consent — free, specific, informed, unconditional, unambiguous; withdrawable | Data Principal | The individual whose data it is (for a child, includes the parent/guardian) |
| Data Fiduciary | Whoever determines the purpose and means of processing | Data Processor / Significant Data Fiduciary | Processes on the Fiduciary's behalf / notified by Government; DPO in India, audit, DPIA |
| Consent Manager | Registered with the Board; lets the individual give, manage, review, withdraw consent | Regulator | Data Protection Board of India (appeal → TDSAT); maximum penalty ₹250 crore |
| Children | Verifiable parental consent below 18; no tracking, behavioural monitoring or targeted advertising directed at children | RTI link | DPDP Sec 44(3) amended RTI Sec 8(1)(j) (Chapter 6) |
R6. Malware and cyber safety
| Item | One-line identity | Item | One-line identity |
|---|---|---|---|
| Virus | Needs a host file + user action | Worm | Self-replicates across networks — no host, no user action |
| Trojan horse | Disguised as legitimate software; no self-replication | Ransomware | Encrypts files, demands ransom (WannaCry 2017) |
| Spyware / Adware | Secretly monitors / floods advertisements | Keylogger | Records keystrokes |
| Phishing / Vishing / Smishing | Fake email or site / voice call / SMS | Spoofing | Faked identity — sender, number or site |
| Firewall | Filters traffic between internal network and the internet | 2FA / OTP | Second proof — a stolen password alone becomes useless |
| Backup | 3-2-1: 3 copies, 2 media, 1 off-site | Ethical hacking | Lawful only because authorised |
| Reporting | Portal cybercrime.gov.in · helpline 1930 (financial fraud) · I4C coordinates | CERT-In | National nodal agency for cyber incidents (Sec 70B, MeitY) |
| Children | Cyberbullying, online grooming, screen time, age-appropriate content, digital footprint, digital citizenship | School action | Acceptable Use Policy, supervised labs, awareness sessions, reporting mechanism |
| Internet | Network of networks; WWW is one service on it (Berners-Lee) | Browser vs search engine | Chrome/Firefox/Edge/Safari vs Google/Bing |
| HTTPS | S = Secure, encrypted, padlock | To / Cc / Bcc | Cc visible to all; Bcc hidden from all others |
| PAN < LAN < MAN < WAN | Campus / city / country — the internet is the largest WAN | Topology | Bus = one backbone · Star = central hub · Ring = loop · Mesh = all-to-all |
| DNS | Domain name → IP address | Domains | .gov.in / .nic.in = government |
R7. Platforms and their identity
| Platform | Identity | Platform | Identity |
|---|---|---|---|
| DIKSHA | School education, Classes 1–12, QR-coded textbooks | SWAYAM | MOOCs, Class 9 to PG, certification, four quadrants |
| SWAYAM PRABHA | DTH television channels, 24×7 | NISHTHA | Teacher and school-head training, via DIKSHA |
| ePathshala / NROER | NCERT digital textbooks / open educational resources | NDLI | National Digital Library (IIT Kharagpur) |
| NDEAR | Digital education architecture (framework, not an app) | UDISE+ | School census database (DoSEL) |
| APAAR / ABC | 12-digit one-nation-one-student-ID / credit bank | PFMS / GeM | Fund-flow tracking (Finance) / e-procurement (Commerce) |
| e-Office / DigiLocker | Electronic file system (NIC) / document wallet (MeitY), at par with originals | PM eVIDYA | One nation one digital platform; One Class One TV Channel — 12 channels, expansion to 200 announced (Budget 2022-23) |
| PMGDISHA / NDLM | Rural digital literacy — 6 crore rural households | BHASHINI | AI language translation (MeitY) |
| ATL / ICT@Schools / Virtual Labs | Tinkering labs (NITI Aayog) / 2004 scheme, now in Samagra Shiksha / online simulated labs | NETF | NEP 2020's advisory forum on educational technology |
| SAMR | Substitution, Augmentation, Modification, Redefinition — levels of integration | TPACK | Technological, Pedagogical and Content Knowledge — kinds of teacher knowledge |
| OER / Creative Commons | Open licence, not merely free of cost · BY, SA, NC, ND | LMS / MOOC | Moodle, Google Classroom / SWAYAM, Coursera |
R8. Abbreviation expansion — the single most examinable page
| Abbr. | Expansion | Abbr. | Expansion | Abbr. | Expansion |
|---|---|---|---|---|---|
| CPU | Central Processing Unit | ALU | Arithmetic Logic Unit | RAM | Random Access Memory |
| ROM | Read Only Memory | HTTP | HyperText Transfer Protocol | HTTPS | HyperText Transfer Protocol Secure |
| URL | Uniform Resource Locator | LAN | Local Area Network | WAN | Wide Area Network |
| DNS | Domain Name System | IP | Internet Protocol | OMR | Optical Mark Reader / Recognition |
| OCR | Optical Character Recognition | MICR | Magnetic Ink Character Recognition | Portable Document Format | |
| GUI | Graphical User Interface | OS | Operating System | ICT | Information and Communication Technology |
| MOOC | Massive Open Online Course | OER | Open Educational Resources | LMS | Learning Management System |
| DIKSHA | Digital Infrastructure for Knowledge Sharing | SWAYAM | Study Webs of Active-Learning for Young Aspiring Minds | UDISE | Unified District Information System for Education |
| APAAR | Automated Permanent Academic Account Registry | PFMS | Public Financial Management System | GeM | Government e Marketplace |
| CERT-In | Indian Computer Emergency Response Team | DPDP | Digital Personal Data Protection | NETF | National Educational Technology Forum |
| TPACK | Technological, Pedagogical and Content Knowledge | SAMR | Substitution, Augmentation, Modification, Redefinition | NDEAR | National Digital Education Architecture |