Worksheet 1 Computer Applications Grade 10 2023-24_Answers
Worksheet 1 Computer Applications Grade 10 2023-24_Answers
Date – 19/01/2024
Grade -10 Time –2
Hours
Subject – COMPUTER APPLICATIONS Marks –
50
Subject Code – 165 No. of
Pages – 11
General Instructions:
1. Suhani asks her colleague for her project work and then
copies the entire work and submits it to her team leader
claiming it to be her own work. The act performed by
Suhani is known as ____________ .
(a) Both Assertion (A) and Reason (R) are true and Reason
(R) is the correct explanation of Assertion (A).
(b) Both Assertion (A) and Reason (R) are true and Reason
(R) is not the correct explanation of Assertion (A).
(b) Both Assertion (A) and Reason (R) are true and
Reason (R) is not the correct explanation of Assertion (A).
Chat:
Email:
Two services that can be provided using e-Governance are: your choice
OR
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<audio controls>
</audio>
</body>
</html>
OR
Two issues related to privacy in e-commerce are: You can write in your own
words
In HTML, the alink and vlink attributes are used to specify the colors of links
in a web page. Here's the difference between the two:
alink (Active Link Color): This attribute is used to specify the color of a link
when it is being clicked or activated by the user.
vlink (Visited Link Color): This attribute is used to specify the color of a link
that has been visited by the user in the past.
Give example from note book.
OR
b)Write the difference between <dt> and <dd> tags.
In HTML, the <dt> and <dd> tags are used in combination within a <dl>
(description list) element to create a list of term-description pairs. Here's the
difference between the two:
<dt> (Definition Term): This tag is used to define the term or name in a
description list. It is typically used to mark up the term being defined in the
list.
<dd> (Definition Description): This tag is used to provide the description or
definition of the term defined by the <dt> tag in a description list. It is used to
mark up the description or explanation associated with the term.
(a) The difference between URL1 and URL2 lies in the presence of "https://"
versus "http://" at the beginning of the URLs.
(b) I would prefer to use URL1 (https://www.practicepayment.com) over URL2
(http://www.practicepayment.com) because of the security offered by the
HTTPS protocol.
(c) The abbreviation "www" stands for "World Wide Web," which is a system of
interlinked hypertext documents accessed via the internet.
22. (a) Write the equivalent CSS code to set the following
styles for a web page :
(i) Entire page background color should be yellow
(ii) Second level Heading properties should be as follows :
Text color should be Red
Left margin should be 25 px
body {
background-color: yellow;
}
h2 {
color: red;
margin-left: 25px;
}
OR
(b) (i) Write a CSS code to display the first level heading
text as My School in Green color and center-aligned.
h1 {
color: green;
text-align: center;
}
p{
color: yellow;
font-size: 25px;
font-weight: bold;
}
Specifications :
· The background color of the page should be yellow and
heading.
web page.
· Font size for the paragraph and the list of services
OR
(b)
Write the HTML code to design the above shown web page
title considering the specifications as given below. You
can write the code for any four specifications out of the
given six specifications.
Specifications :
· The background color of the page should be cyan, the
font face for the page should be Arial.
· Heading Events should be the first level of heading.
· Font size for the paragraph and the list of products
should be 5.
· The schedule (as shown in the above web page) should
be written with the help of the numbered list. Superscript
tags should be used wherever required. · The bottom-most
lines of ..... and : ..... should be in bold.
· The contact email [email protected] should be a link to
open the user’s default mail client to send queries to the
mentioned email id.