Firdos meme
Firdos meme
Firdos meme
Information
Technology
INFORMATION TECHNOLOGY
Practical Journal
Name:
STD:12 Div: A
INDEX
7
SOP 2: Digital Marketing
1) The index page must contain a heading which is highest among other text on pages
and must be at center of the page. There must be a paragraph which introduces
general information about the theme chosen must have at least 3 physical style tags
and one image with alternate text. This page must be connected to other two pages
with proper navigational links.
2) The 2nd page must contain the feedback or enrollment form related with theme
chosen with feature of html5. The form must contain text element and email address
of the company or person. Include the submit button.
Solution:
HTML5 Code For Index.html
<!DOCTYPE html>
<html>
<head>
<title>SOP1</title>
<style>
h1{text-align:center;color:maroon;}
p{font-style:italic;font-family:arial;font-size:20px;text-decoration:underline;}
</style>
<meta name="SOP1" content="EXP1">
<meta name="descreption" content="Advance Web Designing">
<meta name="Copyright" content="copyright all right reserve">
</head>
<body>
<h1> Hotel Taj</h1>
<img src="taj.jpg" height="100" width="100" alt="Hotel Taj">
<p>Taj Hotels is a chain of luxury hotels and a subsidiary of the Indian Hotels Company
Limited; headquartered at Express Towers, Nariman Point in Mumbai. Incorporated by
the founder of the Tata Group, Jamsetji Tata, in 1903, the company is a part of the Tata
Group, one of India's largest business conglomerates.
Number of locations?: ?
100 Hotels Revenue?: ??4,174 crore (US$590 million) (2018)
Net income?: ??100.87 crore (US$14 million) ... Industry?: ?Hospitality</p>
<a href="page2.html">Feedback</a>
</body>
Code for Page2.html
<!DOCTYPE html> <html>
<HEAD>
<title>Forms in html 5 </TITLE>
<meta name="SOP1" content="EXP1">
<meta name="descreption" content="Advance Web Designing">
<meta name="Copyright" content="copyright all right reserve">
</HEAD>
<body>
<form> NAME: <input TYPE="TEXT" AUTOCOMPLETE><BR><BR>
E-MAIL:<INPUT TYPE="EMAIL" NAME="EMAIL"><BR><BR>
DATE of Inception: <input TYPE="DATE" NAME="BDAY"><BR><BR>
Office time: <input type="time" NAME="USR_TIME"><BR><BR>
Number of YEARS completed (between 1 AND 100): <input type="number" min="1"
MAX="100"><BR><BR>
Office phone number: <input type="tel" NAME="PHONE" PATTERN="[0-9]{2}-[0-
9]{10}" required><br><br>
Add your Comment:<textarea name="t1" rows="10" cols="10"></textarea><BR><BR>
<input TYPE="Submit" ALT="CLICK here to submit" >
<a href="index.html">Home Page</a>
</form>
</body>
</html>
Output: Index.html
Feedback.html
Solution:
First Page.html
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Traveller's Information Form</h1>
<form>
<p>
Name Of the Traveller:<input TYPE="TEXT" AUTOCOMPLETE><BR><BR>
Date Of Travel:<input TYPE="DATE" NAME="dateoftravel"><BR><BR>
Telephone No.:<input type="tel" NAME="PHONE" PATTERN="[0-9]{2}-[0-9]{10}"
required><br><br>
<input TYPE="IMAGE" src="Tulip.jpg" ALT="CLICK here to submit" >
</form>
<a href="secondpage.html">Transporter Information</a></p>
</body></html>
SecondPage.html
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Transporter's Information Form</h1>
<ul style="list-style-type:disc">
<li><p>NAME of TRANSPORTER – Air ASIA</p></li>
<li><p>Time - 09:30 AM</p></li>
<li><p>DESTINATION - Delhi</p></li>
</ul>
<a href="firstpage.html">Traveller's Information</a></p>
</body>
</html>
Style.CSS
body{background-color:pink;}
p{font-family :arial;font-style :italic;font-size:40pf;font-weight:300;}
h1{color: navy; margin-left:20px;}
Output:
SOP 5: Use of Audio on web pages using html5.
Create a webpage named audio.html to set an audio file in web page with controls such
that it uses html 5 elements. The audio file must play as soon as the webpage loads in
browser and it will start over again, every time when it is completed.
Create another web page named audio1.html which provides multiple source file
formats for the same audio file that plays a sound automatically with controls. The
browser should display the message with appropriate attribute when audio file is not
supported by browser. The code must incorporate the list of sound files formats (like
wav, MP3 or ogg etc).
Solution:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>Audio Sample</p>
</audio>
</body></html>
Output:
Code for Audio1.html
<!DOCTYPE html>
<html>
<body>
<p>Audio Sample</p>
</audio>
</body>
</html>
Output:
SOP 6: Use of video on web pages using html5.
Create a webpage named video.html to display a video file on web page and plays
automatically with controls. The dimension of video area should be 150* 150 pixels.
Create another webpage which provide multiple source file formats for the same audio
file that plays a sound automatically with controls. The dimension of video area should
be 100* 100 pixels. The browser should display the message with appropriate attribute
when audio file is not supported by browser. The code must incorporate the list of video
files formats (like web M, MP4 or oggetc).
<!DOCTYPE html>
<head>
<title>Video</title>
</head>
<body>
</video></body></html>
Output:
<!DOCTYPE html>
<head>
<title>Video</title>
</head>
<body>
<video width="100" height="100" controls autoplay>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ ogg">
Your browser does not support the video tag.
</video></body></html>
Output:
Solution:
Imagemap.html
<html>
<head><title>image map</title>
</head>
<body>
<h1>An example of Image Map
</h1>
<img src="Tulip.jpg" usemap="#imagemap" alt="Image of Tulip">
<map name="imagemap">
<area href="http://www.google.com" shape="rect" coords="140,30,226,87" alt="google
site"/>
<area href=" http://www.yahoo.com" shape="circle" coords="53,55,37" alt=" great wall
of china"/>
<area href="http://www.mu.ac.in" shape="poly"
coords="90,102,164,124,135,170,53,162" alt="maharashtra stateboard site"/>
</map>
</body></html>
Output:
SOP1(Digital Marketing): With the help of SEO tool which is freely available
optimize the website and write down the following findings. Ask
the teacher/examiner to provide URL of the website to be
optimized.
1) Name of the website you are optimizing.
2) Whether the site has Title Tag?
3) Whether the site has Header Tags? If yes, which tags are there?
4) Whether the Images used has Alt Attributes?
5) What is the comment about usability?
Solution:
SEOptimer is a free available tool with the help of that we are going to analyse or make
an audit of a free website named freeimages.com.
1. Name of the website you are optimizing.
www.freeimages.com
2. Whether the site has Title Tag?
Yes
3. Whether the site has Header Tags? If yes, which tags are there?
Yes
SOP 2(Digital Marketing): Assume that you are appointed as a Digital Marketing Expert for
a company name as XYZ Marketing Private Ltd. They have a website hosted on a web server.
Suggest your client changes needed in the website to improve the speed of website and also
make him aware about following
1) Total numbers of recommended improvements are?
2) Mention grades given for the following points
i) SEO
ii) Usability
iii) Performance
iv) Security
3) Check for broken links and images.
4) Whether the website has links with the social media? If yes, Give
name of the social media.
(Take the name of the website from your teacher/examiner and get a report for Search
Engine Optimization with tool freely available.)
Solution: SEOptimer is a free available tool with the help of that we are going to analyze
or make an audit of a free website named freeimages.com.
1. Total numbers of recommended improvements are?
11
2. Mention grades given for the following points
a. SEO
b. Usability
a. Performance
b. Security
COMPANY DETAILS
CompanyName: M/s Bitwise TradingCompany
Address: 102 M.G. Road, BhavanaNagar, Latur- 413512
State: Maharashtra
Website: www.bitwisetrading.com
E-mail Id: [email protected]
Maintain: Account with Inventory
FinancialYearFrom: 01-04-2019
Books BeginFrom : 01-04-2019
With the help of any open source or free education version accounting software pass
the following transactions in appropriate vouchers to display and print various
reports such as Trial Balance, Profit & Loss A/c, Balance Sheet and Day Book.
Date Particulars Amount (Rs)
Solution:
1. Open Tally ERP9 Package from Your Computer by double clicking shortcut icon
from your desktop.
2. Press Alt+F3 for Company info Menu
3. Select Create company submenu and create a company with following Details
4. Once Company is formed you will be in Gateway of Tally Screen.
5. Select Accounting Vouchers From Transactions. (During voucher creation
ledgers are to be created)
6. Check out the first transaction is “Mr. Ravindrakumar started business with cash
500000”
7. Flow is Capital A/c credited to Cash A/c Debited so it’s a cash related entry.
11. Next Transaction is 01/06/2019 Cash deposited to Bank of India 50000 so Cash
flow is cash (Credit) A/c to Bank of India A/c (Debit)
12. Sales Voucher (F8)
13. Next transaction is “02/07/2019 Purchased Machinery 10000” So the Cash flow
is cash a/c (credit) to machinery a/c (debit)
16. Display Profit and Loss Gateway of Tally Reports Profit and loss
After Set/Alter GST details – ‘Yes’ GST details Screen will appear select Nature of
Transaction – ‘Purchase Taxable’ GST detailsNature of TransactionPurchase taxable show
all GST tax typesYes
Tax type-integrated tax-28%; then Central Tax and State Tax will
automatically reflects as ‘14%’ and ‘14%’ respectively. Cess 0% and then press
Enter.
Ledger Group Details to be Filled
Sales Leather Handbags Sales Account Is GST applicable – ‘Applicable’
A/c Set/Alter GST details – ‘Yes’, Nature
of Transaction- ‘Sales Taxable’, (from
configuration make yes to ‘show all
GST tax
types’) Type integrated tax as ‘28%’
then Central tax and State tax will
automatically reflects as ‘14%’ and
‘14%’
respectively; Type of supply – ‘Goods’)
M/s Shoppers Stock A/c Sundry Debtors Fill the details with PIN code
Genuine Leather A/c Sundry Creditors Fill the details with PIN
code
(a) Create Unit Of Measure
(b) Create Stock Groups or Category as ‘Bags’
(c) Create Stock Item/Product as ‘Leather HandBags’ with GST rates 28%
1) Purchase Voucher:>Accounting Vouchers>(Purchase Voucher)>Type Voucher
Date as 1/08/2019>Supplier Invoice No. >Party’s name field : > Enter Genuine
Leather Bags>Purchase Ledger field>Select Purchase Leather Handbags a/c>
Select Name of the item/product as CCTV>Enter Quantity as 150 and Rate
Rs.2500>Select ‘SGST’> Select ‘CGST’>Save/Accept.
NOTE: GST rates applicable for each commodity are given at the time of creation
of stock items/products. For the creation of inventory items/products, following
are the steps:
Step3.2CreateStockgroupsorCategory:Inventory/InventoryInfo>Stockgroupsor
Category as Leather Hand Bags>Accept/Save the details without changing
anyfield.
Step 3.3 Create Stock Items/Product: Inventory /Inventory Info>Stock Items/
Product>Type the name of the item/Leather Hand Bags >Select the Under
Group/Category as Bags>Select Unit of Measurement/ Measure as Ut> Set /
Alter GST Details: Yes (then give all the GST details for that Stock Item like HSN
, Taxability, IGST%, CGST%, SGST%, etc.) Type of supply – ‘Goods’ Accept/Save
the details.
2) Sales Voucher: Accounting Vouchers > Select Sales Voucher > Enter Voucher
Date>Party’s name field: Ms. Shoppers Stock>Sales Ledger field–Select Sales >
Select Name of the item/product as Leadher Handbags>Enter Quantity 80
units and rate Rs.3500>Select ‘SGST’> Select ‘CGST’ > Save/Accept
Step 5. Display Reports:
1) Tax Invoice i.e. Sales Invoice–
Reports ->Display ->Day Book ->Sales Voucher
2) GST Reports
After Set/Alter GST details – ‘Yes’ GST details Screen will appear select Nature of
Transaction – ‘Purchase Taxable’ GST detailsNature of TransactionPurchase taxable show
all GST tax typesYes
Tax type-integrated tax-12%; then Central Tax and State Tax will
automatically reflects as ‘6%’ and ‘6%’ respectively. Cess 0% and then press
Enter.
Ledger Group Details to be Filled
Sales T Shirts A/c Sales Account Is GST applicable – ‘Applicable’
Set/Alter GST details – ‘Yes’, Nature
of Transaction- ‘Sales Taxable’,
(from configuration make yes to
‘show all GST tax
types’) Type integrated tax as ‘12%’
then Central tax and State tax will
automatically reflects as ‘6%’ and
‘6%’
respectively; Type of supply – ‘Goods’)
M/s Dress Align Sundry Debtors Fill the details with PIN code
Garments A/c
M/s Jalaram Textiles Sundry Creditors Fill the details with PIN code
6. Click on Form from left panel and select option use Wizard to create form
Solution:
Steps for creating a Database:
Click in Start→ All Programs →LibreOffice→LibreOffice Base.
Database wizard window appears, select Save and Proceed→ Click on finish button,
select proper location where you wish to save database with appropriate name, and
database will be created.
Steps for creating a Table:
To create a table click table in the Design view→ Table design window appears in that
window set filenames and datatype as follows:
To assign Primary key to Empid field, right click on the small button present on the left
side of the field name and select the Primary Key Option.
To Save Click on save button or control CTRL + S, Give table name as Employee and
press OK button Table will be Saved.
Certificate
has completed his / her journal in computer laboratory during the year 2022-2023 at
the