solutions class 10
solutions class 10
Session: 2023-24
**Computer Applications**
---
### SECTION A
c. <a>
b. <ol>
6. Which CSS property is used to set the background color of a web page?
c. background-color
c. HTTPS
10. Name the malware that locks users out of their system until a ransom is paid:
c. Ransomware
a. Both (A) and (R) are true, and (R) is the correct explanation of (A).
---
### SECTION B
(2 marks each)
15. Phishing: A method used to fraudulently obtain sensitive information by impersonating legitimate
entities.
Example:
body {
background-color: blue;
---
### SECTION C
(3 marks each)
h2 {
font-weight: bold;
font-size: 20px;
- Internal CSS: Defined within a <style> tag in the <head> section of the HTML document.
- External CSS: Stored in a separate file and linked to the HTML document using a <link> tag.
<table border="1">
<tr>
<th>Name</th>
<th>Age</th>
<th>City</th>
</tr>
<tr>
<td>Alice</td>
<td>25</td>
<td>New York</td>
</tr>
<tr>
<td>Bob</td>
<td>30</td>
<td>Los Angeles</td>
</tr>
</table>
---
### SECTION D
(4 marks each)
<label for="name">Name:</label>
<label for="email">Email:</label>
<label for="password">Password:</label>
<button type="submit">Submit</button>
</form>
---
### SECTION E
(4 marks each)
26.
c. Importance of strong passwords: Prevents unauthorized access and secures sensitive data.
27.
a. Ethical practices: Respect copyright laws and give credit to original sources.
---