D. Competency-based questions.
1. Krithika is creating a project in Scratch. She wants to duplicate a sprite in her project. Tell her the options she can use to do this.
Answer: To duplicate a sprite in Scratch, Krithika can use the Duplicate tool in the editor. This is done by following these steps:
- Open the Sprites area in Scratch.
- Right-click on the sprite you want to copy.
- Select "duplicate" from the menu.
- A new exact copy of the sprite will appear in your project.
2.Rahul loves to play guitar. While working on his Scratch project, he wants to play the sound of guitar. Help him by suggesting the appropriate block to do the same.
Ans: This is done by following these steps:
- Go to the Sound category in the blocks palette.
- Drag the "play sound (sound name) until done" block into your script.
- Click the drop-down menu in the block and choose "guitar" (or upload your own guitar sound file using "upload sound" if needed).
- The sprite will play the guitar sound when the block runs.
1. Rashmi wants to apply different level of headings on a web page. Which tag should she use? Give the syntax.
Ans: - Use HTML heading tags <h1> to <h6>.
- They define six levels of headings, where <h1> is the largest (most important) and <h6> is the smallest.
- Syntax:
<h1>This is a level 1 heading</h1>
<h2>This is a level 2 heading</h2>
<h3>This is a level 3 heading</h3>
<!-- continue with h4, h5, h6 if needed -->
2. Raghav wants to insert line breaks in a paragraph. How can he do it? Give the syntax.
Ans: - Use the <br> tag to break a line inside a paragraph.
- It inserts a single line break where it is placed.
- Syntax:
<p>This is a paragraph.<br>
Here the line is broken.<br>
And another new line starts.</p>
D. Competency-based questions.
1.Mr Kapoor wants to shop for some products online. Suggest him the name of a popular online shopping website and an online payment method also.
Answer: A popular online shopping website is Amazon and Flipkart. A widely used online payment method is UPI (Google Pay / PhonePe) or credit/debit card.
2. Rohini wants to send the copy of an official mail to multiple recipients. She does not want to let them know about the other persons receiving the same mail. Which feature should she use for the same?.
Ans: Feature to use: Bcc (Blind Carbon Copy). Put all addresses in the Bcc field so each recipient sees only their own name.
0 Comments