IBPS PO कंप्यूटर — MS Office (Word, Excel, PowerPoint) सम्पूर्ण अध्ययन

beginner 18 min read

अवधारणा

माइक्रोसॉफ्ट ऑफिस एक software suite है जिसमें कई applications शामिल हैं — हर एक किसी specific काम के लिए। IBPS PO में इसके तीन components सबसे ज़्यादा पूछे जाते हैं:

MS Word — दस्तावेज़ बनाने और संपादित करने के लिए। बैंकिंग में letters, reports, circulars — सब यहीं बनते हैं।

MS Excel — संख्याओं और डेटा को organize करने के लिए। spreadsheet application है जिसमें rows, columns और cells होती हैं। बैंक में loan calculations, interest computation, data analysis — सब Excel में होता है।

MS PowerPoint — presentations बनाने के लिए। slides में visual content तैयार होता है।

एक सरल उपमा: सोचो एक बैंक branch है।

तीनों अलग-अलग ज़रूरतें पूरी करते हैं, तीनों के file formats अलग हैं, तीनों के features अलग हैं। IBPS PO में यही तीन distinctions बार-बार पूछे जाते हैं।

एक critical बात जो नए students miss करते हैं: MS Office 2007 के बाद से file format बदले। पुराने .doc, .xls, .ppt की जगह नए .docx, .xlsx, .pptx आए। यह "x" XML-based format को दर्शाता है। परीक्षा में यही version-based question आता है।


गहन विश्लेषण

MS Word — मुख्य विशेषताएं

MS Word एक word processor है। इसके Ribbon में tabs होते हैं:

| Tab | मुख्य काम | |-----|-----------| | File | Open, Save, Print, Close | | Home | Font, Paragraph, Clipboard, Styles | | Insert | Tables, Pictures, Links, Header/Footer | | Page Layout | Margins, Orientation, Page Size | | References | Table of Contents, Citations | | Review | Spell Check, Track Changes, Comments | | View | Document views, Zoom |

Print option कहाँ है?File tab में। यह एक classic trap question है। कई students "Home" tab चुनते हैं।

महत्वपूर्ण file extensions:

Default font: Calibri, 11pt (Word 2007 के बाद)। पुराने versions में Times New Roman, 12pt था।


MS Excel — गहरा विश्लेषण

Excel एक spreadsheet application है। इसकी संरचना समझो:

Worksheet की सीमाएं (Excel 2007 और बाद):

पुराने Excel (2003 और पहले):

यह upgrade 2007 में हुआ। परीक्षा में दोनों numbers पूछे जाते हैं — "latest Excel में कितनी rows" और "Excel 2003 में कितनी rows।"

Cell Address: Column letter + Row number। जैसे A1, B5, Z100।

Formula rules:

महत्वपूर्ण Functions:

| Function | काम | उदाहरण | |----------|-----|---------| | SUM | range का योग | =SUM(A1:A10) | | AVERAGE | औसत | =AVERAGE(B1:B5) | | COUNT | संख्याओं की गिनती | =COUNT(C1:C20) | | MAX | सबसे बड़ा मान | =MAX(D1:D10) | | MIN | सबसे छोटा मान | =MIN(D1:D10) | | IF | शर्त-आधारित | =IF(A1>10,"Yes","No") | | VLOOKUP | vertical search | =VLOOKUP(value, range, col, 0) |

Cell referencing के तीन प्रकार:


MS PowerPoint — मुख्य विशेषताएं

PowerPoint presentation software है।

Views:

| View | क्या दिखता है | |------|--------------| | Normal View | editing का default view | | Slide Sorter View | सभी slides thumbnails में | | Reading View | full-screen reading | | Slide Show View | actual presentation |

Slide Sorter View का काम: slides को reorder करना, delete करना, duplicate करना — सब एक नज़र में।

Slide Master: यह एक master template है जिससे सभी slides पर एक साथ uniform formatting apply होती है। अगर presentation में 50 slides हैं और सबका background एक साथ बदलना हो — Slide Master use करते हैं।

Transitions vs Animations:

महत्वपूर्ण file extensions:


तीनों applications का तुलनात्मक चार्ट

