Digital Learning

Sunday, April 12, 2026

METHODS OF COMMUNICATION-CLASS-10-U-1-CH-1(2026-27):



CBSE-SOLUTIONS
CLASS-10
PART-A
UNIT-I COMMUNICATION SKILLS-II
Chapter-1 METHODS OF COMMUNICATION

A. Multiple Choice Questions
1. In oral communication, one can converse:
(a) Face to face
(b) Over the phone
(c) Chat rooms
(d) All of the above
Answer: (d) All of the above
(Explanation: Oral communication includes direct speaking in all these forms.)

2. Verbal communication is convenient for:
(a) Long messages
(b) Easy rectification
(c) Time saving
(d) All of the above
Answer: (d) All of the above
(Explanation: Verbal communication supports all these advantages.)

3. Dos of non-verbal communication include:
(a) Crossing your arms while having a conversation
(b) Appearing to be engaged and involved
(c) Touching one’s face often
(d) Fidgeting
Answer: (b) Appearing to be engaged and involved
(Explanation: This is a positive “Do”. Options (a), (c), and (d) are generally negative or distracting non-verbal behaviours.)

4. “A picture is worth a thousand words” refers in context to:
(a) Written communication
(b) Oral Communication
(c) Visual communication
(d) None of the above
Answer: (c) Visual communication
(Explanation: The proverb emphasizes the effectiveness of images and visuals.)

5. ________ is the final component in the process of communication as it defines the response given by the receiver to the sender.
(a) Feedback
(b) Response
(c) Request
(d) Notice
Answer: (a) Feedback
(Explanation: Feedback completes the communication cycle.)

6. A sentence which expresses a command or an order is known as:
(a) Declarative sentence
(b) Interrogative sentence
(c) Imperative sentence
(d) Exclamatory sentence
Answer: (c) Imperative sentence
(Example: “Close the door.”)

7. ________ feedback is specific information, in the form of written comments or verbal conversations that help the learner understand what she or he needs to do in order to improve.
(a) Descriptive
(b) Specific
(c) General
(d) Sign
Answer: (b) Specific
(Explanation: Specific feedback is clear, detailed, and actionable.)

8. ________ communication is the use of body language, gestures and facial expressions to convey information to others.
(a) Verbal
(b) Written
(c) Non-Verbal
(d) Visual
Answer: (c) Non-Verbal
(Explanation: Non-verbal communication uses body language, gestures, etc.)

9. Karan lives at a hostel in Shimla. He calls his mother who lives in Delhi, to get her approval for the robotics class which is going to start in his school next week onwards. However, due to disruption in the phone line, his mother could not understand and reply to him. He got very upset. Which another medium can he use to get immediate approval of his mother?
(a) E-mail
(b) Letter
(c) Message through Friend
(d) Fax
Answer: (a) E-mail
(Explanation: E-mail is fast, written, and provides immediate delivery with a record. Letter and Fax are slower; message through friend is indirect.)

10. Which of the following is not an element of communication within the communication process cycle?
(a) Channel
(b) Receiver
(c) Sender
(d) Time
Answer: (d) Time
(Explanation: Core elements are Sender, Message, Channel, Receiver, and Feedback. Time is not a core element.)

11. By which action can senders send their messages?
(a) Gestures
(b) Speaking
(c) Reading
(d) Writing
Answer: (b) Speaking
(Explanation: Speaking is the primary action for the sender in verbal/oral communication. Gestures are non-verbal; reading is receiving; writing is for written communication.)

12. Why do we use e-mails?
(a) To communicate with many people at the same time
(b) To share documents and files
(c) To talk to each other in real time
(d) To keep a record of communication
Answer: (a) To communicate with many people at the same time

13. Which of the following is true about communication?
(a) 50% of our communication is non-verbal.
(b) 20% communication is done using body movements, face, arms, etc.
(c) 5% communication is done using voice, tone, pauses, etc.
(d) 7% communication is done using words.
Answer: (a) 50% of our communication is non-verbal.

14. Identify the object, verb and subject in the sentence, ‘The car crashed into a tree.’
(a) Object: a tree; Verb: crashed; Subject: the car
(b) Object: the car; Verb: crashed; Subject: a tree
(c) Object: crashed; Verb: the tree; Subject: the car
(d) Object: crashed; Verb: the car; Subject: the tree
Answer: (a) Object: a tree; Verb: crashed; Subject: the car

Sunday, December 28, 2025

PYTHON CODE EXAMPLE-Class-8-Chapter-9(2025-26):


