____________character is used to create id in CSS.   Answer - d) #
a) % b) $ c) @ d) #
2. To analyze the traffic coming to the website________tool is used. b) Google analytic
a) SEO optimer b) Google analytic c) Go daddy d) Amazon
3. If the speed on displaying the website is slow then_________ranking method is used. Answer - d) load page
a) Off page b) On page c) Technical d) load page
4. __________collects documents from the web to build Google' search index.   Answer - c) Googlebot
a) Indexing b) iFrames c) Googlebot d) Flash
5. Broken links are links that send a message to its visitors that the webpage no longer exists, triggering a ___________   Answer - b) 404 error page
a) Page does not exist b) 404 error page c) Network issue d) Backlinks
6. License renewal is an example of _________ e-governance.   Answer - a) G2C
a) G2C b) G2B c) G2G d) G2E
7. File extension of Base is ____________   Answer - c) .odb
a) .odt b) .ods c) .odb d) .odp
8. The__________consists of all the activities associated with moving goods from the supplier to the customer.   Answer - d) SCM
a) CRM b) DSS c) PLM d) SCM
9. This module helps for tracking enquiries, order placement, order scheduling, dispatching and invoicing   Answer - c) Sales and distribution module
a) HR module b) Manufacturing module c) Sales and distribution module d) Marketing module
10.____________ is the process of managing the entire life cycle of a product.   Answer - b) PLM
a) Production planning module b) PLM c) CRM d) Purchasing module
1. A CSS rule set contains_________and ___________   Answer - b) selector, d) declaration
a) Set b) selector c) post d) declaration e) block
2. Every voucher maintained its___________and________record.   Answer - a) debit, d) credit
a) debit b) in c) out d) credit e) open
3. Valid types of vouchers are_________and_________   Answer - a) contra b) sales
a) contra b) sales c) income d) expenditure e) liability
4. Codes given to Goods and Servies under GST are_________and__________   Answer - a) HSN, d) SAC
a) HSN b) HSC c) SSC d) SAC e) HNS
5. __________and__________are the taxes under GST.   Answer - a) Combine Goods and service tax b) Short Goods and service tax
a) Combine Goods and service tax b) Short Goods and service tax c) Combine and short goods and service tax d) Central Goods and service tax e) State Goods and service tax
6.__________ and__________are the advantages of e-commerce.   Answer - c) Any time shopping, e) Global scope
a) Security b) Goods Delivery c) Any time shopping d) Set up cost e) Global scope.
7. A database management system is a software designed to___________ and__________ in a database.   Answer - a) Manipulate, e) Modify
a) Manipulate b) Insert c) Retrieve d) Delete e) Modify
8. Tables are organised in the form of__________and ____________   Answer - c) Rows, d) Columns
a) Cells b) Border c) Rows d) Columns e) Query
9. _________and ___________ are two types of data models   Answer - a) Relational data model , d) Hierarchical data model
a) Relational data model b) Structural data model c) Real data model d) Hierarchical data model e) Sample data model
10. An enterprise with no or little Communication between departments are_________and____________   Answer - a) Finance, e) Marketing
a) Finance b) Manufacturing c) Inventory d) Purchase e) Marketing
1. Attributes used with <audio> tag are _________, ___________ and ____________   Answer - a) autoplay, c) controls, e) loop
a) autoplay b) href c) controls d) cntrl e) loop f) bgsound
2. Marketing Channels in Digital Marketing are _________ ,_________ and ___________   Answer - a) Email marketing, b) Content marketing, d) Mobile marketing
a) Email marketing b) Content marketing c) Valid marketing d) Mobile marketing e) on page marketing f) off page marketing
Q6) (Write the correct 4 paris as-answers)
|
A |
|
B |
1) |
Digital Marketing |
a) |
Ledger |
2) |
Receipt |
b) |
ERP technology |
3) |
E-bill Payments |
c) |
|
4) |
MIS |
d) |
M-commerce |
5) |
|
e) |
Pay-per-click |
6) |
|
f) |
Voucher |
7) |
|
g) |
ERP package |
8) |
|
h) |
Social commerce |
Answer -
|
A |
|
B |
1) |
Digital Marketing |
e) |
Pay-per-click |
2) |
Receipt |
f) |
Voucher |
3) |
E-bill Payments |
d) |
M-commerce |
4) |
MIS |
b) |
ERP technology |
Answer
First Page Code
<!DOCTYPE html>
<html>
<head>
<title> School Theme </title>
</head>
<body style="background-image: url(bgimage_lamp.jpg);">
<h4 style="color: white; text-align: center">SCHOOL THEME</h4>
<p style="color: white">About us</p>
<p style="color: red">It Is a pioneer Educational Trust registered under society’s registration Act 1860, and public Trust Act 1950 (Mumbai). Founded in the year 1936. Organization well known for its various educational services for more than 7 decades. Spreading education to more than 9000 students. The change in socio-economic condition and on public demand it started the technical section in 1962.</p>
<a href="staff.html">See our Staffs</a><br>
<a href="first.html">Home Page</a>
</body>
</html>
Second Page Code
<!DOCTYPE html>
<html>
<head>
<title>Staffs</title>
</head>
<body style="background-color: green">
<h4 style="color: white; text-align: center">SCHOOL THEME</h4>
<p style="color: white">Staffs List</p>
<ol>
<li>ABC</li>
<li>XYZ</li>
<li>PQR</li>
<li>MNP</li>
<li>WXY</li>
<li>DEF</li>
</ol>
</body>
</html>
First.html
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body style="background-color: yellow">
<h4>Ordred List (Subjects) </h4>
<ol>
<li>IT</li>
<li>ECO</li>
<li>OCM</li>
<li>Maths</li>
<li>Acoounts</li>
</ol>
<a href="second.html">Link to Second Page</a>
</body>
</html>
Second.html
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body style="background-color: red">
<h4>Unordred List (Books) </h4>
<ul>
<ol>Book 1</ol>
<ol>Book 2</ol>
<ol>Book 3</ol>
<ol>Book 4</ol>
<ol>Book 5</ol>
</ul>
</body>
</html>
Answer
First.html
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body style="background-image: url(bgimage_lamp.jpg);">
<h4 style="font-family: Times New Roman"> Website font With Times New Roman</h4>
<a href="registeration.html">Registration Link</a>
</body>
</html>
Registration.html
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h4>Registration Form</h4>
<form>
Name : <input type="name" name="name"> <br> <br>
age : <input type="radio" name="male"> Male
<input type="radio" name="female"> Female <br> <br>
email : <input type="email" name="email"> <br> <br>
mobile : <input type="text" name="mobile"> <br> <br>
<input type="submit" name="submit" value="submit">
</form>
</body>
</html>
2) For audio, Refer SOP 5 of below link
https://itexamnotes.com/hsc-advanced-web-desgining-practical-question.php