Question 1
Answer
Effective communication is the process of conveying information, ideas, thoughts and feelings clearly so that the intended message is understood correctly by the receiver.
It is important because it:
- Creates understanding: It helps people understand information and instructions correctly.
- Reduces misunderstandings: Clear communication reduces confusion, errors and conflicts.
- Builds relationships: Honest and respectful communication helps develop trust.
- Improves teamwork: People can coordinate their tasks and work towards common goals.
- Supports decision-making: Accurate information enables individuals and organisations to make better decisions.
- Improves productivity: Clear instructions and feedback help people complete their work efficiently.
- Helps in learning: Students and teachers depend on effective communication to exchange knowledge and ideas.
Question 2
Answer
Written communication is the exchange of information, ideas, instructions or feelings through written words and symbols. It includes communication through letters, notices, reports, emails, messages, books, applications and other written documents.
Written communication is useful when a permanent or documented record of information is required. It allows the sender to organise and review the message before sending it.
Effective written communication should be clear, concise, accurate, complete, logically organised and appropriate for the intended audience.
Question 3
Answer
Non-verbal communication involves conveying information without relying solely on spoken or written words. It includes facial expressions, eye contact, gestures, posture, body movements, appearance, personal space and aspects of voice such as tone and pace.
Non-verbal elements support verbal communication by helping the receiver understand the speaker's emotions, attitude and intentions.
- Facial expressions can communicate emotions such as happiness, sadness or concern.
- Eye contact can demonstrate attention, confidence and engagement.
- Gestures can emphasise or illustrate important points.
- Posture can communicate confidence, interest or attentiveness.
- Voice modulation through tone, volume, pitch, pace and pauses can change the meaning or emotional impact of a message.
- Appearance can influence the first impression a person creates.
Therefore, appropriate non-verbal communication makes a message more effective and can reinforce the verbal message. However, non-verbal cues can vary across cultures and situations, so they should be interpreted carefully.
Question 4
Answer
Interjections are words or short expressions used to express sudden or strong feelings, emotions or reactions. They can express emotions such as surprise, joy, pain, excitement, disappointment or concern.
- Wow! That is an amazing painting.
- Oh! I forgot my notebook.
- Hurray! We won the match.
- Ouch! That hurt.
Importance in Written Communication
- They express emotions that might otherwise be difficult to communicate in writing.
- They make informal writing more expressive and natural.
- They help communicate immediate reactions.
- They can add emphasis to dialogue, stories and informal messages.
Interjections should be used appropriately because excessive use can make formal writing less professional.
Question 5
Answer: Diwali
Diwali is my favourite festival because it brings families and communities together. It is known as the festival of lights and is celebrated with great enthusiasm in many parts of India. People clean and decorate their homes, light lamps and spend time with family members. The festival creates an atmosphere of happiness, hope and togetherness.
During Diwali, people decorate their homes with diyas, rangoli and lights. Families exchange sweets and gifts and many people worship Goddess Lakshmi as part of their traditional celebrations. I especially enjoy decorating my home and meeting relatives during the festival. We should celebrate Diwali responsibly by avoiding excessive noise, reducing waste and choosing environmentally friendly celebrations.
- Each paragraph contains at least four sentences.
- Each sentence begins with a capital letter.
- Sentences end with appropriate punctuation.
- Ideas within each paragraph are connected.
- The paragraphs have a clear and logical flow.
Question 6
Answer
The indefinite articles in English are a and an. They are called indefinite because they generally refer to a non-specific person, place, animal or thing.
Use of "a"
A is generally used before a singular countable noun that begins with a consonant sound.
- a book
- a teacher
- a university
- a European country
Use of "an"
An is generally used before a singular countable noun that begins with a vowel sound.
- an apple
- an elephant
- an hour
- an honest person
Indefinite articles are generally used with singular countable nouns when referring to something for the first time or when the specific identity of the noun is not important.
Question 7
Answer
Information and Communication Technology (ICT) provides various tools that support teaching, learning, communication and educational administration.
| ICT Tool | Educational Use |
|---|---|
| Computers and laptops | Creating documents, programming, research, presentations and accessing learning resources. |
| Interactive whiteboards | Displaying and interacting with digital educational content. |
| Projectors | Presenting videos, slides, diagrams and other multimedia resources. |
| Internet | Accessing information, online courses and educational resources. |
| Learning Management Systems | Sharing lessons, assignments, assessments and learning materials. |
| Educational applications | Providing interactive exercises, simulations and practice activities. |
| Video-conferencing tools | Supporting live online classes and collaboration. |
| Digital learning resources | E-books, educational videos, simulations and interactive content. |
Question 8
Answer
ICT in governance, often called e-governance, involves using information and communication technologies to deliver government services, manage information and communicate with citizens.
ICT plays several important roles in governance:
- Online public services: Citizens can access many government services through online portals.
- Faster communication: Government departments can communicate information to citizens quickly.
- Improved accessibility: Digital services can make public services available beyond traditional office hours and locations.
- Better record management: Digital systems help organisations store, search and process large amounts of information.
- Transparency: Publishing information online can make government processes and information more accessible to citizens.
- Efficiency: Automation can reduce repetitive manual work and improve the speed of service delivery.
- Citizen participation: Digital platforms can provide channels for feedback, applications and public engagement.
Question 9
Answer
Primary memory, also called main memory, is the memory that the CPU can access directly or through the system's memory subsystem. It holds data and instructions that are actively being processed or required by the computer.
Primary memory is generally faster than secondary storage but has limited capacity.
Major Types
- RAM (Random Access Memory): RAM temporarily stores programs and data currently in use. It is generally volatile, meaning its contents are lost when power is removed.
- ROM (Read-Only Memory): ROM is non-volatile memory used to store data or instructions that need to persist when power is removed.
Question 10
Answer
CRT, LCD and LED refer to different display technologies used in computer monitors.
| Feature | CRT | LCD | LED |
|---|---|---|---|
| Full Form | Catode Ray Tube | Liquid Crystal Display | Light-Emitting Diode |
| Technology | Uses an electron beam and phosphor-coated screen. | Uses liquid crystals with a backlight. | Typically uses an LCD panel with LED backlighting. |
| Size | Large and bulky | Thin | Thin |
| Power Consumption | Generally high | Generally lower than CRT | Generally lower than CRT and can be more efficient than older LCD backlighting |
| Weight | Heavy | Light | Light |
| Current Use | Mostly obsolete for general-purpose modern computing. | Still used in some specialised and older displays. | Very common in modern displays. |
In everyday computer terminology, an "LED monitor" usually means an LCD display that uses LEDs for its backlight.
Question 11
Answer
Cache memory is a small amount of high-speed memory located on or very close to the processor. It stores frequently or recently used data and instructions so that the CPU can access them faster than it could from slower main memory.
Advantages of Cache Memory
- High speed: Cache is much faster to access than ordinary RAM.
- Reduces memory access time: Frequently required information can be obtained quickly.
- Improves CPU performance: The processor can spend less time waiting for data from main memory.
- Improves overall system responsiveness: Frequently used instructions and data can be retrieved efficiently.
- L1: Very fast and usually the smallest cache.
- L2: Larger than L1 but generally slower.
- L3: Usually larger and shared by multiple CPU cores in many processors.
Question 12
Answer
Primary memory is memory that the processor accesses directly or through the memory hierarchy for immediate processing. Secondary memory is non-volatile storage used to store data and programs for long-term use.
| Feature | Primary Memory | Secondary Memory |
|---|---|---|
| Purpose | Holds data and instructions needed for current processing. | Stores data and programs for long-term use. |
| CPU Access | Directly accessible through the memory subsystem. | Data normally has to be loaded into primary memory before the CPU processes it. |
| Speed | Generally faster. | Generally slower than primary memory. |
| Capacity | Usually smaller. | Usually much larger. |
| Volatility | RAM is volatile; ROM is non-volatile. | Generally non-volatile. |
| Examples | RAM and ROM. | SSDs, hard disk drives, USB flash drives and memory cards. |
| Cost per GB | Generally higher. | Generally lower. |
In simple terms, primary memory supports immediate processing, whereas secondary memory provides persistent storage.
Quick Revision
| Q. No. | Key Concept |
|---|---|
| 1 | Importance of clear, accurate and purposeful communication. |
| 2 | Communication through written words and symbols. |
| 3 | Non-verbal cues reinforce and add meaning to communication. |
| 4 | Interjections express sudden emotions or reactions. |
| 5 | A properly structured two-paragraph composition. |
| 6 | Indefinite articles: a and an. |
| 7 | Computers, internet, projectors, LMS, digital resources and other ICT tools. |
| 8 | ICT supports efficient, accessible and transparent governance. |
| 9 | Primary memory includes RAM and ROM in the common school-level classification. |
| 10 | CRT is bulky; LCD uses liquid crystals; modern LED monitors generally use LED backlighting. |
| 11 | Cache is high-speed memory that reduces CPU access latency. |
| 12 | Primary memory supports active processing; secondary memory provides persistent storage. |