MS Office for IBPS Clerk — Word, Excel, PowerPoint & Access Complete Guide

beginner 18 min read

Concept

MS Office is Microsoft's suite of productivity applications used in nearly every office environment in India. For IBPS Clerk, you are not being tested on whether you can use these tools — you are being tested on whether you know specific facts about them: file extensions, keyboard shortcuts, function names, view types, and feature names.

Think of the MS Office suite as a collection of four specialists working in the same office building:

Each specialist has their own tools, shortcuts, and file formats. IBPS Clerk questions almost always ask: "Which feature does X?", "What is the shortcut for Y?", or "What is the file extension for Z?" These are pure recall questions — no calculation needed, no logic puzzle. The only variable is whether you have the right fact stored.

Here is the analogy that locks this in: imagine each application has a passport. The passport has a name (the file extension) that identifies what country (application) it belongs to. .docx means Word. .xlsx means Excel. .pptx means PowerPoint. .accdb means Access. When IBPS asks about file extensions, they are checking whether you know which passport belongs to which country.

The questions are predictable. In five years of IBPS Clerk papers, the same cluster of topics keeps appearing: Mail Merge in Word, the $ symbol in Excel, Normal View in PowerPoint, AutoCorrect in Word, and the SUM function in Excel. This guide covers all of them with zero fluff.


Deep Dive

MS Word — The Writer's Toolkit

MS Word is a word processor. Its core job is creating, editing, and formatting text documents.

Key File Extensions:

Essential Features You Must Know:

Mail Merge is the single most-tested Word feature in IBPS. It lets you create one master letter and merge it with a data source (like an Excel sheet containing names and addresses) to produce hundreds of personalized letters. The process: write the main document → connect a data source → insert merge fields → complete the merge. The key test question format is: "Which feature sends the same letter to multiple recipients?" — the answer is always Mail Merge, not "Copy-Paste" or "Track Changes."

AutoCorrect fixes mistakes as you type. When you type "teh", it automatically changes to "the" before you even notice. This is different from Spell Check, which underlines errors with a red wavy line and waits for you to act. AutoCorrect is proactive; Spell Check is reactive. IBPS specifically tests this distinction.

Track Changes records every edit made to a document, showing what was added or deleted and by whom. This is used in collaborative editing — not for sending letters to multiple people.

Default Text Alignment in Word is Left. Not center, not justify. New document, fresh page — text aligns to the left margin. This is tested surprisingly often.

Critical Shortcuts for Word:

| Action | Shortcut | |---|---| | New Document | Ctrl + N | | Open Document | Ctrl + O | | Save | Ctrl + S | | Print | Ctrl + P | | Bold | Ctrl + B | | Italic | Ctrl + I | | Underline | Ctrl + U | | Find | Ctrl + F | | Replace | Ctrl + H | | Undo | Ctrl + Z |

MS Excel — The Accountant's Toolkit

MS Excel is a spreadsheet application. Its workspace is a grid of rows (numbered) and columns (lettered), and each intersection is a cell identified by its address (e.g., A1, B3, C10).

Key File Extensions:

The $ Symbol — Absolute vs. Relative References:

This is the most-tested Excel concept in IBPS. When you write a formula in Excel and copy it to another cell, the cell references normally shift — this is called a relative reference. For example, if A1 contains =B1+C1 and you copy it down to A2, it automatically becomes =B2+C2. That shifting is usually helpful.

But sometimes you do not want the reference to shift — for example, if you have a tax rate in cell D1 and you want every formula to always refer to D1 regardless of where it is copied. Here you use an absolute reference by adding the $ symbol: =$D$1. The $ before the column letter locks the column; the $ before the row number locks the row.

Essential Excel Functions:

