Table of Contents
Introduction
ICT abbreviations look difficult because they are short, but the ideas behind them are very simple.
UGC NET Paper-1 often checks whether you know the correct full form, the correct use, and the correct difference between similar terms.
This tutorial groups terms topic-wise so you remember them by meaning and use, not by blind memorization.
In Real Life: We use terms like Wi-Fi, OTP, QR code, GPS, and cloud storage daily while studying, banking, and communicating.
Exam Point of View: Most traps come from similar pairs like RAM vs ROM, router vs switch, HTTP vs HTTPS, and authentication vs authorization.
1. Core ICT Terms
1.1 ICT, IT, ITES
ICT is wider than IT because it includes communication technologies like networks and internet.
| Term | Full Form | Simple Meaning | Example |
|---|---|---|---|
| ICT | Information and Communication Technology | Technology + communication tools | Online class using laptop + internet |
| IT | Information Technology | Technology for storing and processing information | Database and software in office |
| ITES | IT Enabled Services | Services delivered using IT | BPO, online customer support |
1.2 Data vs Information vs Knowledge
These three are asked in definition and statement-based questions.
| Term | Simple Meaning | Quick Example |
|---|---|---|
| Data | Raw facts without meaning | “45, 60, 70” |
| Information | Data arranged with meaning | “Average marks = 58.3” |
| Knowledge | Understanding based on information and experience | “Students need practice in Unit-4 topics” |
Extra terms that help in tricky questions:
- Structured Data: Data in fixed format like tables (Excel marks sheet).
- Unstructured Data: Data without fixed format like videos, images, emails.
- Metadata: “Data about data” like file size, created date, author name.
1.3 Digitization vs Digitalization vs Digital Transformation
Many learners confuse these because the words look similar.
- Digitization: Converting analog content to digital form. Example: scanning a paper document into a PDF.
- Digitalization: Using digital tools to improve an existing process. Example: using an online attendance system instead of manual registers.
- Digital Transformation: A bigger change where the whole system is redesigned using digital technology. Example: a university shifting to blended learning, LMS, online evaluation, and digital administration.
Exam Point of View: If the question says “conversion” it is digitization, if it says “process improvement” it is digitalization, and if it says “complete redesign of work culture/system” it is digital transformation.
1.4 Cloud, IoT, AI/ML, Big Data, AR/VR
These are commonly asked in match-the-following and application-based MCQs.
| Term | Full Form | Simple Meaning | Example |
|---|---|---|---|
| Cloud | — | Using online servers for storage and services | Google Drive, AWS |
| IoT | Internet of Things | Internet-connected devices | Smartwatch, smart bulb |
| AI | Artificial Intelligence | Machines doing smart tasks | Chatbots, recommendations |
| ML | Machine Learning | AI that learns patterns from data | Spam detection |
| Big Data | — | Very large and fast data sets | E-commerce clicks and logs |
| AR | Augmented Reality | Digital layer over real world | Camera filters |
| VR | Virtual Reality | Fully virtual environment | VR labs and simulations |
Related modern terms you should also know:
- API: Application Programming Interface, meaning a “connector” that lets apps talk to each other.
- LMS: Learning Management System, meaning a platform for courses, tests, and tracking learning.
- MOOC: Massive Open Online Course, meaning a large online course open to many learners.
- ERP: Enterprise Resource Planning, meaning software that manages institution processes like finance and HR.
2. Computer and Hardware Terminology
2.1 CPU and its internal units
CPU is the “brain” of the computer that executes instructions.
| Term | Full Form | Simple Meaning | Key Use |
|---|---|---|---|
| CPU | Central Processing Unit | Executes instructions | Processing and control |
| ALU | Arithmetic Logic Unit | Calculates and compares | Arithmetic + logic |
| CU | Control Unit | Controls operations | Directs data flow |
| Register | — | Very fast small storage inside CPU | Holds immediate data |
| Cache | — | Very fast memory near CPU | Speeds up processing |
Helpful CPU performance words for MCQs:
- Core: Processing unit inside CPU (more cores can help multitasking).
- Clock Speed (GHz): How fast cycles run, but speed alone is not the full performance.
- Bus: Path that carries data between components.
2.2 RAM, ROM, and memory types
RAM vs ROM is one of the most repeated confusion pairs.
| Term | Full Form | Simple Meaning | Property |
|---|---|---|---|
| RAM | Random Access Memory | Temporary working memory | Volatile |
| ROM | Read Only Memory | Permanent basic startup instructions | Non-volatile |
| Cache | — | Fast memory for frequently used data | Very fast, small |
Extra memory terms:
- DRAM: Dynamic RAM, commonly used as main memory.
- SRAM: Static RAM, faster and used for cache.
2.3 HDD, SSD, and storage terms
| Term | Full Form | Simple Meaning | Key Point |
|---|---|---|---|
| HDD | Hard Disk Drive | Storage with spinning disk | Slower, cheaper |
| SSD | Solid State Drive | Storage using chips | Faster, costlier |
| TB/GB/MB/KB | — | Storage units | Used to measure capacity |
More storage abbreviations that can appear in exams:
- USB: Universal Serial Bus, used for connecting devices.
- SD Card: Secure Digital card, used in phones and cameras.
- NAS: Network Attached Storage, storage shared on a network.
- RAID: Redundant Array of Independent Disks, used for performance or safety by combining disks.
2.4 Input/Output and common ports
| Term | Full Form | Meaning | Example |
|---|---|---|---|
| I/O | Input/Output | Data enters or leaves the system | Keyboard and monitor |
| HDMI | High-Definition Multimedia Interface | Audio + video interface | Laptop to TV |
| VGA | Video Graphics Array | Older video connector | Projector link |
| BIOS | Basic Input/Output System | Older boot firmware | Startup program |
| UEFI | Unified Extensible Firmware Interface | Modern boot firmware | Secure boot support |
Exam Point of View: BIOS and UEFI are not operating systems; they are startup firmware that runs before the OS loads.
3. Software and Operating System Terminology
3.1 OS, application software, and utilities
| Term | Full Form | Simple Meaning | Example |
|---|---|---|---|
| OS | Operating System | Manages hardware and runs programs | Windows, Linux, Android |
| App | Application | Software for user tasks | Browser, calculator |
| Utility | — | Tool for system maintenance | Antivirus, backup tool |
3.2 GUI, CLI, and common software terms
| Term | Full Form | Simple Meaning | Example |
|---|---|---|---|
| GUI | Graphical User Interface | Icons and windows interface | Clicking menus |
| CLI | Command Line Interface | Text command interface | Terminal |
| Open Source | — | Source code is publicly available | Linux |
| Proprietary | — | Owned and controlled by a company | Many paid tools |
3.3 File formats and compression
| Term | Full Form | Use |
|---|---|---|
| Portable Document Format | Documents | |
| JPG/JPEG | — | Photos |
| PNG | — | Images with transparency |
| MP3 | — | Audio |
| MP4 | — | Video |
| ZIP | — | Compressed file container |
| CSV | Comma-Separated Values | Data in spreadsheet style |
4. Networking Terminology
4.1 Network types by coverage area
| Term | Full Form | Coverage | Example |
|---|---|---|---|
| PAN | Personal Area Network | Very small area | Bluetooth between phone and earbuds |
| LAN | Local Area Network | Building or campus | Computer lab network |
| MAN | Metropolitan Area Network | City | City-wide network |
| WAN | Wide Area Network | Large geographic area | Internet (largest WAN) |
| WLAN | Wireless LAN | LAN using Wi-Fi | Home Wi-Fi network |
4.2 Networking devices and their roles
| Device | Simple Meaning | Where it fits |
|---|---|---|
| Switch | Connects devices inside a LAN | Internal network |
| Router | Connects different networks | LAN to internet |
| Modem | Connects your network to ISP line | Fiber/DSL connection |
| Gateway | Entry/exit point between networks | Network translation |
| Access Point (AP) | Provides Wi-Fi access | Campus Wi-Fi |
| Repeater | Boosts signal range | Extends Wi-Fi area |
4.3 Bandwidth, speed, latency, and jitter
These are asked as “difference” questions.
- Bandwidth: Maximum capacity of a connection, usually measured in Mbps or Gbps.
- Speed (Throughput): Real data transfer you actually get at a moment.
- Latency: Delay in data travel, important for video calls and gaming.
- Jitter: Variation in delay, which makes calls sound broken.
Situational Example: Two students have the same internet plan, but one gets slow video calls because many devices share the Wi-Fi and latency becomes high during peak usage.
4.4 Important addressing and setup terms
| Term | Full Form | Meaning |
|---|---|---|
| IP | Internet Protocol | Addressing system for devices |
| IPv4 | Internet Protocol version 4 | Older IP format |
| IPv6 | Internet Protocol version 6 | Newer, larger address system |
| MAC | Media Access Control | Hardware address of device |
| DHCP | Dynamic Host Configuration Protocol | Auto assigns IP addresses |
| NAT | Network Address Translation | Maps private IPs to public IP |
| VPN | Virtual Private Network | Secure private tunnel |
5. Web and Internet Terminology
5.1 WWW, URL, ISP
| Term | Full Form | Simple Meaning |
|---|---|---|
| WWW | World Wide Web | Web pages on the internet |
| URL | Uniform Resource Locator | Web address |
| ISP | Internet Service Provider | Company providing internet |
5.2 DNS, TCP/IP, and how the web actually opens
| Term | Full Form | Meaning |
|---|---|---|
| DNS | Domain Name System | Converts domain name to IP |
| TCP | Transmission Control Protocol | Reliable data transfer |
| TCP/IP | Transmission Control Protocol / Internet Protocol | Internet communication base |
5.3 Protocols used on the internet
| Term | Full Form | Use |
|---|---|---|
| HTTP | HyperText Transfer Protocol | Website data transfer |
| HTTPS | HyperText Transfer Protocol Secure | Secure web transfer |
| FTP | File Transfer Protocol | File transfer |
| SMTP | Simple Mail Transfer Protocol | Sending email |
| POP3 | Post Office Protocol v3 | Receiving email (download style) |
| IMAP | Internet Message Access Protocol | Receiving email (sync style) |
5.4 Website building terms that appear in ICT questions
| Term | Full Form | Meaning |
|---|---|---|
| HTML | HyperText Markup Language | Structure of web page |
| CSS | Cascading Style Sheets | Design and layout |
| JS | JavaScript | Interactivity |
| CMS | Content Management System | Website management system |
| CDN | Content Delivery Network | Faster delivery via nearby servers |
Exam Point of View: WWW is not the same as the internet. The internet is the network of networks, and the web is one service that runs on top of the internet.
6. Mobile and Wireless Terminology
6.1 Cellular standards and generations
| Term | Full Form | Meaning |
|---|---|---|
| GSM | Global System for Mobile communications | Cellular standard |
| CDMA | Code Division Multiple Access | Cellular access method |
| 3G/4G/5G | — | Mobile network generations |
| LTE | Long Term Evolution | Common 4G technology |
| VoLTE | Voice over LTE | Calling using 4G LTE |
6.2 Short-range wireless technologies
| Term | Full Form | Best Use |
|---|---|---|
| Wi-Fi | Wireless Fidelity (common usage name) | Internet via WLAN |
| Bluetooth | — | PAN connections |
| NFC | Near Field Communication | Tap to pay and quick pairing |
6.3 OTP, QR code, and payment terms
| Term | Full Form | Meaning |
|---|---|---|
| OTP | One Time Password | Valid for one login or one transaction |
| QR Code | Quick Response Code | Scannable 2D code |
| UPI | Unified Payments Interface | Real-time payments system |
7. Cybersecurity and Safety Terminology
7.1 Malware family and differences
| Term | Meaning | Key Idea |
|---|---|---|
| Malware | Malicious software | Umbrella term |
| Virus | Attaches to a file | Often needs user action |
| Worm | Self-spreads in networks | Spreads automatically |
| Trojan | Looks genuine, harmful inside | Disguised software |
| Spyware | Secretly collects data | Tracks user activity |
| Ransomware | Locks files for money | Demands payment |
7.2 Security tools and protective methods
| Term | Meaning | Simple Example |
|---|---|---|
| Firewall | Filters network traffic | Blocks unsafe access |
| Antivirus | Detects and removes malware | Scans files |
| Patch | Security fix update | OS update |
| Backup | Copy of data | Cloud backup |
7.3 Authentication vs Authorization (and AAA)
- Authentication: “Who are you?” Identity proof using password, OTP, biometrics, or 2FA.
- Authorization: “What can you do?” Permission like view, edit, delete.
- Accounting: Tracking actions like logs and usage records.
Exam Point of View: Authentication comes before authorization, because the system must know who you are before giving permissions.
7.4 Encryption, hashing, and digital signature
| Term | Simple Meaning | Use |
|---|---|---|
| Encryption | Converts readable data into secret form | Secure messages |
| Decryption | Converts secret form back | Reading secured data |
| Hashing | One-way conversion for verification | Password storage |
| Digital Signature | Proof of sender + integrity | Authentic e-documents |
| SSL/TLS | Security protocols used in HTTPS | Safe web browsing |
7.5 Common cyber attack terms
| Term | Meaning |
|---|---|
| Phishing | Fake message to steal data |
| Spoofing | Fake identity like fake caller ID |
| DoS/DDoS | Overloading a service to stop it |
| Brute Force | Trying many passwords automatically |
8. Cloud, Data, and Emerging Tech Terms
8.1 Cloud service models and deployment models
| Term | Full Form | Meaning |
|---|---|---|
| IaaS | Infrastructure as a Service | Rent servers, storage, networks |
| PaaS | Platform as a Service | Platform to build and run apps |
| SaaS | Software as a Service | Software delivered online |
Deployment models that appear in MCQs:
- Public Cloud: Shared services over internet.
- Private Cloud: Dedicated to one organization.
- Hybrid Cloud: Mix of public and private.
8.2 Virtualization and container terms
| Term | Meaning |
|---|---|
| VM | Virtual Machine |
| Hypervisor | Virtualization manager |
| Container | Lightweight app package |
8.3 Data processing and analytics terms
| Term | Full Form | Meaning |
|---|---|---|
| DBMS | Database Management System | Manages databases |
| RDBMS | Relational DBMS | Table-based database |
| SQL | Structured Query Language | Query language for databases |
| ETL | Extract Transform Load | Data pipeline steps |
| BI | Business Intelligence | Reporting and analysis |
8.4 Standards and bodies (often asked in one-line MCQs)
| Term | Full Form | Role |
|---|---|---|
| IEEE | Institute of Electrical and Electronics Engineers | Networking and tech standards |
| IETF | Internet Engineering Task Force | Internet protocol standards |
| W3C | World Wide Web Consortium | Web standards like HTML |
| ISO | International Organization for Standardization | Quality and security standards |
Key Points – Takeaways
- ICT includes both information handling and communication tools like networks and internet.
- IT is mainly about storing and processing information, while ITES is service delivery using IT.
- Data is raw facts, information is organized meaning, and knowledge is understanding for action.
- Digitization converts content into digital form, while digitalization improves a process using digital tools.
Exam Point of View: When options look similar, identify the “action word” like convert, improve, redesign, permission, verify. - CPU contains ALU for calculations and CU for control, and cache improves speed.
- RAM is volatile and used for working, while ROM is non-volatile and stores startup instructions.
- HDD is slower because it is mechanical, and SSD is faster because it is chip-based.
- LAN covers a building or campus, MAN covers a city, and WAN covers large areas.
Exam Point of View: Router vs switch and LAN vs WAN are frequent traps, so remember them by function and area. - Switch connects devices inside a LAN, while router connects networks.
- DNS converts domain names into IP addresses, so browsers can find servers.
- HTTP is normal web transfer, while HTTPS adds SSL/TLS security for safe transfer.
- Wi-Fi is for WLAN internet access, Bluetooth is for PAN connections, and NFC is for very short-range tap actions.
Exam Point of View: If a question mentions “secure browsing” or “login/payments,” HTTPS and encryption terms become the best fit. - Malware includes virus, worm, trojan, spyware, and ransomware, but their spreading method differs.
- Authentication verifies identity, and authorization controls permissions after login.
- Encryption protects data during transfer, hashing helps verify data without revealing the original.
Quick One-shot Revision Notes
- ICT, IT, ITES are scope-based terms, so learn them by what they include.
- Data, information, knowledge form a ladder of meaning and action.
- Digitization is conversion, digitalization is improvement, and digital transformation is redesign.
- CPU uses ALU and CU, and cache makes processing faster.
- RAM is temporary, ROM is permanent, SSD is faster than HDD.
- LAN is local, MAN is city, WAN is wide, and WLAN is wireless LAN.
- Switch is inside LAN, router connects networks, modem connects to ISP line.
- Bandwidth is capacity, speed is actual transfer, latency is delay, jitter is variation in delay.
- DNS is name to IP, TCP/IP is the base protocol suite of the internet.
- HTTP is normal, HTTPS is secure using SSL/TLS.
- SMTP sends email, IMAP/POP3 receive email.
- Wi-Fi, Bluetooth, NFC are wireless tools with different range and purpose.
- Malware types differ by how they spread and how they hide.
- Authentication is identity proof, authorization is permission control.
- Encryption hides data, hashing verifies data in one direction.
Examples
Example 1
A teacher uploads notes to Google Drive and shares the link in the class group. Students open the URL on phone or laptop and the same file remains synced because cloud storage stores it online. This example connects cloud, URL, and ICT use in education in one simple process.
Example 2
In a college computer lab, all computers connect to a switch to form a LAN. The router connects that LAN to the internet service provided by the ISP. When students type a website name, DNS converts it into an IP address so the browser can reach the server.
Example 3
A student scans a QR code to pay through UPI. The payment app uses encryption so the transaction data is protected while travelling over the network. The OTP adds an extra layer of authentication so that a thief cannot complete payment using only the phone.
Example 4
Ravi received an email that looked official and said his account would be blocked if he did not verify immediately. He clicked the link and entered his password, and later his account was accessed by someone else. His friend explained it was phishing, and Ravi enabled 2FA, checked HTTPS, and stopped clicking unknown links. After that, Ravi started verifying URLs and using strong passwords, which reduced his risk.
Mini Practice
Q1) Which option correctly matches the network type with its coverage area?
A) PAN: City level
B) LAN: Building or campus
C) MAN: Home room
D) WAN: Personal device area
Answer: B
Explanation: LAN covers a limited area like a building or campus, while PAN is personal range and WAN is very large range.
Q2) Which pair is correct?
A) RAM: Non-volatile memory
B) ROM: Temporary working memory
C) SSD: Solid State Drive
D) HDD: High Data Drive
Answer: C
Explanation: SSD stands for Solid State Drive, RAM is volatile, and ROM is non-volatile.
Q3) A router and a switch differ mainly because a router connects networks while a switch connects devices inside a network. Which statement is correct?
A) Router works only inside a LAN
B) Switch connects different networks
C) Router connects different networks
D) Switch is the same as modem
Answer: C
Explanation: A switch is mostly used within a LAN, while a router connects different networks like LAN and the internet.
Q4) Assertion (A): HTTPS is safer than HTTP for online transactions. Reason (R): HTTPS uses SSL/TLS to encrypt data during transfer.
A) Both A and R are true, and R explains A
B) Both A and R are true, but R does not explain A
C) A is true, R is false
D) A is false, R is true
Answer: A
Explanation: HTTPS adds SSL/TLS encryption, which protects sensitive data like passwords and card details during transfer.
Q5) A student receives a message saying “Your account is locked, click here to reset” and the link looks suspicious. What is this attack called?
A) Phishing
B) Backup
C) Firewall
D) Compression
Answer: A
Explanation: Phishing uses fake messages and links to trick users into sharing passwords or personal information.
FAQs
What is the easiest way to remember ICT abbreviations?
Learn them in groups like hardware, networking, web, mobile, and security, and revise with one real example each.
Is ICT different from IT in UGC NET?
Yes, ICT includes communication tools like networks and internet, while IT focuses more on information processing systems.
Why do questions ask RAM vs ROM so often?
Because both are memory terms, but RAM is temporary and ROM is permanent, so it is a classic confusion pair.
What is the simplest meaning of DNS?
DNS converts a website name into an IP address so your browser can find the correct server.
What is the key difference between authentication and authorization?
Authentication proves identity, while authorization decides permissions after identity is confirmed.
Why is HTTPS important?
HTTPS encrypts data using SSL/TLS, which protects passwords and transactions during transfer.
