Unit 7

Digital Communication and Applications

Explore computer networks, the internet, web browsers, email, Google Apps, and modern digital devices used in today's offices and classrooms.

🌐 Networks πŸ“‘ Internet βœ‰οΈ Email πŸ” Browsers πŸ“± Google Apps πŸ“² Devices
🌐

7.1 Data Communications

Data Communication is the process of transferring digital data between two or more devices through a transmission medium (wired or wireless). For communication to occur, both sender and receiver must use the same communication protocol.

πŸ“€

Sender

The device that originates and sends data. Example: your computer, phone.

πŸ“‘

Transmission Medium

The path through which data travels. Cable (wired) or air/radio waves (wireless).

πŸ“₯

Receiver

The device that accepts and processes the incoming data.

πŸ“‹

Protocol

Agreed rules for data exchange. Examples: TCP/IP, HTTP, FTP, SMTP.

πŸ—ΊοΈ

7.2 Types of Computer Networks

🏒 LAN
Within a building
Up to few km
🌍 WAN
Country / World
πŸ™οΈ MAN
City / Campus
🌐 Internet
Global network
of networks

Fig 7.1 β€” Network types by geographic coverage

Network TypeFull FormCoverageExamples
LAN Local Area Network Single building or campus (up to a few km) School computer lab, office floor, home network
MAN Metropolitan Area Network A city or large campus (up to 50 km) City government network, university campuses, cable TV networks
WAN Wide Area Network Countries or worldwide The Internet, bank ATM networks, railway reservation systems
PAN Personal Area Network A few metres (person's reach) Bluetooth headset, smartwatch connected to phone
VPN Virtual Private Network Any distance (secure tunnel over Internet) Remote work connections, secure government networks
πŸ”Œ

7.3 LAN and WAN β€” Key Differences

FeatureLANWAN
CoverageLimited (building/campus)Very large (country/world)
SpeedVery high (100 Mbps – 10 Gbps)Slower (varies, 1 Mbps – 1 Gbps)
Setup CostLowHigh
OwnershipPrivately owned (one org)Multiple orgs / ISPs
TechnologyEthernet, Wi-FiLeased lines, satellites, fibre optic
Error RateLow (short distance)Higher (longer paths)
ExampleOffice network, college labInternet, BSNL, Airtel backbone

πŸ“Œ Networks Key Points

  • LAN β€” Local Area Network β€” limited to a building or campus. Fast and cheap.
  • WAN β€” Wide Area Network β€” spans countries. The Internet is the largest WAN.
  • Data moves through networks using protocols β€” TCP/IP is the most important.
  • Bandwidth is the maximum amount of data transferable per second (Mbps, Gbps).
  • A Router connects different networks (e.g., your home LAN to the WAN/Internet).
🌍

7.4 What is the Internet?

The Internet is a global network of millions of interconnected computers and devices that communicate using the TCP/IP protocol. It originated from ARPANET (USA, 1969) and became publicly available in the early 1990s. Today it connects over 5 billion users worldwide.

Uses of the Internet: Communication (email, chat, video calls), information retrieval (websites, Wikipedia, news), entertainment (YouTube, streaming), e-commerce (shopping, banking), e-governance (income tax, TNPSC applications), education (e-learning, COA study), and cloud storage (Google Drive, OneDrive).

πŸ”—

7.5 URL and Web Addressing

URL (Uniform Resource Locator) is the address of a specific page or resource on the internet.

Example: https://www.tndte.gov.in/coa-results

https:// β€” Protocol (secure HTTP)  |  www β€” subdomain  |  tndte.gov.in β€” domain name  |  /coa-results β€” path to the page

Domain ExtensionUsed ByExamples
.comCommercial organisationsgoogle.com, amazon.com
.gov / .gov.inGovernment websitestndte.gov.in, india.gov.in
.edu / .ac.inEducational institutionsiit.ac.in, anna.ac.in
.orgNon-profit organisationswikipedia.org, who.int
.netNetwork / internet providersbsnl.net, airtel.net
.inIndia-specific websitesflipkart.in, irctc.co.in
πŸ“Ά

7.6 Types of Internet Connections

Slow β€” 56 Kbps

☎️ Dial-up

Uses ordinary telephone line and a modem. Very slow, ties up the phone line. Largely obsolete. Still used in very remote areas.

Medium β€” 128 Kbps

πŸ“ž ISDN

Integrated Services Digital Network. Faster digital telephone lines. Two channels: 64 Kbps each (128 Kbps combined). Used before broadband became common.

Fast β€” 1–100 Mbps

πŸ”Œ DSL

Digital Subscriber Line. Uses phone line but doesn't block calls. ADSL (Asymmetric DSL) is the most common home broadband type. Provided by BSNL, TATA.

Fast β€” up to 1 Gbps

πŸ“Ί Cable

Uses the same coaxial cable as cable TV. High speeds. Shared with neighbours so speed may vary. Provided by Hathway, ACT Fibernet.

Very Fast β€” 10 Gbps

πŸ’‘ Fibre Optic

Light pulses through glass/plastic fibre. Fastest wired connection available. Used by BSNL FTTH, Jio Fibre, ACT Fibernet. Increasingly common in cities.

Wireless β€” varies

πŸ“Ά Wi-Fi

Wireless LAN using radio waves (IEEE 802.11). Range: 30–100m. Used in homes, offices, cafes. Wi-Fi 6 reaches 9.6 Gbps theoretically. Router connects to ISP.

Wireless β€” city-wide

πŸ—Ό WiMAX

Wireless MAN technology. Range up to 50 km. Used for last-mile connectivity in areas where cable is not feasible.

Global coverage

πŸ›°οΈ Satellite

Internet via satellite in space. Available anywhere β€” deserts, oceans, remote mountains. High latency (delay). Used by ships, aircraft, military, rural areas. StarLink is a modern example.

Mobile β€” 1–1000 Mbps

πŸ“± Mobile (4G/5G)

Internet through mobile networks. 4G LTE: up to 100 Mbps. 5G: up to 10 Gbps. Used by smartphones and hotspot devices. Providers: Jio, Airtel, Vi.

🌐

7.7 World Wide Web (WWW)

World Wide Web (WWW) is a system of interlinked web pages and resources accessed through the Internet using a web browser. It was invented by Tim Berners-Lee in 1989 at CERN, Switzerland. The Web uses HTTP/HTTPS protocol and HTML language.

TermMeaning
WebsiteA collection of related web pages under one domain. E.g., tndte.gov.in
Web PageA single document viewable in a browser (HTML file with text, images, links).
HomepageThe default starting page of a website, usually the first page that opens.
HyperlinkClickable text or image that navigates to another page or resource.
HTTPHyperText Transfer Protocol β€” rules for transferring web pages. Port 80.
HTTPSSecure HTTP using SSL/TLS encryption. Shown by the padlock πŸ”’ in the browser. Port 443.
HTMLHyperText Markup Language β€” the language used to create web pages.
IP AddressUnique numerical address of a device on the internet. E.g., 192.168.1.1 (IPv4).
DNSDomain Name System β€” converts domain names (google.com) to IP addresses.
DownloadingTransferring a file from a remote server to your computer.
UploadingTransferring a file from your computer to a remote server or website.
πŸ“±

7.8 Social Networking, Blogs, and Portals

πŸ“Œ Internet Key Points

  • The Internet is a global network of networks using TCP/IP protocol.
  • A URL has four parts: Protocol (https://) + Domain (tndte.gov.in) + Path (/results).
  • HTTPS (with padlock πŸ”’) means the connection is encrypted and secure β€” always look for it when entering passwords or making payments.
  • Fibre optic is the fastest wired connection; 5G is the fastest mobile connection.
  • Tim Berners-Lee invented the World Wide Web in 1989.
  • DNS translates domain names into IP addresses β€” like a phone book for the internet.
🌐

7.9 Web Browsers

A Web Browser is application software used to access, navigate, and display web pages from the Internet. It communicates with web servers using HTTP/HTTPS protocol and renders HTML content visually.

πŸ”΅

Google Chrome

Most popular. Developed by Google. Fast, supports extensions, syncs with Google account. Developer tools built in.

🦊

Mozilla Firefox

Open-source browser. Known for privacy features and customisation. Good for developers and privacy-conscious users.

🌊

Microsoft Edge

Built into Windows 10/11. Based on Chromium. Integrates with Microsoft 365, Bing AI assistant. Replaces Internet Explorer.

🧭

Apple Safari

Default browser on Mac and iPhone/iPad. Fast, energy efficient. Not available on Windows or Android.

⚑

Opera

Fast browser with built-in VPN, ad blocker, and battery saver mode. Popular on mobile devices.

🦁

Brave

Privacy-focused browser. Blocks all ads and trackers by default. Chromium-based. Fast loading.

βš™οΈ

7.10 Configuring a Web Browser

πŸ”

7.11 Search Engines

A Search Engine is a web service that indexes millions of web pages and finds the most relevant results for a user's query. It uses web crawlers (bots) to scan and index websites continuously.

Search EngineURLSpecial Feature
Googlegoogle.comMost powerful; AI features; Image, News, Maps, Scholar search
Bingbing.comMicrosoft's search engine; Copilot AI integrated; image creator
Yahooyahoo.comPortal with news, email, finance; powered by Bing search
DuckDuckGoduckduckgo.comPrivacy-first β€” does not track user searches or profile users
Baidubaidu.comDominant search engine in China; Chinese language optimised

Effective Search Tips: Use specific keywords ("COA exam results 2026"), use quotes for exact phrases ("computer on office automation"), add site: to search within a site (site:tndte.gov.in results), use filetype: to find documents (COA syllabus filetype:pdf).

πŸ“Œ Browsers & Search Key Points

  • Google Chrome is the most widely used browser globally.
  • Use Ctrl+D to bookmark a page; Ctrl+H to view browsing history; Ctrl+T to open a new tab.
  • Incognito mode does not save history on your device β€” but the website and ISP can still see your activity.
  • Search engines use web crawlers to index billions of pages.
  • Use quotes in search ("exact phrase") to find an exact match.
  • Always check for HTTPS padlock before entering passwords or card numbers on any website.
βœ‰οΈ

7.12 Introduction to Email

Email (Electronic Mail) is a method of exchanging digital messages over the internet. It is fast, free, and reliable. An email address has two parts separated by @: username@domain.com (e.g., student.coa@gmail.com).

πŸ“‹

7.13 Creating an Email Account

1

Go to gmail.com

Open browser β†’ type mail.google.com or gmail.com β†’ click "Create account".

2

Enter Personal Details

Type your First Name, Last Name β†’ choose a Gmail address (e.g., yourname2026@gmail.com) β†’ create a strong password (8+ characters, mix of letters, numbers, symbols).

3

Verify Mobile Number

Enter your phone number β†’ Google sends a 6-digit OTP via SMS β†’ enter OTP to verify.

4

Complete Profile

Enter date of birth, gender β†’ agree to Google's Terms of Service and Privacy Policy β†’ Click "I agree".

5

Account Ready

Your Gmail inbox opens. Your email address is now active and can send/receive emails globally.

πŸ“¨

7.14 Email Operations

OperationHow to PerformNotes
Compose / WriteClick "+ Compose" (Gmail) β†’ fill To, Subject, Body β†’ SendCompose new email to anyone with an email address
Read EmailClick the email in Inbox to open itUnread emails are in bold. Click to mark as read.
ReplyOpen email β†’ click Reply (↩) β†’ type response β†’ SendReplies go only to the sender
Reply AllClick "Reply All" β€” responds to sender AND all recipients in To and CCBe careful β€” reply all sends to everyone!
ForwardOpen email β†’ click Forward (β†ͺ) β†’ enter new recipient β†’ SendSends the email to someone not in the original list
Attach FileCompose β†’ click πŸ“Ž (paperclip) icon β†’ browse and select file β†’ OpenMax attachment size: 25 MB in Gmail. Use Google Drive link for larger files.
Save EmailClick the star ⭐ to mark important. Or move to a Label/Folder.Starred emails are saved in "Starred" folder
Print EmailOpen email β†’ click β‹― (More) β†’ Print β†’ Ctrl+PPrints email with header details and attachments list
Delete EmailSelect email β†’ click πŸ—‘ or press Delete β†’ email moves to TrashTrash is auto-emptied after 30 days
CC (Carbon Copy)Enter email addresses in the CC fieldCC recipients receive the email and everyone can see they received it
BCC (Blind Carbon Copy)Click BCC β†’ enter addresses in BCC fieldBCC recipients are hidden from other recipients β€” used for privacy
View AttachmentOpen email β†’ click the attachment file name β†’ opens in preview or downloadsScan attachments with antivirus before opening unknown files
Filter / OrganiseGmail Settings β†’ Filters β†’ create rules to auto-label, archive, or forward emailsFilters automatically sort incoming mail

Security Tip: Never open attachments from unknown senders. Never share your email password with anyone. Always log out of your email on shared computers. Enable 2-Step Verification (2FA) for extra security β€” even if someone has your password, they cannot access your account without your phone.

πŸ“Œ Email Key Points

  • Email address format: username@domain.com
  • CC β€” visible to all; BCC β€” hidden from other recipients. Use BCC when sending to a large group.
  • Gmail max attachment size is 25 MB β€” use Google Drive link for larger files.
  • Spam is unsolicited junk email. Never click links in suspicious emails β€” they may be phishing attacks.
  • Always use a clear, specific Subject line in professional emails.
  • Enable 2-Step Verification on your email account for security.
☁️

7.15 Google Workspace Applications

Google Workspace (formerly G Suite) is a collection of free, cloud-based productivity applications by Google. All apps work in a web browser β€” no installation required. Data is saved automatically to Google Drive and accessible from any device.

πŸ“‹
Google Forms
Create surveys, quizzes, registration forms, and feedback forms. Responses automatically collected in a Google Sheet.
URL: forms.google.com  |  Practical: Exercise 34
πŸ“
Google Docs
Cloud word processor. Create documents, letters, reports. Real-time collaboration β€” multiple users can edit simultaneously.
URL: docs.google.com  |  Practical: Exercise 35
πŸ“Š
Google Sheets
Cloud spreadsheet. Similar to Excel. Use formulas, charts, pivot tables. Shared sheets update in real time for all editors.
URL: sheets.google.com  |  Practical: Exercise 36
πŸ“½οΈ
Google Slides
Cloud presentation tool. Similar to PowerPoint. Add slides, themes, images, animations. Present directly in browser.
URL: slides.google.com  |  Practical: Exercise 37
πŸ’Ύ
Google Drive
15 GB free cloud storage. Upload any file β€” Docs, Sheets, PDFs, photos, videos. Share files with specific people or make public.
URL: drive.google.com
πŸ“§
Gmail
Free email service. 15 GB storage. Spam filtering, labels, filters, 2FA security. Used for all Google account sign-ins.
URL: mail.google.com  |  Practical: Exercise 33
πŸ“‹

7.16 Google Forms β€” Detailed Guide

1

Open Google Forms

Go to forms.google.com (sign in with Google account if prompted) β†’ click "Blank form" or choose a template.

2

Add Form Title and Description

Click "Untitled form" β†’ type a title (e.g., "Student Feedback Form"). Add a description explaining the form's purpose below the title.

3

Add Questions

Click the + button on the right toolbar β†’ choose question type: Short answer, Paragraph, Multiple choice, Checkboxes, Dropdown, Date, Time, or File upload. Type the question text.

4

Mark Required Questions

Toggle the "Required" switch on each question that must be answered. Required questions show a red asterisk (*).

5

Send the Form

Click "Send" (paper plane icon) β†’ share via email link, or copy the shareable URL. Respondents submit without needing a Google account (if set to public).

6

View Responses

Click "Responses" tab β†’ see summary charts, individual responses. Click "Link to Sheets" to send all responses to a Google Sheet for analysis.

πŸ“

7.17 Google Docs, Sheets, and Slides

FeatureGoogle DocsGoogle SheetsGoogle Slides
Equivalent toMS-WordMS-ExcelMS-PowerPoint
File format.gdoc (native), .docx.gsheet, .xlsx.gslides, .pptx
Createdocs.new or drive β†’ New β†’ Google Docssheets.newslides.new
Share & CollaborateClick "Share" β†’ add email addresses β†’ set Viewer/Commenter/Editor permissionSameSame
DownloadFile β†’ Download β†’ .docx, .pdf, .txtFile β†’ Download β†’ .xlsx, .csv, .pdfFile β†’ Download β†’ .pptx, .pdf
Auto-saveEvery few seconds to Google DriveSameSame
Offline useEnable in Chrome (Docs offline extension)SameSame
Version HistoryFile β†’ Version History β†’ see all edits and restore any versionSameSame

πŸ“Œ Google Apps Key Points

  • All Google Apps auto-save β€” you never need to press Ctrl+S manually.
  • Google Forms automatically collects responses in a spreadsheet when linked to Google Sheets.
  • Use Share β†’ "Anyone with the link can view" to share a document publicly without requiring sign-in.
  • Google Drive gives 15 GB free storage shared across Gmail, Drive, and Google Photos.
  • All Google Apps work on any device (phone, tablet, laptop) β€” just open in a browser.
  • Use Version History (File β†’ Version History) to undo changes made days or weeks ago.
πŸ“±

7.18 Digital Devices Used in Offices

Modern offices and executives use a variety of digital devices beyond the desktop computer. Understanding these devices helps you work efficiently in any government or private office environment.

πŸ“± Smart Phone

  • Makes calls, sends SMS and WhatsApp messages
  • Access email, Google Apps, and e-Office on the go
  • Camera for document scanning (CamScanner app)
  • Hotspot: shares mobile internet with laptop/tablet
  • Biometric authentication: fingerprint, face unlock
  • UPI payments: PhonePe, GPay, BHIM
  • Government apps: DigiLocker, Aarogya Setu, UMANG
  • Install apps from Google Play Store (Android) or App Store (iOS)

πŸ’» Tablet

  • Larger screen than phone β€” 7 to 13 inches
  • Touch screen with stylus support for note-taking
  • Used for presentations, reading reports, video calls
  • Runs Android (Samsung Galaxy Tab) or iOS (Apple iPad)
  • Keyboard can be attached for typing-heavy tasks
  • Lighter than laptop β€” good for field visits
  • Connect to Wi-Fi or mobile data (4G/5G model)
  • Access all Google Apps, MS Office apps

πŸ–¨οΈ Scanner

  • Flatbed scanner: place document face-down on glass
  • ADF (Auto Document Feeder): scans multiple pages
  • Scan resolution: 300 DPI for documents, 600 DPI for photos
  • Output formats: PDF, JPEG, PNG, TIFF
  • Windows: use "Windows Fax and Scan" or printer software
  • Linux: use "Simple Scan" or SANE-based tools
  • Crop, rotate, and brightness adjustments using built-in tools
  • Mobile scanning: CamScanner, Adobe Scan apps

πŸ–₯️ Multi-Function Device

  • Combines printer + scanner + copier + fax in one unit
  • Most common in government offices
  • Connect via USB, Ethernet, or Wi-Fi
  • Print directly from phone via Wi-Fi Direct or AirPrint
  • Scan to email: scanned document sent directly to email
  • Scan to folder: saves scans to a shared network folder
πŸ“·

7.19 Scanning a Document β€” Step by Step

1

Prepare the Scanner

Turn on the scanner. Ensure it is connected to the computer (USB or Wi-Fi). Check that the scanner driver is installed (Device Manager β†’ Imaging Devices).

2

Place the Document

Lift the scanner lid β†’ place document face-down on the glass, aligned to the corner markers β†’ close the lid gently.

3

Open Scanning Software β€” Windows

Search for "Windows Fax and Scan" in Start menu β†’ click "New Scan" β†’ select scanner β†’ choose document type (Photo/Document) β†’ set resolution (300 DPI) β†’ set file type (PDF or JPEG).

4

Open Scanning Software β€” Linux

Open "Simple Scan" from Applications β†’ select scanner β†’ click Scan β†’ choose Document or Photo mode β†’ adjust settings.

5

Preview and Scan

Click "Preview" to see a thumbnail first. Adjust crop area if needed. Click "Scan" (full quality scan). Wait for the scan to complete.

6

Edit Using Built-in Tools

After scanning: use Windows Photos or Paint to crop, rotate, adjust brightness/contrast, and save as a different format.

7

Save the File

Save scan to a folder (e.g., Desktop β†’ Scanned Documents). Name the file descriptively (e.g., Receipt_April2026.pdf). Now ready to upload to e-Office as a Receipt.

πŸ“Œ Devices & Scanning Key Points

  • Scan documents at 300 DPI for official use β€” it balances quality and file size.
  • Use PDF format for scanning multi-page documents β€” saves multiple pages in one file.
  • Windows Fax and Scan is the built-in scanner tool in Windows. Simple Scan in Linux.
  • After scanning, use Windows Photos or Paint to crop, rotate, and adjust the image.
  • Smartphone apps like CamScanner and Adobe Scan can scan documents using the phone camera.
  • DigiLocker is a government app that stores and shares official documents digitally (Aadhaar, driving licence, marksheets).
πŸ§ͺ

Practical Exercises 32–38 β€” Step-by-Step Guide

Exercise 32 β€” Search for Website / Application / Text Documents

βœ“
Open Google Chrome β†’ click address bar β†’ type google.com β†’ press Enter Step 1
βœ“
In search box type: TNDTE COA syllabus 2025 PDF β†’ press Enter Step 2
βœ“
Browse results β†’ click on the TNDTE official result (tndte.gov.in or dte.tn.gov.in) Step 3
βœ“
View the webpage β†’ scroll through content β†’ bookmark the page (Ctrl+D) Step 4
βœ“
Download a file: right-click a PDF link β†’ "Save link as" β†’ choose Desktop β†’ Save Step 5 β€” Download
βœ“
Print the webpage: Ctrl+P β†’ check preview β†’ set to 1 page β†’ Print (or Print to PDF) Step 6 β€” Print

Exercise 33 β€” Create Email Account, Send, Reply, Attach, Forward

βœ“
Open mail.google.com β†’ click "Create account" β†’ follow Gmail registration steps Create Account
βœ“
Check Inbox: read 3 unread emails by clicking each one Read
βœ“
Compose new email: click "+ Compose" β†’ To: (teacher's email) β†’ Subject: "COA Practical Test" β†’ type body β†’ Send Compose
βœ“
Reply: open a received email β†’ click Reply β†’ type "Thank you for the email." β†’ Send Reply
βœ“
Attach file: Compose new email β†’ click πŸ“Ž β†’ browse to a PDF on Desktop β†’ Open β†’ Send Attach
βœ“
Filter: Gmail Settings (βš™οΈ) β†’ Filters β†’ Create new filter β†’ From: (sender) β†’ Apply label "COA" Filter
βœ“
Forward: open email β†’ Forward β†’ enter another email address β†’ Send Forward

Exercise 34 β€” Create a Google Form to Collect Data

βœ“
Open forms.google.com β†’ click "Blank form" Step 1
βœ“
Title: "Student Information Form" β†’ Description: "Please fill in your details" Step 2
βœ“
Add Question 1: Short answer β†’ "Your Name" β†’ Required βœ“ Step 3
βœ“
Add Question 2: Dropdown β†’ "District" β†’ add 5 district options β†’ Required βœ“ Step 4
βœ“
Add Question 3: Multiple choice β†’ "Examination Year" β†’ Options: 2024, 2025, 2026 Step 5
βœ“
Click "Send" β†’ copy the link β†’ open in new tab β†’ submit a test response β†’ check Responses tab Step 6

Exercise 35 β€” Create a Google Doc

βœ“
Open docs.new β†’ a blank document opens automatically Step 1
βœ“
Rename: click "Untitled document" β†’ type "Official Letter β€” COA 2026" Step 2
βœ“
Type an official letter with Date, To, Subject, Body, Yours faithfully, and Name. Apply formatting: title bold, body font size 12 Step 3
βœ“
Share: click "Share" β†’ enter classmate/teacher email β†’ set Editor β†’ Send Step 4
βœ“
Download: File β†’ Download β†’ Microsoft Word (.docx) β†’ save to Desktop Step 5

Exercise 36 β€” Create a Google Sheet to Collect Data

βœ“
Open sheets.new β†’ Rename the file "Student Marks Sheet 2026" Step 1
βœ“
Add column headers in Row 1: S.No | Name | Theory | Practical | Total | Result Step 2
βœ“
Enter data for 5 students in rows 2–6 Step 3
βœ“
In E2: type =C2+D2 β†’ press Enter β†’ drag fill handle down to E6 Step 4 β€” Formula
βœ“
In F2: type =IF(E2>=40,"Pass","Fail") β†’ drag down β†’ share with teacher Step 5

Exercise 37 β€” Create a Google Slide Presentation

βœ“
Open slides.new β†’ choose a theme from the "Choose a theme" panel Step 1
βœ“
Slide 1: Title = "Computer on Office Automation" | Subtitle = "TNDTE Certificate Course" Step 2
βœ“
Add Slide 2 (+): "Units Covered" β†’ bullet points for all 7 units Step 3
βœ“
Add Slide 3: Insert β†’ Image β†’ search for a relevant image online β†’ Insert Step 4
βœ“
Present: click "Slideshow" button (β–Ά) β†’ press Esc when done β†’ share with teacher Step 5

Exercise 38 β€” Scan a Photo and Edit Using OS Built-in Tools

βœ“
Place a photograph face-down on the scanner glass β†’ connect scanner to PC Step 1
βœ“
Open Windows Fax and Scan β†’ New Scan β†’ select "Photo" type β†’ Resolution: 600 DPI β†’ Format: JPEG β†’ Scan Step 2 β€” Windows
βœ“
Linux alternative: Open "Simple Scan" β†’ Photo mode β†’ 600 DPI β†’ Scan β†’ Save as JPEG Step 2 β€” Linux
βœ“
Locate the scanned JPEG file β†’ right-click β†’ "Open with" β†’ Photos (Windows) or GIMP (Linux) Step 3
βœ“
Edit in Windows Photos: click ✏️ Edit β†’ Crop (select area) β†’ Rotate β†’ Brightness/Contrast slider β†’ Save a copy Step 4 β€” Windows
βœ“
Edit in MS Paint: open the scanned image β†’ Image β†’ Crop β†’ Home β†’ Rotate β†’ Save As (new filename) Step 4 β€” Paint
βœ“
Save edited file as ScannedPhoto_Edited.jpg to Desktop β†’ task complete Step 5

🧠 Practice Questions β€” Unit 7 (CBE Style)

1. LAN stands for:

A Long Area Network
B Local Area Network
C Linked Application Node
D Large Access Network

2. The World Wide Web was invented by:

A Bill Gates
B Vint Cerf
C Tim Berners-Lee
D Steve Jobs

3. In an email, BCC stands for:

A Basic Carbon Copy
B Bulk Correspondence Copy
C Blind Carbon Copy
D Blocked CC

4. Which internet connection type uses light pulses through glass fibres for the fastest speeds?

A DSL
B Wi-Fi
C Fibre Optic
D ISDN

5. What does the padlock πŸ”’ symbol in a browser's address bar indicate?

A The website is blocked by the government
B The page is read-only
C The connection is encrypted using HTTPS (SSL/TLS)
D The browser is in Incognito mode

6. Google Forms responses are automatically linked to which Google application?

A Google Docs
B Google Sheets
C Google Slides
D Google Drive

7. The recommended scan resolution for official documents is:

A 72 DPI
B 150 DPI
C 300 DPI
D 1200 DPI

8. URL stands for:

A Universal Resource Library
B Uniform Resource Locator
C User Resource Link
D Unique Record Label

9. Match β€” Which keyboard shortcut opens a new Incognito window in Google Chrome?

A Ctrl+N
B Ctrl+P
C Ctrl+Shift+N
D Ctrl+Alt+N

10. True or False: All Google Workspace apps (Docs, Sheets, Slides) automatically save your work to Google Drive β€” no manual saving is required.

A True
B False
← Chapter 6: e-Office Applications Chapter 8: OS Practicals β†’