| विशेषता | MS Word | MS Excel | MS PowerPoint | |---------|---------|----------|---------------| | Extension | .docx | .xlsx | .pptx | | पुरानी extension | .doc | .xls | .ppt | | मुख्य उपयोग | Document | Spreadsheet | Presentation | | Basic unit | Page | Cell | Slide | | Grid structure | नहीं | हाँ | नहीं | | Formulas | नहीं | हाँ | नहीं |


शॉर्टकट और युक्तियाँ

patternFile Extension याद करने की त्रिभुज विधि

तीनों extensions एक pattern follow करती हैं: Word = W → .docW? नहीं — इसे ऐसे याद करो: "W-X-P → doc-xls-ppt" Word → doc (W का पहला consonant D) eXcel → xls (X का पहला letter X → xls) PowerPoint → ppt (P से शुरू → ppt) फिर सबमें "x" जोड़ दो 2007 के बाद: .docx, .xlsx, .pptx। Standard method: हर extension अलग याद करना = 6 items, 30 सेकंड। इस pattern से: 1 rule याद करो, 6 items automatically = 8 सेकंड।

patternExcel की Row Limit — 2²⁰ trick

1,048,576 को याद करने की ज़रूरत नहीं — बस याद रखो यह 2²⁰ है। 2¹⁰ = 1,024 (approximately 1000) 2²⁰ = 2¹⁰ × 2¹⁰ = 1,024 × 1,024 = 1,048,576 परीक्षा में MCQ है तो options में सबसे बड़ा number (लगभग 10 lakh) चुनो। पुराना Excel = 65,536 = 2¹⁶। Standard method: रटना = 45 सेकंड review। इस method से: 2²⁰ याद है = instantly पहचानो = 5 सेकंड।

patternExcel Formula की पहचान — = चिह्न नियम

Excel में formula शुरू करने के लिए हमेशा = — यह absolute rule है। Trap: @, #, $ options दिए जाते हैं। $ का काम formula में है लेकिन शुरू करने के लिए नहीं — यह absolute reference के लिए है। @ और # का Excel formula में कोई शुरूआत-role नहीं। याद करो: "बराबर से बात शुरू होती है" — formula भी = से। Standard method: सोचना = 15 सेकंड। इस trick से: instant recall = 3 सेकंड।

patternPowerPoint Views — NSRS क्रम

चारों views को N-S-R-S से याद करो: Normal → Slide Sorter → Reading → Slide Show Slide Sorter = Sort करता है = thumbnails में सब दिखता है। Reading View = Read करना = full screen लेकिन show नहीं। Slide Show = actual Show = projector पर चलता है। Standard method: चारों अलग याद करना = 4 items, 20 सेकंड। NSRS pattern से = 1 word याद करो = 4 answers = 5 सेकंड।

eliminationSlide Master बनाम Animation — एक line का फर्क

जब भी question में "सभी slides पर एक साथ" या "uniform formatting" आए → उत्तर Slide Master। जब "एक slide के अंदर element movement" आए → उत्तर Animation। जब "slide बदलने का effect" आए → उत्तर Transition। यह elimination pattern exam में 3-4 options clear करता है। 3 keywords याद करो: "सब slides" = Master, "element" = Animation, "slide change" = Transition। Standard method: definition पढ़ना = 30 सेकंड। Keyword pattern = 5 सेकंड।


तेज़-समाधान रूपरेखा

परीक्षा हॉल में MS Office का कोई भी question आए, इस decision tree से जाओ:

Step 1 — Application पहचानो:

Step 2 — Category पहचानो:

Step 3 — Trap check करो:

यह तीन-step process हर MS Office question को 20-25 सेकंड में solve करती है।


हल किए गए PYQs

