RRB JE Junior Engineer · Computer Knowledge
MS Office Applications
MS Word, Excel and PowerPoint features, toolbars, formulas and file operations.
Eight concepts. SSC CGL Tier-2 Software module is Windows plus Word, Excel and PowerPoint. Papers ask extensions, Styles versus templates, Excel structure and functions, and how a slideshow starts — practical Office use, not programming.
- RRB JE Junior Engineer
- Medium level
- 8 concepts
- 45 practice questions
1The three apps and their default formats
Microsoft Office bundles three applications every government exam expects you to recognise by file type. MS Word is for word processing and saves by default as .docx. MS Excel is a spreadsheet and saves as .xlsx. MS PowerPoint builds slide decks and saves as .pptx. From Office 2007 onward the trailing x marks the modern XML-based format; the older .doc, .xls and .ppt extensions belong to the pre-2007 binary files.
Figure. Default formats: Word .docx, Excel .xlsx, PowerPoint .pptx.
| Application | Default extension | Primary use |
|---|---|---|
| MS Word | .docx | Word processing — letters, reports, mail merge |
| MS Excel | .xlsx | Spreadsheets — cells, formulas, charts |
| MS PowerPoint | .pptx | Slide presentations and slideshows |
A clerk receives a file named Budget_2026.xlsx from the accounts section. The correct application to open and edit it is
- MS Word, because office documents use the Office suite
- MS Excel, because .xlsx is the spreadsheet format
- MS PowerPoint, because presentation files also end in x
.xlsx is Excel's default extension — the middle letter of the trio (Word docx, Excel xlsx, PowerPoint pptx) is the usual memory hook. Word would expect .docx; PowerPoint would expect .pptx.
2MS Word: layout tools and the page-break shortcut
Word is a word processor: you type continuous text and the application handles pagination, headers and footers, and repeated elements like letterheads. Mail merge lets one template drive hundreds of personalised letters by linking a data list to placeholders in the document. Headers and footers repeat on every page without retyping. When you need a hard page break in the middle of a paragraph flow — starting the next section on a fresh sheet regardless of how much room is left — press Ctrl+Enter; do not confuse that with Enter alone, which only starts a new line on the same page.
Figure. Word layout tools sit in the ribbon; Ctrl+Enter inserts a page break.
What each Word feature does
- Mail mergeOne master document plus a data source (names, addresses) produces many personalised copies.
- Header and footerText or page numbers that repeat automatically at the top or bottom of every page.
- Page breakCtrl+Enter forces the cursor to the top of the next page immediately.
While typing a long report in MS Word, you want the next chapter to begin on a new page even though half the current page is still blank. The shortcut to use is
- Enter, to move to the next line
- Ctrl+Enter, to insert a page break
- Shift+Enter, to insert a line break within the paragraph
Ctrl+Enter inserts a hard page break and jumps to the top of the next sheet. Enter alone only wraps to the next line on the same page. Shift+Enter is a soft line break inside one paragraph — useful in poetry, not for starting a new chapter.
3Excel workbooks, worksheets and cell addresses
An Excel file is a workbook — one file can hold many worksheets, each a grid of cells. Every cell is named by its column letter followed by its row number: the intersection of column A and row 1 is A1. Anything Excel treats as a calculation must begin with an equals sign; without it, text you type is stored as plain text even if it looks like a formula.
Figure. A workbook contains worksheets; each cell has an address like B2.
| Level | What it is | Example |
|---|---|---|
| Workbook | The whole .xlsx file | Annual_Budget.xlsx |
| Worksheet | One tabular sheet inside the workbook | Sheet1, Sheet2 |
| Cell | One box at a column–row crossing | A1, B10, CZ999 |
A student types SUM(A1:A10) into a cell and sees exactly those characters displayed, not a total. The most likely fix is
- Prepend an equals sign so Excel reads it as a formula
- Change the cell format to Currency
- Rename the worksheet from Sheet1 to Data
Without a leading = Excel stores the entry as text. Format and sheet name do not turn plain text into a calculation. Every formula begins with =, for example =SUM(A1:A10).
4Functions every exam expects you to name
Excel functions sit inside a formula after the equals sign. SUM adds a range; AVERAGE returns the arithmetic mean; COUNT counts cells that hold numbers, while COUNTA counts any non-empty cell whether or not it is numeric. MAX and MIN return the largest and smallest values in a range. IF tests a condition and returns one of two results. VLOOKUP searches vertically down the first column of a table and returns a value from a column to the right — the lookup column must be the leftmost column of the table array.
Figure. Name the job: SUM adds, AVERAGE means, COUNT tallies, IF branches.
| Function | Returns |
|---|---|
| SUM(range) | Total of numeric cells in the range |
| AVERAGE(range) | Mean of numeric cells |
| COUNT(range) | Count of cells containing numbers |
| COUNTA(range) | Count of non-empty cells |
| MAX / MIN(range) | Largest / smallest value |
| IF(test, true, false) | One value if test is true, the other if false |
| VLOOKUP(val, table, col, match) | Value from column col of table where row matches val in column 1 |
A fee sheet lists student roll numbers in column A and fee amounts in column D. You need to pull the fee for roll number 1047 into another sheet. The function built for this job is
- COUNT, because you are counting how many fees exist
- AVERAGE, because you might later need the mean fee
- VLOOKUP, because you search the first column and return a value from a column to the right
VLOOKUP is the vertical lookup: match in column 1, fetch from a specified column to the right. COUNT and COUNTA only tally cells; AVERAGE would need every fee, not one roll number's fee.
5Relative, absolute and mixed cell references
When you copy a formula, Excel adjusts cell references according to how they are written. A1 is relative — both column and row shift by the same offset as the copy. $A$1 is absolute — neither part moves. Mixed references lock one coordinate only: A$1 keeps the row fixed while the column can shift, and $A1 keeps the column fixed while the row can shift. After typing a reference in a formula, press F4 repeatedly to cycle through relative, absolute and the two mixed forms.
Figure. Dollar signs lock the part they prefix: none, both, row, or column.
Lock a reference with F4
- Type the referenceClick the cell or type A1 while editing a formula.
- Press F4 onceBoth parts lock: $A$1.
- Press F4 againCycles through $A$1 → A$1 → $A1 → A1.
| Written as | Column on copy | Row on copy |
|---|---|---|
| A1 | Adjusts | Adjusts |
| $A$1 | Fixed | Fixed |
| A$1 | Adjusts | Fixed |
| $A1 | Fixed | Adjusts |
A formula in B2 reads =A$1*2 and you copy it down to B3. The reference to the rate cell becomes
- A$1, because the dollar before 1 locks the row
- A1, because copying down always makes everything relative
- $A$1, because any copy requires a fully absolute address
A$1 locks only the row; copying down changes the row offset but the locked row stays row 1, so the address remains A$1. Fully relative A1 would become A2; fully absolute $A$1 would stay $A$1 — but that is not what was written.
6Starting a PowerPoint slideshow
PowerPoint builds a sequence of slides for projection. When it is time to present, F5 starts the slideshow from the very first slide regardless of which slide is selected in edit view. Shift+F5 starts from the current slide — the one your cursor is on — which is what you want when rehearsing the middle of a deck without clicking through from the title slide each time.
Figure. F5 starts the show from slide 1; Shift+F5 starts from the slide you are on.
| Keys | Starts from |
|---|---|
| F5 | Slide 1 — the beginning of the deck |
| Shift+F5 | The slide currently selected in edit view |
You are editing slide 12 of a 30-slide deck and want to preview only from that slide onward, without returning to slide 1. The keys to press are
- F5, because F5 always runs a slideshow
- Shift+F5, to start from the current slide
- Ctrl+F5, to open presenter view from the beginning
Shift+F5 starts at the slide you are on. F5 always rewinds to the first slide — correct for the live audience, wrong for a mid-deck rehearsal. Ctrl+F5 is not the standard start-from-current shortcut in the Office suite.
7Word Styles and templates for consistent look
Styles apply a consistent look to headings, titles and body text so a long document stays uniform. Changing a style updates every paragraph that uses it.
A template is a starter document with preset styles, layouts or placeholders. Use a template when you want the same professional structure every time; use Styles when you are formatting inside an open document.
Figure. A Style formats a paragraph type; a Template seeds a whole new document.
| Tool | Use when |
|---|---|
| Styles | Same look for headings/titles across the current document |
| Template | Start many documents from one professional layout |
| Macros | Automate a repeated click sequence — not the main consistency tool |
| Tables | Grid of cells — layout of data, not heading appearance |
Every chapter title in a 40-page report must share the same font and spacing, and changing one setting should update all titles. Which Word feature is designed for that?
- Styles
- Macros
- Mail merge
Styles bind formatting to a named heading level. Macros automate clicks; mail merge fills letters from a data list.
8PowerPoint templates and slide organisation
A PowerPoint template (or theme) keeps colours, fonts and layouts consistent so a deck looks professional. Inserting and deleting slides lets you reorganise content as the talk changes — that flexibility is the point of a slide deck.
Start the show with F5 from the first slide, or Shift+F5 from the slide you are editing. Slide Sorter view rearranges slides as thumbnails.
Figure. A template sets the theme; the deck is then organised as ordered slides.
| Cue | Remember |
|---|---|
| Template / theme | Consistency and professionalism across slides |
| Insert / delete slides | Dynamic organisation of the talk |
| F5 | Slideshow from the beginning |
| Shift+F5 | Slideshow from the current slide |
| Slide Sorter | Thumbnail view to reorder slides |
A team wants every new pitch deck to open with the same logo bar, fonts and title layout before anyone types content. What should they start from?
- A blank slide and manual formatting each time
- A PowerPoint template (or theme) with those presets
- Excel Conditional Formatting
Templates/themes carry shared look. Blank slides force redo work; Excel formatting is for cells.
Notes
- MS Word: default extension .docx; used for word processing, with features like mail merge, headers/footers, and Ctrl+Enter to insert a page break.
- MS Excel: default extension .xlsx; a workbook contains worksheets made of cells (column letter + row number, e.g. A1); formulas begin with '='.
- Excel functions: SUM adds a range, AVERAGE finds the mean, COUNT counts numbers, MAX/MIN find extremes, and VLOOKUP looks up values.
- MS PowerPoint: default extension .pptx; F5 starts the slideshow from the beginning and Shift+F5 from the current slide.
- Cell referencing: A1 is relative (changes on copy), A1 is absolute (fixed), and A1 orA1 is mixed referencing.
Formulas
- Excel formulas start with '='; e.g. =SUM(A1:A10) adds cells A1 through A10.
- =AVERAGE(B1:B5) returns the mean; =COUNT(range) counts numeric cells; =COUNTA counts non-empty cells.
- =IF(condition, value_if_true, value_if_false) for conditional logic.
- =VLOOKUP(lookup_value, table_array, col_index, [range_lookup]) searches vertically in the first column.
- Absolute reference uses $ signs: $A$1 stays fixed when copied; A1 adjusts automatically.
Exam traps & shortcuts
- Word saves as .docx, Excel as .xlsx, PowerPoint as .pptx — 'x' marks the modern (XML) format.
- In Excel, press F4 after typing a reference to toggle between relative and absolute ($) forms.
- Ctrl+Enter in Word inserts a page break; in Excel it fills all selected cells with the same entry.
Reference tables
Every row here has appeared as a one-mark question on its own. If you can answer both columns without hesitating, the shortcuts and extensions are yours.
| Fact | What to remember |
|---|---|
| Word / Excel / PowerPoint default save | .docx / .xlsx / .pptx — the x marks XML format since Office 2007 |
| Excel formula prefix | Always = — without it Excel stores text |
| Continuous range vs list | Colon A1:A10 for a block; commas A1,A3,A6 for separate cells |
| Word page break | Ctrl+Enter — not the same as Ctrl+Enter in Excel, which fills selected cells |
| Toggle reference type | F4 while editing a formula cycles relative → absolute → mixed |
| Slideshow from start / from here | F5 from slide 1; Shift+F5 from the current slide |
| Word Styles | Consistent look for headings/titles across a document |
| Word / PPT template | Starter layout for consistent new documents or decks |
| Excel 2003 column text limit (classic PYQ) | 255 characters in a cell/column width lore — know the 255 figure |
Recap
Read only this the night before.
- Extensions
- Word .docx, Excel .xlsx, PowerPoint .pptx — x means modern XML since 2007.
- Excel hierarchy
- Workbook → worksheet → cell (A1 = column letter + row number). Formula always starts with =.
- COUNT vs COUNTA
- COUNT counts numbers only; COUNTA counts any non-empty cell.
- VLOOKUP rule
- Search down column 1; return from a column to the right. IF chooses between two values.
- References on copy
- A1 relative; $A$1 absolute; A$1 locks row; $A1 locks column. F4 toggles.
- Word vs Excel Ctrl+Enter
- Word: page break. Excel: fill all selected cells with the same entry.
- Slideshow keys
- F5 from the first slide; Shift+F5 from the slide you are editing.
- Styles
- Same formatting for all headings/titles; change once, update all.
- PPT template
- Preset look for professionalism and consistency across slides.
Practise MS Office Applications
Reading is free and needs no account. Practice, mocks and progress live in the app.
- 45 exam-style questions on this topic, with explanations
- A 4-question practice set that ends the chapter
- Timed mocks scored with the real marking scheme
- Readiness tracked per topic, kept on your device