Instructions:
• Attempt all questions.
• Write complete statement of fill in the blanks and true or false.
Q.1 Fill in the blanks: (1×10=10)
a. The opening page of the website is known as ___________ page.
b. HTTP stands for____________.
c. 192.168.1.41 is an example of ____________.
d. _________ was the first network.
e. DBMS stands for ___________.
f. A database consists of one or more ___________ which store the data.
g. File extension of BASE database is _______________.
h. An HTML tag may also contain one or more __________.
i. <B> tag is an ___________ element.
j. __________ tag is used to insert a un-order list in an HTML document.
Q.2 Answer in one sentence. (1×10=10)
a. What is Primary Key?
b. What is data redundancy?
c. Write advantages of database.
d. Differentiate between container and empty elements of HTML
e. Identify the errors and write the corrected HTML statements:
i. <BODY BACKGROUND = “Red”>
ii. <FONT TYPE = “Arial”>
f. What is tag?
g. What is World Wide Web?
h. What is the role of Inbox in Email?
i. What is Web browser?
j. What is Website?
Q.3 Multiple Choice Questions (1×10=10)
i. Choose the correct tag for the largest heading
a) <heading>
b) <h6>
c) <head>
d) <h1>
ii. Google Chrome is a
a) Web Browser
b) News Website
c) Graphic Package
d) Word Processor
iii. Which of the following is not an attribute of <BODY> tag:
a) COLOR
b) BGCOLOR
c) BACKGROUND
d) ALINK
iv. Data in a database is stored in a:
a) Table
b) Query
c) Report
d) Search
v. <LI> is used to create items of an:
a) Ordered list
b) Unordered list
c) Neither of (a) and (b)
d) Both (a) and (b)
vi. What is the most suitable data type for a telephone_number field in a table:
a) text
b) number
c) memo
d) date
vii. In the <HR> tag, HR stands for:
a) Horizontal Row
b) Horizontal Rule
c) Horizontal Record
d) None of the above
viii. A modem converts
a) Analog information into digital
b) Digital information into analog
c) neither of the above
d) both a and b.
ix. In a web page, a table is created using:
a) <Create Table> tag
b) <TR> tag.
c) <Table> tag
d) <TD> tag
Q4. Carefully study the webpage given below. Identify 8 tags (structural as well as formatting tags) that have been utilized in creating this webpage and write the usage of each of them.
Q5. Do as Directed [10] 5.1 Read the following XML code and draw its XML tree.
<STORY>
<INDIAN>
<THRILLERS>
<WRITER>Ashok Mehta</WRITER>
<DOR>01/01/13</DOR>
</THRILLERS>
<FICTION>
<WRITER>Sanjay bhansali</WRITER>
<DOR>01/03/13</DOR>
</FICTION>
</INDIAN>
</STORY>
Q5.2 Write the HTML code to generate the following output of a table with the
content exactly in the same format as shown within the figure
CUSTOMER DETAILS | ||
CUSTOMER NO | NAME | ADDRESS |
C1110 | ASHOK KUMAR | C-14PARKSTREET KOLKATA |
Q6. Answer the following question: - [10]
6.1 Arun working for an IT Firm. He needs to back up his data of around 200 MB to 400 MB at the end of each day. Each day backup need to separately for future reference. Suggest any two backup devices, which he can use for backup purpose.
Q6.2 Differentiate between BODY BGCOLOR & BODY BACKGROUND attribute.
Q6.3 Find errors in the following HTML code segments. Rewrite the correct code and underline the corrections made:
a) <UL type = A start = C>
b) <basefont style : arial
c) <body bg color = red>
d) <head> my page</head>
Q6.4 Predict the output produced by the following code segment:
<HTML>
<BODY>
<OL type = I start = 4>
<LI> Live and let live
<LI> Honesty is the best policy
<LI> Do what you want others to do with you.
</OL> </BODY> </HTML>
Q6.5 What are the tag used to display a superscript and subscript in a web page.
Demonstrate the use of the tag with a suitable example.
Q7. Write the HTML code to generate the following output:
Note the following points while generating the Webpage:
7.1 Link colour is green, active link colour is blue and visited links colour is red.
7.2 Title of the page is "eCommerce".
7.3 Heading of the page is maroon.
7.4 Image used is "ecommerce.jpg"
7.5 Caption of table is blue.
7.6 Background of table is "cyan".
7.7 Table border is blue and of size 2.
7.8 The 4 links are one.html, three.html and four.html.
7.9 List Heading is red.
7.10 Heading should be in centre of the page.
Q8. Multiple choice questions (Choose most appropriate option): [18]
Q8.1 Which attribute does not come in <HR>tag?
(a) Size
(b) Color
(c) Width
(d) Length
Q8.2 The correct HTML code for inserting an image is
(a) <img href="image.gif">
(b) <img>image.gif</img>
(c) <img src="https://edurev.gumlet.io/uot;image.gif”>
(d) <image src="https://edurev.gumlet.io/uot;image.gif'
Q8.3 What is the full form of DTD
(a) Document to Definition
(b) Dynamic to Definition
(c) Document Type Definition
(d) Direct Type Definition
Q8.4 Which tag is used to bring the text to next line
(a) <br>
(b) <b>
(c) <p>
(d) <li>
Q8.5 Which of the following are the heading tags?
(a) <h3>
(b) <h6>
(c) <h2>
(d) All of the above
Q8.6 Which one of these is correct syntax of the declaration which defines the XML
version?
(a) <?xml version = "1.0"?>
(b) <?xml version = "1.0">
(c) </xml version = "1.0">
(d) <xml version = "1.0"?>
Q8.7 We can view the source code of a web page in
(a) MS Power Point
(b) Internet Explorer
(c) MS Excel
(d) Notepad
Q8.8 Which of the following are the attribute of <table>
(a) <Border>
(b) <img>
(c) <table>
(d) None of these
Q8.9 Which one of the following is not a malware?
(a) Virus
(b) Spam
(c) Worm
(d) Application Software
Q8.10 Valid XML document means
(a) The document has one root element
(b) The document contains one or more root element
(c) The document has a DTD and complies to it
(d) Each element must be in capital letter
Q8.11 Anything written between ____________ is taken as comment
(a) <?-->
(b) <?---?>
(c) <!--and-->
(d) </ --->
Q8.12 XML allows you to
(a) Create new tags
(b) Arrange your tags in any order
(c) Closing tags are not required
(d) All of the above
Q8.13 Which of them is correct statement
(a) All XML elements must have a closing tag
(b) All XML elements must be lower case
(c) All XML documents must have a DTD
(d) All of the above
Q8.14 A _________ is a virus that is often disguised as a useful computer program.
(a) Trojan Horse
(b) Hacker
(c) Worm
(d) Spam
Q8.15 The XML file confirming to syntax or grammar rules is called
(a) Correct document
(b) Valid document
(c) Well-formed document
(d) Confirmed document
Q8.16 A software that spies on your computer activities is
(a) De-ware
(b) Spyware
(c) Malware
(d) Cracker
Q8.17 When creating a web document, which unit is used to express an image’s
height and width
(a) Centimeters
(b) Pixels
(c) Dot per inch
(d) Inches
Q8.18 Which one of the following is not malware?
(a) Computer viruses
(b) Trojan horse
(c) Worm
(d) Operating system
6 videos|20 docs|6 tests
|
1. What is computer science and information technology? |
2. What are the career options in computer science and information technology? |
3. How does computer science and information technology impact our daily lives? |
4. What are the skills required to pursue a career in computer science and information technology? |
5. How can one prepare for a career in computer science and information technology? |
6 videos|20 docs|6 tests
|
|
Explore Courses for Class 10 exam
|