| Function | What it does | Example | |---|---|---| | SUM | Adds all numbers in a range | =SUM(A1:A10) | | AVERAGE | Calculates the mean | =AVERAGE(B1:B5) | | COUNT | Counts cells with numbers | =COUNT(C1:C20) | | COUNTA | Counts non-empty cells | =COUNTA(D1:D20) | | MAX | Returns the highest value | =MAX(A1:A10) | | MIN | Returns the lowest value | =MIN(A1:A10) | | IF | Conditional logic | =IF(A1>50,"Pass","Fail") | | VLOOKUP | Vertical lookup in a table | =VLOOKUP(value,range,col,0) |

MS PowerPoint — The Presenter's Toolkit

MS PowerPoint creates slideshows for presentations.

Key File Extensions:

The .potx vs .pptx distinction is heavily tested. Remember: potx = template. The "t" in pot stands for template.

PowerPoint Views — Know All Four:

IBPS specifically asks: "Which view is best for editing individual slides?" — Normal View. "Which view shows all slides as thumbnails?" — Slide Sorter View.

MS Access — The Record-Keeper's Toolkit

MS Access is a relational database management system (RDBMS). It stores data in tables and allows complex queries.


Memory Tricks & Shortcuts

patternPOT holds TEMPlates

To remember that .potx is a PowerPoint template, read the word: P-O-T — think of a pot you use as a mold/template to shape things. Standard presentation = .pptx (two P's, no template). Template = .potx (has a "o" in the middle, like a mold). This eliminates the .ppsx and .pptm confusion instantly. Standard elimination: without this trick, candidates waste 20-30 seconds second-guessing all four options. With the POT mnemonic, answer in under 5 seconds.

patternDollar Locks the Door

For the $ symbol in Excel absolute references, use: Dollar locks the door. A dollar sign before a letter or number means that part cannot move (it's locked). $A$1 — both the column door (A) and the row door (1) are locked. A1 — no locks, it moves freely when copied. When you see a question "what does $ represent in Excel?", the answer is never "currency format" — that is a formatting option applied through the Format Cells menu, not a formula symbol. This distinction saves candidates who confuse the two. Recall time: 3 seconds vs. 15 seconds for those who hesitate.

patternMASON — Mail merge Always Sends tO N-recipients

Mail Merge sends one document to Many. The mnemonic MASON = Mail merge Always Sends tO N-recipients. The four wrong answers that appear with Mail Merge questions are: Track Changes (collaborative editing), Compare Documents (version comparison), and Protect Document (security). None of these send letters. If the question has "multiple recipients" or "same letter to many people", the answer is Mail Merge. Zero ambiguity. Eliminates 3 wrong options in under 4 seconds.

patternThe AutoCorrect vs Spell Check Timeline

AutoCorrect fires BEFORE you finish typing — it fixes as you type, invisibly. Spell Check fires AFTER — you run it, it shows red underlines, you decide. The question "automatically corrects common typing mistakes" maps to AutoCorrect, not Spell Check. The word "automatically" is the trigger word. In IBPS options, whenever you see AutoCorrect and Spell Check together and the question says "automatically," eliminate Spell Check immediately. Decision time drops from 12 seconds to 4 seconds.

patternNEW = N, OPEN = O, SAVE = S, PRINT = P

The four most basic Word shortcuts follow a perfect alphabetical-first-letter pattern: New = Ctrl+N, Open = Ctrl+O, Save = Ctrl+S, Print = Ctrl+P. These four shortcuts are identical across Word, Excel, and PowerPoint. Learn them once, apply everywhere. When IBPS asks "shortcut to create a new document," eliminate Ctrl+O (that opens), Ctrl+S (that saves), Ctrl+P (that prints) — only Ctrl+N remains. Step count: 1 step vs. trying to recall from scratch (4-5 seconds of mental search).


Fast-Solving Framework

When you see an MS Office question in the exam hall, run this decision tree in your head:

Step 1 — Identify the application. Does the question say Word, Excel, PowerPoint, or Access? If none is specified, look for clues: "cell references" = Excel, "slides" = PowerPoint, "document" = Word.

Step 2 — Identify the question type. Is it asking about: (a) a feature/function name, (b) a file extension, (c) a keyboard shortcut, or (d) a view/mode?

Step 3 — Apply the right filter:

Step 4 — Eliminate, do not guess. MS Office questions almost never have two plausible answers once you know the correct category. Eliminate the obviously wrong options first — this alone gets you to the right answer 80% of the time.

Target time per MS Office question: 20-30 seconds maximum.


Solved PYQs

Why this question: Mail Merge is the most-tested Word feature in IBPS history. It appears in some form almost every year.

Previous Year Questionपिछले वर्ष का प्रश्न
Which of the following is used to send the same letter to multiple recipients in MS Word?
MS Word में एक ही पत्र को कई प्राप्तकर्ताओं को भेजने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
  1. Track Changes
  2. Mail Merge
  3. Compare Documents
  4. Protect Document
  1. Track Changes
  2. Mail Merge
  3. Compare Documents
  4. Protect Document
Solutionसमाधान
Mail Merge is the feature in MS Word used to send the same letter or document to multiple recipients. It allows you to combine a main document with a data source to create personalized documents for each recipient.
मेल मर्ज MS वर्ड में वह सुविधा है जिसका उपयोग कई प्राप्तकर्ताओं को समान पत्र या दस्तावेज भेजने के लिए किया जाता है। यह आपको मुख्य दस्तावेज को डेटा स्रोत के साथ जोड़कर प्रत्येक प्राप्तकर्ता के लिए व्यक्तिगत दस्तावेज़ बनाने की अनुमति देता है।

Solving path: The question says "same letter to multiple recipients." Track Changes = editing history. Compare Documents = version comparison. Protect Document = security/passwords. None of these involve sending anything to anyone. Mail Merge is the only option that deals with recipients. Eliminate the three wrong options in 8 seconds, confirm Mail Merge in 2 more.


Why this question: File extensions for PowerPoint variants are a consistent source of confusion. .potx vs .pptx is the classic trap.

Previous Year Questionपिछले वर्ष का प्रश्न
In Microsoft PowerPoint, what is the file extension for template files?
Microsoft PowerPoint में, template files का file extension क्या होता है?
  1. .pptx
  2. .potx
  3. .ppsx
  4. .pptm
  1. .pptx
  2. .potx
  3. .ppsx
  4. .pptm
Solutionसमाधान
The file extension for PowerPoint template files is .potx (PowerPoint Open XML Template). Templates with this extension can be used as a starting point for creating new presentations with predefined layouts and formatting.
पावरपॉइंट टेम्प्लेट फाइलों के लिए फ़ाइल एक्सटेंशन .potx (पावरपॉइंट ओपन XML टेम्प्लेट) है। इस एक्सटेंशन वाले टेम्प्लेट्स का उपयोग पूर्वनिर्धारित लेआउट और फॉर्मेटिंग के साथ नई प्रेजेंटेशन बनाने के लिए शुरुआती बिंदु के रूप में किया जा सकता है।

Solving path: .pptx = standard presentation (most common, therefore most familiar — and therefore the trap answer). .ppsx = show file (opens directly in presentation mode). .pptm = macro-enabled. .potx = template. The "t" buried inside "pot" signals template. POT = mold/template. Answer: .potx.


Why this question: PowerPoint view types are tested regularly. The "editing" keyword is the key discriminator.

Previous Year Questionपिछले वर्ष का प्रश्न
In Microsoft PowerPoint, which view is best for editing individual slides?
Microsoft PowerPoint में, अलग-अलग slides को edit करने के लिए कौन सा view सबसे उपयुक्त है?
  1. Slide Sorter View
  2. Normal View
  3. Reading View
  4. Outline View
  1. Slide Sorter View
  2. Normal View
  3. Reading View
  4. Outline View
Solutionसमाधान
Normal View is the best view for editing individual slides in Microsoft PowerPoint. This view provides a large workspace for the current slide along with thumbnail panes for easy navigation between slides.
नॉर्मल व्यू माइक्रोसॉफ्ट पावरपॉइंट में व्यक्तिगत स्लाइड्स को संपादित करने के लिए सबसे अच्छा व्यू है। यह व्यू वर्तमान स्लाइड के लिए एक बड़ा कार्यक्षेत्र प्रदान करता है और स्लाइड्स के बीच आसान नेवीगेशन के लिए थंबनेल पेन्स भी देता है।

Solving path: Slide Sorter = rearranging slides, not editing content. Reading View = reviewing, not editing. Outline View = editing text in outline form, but not the full slide. Normal View = full workspace with the large slide canvas where you edit content, text, images, and layouts. "Best for editing individual slides" = Normal View.


Why this question: AutoCorrect vs Spell Check is a guaranteed question type. The word "automatically" separates them.

Previous Year Questionपिछले वर्ष का प्रश्न
Which feature in Microsoft Word automatically corrects common typing mistakes?
Microsoft Word में कौन सा फीचर टाइपिंग की सामान्य गलतियों को अपने आप ठीक कर देता है?
  1. Spell Check
  2. AutoCorrect
  3. Grammar Check
  4. Thesaurus
  1. Spell Check
  2. AutoCorrect
  3. Grammar Check
  4. Thesaurus
Solutionसमाधान
AutoCorrect is the feature in Microsoft Word that automatically corrects common typing mistakes as you type. It can fix spelling errors, capitalization issues, and even replace abbreviations with full text.
ऑटोकरेक्ट माइक्रोसॉफ्ट वर्ड में वह सुविधा है जो आपके टाइप करते समय सामान्य टाइपिंग गलतियों को स्वचालित रूप से सुधारती है। यह वर्तनी की त्रुटियों, कैपिटलाइज़ेशन की समस्याओं को ठीक कर सकती है, और यहाँ तक कि संक्षिप्त रूपों को पूर्ण टेक्स्ट से बदल सकती है।

Solving path: The question says "automatically corrects." Spell Check requires you to run it or manually accept suggestions. Grammar Check is a subset of Spell Check, also not automatic. Thesaurus provides synonyms — unrelated. AutoCorrect acts without any user intervention, in real time as you type. The word "automatically" is the direct pointer to AutoCorrect.


Why this question: The $ symbol in Excel is among the top three most-tested Excel concepts in IBPS Clerk.

Previous Year Questionपिछले वर्ष का प्रश्न
In Microsoft Excel, what does the '$' symbol represent in cell references?
Microsoft Excel में, सेल रेफरेंस में '$' चिह्न किसे दर्शाता है?
  1. Currency format
  2. Absolute reference
  3. Formula error
  4. Hidden cell
  1. करेंसी फॉर्मेट
  2. एब्सोल्यूट रेफरेंस
  3. फॉर्मूला एरर
  4. हिडन सेल
Solutionसमाधान
The '$' symbol in Microsoft Excel represents an absolute reference. When placed before a column letter or row number, it prevents that part of the cell reference from changing when the formula is copied to other cells.
माइक्रोसॉफ्ट एक्सेल में '$' प्रतीक एब्सोल्यूट रेफरेंस को दर्शाता है। जब यह कॉलम लेटर या रो नंबर के पहले रखा जाता है, तो यह फॉर्मूला को अन्य सेल्स में कॉपी करने पर सेल रेफरेंस के उस हिस्से को बदलने से रोकता है।

Solving path: The most common wrong answer is "Currency format" — this is a trap because $ is the dollar currency symbol in everyday life. But in Excel formulas, $ before a cell reference address means absolute reference. Currency formatting is applied through the Format Cells dialog, not through a $ in the formula bar. "Formula error" and "Hidden cell" are nonsensical distractors. Answer: Absolute reference.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →