Information Technology, Biotechnology and Emerging Technologies
Introduction
The subtopic of Information Technology, Biotechnology and Emerging Technologies sits at the intersection of science and contemporary governance — and for the CGPSC State Service Examination, it is one of the most dynamically evolving segments of Paper 1. Over the years covered by previous question papers (2018, 2019, 2021, and 2024), this subtopic has produced six questions, touching everything from hardware fundamentals and cybersecurity to microbial biotechnology and open-source software. That volume — six questions from four distinct years — signals that CGPSC examiners treat this area as a recurring, high-value testing ground rather than an occasional novelty.
Understanding why this subtopic matters for CGPSC requires looking at the examination's broader mandate. The CGPSC Paper 1 General Studies syllabus explicitly lists "Information technology, biotechnology and emerging technologies" as a distinct bullet under the Science section. The Commission expects aspirants to demonstrate working knowledge of: how computer hardware is designed and functions, how networks communicate and are protected, what biotechnology can do and is currently being deployed across agriculture and medicine, and where emerging technologies like artificial intelligence and nanotechnology are heading. This is not purely theoretical — the questions that have appeared reward candidates who understand underlying mechanisms rather than those who merely memorise labels.
From a Chhattisgarh lens, this subtopic is particularly relevant. Chhattisgarh has made digital governance a priority through the Chhattisgarh Infotech Promotion Society (CHIPS) and the state's implementation of Digital India programmes including e-District, Common Service Centres, and the state data centre infrastructure at Raipur. The state's agricultural economy has increasingly benefited from biotechnological interventions — Bacillus thuringiensis-based biopesticides, tissue culture in forestry, and genome-informed crop improvement. Emerging technologies such as drone surveillance in Naxal-affected districts and satellite-aided forest monitoring are live policy instruments in Chhattisgarh. Awareness of these applications frames abstract technology concepts in the governance and developmental contexts that CGPSC values.
In terms of difficulty, the six PYQs that have appeared so far range from definitions (what is a DDoS attack, what is cache memory) to classification tasks (identifying the microbial insecticide, identifying what chip material is) and conceptual distinctions (what a modem does, what is true or false about GNU). The questions lean toward straightforward knowledge-recall with one or two plausible distractors, which means that a candidate who has genuinely understood the concept — rather than half-read a list — can almost always identify the correct answer with confidence. This note is designed to build exactly that depth of understanding across all the major sub-areas the examiner has tested and is likely to test next.
The structure of this chapter proceeds from hardware foundations through networking, cybersecurity, and operating systems, then moves into biotechnology — both classical and modern — and concludes with emerging technologies, worked PYQ walkthroughs, and revision aids.
Core Concepts & Foundations
Before diving into each domain, it is essential to establish the building blocks. The six PYQs tested concepts from at least four distinct knowledge areas: computer hardware (chip materials, cache memory), data communications (modem, modulation/demodulation), cybersecurity (DDoS attacks), biotechnology (microbial insecticides), and software philosophy (GNU, open-source). This breadth means the conceptual base must be correspondingly wide.
Semiconductor: A material whose electrical conductivity lies between a conductor and an insulator. Silicon is the most widely used semiconductor in electronics because its conductivity can be precisely controlled by introducing impurities (doping), enabling the creation of transistors. Modern computer chips are etched onto a thin layer of silicon, not metals like copper or silver, because silicon's semiconductor properties allow billions of transistors to be packed onto a single wafer.
Integrated Circuit (IC) / Chip: A miniaturised electronic circuit manufactured on a single piece of semiconductor material, most commonly silicon. The chip contains transistors, resistors, and capacitors interconnected by metallic traces. The thickness of the silicon wafer and the fineness of the etched circuits determine processing power and energy efficiency — today's chips use process nodes measured in nanometres.
Computer Memory Hierarchy: The organisation of storage in a computer from fastest-and-smallest to slowest-and-largest: registers → cache memory → RAM (primary memory) → secondary storage (HDD/SSD) → tertiary/offline storage. Each level trades speed for capacity and cost. Cache memory sits between the processor and RAM, storing frequently accessed data so the CPU does not wait for the slower RAM.
Cache Memory: A small, extremely fast memory built directly onto or very close to the CPU. When the processor needs data, it first checks the cache; if found (a "cache hit"), processing proceeds without waiting for RAM. If not found (a "cache miss"), the data is fetched from RAM and a copy is placed in cache. Modern CPUs have multiple cache levels (L1, L2, L3) with L1 being the fastest but smallest. Cache memory speeds up processing because it dramatically reduces the time the CPU spends waiting for data.
Modulation: The process of encoding information (voice, data) onto a carrier wave by varying one or more of the wave's properties — amplitude (AM), frequency (FM), or phase (PM). Modulation allows digital data to be transmitted over an analogue medium such as a telephone line.
Demodulation: The reverse of modulation — extracting the original information signal from a modulated carrier wave at the receiving end. A modem (Modulator-Demodulator) performs both functions and is therefore the device that enables computers to communicate over telephone lines or cable infrastructure.
Modem: A hardware device that converts digital signals from a computer into analogue signals suitable for transmission over a telephone or cable line (modulation) and converts incoming analogue signals back into digital form the computer can process (demodulation). Modems were historically essential for dial-up internet; modern broadband still uses modem-like functions in DSL and cable equipment.
DDoS (Distributed Denial of Service) Attack: A category of cyber attack in which a large number of compromised computers (a botnet) simultaneously send enormous volumes of traffic or requests to a target server or network, overwhelming its capacity to respond to legitimate requests. The "distributed" aspect distinguishes it from a simpler DoS attack using a single machine. The target's service is effectively denied to its real users without any need to breach security.
Botnet: A network of internet-connected devices — computers, smartphones, IoT devices — infected by malware and controlled remotely by an attacker without the owners' knowledge. Botnets are the infrastructure used to launch DDoS attacks, send spam, and conduct fraud.
GNU Project: A free software project initiated by Richard Stallman in 1983 with the goal of creating a complete Unix-compatible operating system composed entirely of free software. GNU's name is a recursive acronym: "GNU's Not Unix." The project produced the GNU General Public License (GPL), the foundational legal instrument of open-source software. GNU software combined with the Linux kernel (created by Linus Torvalds) forms the GNU/Linux operating systems widely used today.
Open-Source Software: Software distributed with a licence that allows users to view, modify, and distribute the source code freely. Open-source does not mean "without cost" — it means the code is transparent and community-modifiable. The GNU GPL is one of several open-source licences; others include the MIT, Apache, and BSD licences.
Biotechnology: The application of living organisms, biological systems, or their derivatives to develop products, processes, and services. Modern biotechnology encompasses genetic engineering, fermentation, cell culture, and the use of enzymes and microorganisms in industry, medicine, and agriculture.
Microbial Insecticide (Biopesticide): A pesticide derived from natural materials including bacteria, fungi, viruses, or other microorganisms, used to control insect pests. Unlike chemical pesticides, microbial insecticides are typically host-specific, biodegradable, and less toxic to non-target species. Bacillus thuringiensis (Bt) is the most commercially deployed microbial insecticide.
Bacillus thuringiensis (Bt): A gram-positive, soil-dwelling bacterium that produces crystal (Cry) proteins toxic specifically to the larvae of certain insects, particularly Lepidoptera (moths and butterflies), Coleoptera (beetles), and Diptera (flies and mosquitoes). When an insect larva ingests Bt spores or Cry protein, the protein dissolves in the alkaline gut, binds to receptor cells, and destroys the gut lining, killing the larva. Bt has been used as a spray-on insecticide since the 1930s and later incorporated into crops as the transgenic Bt cotton and Bt brinjal (in Bangladesh).
Emerging Technology: A technology in the development or early deployment phase that is expected to significantly alter existing industries, governance, or social structures within the medium term. Examples include Artificial Intelligence, Blockchain, Internet of Things, Nanotechnology, Quantum Computing, and Gene Editing (CRISPR).
Computer Hardware: From Silicon to Processing
The Silicon Foundation
Every modern computing device traces its intelligence to a single material: silicon. Tested in CGPSC 2019, the question of what computer chips are made of is foundational. Silicon (chemical symbol Si, atomic number 14) is a metalloid found abundantly in the Earth's crust, primarily as silicon dioxide (silica, i.e., sand). Its value in electronics comes from being a semiconductor — its electrical conductivity can be tuned across many orders of magnitude by introducing tiny amounts of impurities, a process called doping.
The manufacturing of a chip begins with a silicon ingot grown from highly purified silicon, then sliced into thin wafers. Circuit patterns are etched onto the wafer using photolithography — a technique that uses light to transfer circuit designs onto the silicon surface at nanometre scales. The result is an integrated circuit containing billions of transistors on a piece of silicon the size of a fingernail.
Why not copper, silver, or cobalt? These are all conductors — they allow electricity to flow freely and cannot be switched on and off the way transistors require. A transistor needs a material that can be in either a conducting or a non-conducting state, controllable by an external electrical signal. Semiconductors do exactly this; metals do not. Silver is far too expensive, cobalt is a conductor primarily used in battery cathodes, and copper — while used extensively for the wiring (interconnects) between transistors on a chip — is not the base substrate material.
Transistors: The Basic Switch
A transistor is the fundamental switching and amplifying element in a chip. It has three terminals: source, drain, and gate. A small voltage at the gate controls whether current can flow between source and drain — effectively a controllable switch. Modern chips use MOSFETs (Metal-Oxide-Semiconductor Field-Effect Transistors) arranged in billions of complementary pairs (CMOS technology) to implement binary logic.
The miniaturisation of transistors has followed Moore's Law — the empirical observation by Intel co-founder Gordon Moore that the number of transistors on a chip doubles roughly every two years. This drove exponential growth in computing power from the 1960s through the 2010s, though physical limits at sub-10-nanometre scales are making further shrinkage increasingly challenging.
Memory Hierarchy and Cache
The memory hierarchy is a design response to a fundamental tension: speed vs. capacity vs. cost. Registers (inside the CPU) can be accessed in one clock cycle but store only a few bytes. RAM (Random Access Memory) can store gigabytes but takes dozens of clock cycles to access. Hard disks or SSDs store terabytes but are orders of magnitude slower still.
Cache memory solves the bottleneck between registers and RAM. When a program runs, the processor predicts which data it will need next (based on recent access patterns) and pre-loads it into cache. Cache is typically built using SRAM (Static RAM) — faster and more expensive than the DRAM (Dynamic RAM) used for main memory.
Modern CPUs have three cache levels:
- L1 cache: a few kilobytes, cycle access time of 1–4 clock cycles, physically on the processor die
- L2 cache: hundreds of kilobytes to a few megabytes, slightly slower
- L3 cache: several megabytes (sometimes hundreds), shared between processor cores
When CGPSC 2024 asked which memory speeds up processing, the answer — cache memory — is grounded in this architecture. RAM, while faster than disk, is not primarily designed to speed up the CPU; it provides working memory for active programs. ROM (Read-Only Memory) is non-volatile storage used for firmware (BIOS/UEFI) and is not involved in processing speed.
| Memory Type | Speed | Capacity | Volatility | Primary Use |
|---|---|---|---|---|
| Registers | Fastest (1 cycle) | Bytes | Volatile | CPU arithmetic |
| Cache (L1/L2/L3) | Very fast | KB–MB | Volatile | Speed up CPU-RAM access |
| RAM (DRAM) | Fast | GB | Volatile | Active program data |
| ROM/EEPROM | Moderate | MB | Non-volatile | Firmware/BIOS |
| SSD | Moderate | TB | Non-volatile | Mass storage |
| HDD | Slow | TB | Non-volatile | Mass storage |
Data Communications and Networking
Signals, Modulation, and the Modem
Data communication is the science of transmitting information between devices. Human speech and analogue telephone networks use continuous waves; computers work with discrete binary signals (0s and 1s). Bridging these two worlds requires modulation and demodulation.
Modulation converts the digital bitstream into a signal form suitable for the transmission medium. Three classic forms exist:
- Amplitude Modulation (AM): The height (amplitude) of the carrier wave varies to encode information.
- Frequency Modulation (FM): The frequency of the carrier wave varies.
- Phase Modulation (PM): The phase of the wave shifts to encode bits.
Modern broadband systems use QAM (Quadrature Amplitude Modulation), which combines amplitude and phase changes to carry multiple bits per symbol, dramatically increasing throughput.
Tested in CGPSC 2019, the modem is the device that performs both modulation and demodulation. The word "modem" is itself a portmanteau of these two functions. When you send data, your modem modulates it onto the carrier; when you receive data, it demodulates the incoming carrier back to digital form.
The other CGPSC 2019 options — coaxial cable, fibre optic, and satellite — are all transmission media, not signal-processing devices. A coaxial cable is a physical wire with a copper core and metallic shielding. Fibre optic cable transmits pulses of light; it can carry modulated signals but is not itself the modulating device. A satellite relays signals between ground stations but does not perform modulation at the end-user level.
Network Topologies and Protocols
A computer network connects devices to share resources and information. Networks are classified by geographic scope:
- LAN (Local Area Network): confined to a building or campus
- MAN (Metropolitan Area Network): city-scale
- WAN (Wide Area Network): national or global — the internet is the largest WAN
The internet is built on the TCP/IP protocol suite:
- IP (Internet Protocol): assigns addresses to devices and routes packets
- TCP (Transmission Control Protocol): ensures reliable, ordered delivery of packets
- HTTP/HTTPS: application-layer protocols for web browsing
- DNS (Domain Name System): translates human-readable domain names to IP addresses
IP Addresses uniquely identify each device on a network. IPv4 uses 32-bit addresses (e.g., 192.168.1.1), giving approximately 4.3 billion unique addresses — now exhausted. IPv6 uses 128-bit addresses, providing a virtually unlimited address space.
Wireless Technologies
Wireless networking has evolved through several generations:
- Wi-Fi (IEEE 802.11): short-range wireless LAN using radio waves; 802.11ac (Wi-Fi 5) and 802.11ax (Wi-Fi 6) are current standards
- Bluetooth: very short-range personal area networking
- 4G LTE: fourth-generation mobile broadband
- 5G: fifth-generation mobile, offering sub-millisecond latency, enabling IoT and autonomous systems
| Technology | Range | Primary Use | Frequency Band |
|---|---|---|---|
| Bluetooth 5.0 | ~240 m | Personal devices | 2.4 GHz |
| Wi-Fi 6 (802.11ax) | ~60 m indoors | LAN | 2.4 / 5 GHz |
| 4G LTE | km-scale cells | Mobile broadband | 700 MHz–2.6 GHz |
| 5G | Varies (sub-6 GHz / mmWave) | High-speed, low-latency | 600 MHz–100 GHz |
| Satellite (LEO) | Global | Remote connectivity | Ku/Ka bands |
Cybersecurity: Threats, Defences, and DDoS
The Landscape of Cyber Threats
Cybersecurity encompasses the practices, technologies, and policies designed to protect computer systems, networks, and data from attacks, damage, and unauthorised access. As Chhattisgarh expands its e-governance infrastructure — digital land records (Bhu-Naksha), online citizen services, the CHIPS platform — the state's digital assets become potential targets.
Cyber threats are classified by their mechanism:
- Malware: malicious software including viruses, worms, trojans, ransomware, spyware
- Phishing: social engineering via deceptive emails or websites to steal credentials
- Man-in-the-Middle (MitM): intercepting communications between two parties
- SQL Injection: inserting malicious SQL code into a web application's database query
- Zero-Day Exploits: attacks exploiting vulnerabilities before a patch exists
- Denial of Service (DoS) and Distributed Denial of Service (DDoS): overwhelming a target with traffic
Understanding DDoS Attacks
The CGPSC 2021 question on DDoS attacks tested one of the most newsworthy cyber threats of the modern era. A Denial of Service (DoS) attack sends so many requests to a server that it cannot process legitimate ones — a single machine attacking one target. A Distributed DoS attack amplifies this by using thousands or millions of compromised machines (a botnet) coordinating simultaneously, making it far harder to simply block a single attacker IP.
The steps of a typical DDoS attack:
- The attacker infects vulnerable devices worldwide with malware, forming a botnet.
- The attacker sends a command to all botnet nodes to begin sending traffic to the target.
- The target receives traffic volumes far exceeding its bandwidth and processing capacity.
- Legitimate users experience timeouts and failures — the service is "denied."
Why is DDoS not a military attack system? It is purely a cyber attack — no physical damage, no kinetic component. Why is it not a computer game? The confusion might arise from the word "attack" in gaming contexts, but DDoS is emphatically a criminal cyber act. Why not "None of these"? Because the definition "a cyber attack" is precisely correct.
Defences Against DDoS
Modern defences include:
- Rate limiting: restricting the number of requests from a single IP per second
- Traffic scrubbing: routing traffic through a cleaning centre that filters malicious packets
- CDN (Content Delivery Network): distributing traffic across many servers globally
- Anycast network diffusion: spreading attack traffic across multiple data centres
- ISP-level filtering: blocking known attack traffic upstream
Other Significant Cyber Threats
Ransomware encrypts a victim's files and demands payment (often in cryptocurrency) for the decryption key. High-profile attacks have targeted hospitals, pipelines, and government agencies. India's AIIMS New Delhi suffered a ransomware attack disrupting services.
Phishing exploits human psychology. A convincing email appears to come from a trusted source (bank, government department) and tricks recipients into clicking malicious links or providing credentials. Spear phishing targets specific individuals with personalised information.
Advanced Persistent Threats (APTs) are sustained, stealthy intrusions by state-level actors to gather intelligence or position for future disruption — a major concern for national infrastructure.
India's Cybersecurity Framework
- CERT-In (Indian Computer Emergency Response Team): under the Ministry of Electronics and IT, coordinates incident response
- National Cyber Security Policy 2013: foundational policy framework
- IT Act 2000 (amended 2008): the primary legislation defining cyber crimes and their penalties
- National Critical Information Infrastructure Protection Centre (NCIIPC): protects critical sectors (energy, finance, telecom) from cyber threats
Operating Systems and Open-Source Software
What an Operating System Does
An operating system (OS) is the system software that manages a computer's hardware and software resources and provides common services for application programs. Key functions include:
- Process management: scheduling and executing programs
- Memory management: allocating RAM to processes and protecting memory spaces
- File system management: organising data in files and directories on storage devices
- Device management: providing driver interfaces for hardware peripherals
- User interface: shell (command-line) or graphical environment
The GNU Project and Free Software
Tested in CGPSC 2021, the GNU operating system question probed both factual knowledge and the ability to identify the false statement. The key facts:
GNU stands for "GNU's Not Unix" — a recursive acronym that playfully acknowledges the Unix inspiration while asserting independence. It was started by Richard Stallman at MIT in 1983. Stallman was motivated by his frustration with the proprietary software ecosystem, which he saw as restricting users' freedom. He founded the Free Software Foundation (FSF) in 1985 to support the project.
The critical design goal of GNU was Unix compatibility — GNU software was designed to be compatible with Unix so that Unix users could migrate easily. This is why the false statement tested in CGPSC 2021 was the claim that GNU "is not compatible with Unix." The correct fact is the opposite: GNU was explicitly designed to be Unix-compatible, just built from scratch with entirely free software components.
GNU is also definitively open-source: its code is released under the GNU General Public License (GPL), which requires that anyone who distributes modified versions must also release their changes under the GPL (the "copyleft" principle).
Linux and the GNU/Linux System
The GNU Project produced many components (compiler GCC, text editor Emacs, shell Bash) but its kernel — the OS core that manages hardware — was incomplete. In 1991, Finnish student Linus Torvalds independently wrote the Linux kernel and released it as free software. Combining the Linux kernel with GNU utilities produced the functional operating systems known as GNU/Linux distributions (Ubuntu, Fedora, Debian, Red Hat, etc.).
Today, GNU/Linux powers most of the world's servers, supercomputers, Android smartphones (Android uses the Linux kernel), and increasingly desktop computers. India's national supercomputing initiative and many state government servers run on Linux.
Open-Source vs. Proprietary Software
| Attribute | Open-Source | Proprietary |
|---|---|---|
| Source code | Publicly available | Restricted |
| Modification | Permitted (under licence) | Generally prohibited |
| Cost | Often free (though not always) | Usually paid |
| Examples | Linux, Firefox, LibreOffice | Windows, macOS, MS Office |
| Support | Community or commercial | Vendor-provided |
| Security | Community review; faster patching | Vendor controls patches |
| Licence examples | GPL, MIT, Apache | EULA |
Other Notable Operating Systems
- Windows: dominant desktop OS by Microsoft
- macOS: Unix-based OS by Apple
- Android: mobile OS based on Linux kernel, developed by Google
- iOS: mobile OS by Apple, Unix-derived
- FreeBSD: open-source OS not part of GNU/Linux lineage; Unix-derived
Biotechnology: Principles and Applications
Foundations of Modern Biotechnology
Biotechnology applies biological systems to solve practical problems. Its history spans millennia — fermentation for bread and alcohol is biotechnology in its oldest form. Modern biotechnology, however, is characterised by molecular precision: the ability to read, write, and edit genetic information.
The foundational discovery was the double helix structure of DNA by James Watson and Francis Crick in 1953, building on Rosalind Franklin's X-ray crystallography. DNA is the molecule that encodes hereditary information in four chemical letters (bases): adenine (A), thymine (T), guanine (G), and cytosine (C). The sequence of these bases along the two strands determines the blueprint for every protein in a living cell.
Key biotechnology tools:
- Recombinant DNA technology: cutting DNA with restriction enzymes and joining fragments from different organisms
- PCR (Polymerase Chain Reaction): amplifying specific DNA sequences millions of times in hours — the basis of COVID-19 testing
- Gene cloning: inserting a gene into a host organism (typically bacteria or yeast) to produce large quantities of a desired protein
- Transgenic organisms: organisms whose genome contains an inserted gene from another species
Microbial Biotechnology and Biopesticides
The CGPSC 2018 question asked which bacterium is a microbial insecticide — and the answer was Bacillus thuringiensis (Bt). This is the most important biopesticide globally.
Bt produces Cry proteins (previously called delta-endotoxins), encoded by cry genes. These proteins are synthesised as inactive protoxins, packaged as crystalline inclusions inside the bacterial cell. When insect larvae ingest them, alkaline conditions in the gut dissolve the crystals, proteolytic enzymes cleave the protoxins into active toxins, and the toxin binds to specific receptors on gut epithelial cells. This triggers pore formation, disrupting ion balance, causing cell death and gut lysis, ultimately killing the larva.
Crucially, Bt toxins are highly specific. Each Cry protein binds to receptors present only in certain insect orders:
- Cry1 proteins: Lepidoptera (moths, butterflies) — including cotton bollworm, stem borers
- Cry3 proteins: Coleoptera (beetles)
- Cry4 proteins: Diptera (mosquitoes, blackflies)
Mammals, birds, and other non-target organisms lack these receptors and are unaffected. This specificity makes Bt far safer than broad-spectrum chemical pesticides.
The other Bacillus species in the CGPSC 2018 question:
- Bacillus subtilis: a model organism for laboratory genetics; used in some bio-fungicides; not a significant insecticide
- Bacillus polymyxa: produces polymyxin antibiotics; soil bacterium with some plant-growth promotion
- Bacillus brevis: produces the antibiotic gramicidin; not used as an insecticide
Bt Cotton and Chhattisgarh Agriculture
Bt cotton was the first transgenic crop approved in India (2002) and has been planted across major cotton-growing states. The transgene encodes Cry1Ac protein, providing resistance to the bollworm complex (Helicoverpa armigera and Pectinophora gossypiella). Farmers in cotton-growing districts of Chhattisgarh's Surguja and Bastar divisions have access to Bt cotton hybrids. The technology reduces chemical insecticide applications by 40–70% in well-managed systems, lowering cost and environmental load.
However, secondary pests (mealy bugs, sucking insects) not controlled by Cry proteins have increased in some areas, and bollworm populations have developed resistance in some regions, necessitating refuge strategies (planting non-Bt cotton nearby to maintain susceptibility in wild populations).
Agricultural Biotechnology Broader Applications
Beyond Bt:
- Golden Rice: engineered to produce beta-carotene (provitamin A) in the grain, addressing vitamin A deficiency — still under regulatory review in several countries
- Herbicide-Tolerant Crops: engineered to tolerate specific herbicides (e.g., glyphosate-tolerant soy), allowing selective weed control
- Tissue Culture: asexual propagation of disease-free planting material at scale; widely used for banana, sugarcane, teak, and bamboo; relevant to Chhattisgarh's forestry sector
- Biofortification: breeding or genetic engineering to increase nutrient content; Zinc-biofortified wheat is available in India
- Biofertilisers: microbial preparations (Rhizobium, Azotobacter, mycorrhizae) that fix atmospheric nitrogen or solubilise phosphorus, reducing chemical fertiliser dependency
Medical Biotechnology
- Recombinant insulin: human insulin produced by genetically engineered E. coli or yeast — transformed diabetes management
- Monoclonal antibodies: highly specific antibodies produced by cloned immune cells; used in cancer therapy (trastuzumab for HER2+ breast cancer), autoimmune disease treatment, and diagnostics
- Vaccines: subunit vaccines use recombinant proteins rather than live pathogens (e.g., hepatitis B vaccine); mRNA vaccines (Pfizer-BioNTech and Moderna COVID-19 vaccines) deliver messenger RNA encoding the spike protein
- Gene therapy: replacing or correcting defective genes; Zolgensma (for spinal muscular atrophy) is the world's most expensive gene therapy, demonstrating the clinical reach of the technology
CRISPR-Cas9: The Gene Editing Revolution
CRISPR-Cas9 (Clustered Regularly Interspaced Short Palindromic Repeats and associated protein 9) is the most transformative biotechnology advance of the 2010s. Discovered in bacteria as an immune system against viruses, it was adapted by Jennifer Doudna and Emmanuelle Charpentier (jointly awarded the Nobel Prize in Chemistry 2020) into a precise gene editing tool.
CRISPR allows researchers to cut DNA at a specific site directed by a short RNA sequence, then insert, delete, or modify genes. The mechanism works in three steps:
- A guide RNA (gRNA) is designed to match the target DNA sequence. The gRNA is a short synthetic RNA that acts as an address label telling the Cas9 protein exactly where to go in the genome.
- The Cas9 protein (a molecular "scissors") binds the gRNA and is guided to the matching sequence in the genome, where it makes a precise double-strand break in the DNA.
- The cell's own DNA repair machinery then either repairs the break imprecisely (disabling the gene) or, if a template is provided, incorporates the desired sequence (inserting or correcting a gene).
Applications include:
- Creating disease models in laboratory animals
- Engineering crops for drought tolerance, disease resistance
- Developing gene therapies for sickle cell disease (clinical trials have achieved functional cures in patients)
- Developing diagnostics (CRISPR-based COVID tests called SHERLOCK and DETECTR)
- Producing disease-resistant livestock and aquaculture species
India's Department of Biotechnology is actively funding CRISPR research for crop improvement and disease treatment. The National Agri-Food Biotechnology Institute (NABI) at Mohali is among the leading centres for CRISPR-based crop research in India.
Fermentation Biotechnology and Industrial Applications
One of the oldest forms of biotechnology — fermentation — remains one of the most economically significant. Fermentation is the metabolic process by which microorganisms (bacteria, yeasts, fungi) convert organic compounds (sugars) into alcohol, acids, or gases under anaerobic or aerobic conditions.
Industrial biotechnology applications of fermentation include:
- Antibiotics: Penicillin was discovered when Alexander Fleming observed that Penicillium mold killed bacterial colonies in 1928. Today, most antibiotics — including penicillin, streptomycin, erythromycin — are produced by large-scale fermentation of bacteria or fungi.
- Enzymes: Proteases, amylases, and lipases produced by bacteria and fungi are widely used in detergents, textile processing, food manufacturing, and biofuel production.
- Biofuels: Yeast-mediated fermentation of sugarcane juice or corn starch produces ethanol. Bioethanol is blended with petrol in India's ethanol blending programme (targeting 20% blending by 2025). Chhattisgarh, with its significant sugarcane and maize production, contributes to ethanol supply chains.
- Bio-plastics: Microbial polyhydroxyalkanoates (PHAs) are biodegradable plastics produced by bacteria grown on agricultural waste — a promising solution to plastic pollution.
- Bioremediation: Microorganisms engineered or selected for their ability to degrade industrial pollutants — oil spills, heavy metals, pesticide residues — can clean contaminated soil and water. In Chhattisgarh, where mining operations (coal, iron ore, bauxite) generate industrial effluents, bioremediation has governance relevance.
Emerging Technologies: AI, IoT, Blockchain and Beyond
Artificial Intelligence and Machine Learning
Artificial Intelligence (AI) is the simulation of human cognitive functions — learning, reasoning, problem-solving, perception, language understanding — by computer systems. Machine Learning (ML) is a subset in which algorithms learn patterns from data without being explicitly programmed. Deep Learning uses artificial neural networks with many layers to process complex, high-dimensional data like images, speech, and text.
AI applications relevant to governance and Chhattisgarh:
- Forest monitoring: Satellite imagery analysed by AI to detect encroachment, fires, and deforestation in Chhattisgarh's significant forest cover (44% of state area)
- Chatbots for citizen services: AI-powered bots on government portals answering queries
- Predictive policing and surveillance: Used cautiously in Left Wing Extremism–affected zones
- Healthcare diagnostics: AI-assisted imaging for TB and cancer detection; relevant in tribal health centres with limited specialist doctors
- Agricultural advisory: AI-based apps providing crop health advice from smartphone photos
India's National AI Strategy (NITI Aayog, 2018) identifies healthcare, agriculture, education, smart cities, and transport as priority sectors.
Internet of Things (IoT)
The Internet of Things refers to the network of physical devices — sensors, cameras, vehicles, appliances — embedded with electronics, software, and connectivity that enables them to collect and exchange data. In agriculture, IoT sensors monitor soil moisture, temperature, and nutrient levels, enabling precision irrigation. Smart electricity meters transmit consumption data automatically. Wearable health monitors stream vital signs to hospitals.
Chhattisgarh's Smart Cities Mission work in Raipur and Bilaspur involves IoT elements: traffic sensors, smart streetlights that dim when roads are empty, and connected public utility monitoring.
Edge computing complements IoT by processing data near the source (at the "edge" of the network) rather than sending everything to a central cloud server — essential when network bandwidth or latency matters, such as in industrial automation or real-time traffic management.
Blockchain Technology
A blockchain is a distributed, append-only ledger of transactions maintained across a network of computers (nodes), secured by cryptographic hashes. Each "block" contains a set of transactions and a hash of the previous block, forming a chain. Altering any block invalidates all subsequent blocks, making the record tamper-evident.
Bitcoin introduced blockchain as the foundation of a decentralised cryptocurrency (2009). Since then, Ethereum and others have extended blockchain to smart contracts — self-executing code that runs when predefined conditions are met, without requiring an intermediary.
Government applications:
- Land registry: Andhra Pradesh and Telangana have piloted blockchain-based land records
- Supply chain traceability: tracking food, medicines, or goods from origin to consumer
- Voting: secure digital voting (still experimental)
- Credential verification: tamper-proof academic and professional certificates
Cloud Computing
Cloud computing delivers computing services — servers, storage, databases, networking, software, analytics — over the internet ("the cloud"), enabling on-demand access without owning physical infrastructure. Service models:
- IaaS (Infrastructure as a Service): virtual machines and storage (e.g., AWS EC2)
- PaaS (Platform as a Service): development environments (e.g., Google App Engine)
- SaaS (Software as a Service): delivered applications (e.g., Gmail, Microsoft 365)
India's MeghRaj (GI Cloud) initiative provides cloud infrastructure for government departments, reducing redundant IT investment. Chhattisgarh's state data centre connects to GI Cloud.
Nanotechnology
Nanotechnology manipulates matter at the scale of 1–100 nanometres (a nanometre is one-billionth of a metre). At this scale, quantum effects dominate and materials acquire novel properties. Applications include:
- Nanomedicines: nanoparticle drug delivery targeting cancer cells while sparing healthy tissue
- Nano-sensors: highly sensitive detectors for environmental pollutants or pathogens
- Nano-materials: carbon nanotubes and graphene for ultra-strong, lightweight composites
- Nano-agriculture: nano-encapsulated fertilisers and pesticides with controlled release
India's Nano Mission under the Department of Science and Technology funds R&D in nanomaterials and applications.
Quantum Computing
Quantum computers exploit quantum mechanical phenomena — superposition (a qubit can be both 0 and 1 simultaneously until measured) and entanglement (qubits can be correlated such that the state of one instantly affects another) — to perform certain calculations exponentially faster than classical computers.
Potential applications: breaking current encryption (a security concern), designing new drugs and materials, optimising complex logistics, financial modelling. India launched the National Quantum Mission (approved 2023) with a budget to develop quantum computers, quantum communication networks, and quantum sensing.
Drones and UAVs
Unmanned Aerial Vehicles (UAVs) or drones are aircraft operated remotely or autonomously. India's Drone Policy 2021 and Production Linked Incentive (PLI) scheme for drones are boosting domestic manufacture. In Chhattisgarh:
- Drones survey difficult terrain for forest management
- Janjatiya Suraksha Drones assist security operations in Naxal-affected districts like Bastar, Sukma, and Dantewada
- Agricultural drones spray pesticides over paddy and other crops, reducing labour in remote areas
- Survey drones support the PM Swamitva scheme for rural property mapping
Worked Examples & Applications
Working Through the DDoS Question (CGPSC 2021)
The question asked what a Distributed Denial of Service attack is, with three incorrect options: a computer game, a military attack system, and "none of these." The correct characterisation is that a DDoS attack is a cyber attack.
The reasoning here rewards anyone who parses the name carefully. "Denial of Service" tells you the goal is preventing a service from functioning. "Distributed" tells you the attack comes from many sources. The term "attack" itself signals malicious intent against an information system — placing it squarely in the category of cyber attacks. It shares nothing with a computer game: games involve user interaction within a designed system, not hostile overloading of external servers. It is also not a military attack system — DDoS does not require military infrastructure, cannot destroy physical assets, and is prosecuted under cyber crime law, not rules of armed conflict (though state-sponsored DDoS has been used as an instrument of geopolitical coercion, notably against Estonia in 2007 and Georgia in 2008).
Working Through the Microbial Insecticide Question (CGPSC 2018)
The question listed four Bacillus species and asked which one is a microbial insecticide. All four are gram-positive, spore-forming soil bacteria in the Bacillaceae family, which explains why this is a genuinely tricky question.
The distinguishing feature of Bacillus thuringiensis is the production of crystalline Cry proteins that are toxic to specific insect larvae. None of the other three species — subtilis, polymyxa, or brevis — possess this insecticidal Cry protein mechanism at commercially relevant levels. A student who knows only that "Bt is an insecticide" can answer correctly; a student who also understands the Cry protein mechanism will never confuse it with related species and will be equipped to answer follow-up questions about mechanism, specificity, and resistance management.
Working Through the Silicon Chip Question (CGPSC 2019)
This question tested knowledge of semiconductor materials. The phrasing "chips are made up of a thin layer of silicon" (as opposed to cobalt, silver, or copper) is directly derivable from understanding that:
- Chips require semiconductor material for their switching function.
- Silicon is the dominant semiconductor in commercial electronics.
- The chip is a thin wafer onto which circuits are photolithographically printed.
A student who understands the semiconductor principle — that the material must be switchable between conducting and non-conducting states — will rule out all three metallic options on principle, even without memorising that silicon is the specific material used.
Working Through the Modem Question (CGPSC 2019)
The question asked which device performs modulation and demodulation. The word "modem" is literally derived from "modulator-demodulator," making this a vocabulary question for those who know the term's etymology. The other options — coaxial cable, fibre optic, satellite — are transmission media, not signal-processing devices. Coaxial cable carries signals but does not process them. Fibre optic transmits light pulses but the conversion between optical and electrical signals (and between analogue and digital) is done by transceivers and modems at the ends of the fibre, not the fibre itself.
Working Through the GNU Question (CGPSC 2021)
This question asked what is NOT true about GNU. Three true statements were: GNU stands for "GNU's Not Unix"; it was started by Richard Stallman; it is open-source software. The false statement was that "it is not compatible with Unix."
To nail this question, a candidate needs to know the founding purpose of GNU: Stallman wanted a free (as in freedom) operating system that would be functionally compatible with Unix. The entire reason GNU replicated Unix tools (ls, cp, bash, gcc) was precisely to be Unix-compatible. The confusion might arise from the name "GNU's Not Unix," which sounds like dissociation — but "Not Unix" refers to the code being an independent rewrite (not derived from AT&T Unix), not to incompatibility with Unix conventions and interfaces.
Working Through the Cache Memory Question (CGPSC 2024)
The question asked which memory speeds up computer processing. Cache memory directly addresses the speed bottleneck between the fast CPU and the relatively slow RAM. RAM stores all active data but takes many clock cycles to access. Cache pre-loads the data the CPU is likely to need next, so the CPU retrieves it in one or two cycles instead of dozens. The speedup is dramatic: a modern CPU with good cache utilisation can be five to ten times faster on real workloads than the same processor would be with no cache.
ROM is the wrong answer because it is used for permanent firmware and is not involved in processing speed — the CPU does not use ROM during normal computation. RAM itself is not wrong in the sense that it is faster than disk, but RAM's purpose is working memory, not acceleration of the CPU's arithmetic cycles; that is specifically cache's job.
PYQ Trends & Patterns
What CGPSC Has Tested, Year by Year
The six PYQs from this subtopic span four examination cycles: 2018, 2019, 2021, and 2024. A clear pattern emerges from examining them together.
2018 saw biotechnology tested with the microbial insecticide question — specifically the identification of Bacillus thuringiensis among closely related Bacillus species. This required more than label recognition; it demanded knowledge of functional distinctions between species.
2019 produced two hardware/networking questions in a single paper: chip material (silicon) and modem function (modulation/demodulation). Both were factual-recall questions with one clearly correct answer and three physically plausible but functionally wrong distractors.
2021 jumped to cybersecurity and software philosophy: the DDoS attack definition and the GNU operating system false-statement question. Both required conceptual understanding rather than memorisation of lists — especially the GNU question, which tested whether the candidate understood the founding principle of the project well enough to identify a logical inconsistency.
2024 returned to hardware fundamentals with the cache memory question — testing knowledge of the memory hierarchy and which component serves the specific function of speeding up processing.
Dominant Themes
Three dominant themes emerge: computer hardware (chip, cache — two direct questions), data communications and security (modem, DDoS — two questions), and biotechnology/open-source (Bt, GNU — two questions). No single year has repeated a theme, suggesting breadth is valued over depth repetition.
The questions are uniformly framed as single-concept identification — "what is X?", "which of these is Y?", "what is false about Z?" — rather than multi-step reasoning or numerical computation. This pattern suggests the examiner values clarity of conceptual definitions.
Importantly, despite Chhattisgarh's strong IT infrastructure agenda, no question yet has asked about specific CG IT schemes or CHIPS. This may change as the state's digital profile rises.
Difficulty Calibration
The questions sit in a medium-difficulty band. They are not rote (simply recalling a date or number) nor are they analytically complex (requiring multi-step derivation). The most demanding were the GNU false-statement question (requiring ability to identify a logically inconsistent claim) and the microbial insecticide question (requiring differentiation within a genus). The easiest was arguably the modem question, where the etymology of the word itself guides the answer.
What Else Could Be Asked
Based on the trend of testing core IT hardware, networking, security, biotechnology, and software concepts, the following topics have high probability for upcoming papers:
Predicted questions & preparation strategy
See which topics are most likely to appear next — forecasted from years of PYQ patterns.
Unlock with Pro →Common Mistakes & Traps
Confusing Transmission Media with Signal-Processing Devices
A frequent error is listing coaxial cable, fibre optic, or satellite as the device that modulates signals. These are media — they carry signals — but they do not transform or generate them. The modem (or transceiver) does. Always ask: does this device actively process and transform the signal, or does it passively carry it?
Mixing Up Bacillus Species
Bacillus subtilis is perhaps the most commonly studied Bacillus in school biology, leading candidates to incorrectly select it as the insecticide. The distinguishing keyword is "microbial insecticide" — Bt is the only Bacillus species commercially deployed as an insecticide, due to its unique Cry protein mechanism. Subtilis is used in food fermentation and some biofungicide applications, not insect control.
Believing GNU is Incompatible with Unix
The name "GNU's Not Unix" sounds like a claim of incompatibility. It is actually a statement about legal and code independence — the GNU codebase was written without copying AT&T's proprietary Unix code. But functionally, GNU was designed to be a compatible replacement — programs written for Unix would run on GNU without modification. This is a classic "sounds right but is wrong" trap.
Cache vs. RAM as "the" Speed Memory
Some students conflate RAM with the answer to "which memory speeds up processing?" RAM is faster than disk storage, but the question specifically asks about speeding up the CPU, not the overall system. Cache is the specific memory layer whose design purpose is to accelerate CPU data access. When a question mentions "speed up processing" in the context of the processor, cache is the answer.
DDoS as a Physical or Military Attack
The inclusion of "military attack system" as a distractor seems unlikely to fool most candidates, but "None of these" is a subtler trap. Some candidates, uncertain about whether DDoS is classified strictly as a "cyber attack," might hedge toward "None of these." The phrase "cyber attack" is the standard industry and legal classification for DDoS — it causes harm to information systems through digital means, which is the definition of a cyber attack.
Open-Source = Free of Cost
Open-source software is often free of charge, but the defining property is access to source code and freedom to modify and redistribute — not price. Red Hat Enterprise Linux is open-source and commercially sold. Similarly, free software (as Stallman defines it) means freedom, not price — hence the GNU motto "free as in freedom, not free as in beer."
Memory Aids & Mnemonics
Mnemonic 1: SCRAM — Computer Memory Hierarchy (Fastest to Slowest)
S-C-R-A-M: Speedy Cache beats RAM And Mass-storage
- Speedy = Speed (the concept)
- Cache = Cache memory (L1/L2/L3)
- RAM = Random Access Memory
- And = (connector)
- Mass-storage = HDD/SSD
Recall: "SCRAM — when the CPU needs data fast, the order it checks is Cache → RAM → Mass."
Mnemonic 2: MODem = MODulate + DEModulate
The word "modem" literally encodes its function. Split it: MODulate + demodulate → MODem. When you see "modem" on an exam, read it as two verbs already merged. This eliminates any question asking "which device does both modulation and demodulation?" — the answer is in the name.
Mnemonic 3: BT KILLS BUGS — Bacillus thuringiensis as an insecticide
BT KILLS BUGS: Bacillus Thuringiensis Kills Insect Larvae with Lysis Specifically
Remember: it is the only Bacillus that KILLS bugs commercially. Other Bacillus species (subtilis, polymyxa, brevis) do not.
Mnemonic 4: GNU-RSC — GNU facts checklist
GNU stands for recursive acronym ("GNU's Not Unix") Richard Stallman started it (1983) Unix-compatible by design (not incompatible — the trap) Source code is open (free/open-source) Copyleft licence (GPL)
When a "what is NOT true about GNU" question appears, run through GNU-RSC. Any claim that contradicts U (Unix-compatible), R (Stallman), or S (open-source) is the false statement.
Quick Revision
Hardware Essentials
- Computer chips are made of a thin layer of silicon (semiconductor, not a metal)
- Cache memory speeds up CPU processing by storing frequently accessed data close to the processor
- Memory hierarchy (fastest to slowest): Registers → Cache → RAM → SSD/HDD
- Cache levels: L1 (fastest, smallest), L2, L3 (largest, shared)
Networking and Modems
- Modem = Modulator + Demodulator; converts digital ↔ analogue for transmission
- Modulation varies amplitude (AM), frequency (FM), or phase (PM) of carrier waves
- Coaxial cable, fibre optic, satellite = transmission media (not modulating devices)
- IPv4 (32-bit, ~4 billion addresses), IPv6 (128-bit, vast addresses)
Cybersecurity
- DDoS = Distributed Denial of Service = a cyber attack using botnets to flood a target
- DoS = single source; DDoS = many sources (distributed botnet)
- India's cyber response: CERT-In, IT Act 2000, NCIIPC
- Other threats: ransomware, phishing, MitM, SQL injection, zero-day
GNU and Open-Source
- GNU = "GNU's Not Unix" (recursive acronym, Unix-compatible, open-source)
- Started by Richard Stallman, 1983, at MIT; Free Software Foundation 1985
- GNU + Linux kernel = GNU/Linux operating systems (Ubuntu, Fedora, etc.)
- Key false statement to watch: GNU is NOT incompatible with Unix — it was designed to be compatible
Biotechnology
- Bacillus thuringiensis (Bt) = microbial insecticide via Cry proteins; specific to insect orders
- Bt cotton approved in India 2002 — controls bollworm, reduces chemical pesticide use
- Bt subtilis, polymyxa, brevis = NOT insecticides
- CRISPR-Cas9 = gene editing tool; Nobel 2020 (Doudna and Charpentier)
- Recombinant DNA, PCR, tissue culture, biofertilisers = core modern biotech tools
Emerging Technologies
- AI/ML: learning from data; applications in forest monitoring, healthcare, agriculture
- IoT: networked physical devices; smart meters, sensors, city infrastructure
- Blockchain: distributed ledger; tamper-resistant; used in land records, cryptocurrency
- Cloud: IaaS/PaaS/SaaS; India's MeghRaj (GI Cloud) for government
- 5G: high-speed, low-latency mobile; enables autonomous systems and IoT at scale
- Quantum computing: qubits use superposition and entanglement; India's National Quantum Mission 2023
- Drones: forest monitoring, agricultural spraying, PM Swamitva in Chhattisgarh
CG-Specific Links
- CHIPS (Chhattisgarh Infotech Promotion Society) manages state IT infrastructure
- Raipur Smart City: IoT-enabled traffic and utilities
- Drone use in Bastar division for security and agricultural surveys
- Bt cotton in Surguja and other cotton-growing CG districts
- State data centre connected to MeghRaj (GI Cloud)