UPSSSC Lower PCS Computer & IT Master Guide

Chapter 3: MS Office

PART 1: Microsoft Word (Word Processing)

1. Interface Fundamentals & Specifications

2. Ribbon Tabs & Group Breakdown

Ribbon Tab Key Groups & Features
HomeClipboard (Format Painter), Font (Subscript, Superscript, Change Case), Paragraph (Alignments, Indents, Line Spacing), Editing (Find, Replace).
InsertCover Page, Page Break, Tables, Pictures, SmartArt, Header & Footer, Drop Cap, Symbols & Equations.
LayoutMargins, Orientation (Portrait/Landscape), Page Size, Columns, Indent, Spacing.
ReferencesTable of Contents, Footnotes & Endnotes, Citations, Index.
MailingsEnvelopes, Labels, Start Mail Merge, Select Recipients, Insert Merge Field.
ReviewSpelling & Grammar (F7), Thesaurus (Shift+F7), Word Count, Track Changes, Comments.
ViewDocument Views, Show/Hide (Ruler, Gridlines), Zoom, Macros (Alt+F8).

3. Formatting & Special Features

4. Essential MS Word Keyboard Shortcuts

Shortcut Key Function Shortcut Key Function
Ctrl + NNew DocumentCtrl + EnterInsert Page Break
F12Save As Dialog BoxShift + EnterSoft Return (Line Break)
Ctrl + HFind & ReplaceCtrl + [ / ]Decrease / Increase Font by 1pt
Ctrl + KInsert HyperlinkCtrl + SpacebarClear All Formatting
Ctrl + DFont Dialog BoxF7Spelling & Grammar Check
Ctrl + =Subscript (H2O)Shift + F7Thesaurus (Synonyms)
Ctrl + Shift + +Superscript (X2)Alt + F8Macros Window

PART 2: Microsoft Excel (Spreadsheet Processing)

1. Grid Architecture & Limits

Modern Excel (.xlsx) Grid Specifications:
• Total Rows per Sheet: 1,048,576
• Total Columns per Sheet: 16,384 (First: A, Last: XFD)
• Zoom Range: 10% to 400% (Default: 100%)

2. Cell Referencing System

3. High-Frequency Formulas & Syntax Rules

Golden Rule: Every Excel formula MUST start with an equals sign (=).

4. Excel Error Messages Master List

Error Code Root Cause / Meaning
#####Column width is too narrow to display the full number/date.
#DIV/0!Attempting to divide a number by zero (0) or an empty cell.
#NAME?Unrecognized function name (typo in function name like `=SUUM()`).
#VALUE!Incorrect data type used (e.g., performing math on text string).
#REF!Invalid or deleted cell reference.
#N/AValue Not Available (lookup value cannot be found in search range).
#NUM!Invalid numeric calculation (e.g., `=SQRT(-9)`).

5. Essential MS Excel Keyboard Shortcuts

Shortcut Key Function Shortcut Key Function
F2Edit Active CellCtrl + Shift + LToggle Data Filter
F11Create Chart from dataCtrl + TConvert Range to Table
Alt + =AutoSum Selected CellsCtrl + 1Format Cells Window
Ctrl + ;Insert Current DateShift + SpacebarSelect Entire Row
Ctrl + Shift + :Insert Current TimeCtrl + SpacebarSelect Entire Column

Practice Questions (UPSSSC Pattern)

1. What is the maximum number of rows in a single MS Excel worksheet (.xlsx)?
A) 65,536    B) 256    C) 1,048,576    D) 16,384
2. In MS Word, which margin setting adds extra space to the binding side of a page?
A) Header Margin    B) Footer Margin    C) Mirror Margin    D) Gutter Margin
3. In MS Excel, what error is displayed when a formula attempts to divide by zero?
A) #REF!    B) #DIV/0!    C) #VALUE!    D) #NAME?
4. Which shortcut key runs a Spelling and Grammar check in MS Word?
A) F5    B) F7    C) Shift + F7    D) F12