क्यों यह प्रश्न: Excel formula का सबसे basic और सबसे ज़्यादा पूछा जाने वाला concept। = sign को trap options ($, @, #) के साथ पूछा जाता है।

समाधान का रास्ता: Excel में कोई भी formula लिखने से पहले cell में = टाइप करना ज़रूरी है। बिना = के Excel उसे text मानता है, formula नहीं। $ absolute reference के लिए है, शुरूआत के लिए नहीं।

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.
एक्सेल में, फॉर्मूला शुरू करने के लिए बराबर का चिह्न (=) का उपयोग किया जाता है। एक्सेल में हर फॉर्मूला बराबर के चिह्न से शुरू होना चाहिए।

क्यों यह प्रश्न: Excel की row limit एक specific number fact है जो version-dependent है। 2007 का upgrade बड़ा था — 65,536 से 1,048,576 — यही distinction पूछी जाती है।

समाधान का रास्ता: 1,048,576 = 2²⁰। यह Excel 2007 और उसके बाद की limit है। पुराने Excel 2003 में 65,536 = 2¹⁶ rows थीं। Options में दोनों numbers दिए जाते हैं — "अधिकतम" का मतलब latest version = 1,048,576।

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 पंक्तियों से बढ़ाई गई थी।

क्यों यह प्रश्न: MS Word के tabs में Print का location एक classic trap है। नए users Home tab सोचते हैं। सही उत्तर File tab है।

समाधान का रास्ता: File tab में file-management से जुड़े सभी काम होते हैं: New, Open, Save, Save As, Print, Share, Export, Close। Print = file-level action → File tab।

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 सहित विभिन्न फ़ाइल प्रबंधन विकल्प हैं।

क्यों यह प्रश्न: Basic Excel arithmetic operators का test। + operator का काम स्पष्ट है लेकिन options में ×, -, ÷ भी दिए जाते हैं।

समाधान का रास्ता: =A1+B1 में + = addition operator। A1 की value + B1 की value = result। Excel में operators: + जोड़, - घटाव, * गुणा, / भाग, ^ घात।

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 में मानों को जोड़ता है। प्लस चिह्न (+) एक्सेल फॉर्मूला में जोड़ का ऑपरेटर है।

क्यों यह प्रश्न: Slide Master एक advanced concept है जो "bulk formatting" के context में पूछा जाता है। Confusion होती है Animation और Design Ideas से।

समाधान का रास्ता: "एक साथ कई slides पर" → Slide Master। Animation = individual element का effect, एक slide के अंदर। Transition = slides के बीच का effect। Design Ideas = AI-based suggestions। इसलिए Slide Master।

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 आपको एक साथ कई स्लाइड्स पर समान फॉर्मेटिंग, फॉन्ट, रंग और लेआउट लागू करने की अनुमति देता है।

क्यों यह प्रश्न: PowerPoint views की identification। "Thumbnails" keyword से Slide Sorter पहचानना होता है।

समाधान का रास्ता: Slide Sorter View में सभी slides छोटे thumbnail format में दिखती हैं — यहीं से slides drag करके reorder होती हैं। Normal View में एक slide बड़ी दिखती है। Reading View full-screen लेकिन presentation mode नहीं। Slide Show = actual projection।

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 सभी स्लाइड्स को थंबनेल फॉर्मेट में दिखाता है, जिससे आप आसानी से स्लाइड्स को पुनर्व्यवस्थित, जोड़ या हटा सकते हैं।

क्यों यह प्रश्न: File extension एक direct fact question है। .docx vs .doc vs .txt vs .xlsx — सबको confuse करके पूछा जाता है।

समाधान का रास्ता: MS Word का default extension = .docx। यह Word 2007 से default बना। .xlsx = Excel का, .pptx = PowerPoint का, .txt = plain text (Word नहीं)। इसलिए .docx

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 संरचना पर आधारित है।

क्यों यह प्रश्न: Excel functions में SUM सबसे basic है लेकिन options में AVERAGE, COUNT, MAX दिए जाते हैं। "योग" = SUM की direct mapping जाननी चाहिए।

समाधान का रास्ता: SUM function = range का योग। =SUM(A1:A10) A1 से A10 तक सभी numbers जोड़ता है। AVERAGE = औसत, COUNT = गिनती, MAX = सबसे बड़ा। "योग निकालना" = SUM।

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 फ़ंक्शन का उपयोग सेल्स की रेंज का योग निकालने के लिए किया जाता है। यह निर्दिष्ट रेंज में सभी संख्यात्मक मानों को जोड़ता है।

आम गलतियाँ


संबंधित विषय

SarkariRise पर अभ्यास

Sign up + get 3 free mocks →