MS Office for IBPS PO — Word, Excel, PowerPoint Essentials

beginner 18 min read

Concept

Microsoft Office is a suite of productivity applications developed by Microsoft. In the IBPS PO computer section, questions on MS Office are almost always factual — they test whether you know the right tab, the right shortcut, the right file extension, or the right function name. There is no calculation involved; it is pure recall, and that makes it one of the easiest scoring areas if you organise your preparation correctly.

Think of MS Office like the three floors of a bank branch. The ground floor is MS Word — where all the written documents, letters, and notices are prepared. The first floor is MS Excel — the accounts department, where numbers live in rows and columns and formulas do the heavy lifting. The top floor is MS PowerPoint — the boardroom, where presentations are made to stakeholders.

Each floor has its own rules:

The x at the end of each extension is not cosmetic — it signals the XML-based Open Office XML format introduced with the 2007 version of Office. Before 2007, the formats were .doc, .xls, and .ppt (no x). This distinction appears in PYQs.

What makes MS Office questions in IBPS PO manageable is that they follow patterns. The same facts — row limits, formula symbols, view names, tab locations — rotate across years with slight rewording. Build a solid fact-base once, and you will answer four to five questions per exam without reading a single option twice.


Deep Dive

MS Word — What the Exam Actually Tests

The Ribbon and Tabs

MS Word's interface is built around a ribbon with tabs. The tabs you must know:

| Tab | Key Contents | |---|---| | File | New, Open, Save, Save As, Print, Close, Options | | Home | Font, Paragraph, Clipboard, Styles | | Insert | Tables, Pictures, Header/Footer, Page Number, Hyperlink | | Page Layout / Layout | Margins, Orientation, Size, Columns | | References | Table of Contents, Footnotes, Citations | | Review | Spelling & Grammar, Track Changes, Comments | | View | Document Views, Zoom, Macros |

The exam loves asking "which tab contains X?" The most commonly tested: Print is under File, not under Home or Review. Track Changes is under Review. Page Numbers are under Insert.

Document Views in MS Word

Key Shortcuts (MS Word)

| Action | Shortcut | |---|---| | Bold | Ctrl + B | | Italic | Ctrl + I | | Underline | Ctrl + U | | Save | Ctrl + S | | Print | Ctrl + P | | Find | Ctrl + F | | Replace | Ctrl + H | | Undo | Ctrl + Z | | Select All | Ctrl + A |


MS Excel — The Number-Heavy Section

Cell Structure

An Excel worksheet is a grid of rows and columns. Rows are numbered (1, 2, 3...), columns are lettered (A, B, C... Z, AA, AB...). A cell is identified by its column letter followed by row number: A1, B5, Z100.

Row and Column Limits (Excel 2007 and later)

Before Excel 2007: maximum rows were 65,536 and columns were 256. This historical limit appears in trap options — if you see 65,536 as one choice and 1,048,576 as another, the question is asking about the current version.

Starting a Formula

Every formula in Excel must begin with the equals sign (=). Without =, Excel treats the entry as text. So =A1+B1 adds the values; A1+B1 is just displayed as the string "A1+B1".

Common Excel Functions

| Function | Purpose | Example | |---|---|---| | SUM | Adds a range | =SUM(A1:A10) | | AVERAGE | Mean of a range | =AVERAGE(B1:B10) | | COUNT | Counts cells with numbers | =COUNT(C1:C10) | | COUNTA | Counts non-empty cells | =COUNTA(D1:D10) | | MAX | Largest value | =MAX(A1:A10) | | MIN | Smallest value | =MIN(A1:A10) | | IF | Conditional logic | =IF(A1>10,"High","Low") | | VLOOKUP | Vertical lookup | =VLOOKUP(value,range,col,0) |

Cell Referencing Types

The $ sign locks the reference. In IBPS PO, questions on this are straightforward: "which symbol makes a cell reference absolute?" — answer is $.


MS PowerPoint — Slides and Views

