CSS Computer Science (Optional) — Paper-I, Section-A, Topic I, p.40-42. Covers: Usage of Word Processors.
Definition
A word processor is application software used to create, edit, format, and print text-based documents (e.g., Microsoft Word, Google Docs).
Key Features
- Text formatting: controls the visual appearance of characters and paragraphs — font, size, bold/italic/underline, alignment, paragraph spacing.
- Purpose: improves readability and lets a document convey structure/emphasis (e.g., headings bolded, quotes italicized) without changing the actual words.
- Example: setting a report's headings to bold 14pt and body text to justified 12pt.
- Page layout: controls how content is arranged on the printed/displayed page — margins, headers/footers, page numbering, columns.
- Purpose: ensures a document prints and displays consistently, and supports conventions like page numbers or a running header with a document title.
- Example: a thesis with a header showing the chapter title and a footer showing the page number.
- Templates: pre-designed document layouts (resumes, letters, invoices) that speed up creation of common document types.
- How it works: a template already has formatting, placeholder text, and structure in place; the user only fills in the specific content needed.
- Advantage: saves time and ensures a professional, consistent layout without designing from scratch.
- Spell check & grammar check: automated proofreading tools that flag likely spelling and grammar errors as the user types.
- How it works: compares typed words against a dictionary and applies grammar rules, underlining likely errors (commonly red for spelling, blue/green for grammar) and suggesting corrections.
- Limitation: cannot catch every error — e.g., a correctly spelled but contextually wrong word ("their" vs "there") may be missed.
- Mail merge: combines a template document with a data source (e.g., a spreadsheet of names/addresses) to generate personalized copies.
- How it works: placeholder fields in the template (e.g.,
<<Name>>, <<Address>>) are automatically replaced with each row of data from the source, producing one personalized document per row.
- Use case: commonly used for bulk letters, invitations, or certificates that need the same layout but individual recipient details.
- Tables and images: insertion of tabular data and graphics within a text document.
- Purpose: presents structured data (tables) or visual content (images, charts) alongside text, improving clarity for data-heavy or illustrated documents.
- Example: inserting a summary table of quarterly figures into a report, or a diagram illustrating a process.
- Track changes / comments: collaborative editing features that record proposed edits and allow reviewer feedback without altering the original text directly.
- How it works: track changes marks insertions/deletions visibly (e.g., strikethrough for deletions, underline for additions) attributed to the editor, while comments attach side notes to specific text — the original author can then accept or reject each proposed change.
- Use case: essential for multi-author documents, editorial review, and academic/legal drafting where a record of who changed what is required.
MCQ Traps
- Mail merge requires two components: a template document and a data source — it cannot personalize documents from the template alone.
- Track changes records proposed edits for review; it doesn't permanently alter the document until changes are accepted.
Frequently Asked MCQs (Past Papers)
- Q: What is the default file extension for a Word document saved in Word 2007 or later? — A:
.docx (a macro-enabled document is .docm).
- Q: What is the default page orientation in MS Word? — A: Portrait.
- Q: What is the default page margin on all four sides of a new Word document? — A: 1 inch.
- Q: What is the maximum number of columns you can insert into a Word table? — A: 63 columns.