CBSE SOLUTIONS-2025-26
CLASS-8
CHAPTER-9 LET US CODE WITH PYTHON

A. Tick (✓) the correct answer:
1.When a new value is stored in a variable, its previous value gets __________.
(a) Accepted
(b) Overwritten
(c) Overlapped
(d) None of these
Answer: (b) Overwritten ✓
2.The data type for 12.4 should be __________.
(a) Int
(b) Float
(c) Str
(d) None of these
Answer: (b) Float ✓
3.Which of the following data types is not supported in Python?
(a) Char
(b) Float
(c) Int
(d) None of these
Answer: (a) Char ✓
4.>>> print('10'+'20') will give the output __________.
(a) 30
(b) 1020
(c) 2010
(d) None of these
Answer: (b) 1020 ✓
5.Values are assigned to variables using the __________ operator.
(a) String
(b) Print()
(c) Assignment
(d) None of these
Answer: (c) Assignment ✓

B. Write 'T' for true and 'F' for false in the given circles:
1.A variable name can consist of letters, digits, and underscore.
Answer: T
2.In Python, only one type of data can be stored in memory.
Answer: F
3.To evaluate an arithmetic expression, it is not necessary to use the print() function.
Answer: T
4.The string values cannot be multiplied together.
Answer: F
5.In Python, data types represent the type of data stored in a variable.
Answer: T

WHAT IS SMALL BASIC?-CLASS-7-CHAPTER-9-(2025-26):


CBSE SOLUTIONS-2025-26
CLASS-7
CHAPTER-9 BRANCHING STATEMENTS IN SMALL BASIC

A. Tick (✓) the correct answer:
1.Which of the following statement is also known as bi-directional statement?
(a) If-Then-ElseIf
(b) If-Then
(c) End
(d) None of these
Answer: (a) If-Then-ElseIf
2.Which of the following is not a reserved word?
(a) If-Then-ElseIf
(b) Then
(c) End
(d) None of these
Answer: (a) If-Then-ElseIf
3.The __________ program for a specific number of times.
(a) Goto
(b) If-Then
(c) Three
(d) None of these
Answer: (b) If-Then
4.In how many categories does the control statements divided in Small Basic?
(a) Two
(b) Three
(c) Four
(d) Five
Answer: (a) Two
5.__________ statement is used to check a number of conditions in the program.
(a) If-Then
(b) If-Then-ElseIf
(c) If-Then-Else
(d) None of these
Answer: (b) If-Then-ElseIf

Friday, December 26, 2025

Image-in-Presentation-Class-9-PART-B UNIT-V-CH-6-7:


PART-B Unit-5 Digital Presentation-LibreOffice(2025-26)
Chapter-6 Insert and Format image in presentation
Chapter-7 Work with slide master

A: Fill in the Blanks
1. The ----------- toolbar has majority of the tools used to create graphic objects.  
Answer:Drawing
2. ________ tool draws a straight line ending with an arrowhead.  
Answer:Arrow 
3. ________ tool selects this tool to rotate an object.  
Answer:Rotate
4.________tool draws a straight line.  
Answer:Line
5. If the Gallery deck is not already open, go to ________> Gallery on the Menu bar.  
Answer:Tools 
6. Impress comes with a collection of master slides, which are shown on the ________deck of the Sidebar.  
Answer:Master Pages
7. Modify the selected transition by changing the speed in the ________ area.  
Answer:Modify transition
8. In the ________ pane set a sound that is played throughout the presentation.  
Answer:Slide Transition
9. Select the ________ checkbox if you want the sound to restart once it is finished.  
Answer:Loop until next sound
10. To see the effect of a selection, you need to be in Normal view and select the ________checkbox on the Slide Transition page of the Tasks pane.  
Answer:Automatic preview

Thursday, December 18, 2025

Format Text-Animation-Tables in Presentation-Class-9-PART-B UNIT-V-CH-4-5:

PART-B Unit-5 Digital Presentation-LibreOffice(2025-26)
Chapter-4 Format Text and Apply Animation

A. Fill in the blanks.
1.To paste without formatting, select __________.
Answer: Unformatted text
2.To view the character formatting options, select __________ > Character.
Answer: Format
3.Use the __________ page, to apply special effects to the text, such as underlining, color, shadow.
Answer: Font Effects
4.Press __________ to start a new line without creating a new bullet or number.
Answer: Shift + Enter
5.Animation effects need to be applied from __________ View so that you can select individual objects on a single slide.
Answer: Normal