Key Views

Slide Master

Slide Master is the top-level slide in the Master View hierarchy. Any formatting — fonts, colours, background, logo placement — applied to the Slide Master automatically applies to all slides in the presentation. This is the tool for consistent formatting across a deck, not Animation or Transition (which apply to individual slides).

Key PowerPoint Terms

File Extensions — Consolidated

| Application | Current Format | Legacy Format | |---|---|---| | MS Word | .docx | .doc | | MS Excel | .xlsx | .xls | | MS PowerPoint | .pptx | .ppt | | MS Access | .accdb | .mdb |


Memory Tricks & Shortcuts

patternX-marks the 2007 Format

Every modern Office format ends in x: .docx, .xlsx, .pptx. The x = XML = 2007+. If a question asks for the "default" extension, always pick the one with x. If it asks for the "older" or "legacy" format, pick the one without: .doc, .xls, .ppt. This pattern eliminates two wrong options instantly — standard approach: read all four options carefully (15s); this pattern: lock the answer in 4s.

patternThe Row Limit Power-of-Two Anchor

1,048,576 looks intimidating but it is exactly 2²⁰. If you remember "2 to the power 20 rows", the number comes back under pressure. The column count 16,384 = 2¹⁴. Trap option is always 65,536 (the old pre-2007 limit = 2¹⁶). Spotting this pattern cuts recall time from 8s of mental search to a 2s confirmation — you are not memorising a 7-digit number, you are remembering "20th power of 2".

patternFile Tab = Filing Cabinet

Anything you do to the file itself — Open, Save, Print, Close, Properties — lives in the File tab. Think of it as a physical filing cabinet: you don't go to "Home" to print a document; you go to the filing cabinet. This mental image resolves "which tab has Print?" questions in under 3s. Without it, candidates often guess Home or Review, costing them the mark.

patternSlide Master = Master Key

Slide Master is the one key that unlocks all doors. If you change the Slide Master, every slide in the presentation updates. Animation and Transition apply to individual slides only — not all slides simultaneously. When a question mentions "all slides" or "consistent formatting", Slide Master is always the answer. This eliminates the Animation and Transition distractors immediately, reducing a 4-option question to a 2-option question in 2s.

eliminationEqual Sign Starts Every Excel Formula

In Excel, the formula must start with =. Options like #, @, and $ are all used in Excel for other purposes (# appears in error codes like #REF!, $ is used for absolute references, @ is used in structured table references) — but none of them start a formula. Knowing the one correct symbol lets you answer this in 3s by recognition, not by elimination of all four options one by one.


Fast-Solving Framework

When you see an MS Office question in the exam hall, run this check:

Step 1 — Identify the application. Is it Word, Excel, or PowerPoint? Each has its own fact-domain.

Step 2 — Identify the question type. It will be one of five types:

