Computer Notes | JKSSB / JKPSC / FAA / Junior Assistant
MS Office Complete Suite — Word, Excel, PowerPoint, Access
+ PDF, Internet & Email | All JKSSB PYQs & Shortcuts
All Keyboard Shortcuts · Functions · PYQs · New Pattern MCQs · JKSSB 2026
📌 Coverage of This Post
MS Office is asked in every JKSSB Computer section — 6–12 questions per exam across all posts. This mega post covers MS Word, Excel, PowerPoint, Access, Outlook + PDF concepts, Internet protocols, Email (SMTP/POP3/IMAP), all with keyboard shortcuts, feature explanations, and all known JKSSB PYQs.
// Jump to Section
1. Microsoft Word — Complete Notes
MS Word is a word processing application used to create, edit, format and print text documents. Default file extension: .docx (Word 2007+) and .doc (older versions).
MS Word — Key Features & Concepts
| Feature | Details |
|---|---|
| Default extension | .docx (Word 2007+), .doc (Word 97–2003) |
| Maximum zoom | 500% |
| Minimum zoom | 10% |
| Default font | Calibri (Word 2007+), Times New Roman (older) |
| Default font size | 11 pt (Calibri), 12 pt (Times New Roman) |
| Standard page size | A4 (210×297 mm) or Letter (8.5×11 inches) |
| Default margins | 1 inch on all sides (2.54 cm) |
| Default line spacing | Multiple 1.08 (Word 2013+) |
| Maximum columns in newspaper layout | 13 |
| Undo shortcut | Ctrl + Z (up to 100 levels of undo) |
| Word wrap | Automatic — text moves to next line when reaching margin |
| Soft return | Shift + Enter — new line without new paragraph |
| Hard return | Enter — starts new paragraph |
MS Word — All Important Keyboard Shortcuts
| Shortcut Key | Action / Function | Application |
|---|---|---|
| Ctrl + N | New document | Word |
| Ctrl + O | Open document | Word |
| Ctrl + S | Save document | Word |
| Ctrl + W | Close document | Word |
| Ctrl + P | Print document | Word |
| Ctrl + Z | Undo last action | Word |
| Ctrl + Y | Redo / Repeat last action | Word |
| Ctrl + C | Copy selected text | Word |
| Ctrl + X | Cut selected text | Word |
| Ctrl + V | Paste | Word |
| Ctrl + A | Select All | Word |
| Ctrl + B | Bold | Word |
| Ctrl + I | Italic | Word |
| Ctrl + U | Underline | Word |
| Ctrl + E | Centre align | Word |
| Ctrl + L | Left align | Word |
| Ctrl + R | Right align | Word |
| Ctrl + J | Justify (full alignment) | Word |
| Ctrl + F | Find | Word |
| Ctrl + H | Find and Replace | Word |
| Ctrl + G | Go To (page/line/bookmark) | Word |
| Ctrl + K | Insert Hyperlink | Word |
| Ctrl + T | Hanging indent | Word |
| Ctrl + M | Indent paragraph | Word |
| Ctrl + D | Font dialog box | Word |
| Ctrl + Home | Go to beginning of document | Word |
| Ctrl + End | Go to end of document | Word |
| Ctrl + Enter | Insert page break | Word |
| F7 | Spell Check / Grammar Check | Word |
| F5 | Find & Replace / Go To dialog | Word |
| F12 | Save As | Word |
| Alt + F4 | Close application | Word/All |
| Shift + F3 | Change case (UPPER/lower/Title) | Word |
| Ctrl + Shift + > | Increase font size | Word |
| Ctrl + Shift + < | Decrease font size | Word |
| Ctrl + ] | Increase font size by 1 pt | Word |
| Ctrl + [ | Decrease font size by 1 pt | Word |
| Ctrl + 1 | Single line spacing | Word |
| Ctrl + 2 | Double line spacing | Word |
| Ctrl + 5 | 1.5 line spacing | Word |
| Ctrl + Shift + C | Copy formatting | Word |
| Ctrl + Shift + V | Paste formatting | Word |
| Alt + Shift + D | Insert current date | Word |
| Alt + Shift + T | Insert current time | Word |
MS Word — Views
| View | Description |
|---|---|
| Print Layout | Default view — shows document exactly as it will print. Most used. |
| Read Mode | Full-screen reading view — optimised for reading, no editing tools |
| Web Layout | Shows how document would appear as a webpage |
| Outline View | Shows document structure by headings — used for long documents |
| Draft View | Simple editing view without margins and headers — fastest for typing |
| Full Screen Reading | Removed in Word 2013 — replaced by Read Mode |
• File extension .docx (2007+) vs .doc (older)
• Ctrl+F = Find | Ctrl+H = Find & Replace | Ctrl+G = Go To
• F7 = Spell Check | F12 = Save As
• Ctrl+Enter = Page Break
• Shift+F3 = Toggle case
• Mail Merge = combining a document template with a data source (like Excel/Access) to create personalised letters — used in Word
• Gutter margin = extra space added for binding
• Watermark = text/image appearing behind document content
2. Microsoft Excel — Complete Notes
MS Excel is a spreadsheet application for data analysis, calculation, charting and database functions. Default file extension: .xlsx (Excel 2007+) and .xls (older).
Excel — Key Concepts
| Term | Definition |
|---|---|
| Default extension | .xlsx (Excel 2007+), .xls (Excel 97–2003) |
| Workbook | An Excel file — contains one or more worksheets |
| Worksheet | A single spreadsheet within a workbook — grid of rows and columns |
| Default sheets | 1 sheet (Excel 2013+), 3 sheets (older versions) |
| Cell | Intersection of a row and column — basic unit of data entry |
| Cell address / Reference | Column letter + Row number. e.g., A1, B3, C10 |
| Active cell | Currently selected cell — highlighted with border |
| Maximum rows | 1,048,576 rows (Excel 2007+) |
| Maximum columns | 16,384 columns (A to XFD) (Excel 2007+) |
| Maximum sheets | Limited by available memory (theoretically 255) |
| Name Box | Shows address of active cell — top left of spreadsheet |
| Formula Bar | Shows content/formula of active cell — top of sheet |
| Range | Group of cells selected together. e.g., A1:C10 |
| AutoFill | Drag fill handle to auto-populate series (numbers, dates, months) |
| Flash Fill | Ctrl+E — auto-fills based on detected pattern (Excel 2013+) |
Excel Formulas & Functions — Most Asked in JKSSB
| Function / Formula | Description |
|---|---|
| =SUM(A1:A10) | Adds all values in range A1 to A10 |
| =AVERAGE(A1:A10) | Calculates arithmetic mean of values in range |
| =MAX(A1:A10) | Returns the largest value in range |
| =MIN(A1:A10) | Returns the smallest value in range |
| =COUNT(A1:A10) | Counts cells containing numbers |
| =COUNTA(A1:A10) | Counts non-empty cells (numbers + text) |
| =IF(condition,true,false) | Returns one value if condition is TRUE, another if FALSE |
| =VLOOKUP(value,table,col,match) | Looks up value in first column of table, returns value from specified column |
| =HLOOKUP(value,table,row,match) | Same as VLOOKUP but searches horizontally (rows) |
| =CONCATENATE(A1,B1) | Joins text from multiple cells — also & operator |
| =LEFT(text,n) | Extracts n characters from LEFT of text |
| =RIGHT(text,n) | Extracts n characters from RIGHT of text |
| =MID(text,start,n) | Extracts n characters from middle starting at position |
| =LEN(text) | Returns number of characters in text string |
| =UPPER(text) | Converts text to UPPERCASE |
| =LOWER(text) | Converts text to lowercase |
| =PROPER(text) | Converts text to Title Case |
| =ROUND(number,digits) | Rounds number to specified decimal places |
| =INT(number) | Rounds number down to nearest integer |
| =MOD(number,divisor) | Returns remainder after division |
| =TODAY() | Returns current date |
| =NOW() | Returns current date AND time |
| =PMT(rate,nper,pv) | Calculates loan payment amount |
Excel — Cell References
| Reference Type | Description |
|---|---|
| Relative Reference | A1 — changes when formula is copied to another cell. Default type. |
| Absolute Reference | $A$1 — does NOT change when formula is copied. Dollar sign locks row and column. |
| Mixed Reference | $A1 or A$1 — locks either column (dollar before letter) or row (dollar before number). |
Excel — Keyboard Shortcuts
| Shortcut Key | Action / Function | Application |
|---|---|---|
| Ctrl + N | New workbook | Excel |
| Ctrl + O | Open workbook | Excel |
| Ctrl + S | Save workbook | Excel |
| Ctrl + W | Close workbook | Excel |
| Ctrl + Z | Undo | Excel |
| Ctrl + Y | Redo | Excel |
| Ctrl + C | Copy | Excel |
| Ctrl + X | Cut | Excel |
| Ctrl + V | Paste | Excel |
| Ctrl + A | Select All | Excel |
| Ctrl + F | Find | Excel |
| Ctrl + H | Find and Replace | Excel |
| Ctrl + Home | Go to cell A1 | Excel |
| Ctrl + End | Go to last used cell | Excel |
| Ctrl + Arrow key | Jump to edge of data range | Excel |
| Ctrl + Shift + End | Select to last used cell | Excel |
| F2 | Edit active cell | Excel |
| F4 | Repeat last action / Toggle absolute reference | Excel |
| F5 | Go To dialog | Excel |
| F7 | Spell check | Excel |
| F11 | Create chart from selection | Excel |
| F12 | Save As | Excel |
| Alt + = | AutoSum of selected range | Excel |
| Ctrl + ; | Insert current date | Excel |
| Ctrl + Shift + ; | Insert current time | Excel |
| Ctrl + 1 | Format Cells dialog | Excel |
| Ctrl + Shift + $ | Apply currency format | Excel |
| Ctrl + Shift + % | Apply percentage format | Excel |
| Ctrl + Shift + # | Apply date format | Excel |
| Ctrl + D | Fill Down (copy cell above) | Excel |
| Ctrl + R | Fill Right (copy cell to left) | Excel |
| Ctrl + Delete | Delete to end of line | Excel |
| Delete | Clear cell contents | Excel |
| Ctrl + – | Delete row/column | Excel |
| Ctrl + Shift + + | Insert row/column | Excel |
| Ctrl + T | Create Table | Excel |
| Ctrl + E | Flash Fill (Excel 2013+) | Excel |
• Formulas always start with = (equals sign)
• $A$1 = absolute reference (locked), A1 = relative
• Alt + = = AutoSum shortcut (most asked!)
• F4 = toggle between relative/absolute/mixed references
• Excel chart types: Bar, Column, Line, Pie, Scatter, Area — Pie chart used for percentages
• Pivot Table = summarises large data sets dynamically
• Max rows in Excel 2007+ = 1,048,576 | Max columns = 16,384
• Extension: .xlsx (modern) | .csv = Comma Separated Values (plain text)
3. Microsoft PowerPoint — Complete Notes
PowerPoint is a presentation application for creating slideshows with text, images, animations and multimedia. Default file extension: .pptx (2007+) and .ppt (older).
PowerPoint — Key Concepts
| Term | Definition |
|---|---|
| Default extension | .pptx (2007+), .ppt (older) |
| Presentation | A PowerPoint file — collection of slides |
| Slide | Individual page in a presentation |
| Slide Layout | Pre-defined arrangement of placeholders on a slide (Title Slide, Title and Content, Blank etc.) |
| Slide Master | Master template that controls formatting of all slides — change once, applies everywhere |
| Handout Master | Controls layout when printing handouts for audience |
| Notes Master | Controls layout of speaker notes pages |
| Transition | Animation effect when moving from one slide to next |
| Animation | Movement effect applied to objects within a slide |
| Slide Show | Full-screen presentation mode |
| Presenter View | Shows notes to presenter while audience sees only slides |
| Theme | Pre-designed combination of fonts, colours and effects |
| Template | Pre-designed presentation with content placeholders |
| SmartArt | Pre-built graphic layouts for diagrams (hierarchy, cycle, etc.) |
PowerPoint — Views
| View | Description |
|---|---|
| Normal View | Default editing view — slide panel on left, main slide on right, notes below |
| Outline View | Text-only view showing presentation content as hierarchical outline |
| Slide Sorter View | Thumbnail view of all slides — easy to rearrange order |
| Notes Page View | Shows slide with notes below — for printing speaker notes |
| Reading View | Full window slide show — without presenter tools |
| Slide Show View | Full-screen presentation mode (F5 to start from beginning, Shift+F5 from current) |
PowerPoint — Keyboard Shortcuts
| Shortcut Key | Action / Function | Application |
|---|---|---|
| F5 | Start slideshow from beginning | PowerPoint |
| Shift + F5 | Start slideshow from current slide | PowerPoint |
| Esc | End slideshow / exit full screen | PowerPoint |
| N / Enter / Space / → | Next slide (during slideshow) | PowerPoint |
| P / Backspace / ← | Previous slide (during slideshow) | PowerPoint |
| B | Black screen (during slideshow) | PowerPoint |
| W | White screen (during slideshow) | PowerPoint |
| Ctrl + M | Insert new slide | PowerPoint |
| Ctrl + D | Duplicate selected slide/object | PowerPoint |
| Ctrl + Shift + D | Duplicate slide | PowerPoint |
| Ctrl + G | Group selected objects | PowerPoint |
| Ctrl + Shift + G | Ungroup objects | PowerPoint |
| Tab | Select next object on slide | PowerPoint |
| Ctrl + A | Select all objects on slide | PowerPoint |
| Ctrl + Z | Undo | PowerPoint |
| Ctrl + S | Save | PowerPoint |
| Ctrl + P | PowerPoint | |
| F12 | Save As | PowerPoint |
| Alt + Shift + ← | Promote text (move up outline level) | PowerPoint |
| Alt + Shift + → | Demote text (move down outline level) | PowerPoint |
• Extension: .pptx (modern) | .pps/.ppsx = PowerPoint Show (opens directly in slideshow)
• F5 = Start slideshow from beginning | Shift+F5 = From current slide
• Slide Sorter = Best for rearranging slides
• Slide Master = Controls ALL slides at once
• Transition = Between slides | Animation = Within a slide
• SmartArt = for diagrams/flowcharts in slides
• Maximum number of slides in a presentation = no official limit (practical limit ~1000)
• Pressing B during slideshow = Black screen (pause)
4. Microsoft Access — Database Notes
MS Access is a Relational Database Management System (RDBMS) used to create and manage databases. Default file extension: .accdb (Access 2007+) and .mdb (older).
Access — Key Database Concepts
| Term | Definition |
|---|---|
| Database | Organised collection of related data stored electronically |
| Table | Stores data in rows (records) and columns (fields) — like a spreadsheet |
| Record | A single row in a table — represents one data entry (e.g., one student) |
| Field | A single column in a table — represents one attribute (e.g., Name, Age) |
| Primary Key | Unique identifier for each record — no duplicates allowed, cannot be null. E.g., Student ID |
| Foreign Key | Field in one table that refers to Primary Key in another table — creates relationships |
| Query | Used to retrieve, filter, update or delete specific data from database |
| Form | User-friendly interface for entering/viewing data — like a data entry screen |
| Report | Formatted, printable summary of database data |
| Relationship | Link between tables based on common field — One-to-One, One-to-Many, Many-to-Many |
| SQL | Structured Query Language — used to interact with databases |
| DBMS | Database Management System — software for managing databases (MS Access, MySQL, Oracle) |
| RDBMS | Relational DBMS — data stored in related tables (MS Access, MySQL, SQL Server) |
| Data Type | Defines what kind of data a field can store — Text, Number, Date/Time, Yes/No, AutoNumber |
Access — SQL Basics (Exam Level)
| SQL Command | Usage |
|---|---|
| SELECT | Retrieves data from database. SELECT * FROM Students; |
| INSERT INTO | Adds new record. INSERT INTO Students VALUES (1, 'Rahul', 20); |
| UPDATE | Modifies existing data. UPDATE Students SET Age=21 WHERE ID=1; |
| DELETE | Removes records. DELETE FROM Students WHERE ID=1; |
| WHERE | Filters records based on condition. SELECT * FROM Students WHERE Age > 18; |
| ORDER BY | Sorts results. SELECT * FROM Students ORDER BY Name ASC; |
| GROUP BY | Groups rows with same values for aggregate functions |
| COUNT(*) | Counts number of records |
| DISTINCT | Returns only unique values |
• File extension: .accdb (Access 2007+), .mdb (older)
• Primary Key = unique, no nulls, no duplicates
• Foreign Key = links two tables
• AutoNumber data type = automatically generates unique sequential number
• Query = most powerful tool for retrieving data
• Form = for data entry | Report = for printing data
• Objects in Access: Tables, Queries, Forms, Reports, Macros, Modules
5. Microsoft Outlook — Email & Calendar
MS Outlook is a personal information manager — handles email, calendar, contacts, tasks and notes. Part of MS Office suite.
| Feature | Description |
|---|---|
| Inbox | Folder where received emails arrive |
| Outbox | Temporary folder holding emails being sent |
| Sent Items | Stores copies of emails you have sent |
| Drafts | Saves email compositions that haven't been sent yet |
| Deleted Items / Trash | Stores deleted emails (can be recovered) |
| Junk Email | Folder for spam/unwanted emails — filtered automatically |
| To: | Primary recipient(s) of email |
| CC: (Carbon Copy) | Additional recipients who receive a copy — all recipients can see CC list |
| BCC: (Blind Carbon Copy) | Hidden recipients — other recipients CANNOT see BCC addresses |
| Reply | Respond to sender only |
| Reply All | Respond to sender AND all recipients |
| Forward | Send received email to someone else |
| Attachment | File(s) included with the email |
| Flag | Mark email for follow-up |
| Rules | Automated actions applied to emails based on conditions |
• BCC = Blind Carbon Copy — recipients cannot see BCC list
• CC = Carbon Copy — all can see
• Drafts = unsent emails saved
• Reply = only to sender | Reply All = to all recipients
• Ctrl+R = Reply | Ctrl+Shift+R = Reply All | Ctrl+F = Forward in Outlook
6. PDF — Portable Document Format
PDF (Portable Document Format) was developed by Adobe Systems in 1993. It preserves document formatting regardless of the software, hardware, or operating system used to view it.
| Feature | Details |
|---|---|
| Full Form | Portable Document Format |
| Developed by | Adobe Systems (now Adobe Inc.) — 1993 |
| Creator | Dr. John Warnock (co-founder of Adobe) |
| Extension | |
| Current standard | ISO 32000 — an open standard since 2008 |
| Primary Software | Adobe Acrobat (create/edit), Adobe Reader (view only — free) |
| Free alternatives | Foxit Reader, Sumatra PDF, PDF-XChange Viewer |
| Online PDF tools | Smallpdf, ILovePDF, PDF24 |
| Editable PDF | PDF forms can be filled online — PDF/A is archival version |
| PDF/A | PDF for long-term archiving — ISO standard |
| OCR in PDF | Adobe Acrobat can apply OCR to scanned PDFs to make text searchable |
| Encryption | PDF files can be password-protected for security |
| Page size | A4 (most common), A3, Letter, Legal etc. |
Creating PDFs
| Method | How To |
|---|---|
| From MS Word | File → Save As → PDF OR File → Export → PDF/XPS |
| From any Windows app | Ctrl+P → Select 'Microsoft Print to PDF' as printer |
| Adobe Acrobat | Can create, merge, edit, compress and secure PDFs |
| Google Chrome | File → Print → Save as PDF (built-in) |
| Online | Smallpdf.com, ILovePDF.com, PDF2DOC.com |
• PDF developed by Adobe Systems, 1993
• Extension = .pdf
• Adobe Acrobat = full editor | Adobe Reader = viewer only (free)
• PDF became an open ISO standard in 2008 (ISO 32000)
• To export Word to PDF: File → Save As → PDF
• PDF/A = archival PDF | PDF/X = printing PDF
7. Internet — Complete Notes
The Internet is a global network of interconnected computers communicating through standardised protocols. The World Wide Web (WWW) is a service that runs on the Internet — not the same as the Internet itself.
Internet — Key Terms & Concepts
| Term | Definition |
|---|---|
| Internet | Global network of billions of computers connected via TCP/IP protocols |
| WWW (World Wide Web) | System of interlinked hypertext documents accessed via Internet browsers. Invented by Tim Berners-Lee, 1989. |
| HTTP | HyperText Transfer Protocol — rules for transferring web pages. Port 80 |
| HTTPS | HTTP Secure — encrypted version of HTTP using SSL/TLS. Port 443 |
| FTP | File Transfer Protocol — transfers files between computers. Port 20/21 |
| SMTP | Simple Mail Transfer Protocol — sends emails. Port 25/587 |
| POP3 | Post Office Protocol 3 — receives emails (downloads to local device). Port 110 |
| IMAP | Internet Message Access Protocol — receives emails (stays on server). Port 143/993 |
| DNS | Domain Name System — translates domain names to IP addresses (like phone book of internet) |
| IP Address | Unique numerical address for every device on network. IPv4 (32-bit) e.g. 192.168.1.1 |
| IPv4 | 32-bit address — e.g., 192.168.1.1. About 4.3 billion addresses. |
| IPv6 | 128-bit address — e.g., 2001:0db8:85a3::8a2e:0370:7334. Replaces IPv4. |
| TCP/IP | Transmission Control Protocol/Internet Protocol — fundamental internet communication protocol |
| URL | Uniform Resource Locator — web address. e.g., https://www.jkedusphere.blogspot.com |
| Domain Name | Human-readable name for a website. e.g., google.com |
| Bandwidth | Amount of data transmitted per second — measured in bps, Kbps, Mbps, Gbps |
| ISP | Internet Service Provider — company providing internet access. e.g., Airtel, Jio, BSNL |
| Router | Device that routes data packets between networks — connects your network to internet |
| Modem | Modulator-Demodulator — converts digital signals to analog for transmission via phone lines |
| VPN | Virtual Private Network — encrypted tunnel for secure, private internet access |
| Cookie | Small text file stored by browser to remember user preferences and login sessions |
| Firewall | Security system that monitors and controls incoming/outgoing network traffic |
| Proxy Server | Intermediary server between user and internet — hides IP, caches content |
| Browser | Software to access and display web pages. Chrome, Firefox, Edge, Safari, Opera |
| Search Engine | Tool for finding web content. Google, Bing, DuckDuckGo, Yahoo |
| HTML | HyperText Markup Language — language for creating web pages |
| W3C | World Wide Web Consortium — maintains web standards. Founded by Tim Berners-Lee |
| ARPANET | First internet — developed by US DoD (DARPA) in 1969 — predecessor to modern internet |
URL Structure
Protocol → Subdomain → Domain Name → Second-level domain → TLD → Path/Page
Domain Extensions (TLDs)
| Extension | Used For |
|---|---|
| .com | Commercial organisations — most common |
| .org | Non-profit organisations |
| .net | Network/internet companies |
| .edu | Educational institutions |
| .gov | Government websites |
| .mil | Military (US) |
| .in | India country code |
| .uk | .co.uk — United Kingdom |
| .io | Technology startups (originally British Indian Ocean Territory) |
| .info | Information websites |
• WWW invented by Tim Berners-Lee, 1989 at CERN
• HTTP = Port 80 | HTTPS = Port 443 | FTP = Port 21 | SMTP = Port 25
• DNS = converts domain names to IP addresses
• ARPANET = first internet (1969, US DoD)
• Router = connects networks | Modem = digital↔analog conversion
• IPv4 = 32-bit | IPv6 = 128-bit (more addresses)
• Bandwidth measured in bps/Mbps/Gbps
• Cookie = file stored by browser for session info
• Google Chrome = most used browser worldwide
8. Email — Protocols, Structure & Concepts
Email (Electronic Mail) allows sending/receiving messages electronically over the internet. An email address has the format: username@domain.com. The @ symbol was introduced by Ray Tomlinson in 1971.
Email Protocols
| Protocol | Full Form | Port | Purpose |
|---|---|---|---|
| SMTP | Simple Mail Transfer Protocol | Port 25 (standard) / 587 (submission) / 465 (SSL) | Sends outgoing email from client to server and between servers. Push protocol. |
| POP3 | Post Office Protocol version 3 | Port 110 (standard) / 995 (SSL) | Downloads emails to local device and (by default) deletes from server. Good for offline access. Cannot sync across multiple devices. |
| IMAP | Internet Message Access Protocol | Port 143 (standard) / 993 (SSL) | Emails stay on server — synced across all devices. Best for accessing email on multiple devices (phone + laptop). |
| MIME | Multipurpose Internet Mail Extensions | N/A | Allows email to contain attachments (images, documents, audio) — extends plain text email capability |
| S/MIME | Secure MIME | N/A | Adds digital signatures and encryption to email for security |
POP3 vs IMAP — Most Asked Comparison
| Feature | POP3 | IMAP | |||
|---|---|---|---|---|---|
| POP3 | Downloads emails to local device | Default: deletes from server after download | Works offline after download | No sync across devices | Simple, older protocol |
| IMAP | Emails stay on server | Emails NOT deleted from server | Requires internet to access | Syncs across all devices | Modern, recommended protocol |
Email Concepts
| Feature | Description |
|---|---|
| Email Address Structure | username@domain.com — username identifies user, @ separates, domain identifies email server |
| Webmail | Email accessed via web browser without installing software. Gmail, Yahoo Mail, Outlook.com, Rediffmail |
| Email Client | Software installed on device to manage email. MS Outlook, Thunderbird, Apple Mail |
| Spam | Unwanted bulk email — junk mail. Spam filters detect and move to Junk folder |
| Phishing | Fraudulent email pretending to be from legitimate source to steal credentials |
| CC (Carbon Copy) | Sends copy to additional recipients — all recipients can see CC addresses |
| BCC (Blind Carbon Copy) | Hidden recipients — other recipients CANNOT see BCC list |
| Email Thread | Chain of replies in a conversation |
| Auto-reply | Automatic response sent when you are away (Out of Office) |
| Digital Signature | Electronic signature proving email authenticity — created using public key cryptography |
| Encryption | Scrambling email content so only intended recipient can read it |
| Attachment | File sent along with email — images, documents, PDFs, zip files |
| Email Size Limit | Gmail: 25 MB per message | Outlook: 20 MB | Yahoo: 25 MB |
• SMTP = Sending email (push) | POP3 = Receiving (download to device) | IMAP = Receiving (stays on server, syncs)
• POP3 Port = 110 | IMAP Port = 143 | SMTP Port = 25/587
• @ symbol in email invented by Ray Tomlinson, 1971 — he sent first email to himself
• BCC = Blind Carbon Copy — hidden from other recipients
• IMAP is better than POP3 for multi-device users
• Phishing = fake emails to steal passwords
• Spam = unwanted bulk emails
9. All JKSSB PYQs — MS Office, PDF, Internet & Email
Actual questions from JKSSB exams — Junior Assistant, FAA, Wildlife Guard/Inspector, Panchayat Secretary, Accounts Assistant, Graduate Level.
10. New Statement-Based Pattern MCQs
JKSSB 2026 new pattern — evaluate multiple statements simultaneously.
⚡ Quick Revision — Most Exam-Tested Facts
MS Word
- Extension: .docx (2007+)
- Ctrl+H = Find & Replace
- Ctrl+Enter = Page Break
- F7 = Spell Check
- F12 = Save As
- Shift+F3 = Change Case
- Ctrl+K = Hyperlink
MS Excel
- Extension: .xlsx (2007+)
- Formulas start with =
- $A$1 = Absolute reference
- Alt+= = AutoSum
- F4 = Toggle reference type
- Max rows: 1,048,576
- Max cols: 16,384
PowerPoint
- Extension: .pptx (2007+)
- F5 = Start from beginning
- Shift+F5 = Current slide
- B = Black screen
- Slide Master = all slides
- Slide Sorter = rearrange
- Ctrl+M = New slide
Internet & Email
- HTTP=80, HTTPS=443, FTP=21
- SMTP=25 (send), POP3=110
- IMAP=143 (stays on server)
- DNS = name → IP address
- WWW = Tim Berners-Lee 1989
- @ = Ray Tomlinson 1971
- IPv4=32-bit, IPv6=128-bit
Tags