Elections & Political Process — Electoral System
Free study material · concepts, shortcuts & solved questions
Why This Chapter Matters
Computer Awareness is not a side topic in IBPS and SBI Clerk exams; it is often a dedicated section worth 20 to 25 marks on its own, and even when it's folded into General Awareness, it still carries five to ten marks reliably every attempt. Banking is now almost entirely computer-driven work: every transaction you'll process as a clerk runs through a core banking system, every customer interaction touches an ATM, a card network, or a mobile app. Examiners test this section hard because they genuinely want to know if you can operate in that environment from day one.
The material in this chapter splits into two halves: general computer literacy (hardware, software, networking, MS Office) that any competitive exam tests, and banking-specific IT terms (CBS, ATM networks, cybersecurity, data protection) that only a banking exam tests this precisely. The single biggest mistake aspirants make is treating this section as "common sense" and skipping structured revision, only to lose easy marks on precise definitions: the exact difference between RAM and ROM, between a virus and a worm, between phishing and vishing. These are one-line facts you either know cold or you don't; there's no reasoning your way to the correct option under time pressure. Learn the exact wording once, and these marks become the easiest in the entire paper.
1. Computer Fundamentals — What a Computer Actually Is
A computer is an electronic device that accepts data as input, processes it according to a set of instructions, and produces output. The basic cycle is always Input → Process → Output → Storage, sometimes called the IPOS cycle. Every computer, from a smartphone to a supercomputer, follows this same fundamental loop.
The Central Processing Unit (CPU) is the "brain" of the computer, and it has three core components: the Arithmetic Logic Unit (ALU), which performs calculations and logical comparisons; the Control Unit (CU), which directs the operation of the processor, telling other components what to do and when; and registers, small, extremely fast storage locations inside the CPU that hold data actively being worked on.
Think of the CPU the way you'd think of a branch manager running a busy bank branch. The Control Unit is the manager giving instructions to each counter. The ALU is the calculator doing the actual arithmetic on transaction amounts. Registers are the manager's own desk, holding only what's needed right now, because a desk that tried to hold every file in the branch would be useless.
Exam trap: Students often assume the CPU IS the computer. In exam language, the CPU is one specific component; the term "computer system" includes CPU, memory, storage devices, input/output devices, and peripherals together.
2. Memory Types — RAM, ROM, and the Storage Hierarchy
RAM (Random Access Memory) is volatile memory: it stores data only while the computer is powered on, and everything in RAM is lost the instant power is cut. RAM holds the programs and data the CPU is actively using right now, which is why more RAM generally means a computer can juggle more running programs smoothly.
ROM (Read Only Memory) is non-volatile: its contents survive a power-off, and it typically holds firmware, including the BIOS (Basic Input Output System), which is the first program that runs when you switch on a computer, checking hardware and loading the operating system.
Memory hook: "RAM Runs Away, ROM Remembers." RAM's contents run away (disappear) the moment power is cut; ROM remembers, even without power. This single phrase resolves nearly every RAM-vs-ROM question you'll face.
Beyond RAM and ROM, exams test the broader memory hierarchy, ranked by speed and cost: registers (fastest, most expensive, smallest capacity, inside the CPU), cache memory (very fast, sits between CPU and RAM, stores frequently accessed data to speed up processing), primary memory / RAM (fast, moderate cost, volatile), and secondary storage (hard disks, SSDs, slower but non-volatile and far cheaper per unit of storage, holding data permanently until deliberately deleted).
Exam trap: Cache memory is often confused with RAM. Cache sits closer to the CPU than RAM does and is faster but much smaller; RAM is the computer's general-purpose working memory. Both are volatile, which is where the confusion usually starts, but they serve very different roles in the speed hierarchy.
3. Hardware vs Software
Hardware refers to the physical, tangible components of a computer: the CPU, monitor, keyboard, mouse, hard disk, motherboard, and so on, anything you can physically touch and hold. Software refers to the set of instructions, programs, and data that tell hardware what to do; you cannot touch software directly, only interact with it through hardware.
Software divides into two broad categories. System software manages the computer's own resources and provides a platform for other software to run; the Operating System (OS) is the most important example, alongside device drivers and utility programs. Application software performs specific tasks for the end user: word processors, spreadsheets, web browsers, banking applications.
Common operating systems tested in exams include Windows, Linux (open-source, widely used in servers and increasingly in banking back-end infrastructure precisely because of its stability and security track record), macOS, and mobile operating systems Android and iOS.
Memory hook: "Hardware you can hit, software you can't." A slightly playful but genuinely useful line: hardware is the physical object you could literally strike with your hand; software is the invisible instruction set running inside it.
4. Input, Output, and Storage Devices
Input devices feed data into the computer: keyboard, mouse, scanner, microphone, joystick, and, specific to banking, the MICR (Magnetic Ink Character Recognition) reader used to read cheques, and barcode/QR scanners used at point-of-sale terminals.
Output devices present processed data to the user: monitor, printer, speaker, and plotter (used for large-format printing, like architectural drawings).
Storage devices hold data long-term. Primary storage is RAM, directly accessible by the CPU. Secondary storage includes hard disk drives (HDD), solid-state drives (SSD, faster than HDD because they have no moving mechanical parts), and removable media like USB flash drives and, historically, CDs and DVDs (now largely obsolete in practice but still occasionally tested).
Exam trap: A common trick question asks whether a printer is an input or output device. It is strictly an output device: it takes data from the computer and produces it in physical, printed form, never the reverse.
5. MS Office Essentials for Bank Exams
Microsoft Word is a word processor used for document creation. Key exam-tested facts: the default file extension is .docx (older versions used .doc); the keyboard shortcut Ctrl+B applies bold, Ctrl+I applies italics, Ctrl+U applies underline; Ctrl+S saves a document; Ctrl+Z undoes the last action, and Ctrl+Y redoes it.
Microsoft Excel is a spreadsheet application used for data organisation, calculation, and analysis, heavily relevant to banking work since so much financial data lives in spreadsheets before it's formally processed. A worksheet is organised into rows (horizontal, labelled with numbers) and columns (vertical, labelled with letters); a cell is the intersection of a row and column, addressed like A1 or B2. Common functions tested include SUM() (adds a range of values), AVERAGE() (calculates the mean), COUNT() (counts numeric entries), IF() (a logical function returning one value if a condition is true and another if false), and VLOOKUP() (searches for a value in the leftmost column of a range and returns a value from a specified column in the same row). The default file extension is .xlsx.
Microsoft PowerPoint is presentation software; its default file extension is .pptx. A single presentation "page" is called a slide, and the sequence of slides shown in order is the slide show.
Microsoft Outlook and similar email clients handle sending, receiving, and organising email, with concepts like Inbox, Sent Items, Drafts, CC (carbon copy), and BCC (blind carbon copy), where BCC recipients are hidden from other recipients on the same email, a detail that occasionally shows up in exam questions about email etiquette and privacy.
Exam trap: Aspirants sometimes mix up Ctrl+C (copy) with Ctrl+X (cut). Copy leaves the original in place and duplicates it to the clipboard; cut removes the original and moves it to the clipboard, ready to be placed elsewhere with Ctrl+V (paste).
6. Internet and Networking Basics
The Internet is a global network of interconnected computer networks, using the standard protocol suite TCP/IP (Transmission Control Protocol/Internet Protocol) to communicate. A network more generally is any set of connected computers that share resources.
Networks are classified by geographic scope: a LAN (Local Area Network) covers a small area like a single office or branch; a MAN (Metropolitan Area Network) covers a city; and a WAN (Wide Area Network) covers a large geographic area, potentially an entire country, with the Internet itself being the largest WAN in existence.
A URL (Uniform Resource Locator) is the address of a resource on the web, typically beginning with http:// or https://; the "s" in https stands for "secure," indicating the connection is encrypted using SSL/TLS (Secure Sockets Layer/Transport Layer Security), which matters enormously for banking websites since customers enter sensitive financial data through them. An IP address is a unique numerical identifier assigned to each device on a network; IPv4 addresses use a format like 192.168.1.1, while the newer IPv6 was introduced to handle the exhaustion of available IPv4 addresses as the number of connected devices worldwide exploded.
DNS (Domain Name System) translates human-readable domain names (like a bank's website name) into the numerical IP address the network actually uses to route traffic, functioning much like a phone book that converts a name you remember into the number a system actually needs to connect the call.
A modem (modulator-demodulator) converts digital signals from a computer into analog signals for transmission over telephone lines, and back again on the receiving end; a router directs data packets between networks, effectively choosing the best path for information to travel; and a firewall is a security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules, acting as a checkpoint between a trusted internal network (like a bank's internal systems) and an untrusted external network (the open Internet).
7. Core Banking Solution (CBS) — The Backbone of Modern Banking
Core Banking Solution (CBS) is the single most banking-specific computer awareness topic on the exam, and it's also the one that maps most directly onto the job you're applying for. CBS is a networked system that links all branches of a bank onto a single, centralised database, meaning a customer's account information is identical and instantly accessible from any branch, rather than being tied to the specific branch where the account was originally opened.
Before CBS, banking was "branch banking": your account existed, functionally, only at your home branch, and transacting elsewhere required manual coordination between branches, often taking days. CBS changed this into what's popularly described as "Anywhere Banking": a customer can walk into any branch of the same bank, anywhere in the country, and access their account exactly as they would at their home branch, because the data lives centrally, not locally.
Exam trap: CBS is occasionally confused with internet banking or mobile banking. CBS is the underlying centralised infrastructure connecting all branches; internet banking and mobile banking are customer-facing channels that sit on top of CBS, using it as the data backbone. You can have CBS without offering internet banking as a channel, but you cannot offer reliable "anywhere" internet banking without CBS underneath it.
8. ATM, Cards, and Payment Systems
An ATM (Automated Teller Machine) is a self-service banking terminal allowing customers to withdraw cash, check balances, and perform other basic transactions without a human teller. The first ATMs in India were introduced in the late 1980s, and the network has since expanded dramatically alongside CBS adoption, since a genuinely useful ATM network depends on centralised account data being available in real time across locations.
A POS (Point of Sale) terminal is the device used at a shop or merchant counter to process card payments, reading the card's data and communicating with the bank's payment network to authorise the transaction. Cards themselves fall into a few key types tested regularly: a debit card draws directly from the cardholder's own bank account balance, while a credit card allows the holder to borrow up to a pre-approved limit, repayable later, typically with interest if not paid in full by the due date. A prepaid card is loaded with a fixed amount in advance and can be spent down to zero, similar in spirit to a mobile phone recharge.
RuPay is India's own domestic card payment network, launched by the National Payments Corporation of India (NPCI), created as a homegrown alternative to international networks like Visa and Mastercard, reducing transaction costs and keeping payment data processing within India.
UPI (Unified Payments Interface), also developed by NPCI, allows instant, real-time fund transfers between bank accounts using a mobile phone, without needing the recipient's full bank account and IFSC details every time; a UPI ID (a simple identifier like a phone number or a custom handle) is enough. IMPS (Immediate Payment Service) enables instant interbank fund transfer available 24x7, while NEFT (National Electronic Funds Transfer) and RTGS (Real Time Gross Settlement), both covered in detail in your banking-systems chapters, are older transfer mechanisms; RTGS is specifically meant for high-value transactions processed individually and settled in real time, while NEFT batches transactions and settles them in half-hourly cycles.
Exam trap: Students often assume UPI and IMPS are the same thing because both offer instant transfers. UPI is a broader payment interface built on top of the banking system, usable through many different apps and requiring only a UPI ID; IMPS is an older interbank transfer service typically requiring full account and IFSC details or a registered mobile number linked to MMID.
9. Cybersecurity in Banking
Banking data is an especially attractive target for cybercriminals, which is exactly why exams test cybersecurity terminology so precisely.
Phishing is a fraud technique where attackers send fake emails or messages, often impersonating a bank, to trick recipients into revealing sensitive information like passwords or card details. Vishing is the voice-call equivalent, where a fraudster phones a victim pretending to be from the bank. Smishing is the SMS-based equivalent, using fraudulent text messages.
Memory hook: "Phishing by mail, Vishing by voice, Smishing by SMS." The three terms differ only in delivery channel; the underlying trick, impersonation to extract sensitive data, stays the same across all three.
A virus is a malicious program that attaches itself to a legitimate file or program and spreads when that host file is executed or shared; it typically needs human action (opening an infected file) to spread. A worm, by contrast, is self-replicating and spreads across networks on its own, without needing to attach to a host file or requiring a user to run anything. A Trojan horse (or simply "Trojan") disguises itself as legitimate, useful software, but carries a hidden malicious payload once installed; unlike a virus or worm, a Trojan typically does not self-replicate.
Exam trap: Virus, worm, and Trojan are constantly mixed up. Anchor them by their spreading mechanism: a virus needs a host file and usually human action; a worm spreads itself across a network with no help needed; a Trojan hides inside something that looks legitimate and useful, and relies on the user willingly installing it.
Ransomware encrypts a victim's files and demands payment (a ransom) for the decryption key. A DDoS (Distributed Denial of Service) attack floods a system, such as a bank's website, with overwhelming traffic from many sources simultaneously, making the service unavailable to genuine users.
Defensive measures tested in exams include two-factor authentication (2FA), requiring two separate forms of verification (something you know, like a password, plus something you have, like an OTP sent to a registered phone) before granting access; encryption, which scrambles data so it's unreadable without the correct decryption key; and firewalls, discussed earlier, which filter network traffic to block unauthorised access attempts.
One-Time Password (OTP) is a password valid for only a single transaction or a short login session, commonly sent via SMS or a banking app, adding a time-limited layer of security on top of a static password, which is exactly why banks push customers so hard to never share an OTP with anyone, including someone claiming to call from the bank itself.
10. Data Protection and Privacy in Banking
Banks handle enormous volumes of personal and financial data, making data protection a core regulatory and operational concern, not just a technical afterthought. Data privacy refers to a customer's right to control how their personal information is collected, used, and shared; data security refers to the technical and procedural measures protecting that data from unauthorised access, alteration, or destruction. The two concepts overlap heavily but aren't identical: a bank could technically secure data very well (strong encryption, no breaches) while still using that data in ways a customer never consented to, which would be a privacy failure even without a security failure.
KYC (Know Your Customer) is the process banks use to verify a customer's identity before establishing a banking relationship, a first line of defence against fraud and money laundering, and increasingly conducted digitally through e-KYC, using an Aadhaar-linked or video-based verification process rather than only physical document submission at a branch.
Data backup refers to creating copies of data so it can be restored if the original is lost, corrupted, or compromised; banks maintain rigorous backup schedules and, critically, disaster recovery (DR) sites, geographically separate locations holding a live or near-live copy of core systems, so operations can continue with minimal disruption even if a primary data centre suffers a serious failure, fire, or natural disaster.
Exam trap: "Data privacy" and "data security" are frequently used interchangeably in casual conversation but are tested as distinct concepts in exams. Security is about protecting data from unauthorised access; privacy is about respecting how data is collected, used, and shared, even by authorised parties.
11. Number Systems and Basic Computer Logic
Computers internally process everything using the binary number system, using only two digits, 0 and 1, because digital electronic circuits most reliably represent just two stable states (on/off, high voltage/low voltage). Other number systems occasionally tested include decimal (base 10, the everyday counting system), octal (base 8), and hexadecimal (base 16, commonly used as a compact, human-readable way to represent binary values, frequently seen in colour codes and memory addresses).
A bit (binary digit) is the smallest unit of data a computer handles, either a 0 or a 1. 8 bits make 1 byte, generally the smallest unit used to represent a single character in most encoding systems. Storage capacity scales upward from there: 1 kilobyte (KB) is roughly 1,024 bytes, 1 megabyte (MB) is roughly 1,024 kilobytes, 1 gigabyte (GB) is roughly 1,024 megabytes, and 1 terabyte (TB) is roughly 1,024 gigabytes.
Memory hook: "Bit is tiny, Byte is a character, Kilo-Mega-Giga-Tera climbs by 1,024 each time." Since computers work in binary, the "clean" multiplier at each level is 1,024 (2 to the power of 10), not the everyday 1,000 used in the metric system, a subtlety exams occasionally probe directly.
Quick Revision — One-Line Facts
- The basic computer operation cycle is Input → Process → Output → Storage (IPOS).
- The CPU consists of the ALU, Control Unit, and registers.
- RAM is volatile memory; its contents vanish when power is cut.
- ROM is non-volatile memory, holding firmware such as the BIOS.
- Cache memory sits between the CPU and RAM, faster than RAM but smaller.
- Hardware is the physical, tangible parts; software is the set of instructions run on hardware.
- System software manages the computer itself; application software performs user tasks.
- A printer is strictly an output device, never an input device.
- MICR readers are used specifically for reading bank cheques.
- MS Word's default file extension is .docx; MS Excel's is .xlsx; PowerPoint's is .pptx.
- In Excel, a cell is the intersection of a row and a column, addressed like A1.
- Ctrl+C copies (keeps original), Ctrl+X cuts (removes original), Ctrl+V pastes.
- BCC on an email hides that recipient's address from other recipients on the same email.
- TCP/IP is the core protocol suite the Internet runs on.
- LAN covers a small area, MAN covers a city, WAN covers a large region or country.
- HTTPS indicates an encrypted connection using SSL/TLS.
- DNS translates domain names into numerical IP addresses.
- CBS (Core Banking Solution) links all bank branches to one centralised database, enabling "Anywhere Banking."
- A debit card draws from the holder's own account; a credit card allows borrowing up to a limit.
- RuPay and UPI were both developed by the NPCI, India's domestic payments body.
- RTGS is for high-value, real-time individual settlement; NEFT settles transactions in batches.
- Phishing is email-based, vishing is voice-call-based, smishing is SMS-based fraud.
- A virus needs a host file and human action to spread; a worm self-replicates across a network alone.
- A Trojan horse hides malicious code inside seemingly legitimate software and does not self-replicate.
- Ransomware encrypts victim data and demands payment for decryption.
- Two-factor authentication (2FA) requires two independent proofs of identity before granting access.
- e-KYC allows digital, Aadhaar-linked or video-based customer identity verification.
- Disaster recovery (DR) sites are geographically separate backups ensuring continuity after major failures.
- Computers process data internally using the binary number system (0 and 1 only).
- 8 bits equal 1 byte; each higher storage unit (KB, MB, GB, TB) scales up by roughly 1,024.
Memory Tables
Table 1: Memory and Storage Comparison
| Type | Volatile? | Speed | Typical Use |
|---|---|---|---|
| Registers | Volatile | Fastest | Data actively used by CPU right now |
| Cache | Volatile | Very fast | Frequently accessed data, between CPU and RAM |
| RAM | Volatile | Fast | Active programs and data |
| ROM | Non-volatile | Slower to write, read-optimised | Firmware, BIOS |
| Secondary storage (HDD/SSD) | Non-volatile | Slowest of the group | Permanent file and data storage |
Table 2: Malware Types
| Type | Spreads Via | Needs Human Action? | Self-Replicates? |
|---|---|---|---|
| Virus | Attaches to a host file | Yes, usually | Only when host file runs |
| Worm | Spreads across networks independently | No | Yes, automatically |
| Trojan | Disguised as legitimate software | Yes, user installs it | No |
| Ransomware | Various (email, downloads, network) | Often yes | Varies by variant |
Table 3: Banking Payment Systems Compared
| System | Developed/Run By | Key Feature |
|---|---|---|
| UPI | NPCI | Instant transfer using a UPI ID, no full account details needed each time |
| IMPS | NPCI | Instant interbank transfer, 24x7, using account/IFSC or mobile+MMID |
| NEFT | RBI-regulated system | Batch settlement in half-hourly cycles |
| RTGS | RBI-regulated system | Real-time, high-value individual transaction settlement |
| RuPay | NPCI | India's domestic card payment network |
Practice MCQs
Q1. Which of the following best describes the basic operational cycle of a computer? (a) Storage → Output → Input (b) Input → Process → Output → Storage (c) Process → Storage → Input (d) Output → Input → Process
Q2. Which type of memory loses its content when the computer is switched off? (a) ROM (b) RAM (c) Hard disk (d) Flash drive
Q3. The BIOS is typically stored in which type of memory? (a) RAM (b) Cache (c) ROM (d) Secondary storage
Q4. Which of the following is strictly an output device? (a) Scanner (b) Printer (c) Keyboard (d) MICR reader
Q5. What is the default file extension for a Microsoft Excel workbook in current versions? (a) .docx (b) .pptx (c) .xlsx (d) .txt
Q6. In Microsoft Excel, which function calculates the arithmetic mean of a range of values? (a) SUM() (b) COUNT() (c) AVERAGE() (d) IF()
Q7. Which network type covers the smallest geographic area? (a) WAN (b) MAN (c) LAN (d) Internet
Q8. What does the "s" in HTTPS specifically indicate? (a) A faster connection (b) An encrypted, secure connection (c) A government-approved website (d) A mobile-only website
Q9. Core Banking Solution (CBS) is best described as which of the following? (a) A single-branch account management tool (b) A centralised system linking all branches to one common database (c) A type of ATM software only (d) A customer-facing mobile app
Q10. Which entity developed both RuPay and UPI? (a) RBI (b) SBI (c) NPCI (d) SEBI
Q11. Which fund transfer mechanism is designed for real-time, high-value, individually settled transactions? (a) NEFT (b) IMPS (c) RTGS (d) UPI
Q12. A fraud technique that uses phone calls, with the attacker impersonating a bank official, is known as? (a) Phishing (b) Vishing (c) Smishing (d) Spoofing
Q13. Which of the following malicious programs spreads across a network on its own, without needing to attach to a host file? (a) Virus (b) Worm (c) Trojan horse (d) Adware
Q14. How many bits make up one byte? (a) 4 (b) 8 (c) 16 (d) 32
Q15. Which of the following best distinguishes a Trojan horse from a computer virus? (a) A Trojan self-replicates automatically, a virus does not (b) A Trojan disguises itself as legitimate software and typically does not self-replicate, a virus attaches to a host file (c) A Trojan only affects mobile devices (d) A virus cannot damage data, only a Trojan can
Answer Key
| Q | Answer | One-line reason |
|---|---|---|
| 1 | (b) | The IPOS cycle, Input → Process → Output → Storage, describes how every computer handles data. |
| 2 | (b) | RAM is volatile memory; all its contents are lost the instant power is switched off. |
| 3 | (c) | The BIOS is firmware stored in ROM, which retains data even without power. |
| 4 | (b) | A printer only produces physical output from processed data; it never sends data into the computer. |
| 5 | (c) | Current Microsoft Excel workbooks save with the .xlsx extension by default. |
| 6 | (c) | AVERAGE() computes the arithmetic mean; SUM() only totals values without dividing by count. |
| 7 | (c) | A LAN (Local Area Network) covers the smallest area, typically a single office or branch. |
| 8 | (b) | HTTPS indicates the connection is encrypted using SSL/TLS, critical for banking website security. |
| 9 | (b) | CBS links every branch to one centralised database, enabling "Anywhere Banking" for customers. |
| 10 | (c) | The National Payments Corporation of India (NPCI) developed both RuPay and UPI. |
| 11 | (c) | RTGS is built specifically for real-time, high-value transactions settled individually, not in batches. |
| 12 | (b) | Vishing is the voice-call version of impersonation fraud; phishing is email-based and smishing is SMS-based. |
| 13 | (b) | A worm self-replicates and spreads across a network independently, unlike a virus which needs a host file. |
| 14 | (b) | 8 bits make up 1 byte, the standard unit for representing a single character of data. |
| 15 | (b) | A Trojan hides inside seemingly useful software and generally does not self-replicate, unlike a virus that attaches to files and spreads through them. |