Step 3 — Eliminate first, then confirm. In most MS Office questions, two options are obviously wrong (wrong application's extension, wrong symbol). Eliminate those, then choose between the remaining two using your fact-base.

Step 4 — Do not overthink. MS Office questions in IBPS PO are factual, not analytical. If you know the fact, answer in under 10 seconds. If you are unsure, use elimination and move on. Do not spend more than 20 seconds on any single computer question.


Solved PYQs

Why this question: Tests the most fundamental Excel rule — the formula trigger character. Appears in almost every IBPS PO and Clerk paper in some form.

Previous Year Questionपिछले वर्ष का प्रश्न
In Excel, which symbol is used to start a formula?
Excel में कोई फॉर्मूला शुरू करने के लिए किस चिह्न का उपयोग किया जाता है?
  1. #
  2. @
  3. =
  4. $
  1. #
  2. @
  3. =
  4. $
Solutionसमाधान
In Excel, the equals sign (=) is used to start a formula. Every formula in Excel must begin with the equals sign.
एक्सेल में, फॉर्मूला शुरू करने के लिए बराबर का चिह्न (=) का उपयोग किया जाता है। एक्सेल में हर फॉर्मूला बराबर के चिह्न से शुरू होना चाहिए।

Solving path: The question gives four symbols. # appears in error messages. @ is used in array formulas in newer Excel versions but does not start a formula. $ locks cell references. Only = begins a formula — any formula, always. Answer: = in under 5 seconds.


Why this question: The row limit is one of the most frequently tested Excel specifications. The trap is the old 65,536 limit.

Previous Year Questionपिछले वर्ष का प्रश्न
What is the maximum number of rows in an Excel worksheet?
Excel worksheet में अधिकतम कितनी rows हो सकती हैं?
  1. 65,536
  2. 1,048,576
  3. 16,384
  4. 1,000,000
  1. 65,536
  2. 1,048,576
  3. 16,384
  4. 1,000,000
Solutionसमाधान
An Excel worksheet can have a maximum of 1,048,576 rows. This limit was increased from 65,536 rows in Excel 2007 and later versions.
एक एक्सेल वर्कशीट में अधिकतम 1,048,576 पंक्तियाँ हो सकती हैं। यह सीमा एक्सेल 2007 और बाद के संस्करणों में 65,536 पंक्तियों से बढ़ाई गई थी।

Solving path: See 65,536 in the options — that is the pre-2007 limit, designed as a trap. The current limit since Excel 2007 is 1,048,576 (= 2²⁰). Answer: 1,048,576.


Why this question: Tab-location questions for MS Word are a recurring category. Print location is the most commonly tested.

Previous Year Questionपिछले वर्ष का प्रश्न
Which tab in MS Word contains the Print option?
MS Word में Print का option किस tab में होता है?
  1. Home
  2. Insert
  3. File
  4. Review
  1. Home
  2. Insert
  3. File
  4. Review
Solutionसमाधान
The Print option is located in the File tab in MS Word. The File tab contains various file management options including Print, Save, and Open.
MS Word में Print विकल्प File टैब में स्थित है। File टैब में Print, Save और Open सहित विभिन्न फ़ाइल प्रबंधन विकल्प हैं।

Solving path: Apply the Filing Cabinet model. Print is an action you perform on the file, so it lives in the File tab. Home contains formatting. Insert adds content. Review handles proofreading. Answer: File tab.


Why this question: Tests understanding of basic Excel formula operators — addition specifically.

Previous Year Questionपिछले वर्ष का प्रश्न
In Excel, what does the formula =A1+B1 do?
Excel में =A1+B1 फॉर्मूला क्या करता है?
  1. Multiplies A1 and B1
  2. Adds the values in cells A1 and B1
  3. Subtracts B1 from A1
  4. Divides A1 by B1
  1. A1 और B1 को गुणा करता है
  2. cells A1 और B1 की values को जोड़ता है
  3. A1 में से B1 को घटाता है
  4. A1 को B1 से भाग देता है
Solutionसमाधान
The formula =A1+B1 adds the values in cells A1 and B1. The plus sign (+) is the addition operator in Excel formulas.
फॉर्मूला =A1+B1 सेल A1 और B1 में मानों को जोड़ता है। प्लस चिह्न (+) एक्सेल फॉर्मूला में जोड़ का ऑपरेटर है।

Solving path: =A1+B1 — the = starts the formula, A1 and B1 are cell references, and + is the addition operator. The formula adds the two cells. Answer: Adds the values in cells A1 and B1.


Why this question: Slide Master is a high-frequency PowerPoint concept. The question tests whether candidates confuse it with Animation or Transition.

Previous Year Questionपिछले वर्ष का प्रश्न
Which option in PowerPoint allows you to apply the same formatting to multiple slides?
PowerPoint में कौन सा विकल्प आपको एक साथ कई स्लाइड्स पर एक जैसी फॉर्मेटिंग लागू करने देता है?
  1. Slide Master
  2. Animation
  3. Transition
  4. Design Ideas
  1. Slide Master
  2. Animation
  3. Transition
  4. Design Ideas
Solutionसमाधान
Slide Master in PowerPoint allows you to apply the same formatting, fonts, colors, and layout to multiple slides at once.
PowerPoint में Slide Master आपको एक साथ कई स्लाइड्स पर समान फॉर्मेटिंग, फॉन्ट, रंग और लेआउट लागू करने की अनुमति देता है।

Solving path: Animation = effect on one object. Transition = effect between two slides. Design Ideas = suggestions for aesthetics. Only Slide Master applies formatting to all slides simultaneously. Answer: Slide Master.


Why this question: View names in PowerPoint are commonly confused. Slide Sorter is distinct from Normal View and must be recognised by its thumbnail characteristic.

Previous Year Questionपिछले वर्ष का प्रश्न
Which view in PowerPoint shows all slides in thumbnail format?
PowerPoint में कौन सा व्यू सभी स्लाइड्स को थंबनेल फॉर्मेट में दिखाता है?
  1. Normal View
  2. Slide Sorter View
  3. Reading View
  4. Slide Show View
  1. Normal View
  2. Slide Sorter View
  3. Reading View
  4. Slide Show View
Solutionसमाधान
Slide Sorter View in PowerPoint shows all slides in thumbnail format, allowing you to easily rearrange, add, or delete slides.
PowerPoint में Slide Sorter View सभी स्लाइड्स को थंबनेल फॉर्मेट में दिखाता है, जिससे आप आसानी से स्लाइड्स को पुनर्व्यवस्थित, जोड़ या हटा सकते हैं।

Solving path: Normal View = single slide editing. Reading View = windowed playback. Slide Show View = full-screen playback. Slide Sorter View = all slides as thumbnails for rearranging. Answer: Slide Sorter View.


Why this question: File extension questions are easy marks. This tests the Word extension specifically.

Previous Year Questionपिछले वर्ष का प्रश्न
Which of the following is the default file extension for Microsoft Word documents?
Microsoft Word डॉक्युमेंट्स के लिए डिफ़ॉल्ट फ़ाइल एक्सटेंशन कौन सा है?
  1. .docx
  2. .xlsx
  3. .pptx
  4. .txt
  1. .docx
  2. .xlsx
  3. .pptx
  4. .txt
Solutionसमाधान
The default file extension for Microsoft Word documents is .docx. This format was introduced in Word 2007 and is based on XML structure.
माइक्रोसॉफ्ट वर्ड दस्तावेजों के लिए डिफ़ॉल्ट फ़ाइल एक्सटेंशन .docx है। यह फॉर्मेट वर्ड 2007 में पेश किया गया था और XML संरचना पर आधारित है।

Solving path: .xlsx = Excel. .pptx = PowerPoint. .txt = plain text (no application-specific formatting). .docx = Word. Answer: .docx.


Why this question: Function names are tested directly. SUM is the most basic and most tested Excel function.

Previous Year Questionपिछले वर्ष का प्रश्न
In Microsoft Excel, which function is used to find the sum of a range of cells?
Microsoft Excel में किस फंक्शन का उपयोग सेल्स की एक रेंज का योग निकालने के लिए किया जाता है?
  1. AVERAGE
  2. SUM
  3. COUNT
  4. MAX
  1. AVERAGE
  2. SUM
  3. COUNT
  4. MAX
Solutionसमाधान
The SUM function is used to find the sum of a range of cells in Microsoft Excel. It adds up all the numerical values in the specified range.
माइक्रोसॉफ्ट एक्सेल में, SUM फ़ंक्शन का उपयोग सेल्स की रेंज का योग निकालने के लिए किया जाता है। यह निर्दिष्ट रेंज में सभी संख्यात्मक मानों को जोड़ता है।

Solving path: AVERAGE finds the mean. COUNT counts numeric cells. MAX finds the largest value. SUM adds all values in a range. Answer: SUM.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →