SlideShare a Scribd company logo
1 of 3
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
ASSIGNMENT
1. Draw and explainthe diagram ofwebsite developmentlife cycle.
Answer: Just like the field of software development, the website development process can be separated
into differentlife-cycle phases. The purpose of a development life-cycle is help align the developers with
tasks that need to be done at certain stages, and to work to a set of standards and procedures to help
ensure that maximum quality can be achieved. This article looks into each phase of the development
life-cycle, however it should be noted that some of these phases can be rearranged to better suit a
project,andby no meansisthisa strict frameworkthatmustbe followedatall times.
The followinglife-cycle is
Q. 2. Describe the followingincontextof validating XML documentswithDTDs
1. Conceptof data validation
Answer: A valid document includes a document type declaration that identifies the DTD the document
satisfies. The DTD lists all the elements, attributes, and entities the document uses and the contexts in
which it uses them. The DTD may list items the document does not use as well. Validity operates on the
principle that everything not permitted is forbidden. Everything in the document must match a
declaration in the DTD. If a document has a document type declaration and the document satisfies the
DTD that the document type declarationindicates, then the document is said to be valid. If it does not,it
issaid to be invalid.
PROGRAM BSc IT
SEMESTER THIRD
SUBJECT CODE & NAME BT0078, Website Design
CREDIT 2
BK ID B1005
MAX. MARKS 30
2. Writingdocumenttype definition(DTD) files:
Answer : While XML is extremely flexible, not all the programs that read particular XML documents are
so flexible. Many programs can work with only some XML applications but not others. For example,
Adobe Illustrator 10 can read and write Scalable Vector Graphics (SVG) files, but you wouldn't expect it
to understand a Platform for Privacy Preferences (P3P) document. And within a particular XML
application,it'soften
3. Internal and external DTDs:
Answer : When you're first developing a DTD, it's often useful to keep the DTD and the canonical
example document in the same file so you can modify and check them simultaneously. Therefore, the
document type declaration may actually contain the DTD between square brackets rather than
referencing it at an external URI. Example 3-4 demonstrates. Some document type declarations contain
some declarations directly but link in others using a SYSTEM or PUBLIC identifier. The part of the DTD
betweenthe bracketsiscalledthe
4. Validatingparsers:
Answer : The declarations in the internal subset form part of the DOCTYPE in the document itself. The
declarations in the external subset are located in a separate text file. The external subset may be
referenced via a public identifier and/or a system identifier. Programs for reading documents may not
be required to read the external subset.Note that any valid SGML or XML document that references an
external subset in its DTD, or whose body contains references to parsed external entities declared in its
DTD (including
5. The NMTOKENand NMTOKENSType:
Answer : The effective value of the attribute can only be a valid name token (or a spaced-separated list
of such name tokens), but it is not restricted to a unique identifier within the document; this name may
carry supplementary and application-dependent semantics and may require additional naming
constraints,butthisisout
Q. 3. Define XSL-FO.
Explainthe following:
1. Purpose of XSL Formatting Objects (XSL-FO)
Answer: Purpose of XSL Formatting Objects(XSL-FO):
Answer : XSL Formatting Objects, or XSL-FO, is a markup language for XML document formatting which
is most often used to generate PDFs. XSL-FO is part of XSL (Extensible Stylesheet Language), a set of
W3C technologies designed for the transformation and formatting of XML data. The other parts of XSL
are XSLT and XPath. Version 1.1 of XSL-FO was published in 2006. XSL-FO was discontinued: the last
update forthe WorkingDraftwas inJanuary 2012, and itsWorkingGroup closedinNovember2013.
XSL Formatting Objects (XSL-FO) are the second half of the Extensible Stylesheet Language (XSL). XSL-FO
is an XML application that describes how pages will look when presented to a reader. A style sheet uses
the XSL
2. XSL-FODocuments and XSL-FO Processors:
Answer : XML was designed as a portable means to exchange data between different applications; data
presentation is often left to the applications themselves. An XML document typically describes data in
an orderly manner, with indentation being the only formatting. In this section I take a look at the use of
XSL-FOas a specializedXML
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601

More Related Content

What's hot

Reliable interoperation between OpenOffice & MS office by UOML
Reliable interoperation between OpenOffice & MS office by UOMLReliable interoperation between OpenOffice & MS office by UOML
Reliable interoperation between OpenOffice & MS office by UOMLAlexandro Colorado
 
Xml in bio medical field
Xml in bio medical fieldXml in bio medical field
Xml in bio medical fieldJuman Ghazi
 
A Technical Comparison: ISO/IEC 26300 vs Microsoft Office Open XML
A Technical Comparison: ISO/IEC 26300 vs Microsoft Office Open XML A Technical Comparison: ISO/IEC 26300 vs Microsoft Office Open XML
A Technical Comparison: ISO/IEC 26300 vs Microsoft Office Open XML Alexandro Colorado
 
DATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEMDATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEMSonia Pahuja
 
Document object model(dom)
Document object model(dom)Document object model(dom)
Document object model(dom)rahul kundu
 
HTML to ODT to XML to PDF to …
HTML to ODT to XML to PDF to …HTML to ODT to XML to PDF to …
HTML to ODT to XML to PDF to …Tobias Schlitt
 
Introduction to xml
Introduction to xmlIntroduction to xml
Introduction to xmlsoumya
 

What's hot (10)

PDF/UA Support in Word 2016
PDF/UA Support in Word 2016PDF/UA Support in Word 2016
PDF/UA Support in Word 2016
 
PDF/UA Support in Word 2016
PDF/UA Support in Word 2016PDF/UA Support in Word 2016
PDF/UA Support in Word 2016
 
Reliable interoperation between OpenOffice & MS office by UOML
Reliable interoperation between OpenOffice & MS office by UOMLReliable interoperation between OpenOffice & MS office by UOML
Reliable interoperation between OpenOffice & MS office by UOML
 
5010
50105010
5010
 
Xml in bio medical field
Xml in bio medical fieldXml in bio medical field
Xml in bio medical field
 
A Technical Comparison: ISO/IEC 26300 vs Microsoft Office Open XML
A Technical Comparison: ISO/IEC 26300 vs Microsoft Office Open XML A Technical Comparison: ISO/IEC 26300 vs Microsoft Office Open XML
A Technical Comparison: ISO/IEC 26300 vs Microsoft Office Open XML
 
DATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEMDATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEM
 
Document object model(dom)
Document object model(dom)Document object model(dom)
Document object model(dom)
 
HTML to ODT to XML to PDF to …
HTML to ODT to XML to PDF to …HTML to ODT to XML to PDF to …
HTML to ODT to XML to PDF to …
 
Introduction to xml
Introduction to xmlIntroduction to xml
Introduction to xml
 

Viewers also liked

7.sınıf 1.dönem 2. sınav Cevapları
7.sınıf 1.dönem 2. sınav Cevapları7.sınıf 1.dönem 2. sınav Cevapları
7.sınıf 1.dönem 2. sınav Cevaplarıingilizceschool
 
"Der Junge Goethe" Hauptdarsteller
"Der Junge Goethe" Hauptdarsteller"Der Junge Goethe" Hauptdarsteller
"Der Junge Goethe" Hauptdarstelleranngeorgak
 
Ml0016 advertising management & sales
Ml0016   advertising management & salesMl0016   advertising management & sales
Ml0016 advertising management & salessmumbahelp
 
Qm0013 quality management tools
Qm0013  quality management toolsQm0013  quality management tools
Qm0013 quality management toolssmumbahelp
 
Klöckner & Co - Geschäftsbericht 2010
Klöckner & Co - Geschäftsbericht 2010Klöckner & Co - Geschäftsbericht 2010
Klöckner & Co - Geschäftsbericht 2010Klöckner & Co SE
 
Mh0052 hospital organization, operations and planning
Mh0052   hospital organization, operations and planningMh0052   hospital organization, operations and planning
Mh0052 hospital organization, operations and planningsmumbahelp
 
Klöckner & Co - Pressetag 2010
Klöckner & Co - Pressetag 2010Klöckner & Co - Pressetag 2010
Klöckner & Co - Pressetag 2010Klöckner & Co SE
 
Produksjonsprosessen: Kvaliteten på den norske tidsbruksundersøkelsen i 2010
Produksjonsprosessen: Kvaliteten på den norske tidsbruksundersøkelsen i 2010Produksjonsprosessen: Kvaliteten på den norske tidsbruksundersøkelsen i 2010
Produksjonsprosessen: Kvaliteten på den norske tidsbruksundersøkelsen i 2010Nordisk statistikermøte 2013
 
Mf0011 mergers and acquisitions
Mf0011   mergers and acquisitionsMf0011   mergers and acquisitions
Mf0011 mergers and acquisitionssmumbahelp
 

Viewers also liked (10)

7.sınıf 1.dönem 2. sınav Cevapları
7.sınıf 1.dönem 2. sınav Cevapları7.sınıf 1.dönem 2. sınav Cevapları
7.sınıf 1.dönem 2. sınav Cevapları
 
"Der Junge Goethe" Hauptdarsteller
"Der Junge Goethe" Hauptdarsteller"Der Junge Goethe" Hauptdarsteller
"Der Junge Goethe" Hauptdarsteller
 
Ml0016 advertising management & sales
Ml0016   advertising management & salesMl0016   advertising management & sales
Ml0016 advertising management & sales
 
Qm0013 quality management tools
Qm0013  quality management toolsQm0013  quality management tools
Qm0013 quality management tools
 
Klöckner & Co - Geschäftsbericht 2010
Klöckner & Co - Geschäftsbericht 2010Klöckner & Co - Geschäftsbericht 2010
Klöckner & Co - Geschäftsbericht 2010
 
Mh0052 hospital organization, operations and planning
Mh0052   hospital organization, operations and planningMh0052   hospital organization, operations and planning
Mh0052 hospital organization, operations and planning
 
Blog
BlogBlog
Blog
 
Klöckner & Co - Pressetag 2010
Klöckner & Co - Pressetag 2010Klöckner & Co - Pressetag 2010
Klöckner & Co - Pressetag 2010
 
Produksjonsprosessen: Kvaliteten på den norske tidsbruksundersøkelsen i 2010
Produksjonsprosessen: Kvaliteten på den norske tidsbruksundersøkelsen i 2010Produksjonsprosessen: Kvaliteten på den norske tidsbruksundersøkelsen i 2010
Produksjonsprosessen: Kvaliteten på den norske tidsbruksundersøkelsen i 2010
 
Mf0011 mergers and acquisitions
Mf0011   mergers and acquisitionsMf0011   mergers and acquisitions
Mf0011 mergers and acquisitions
 

Similar to Bt0078 website design

Bt0078 website design
Bt0078   website designBt0078   website design
Bt0078 website designsmumbahelp
 
Mit302 web technologies
Mit302 web technologiesMit302 web technologies
Mit302 web technologiessmumbahelp
 
IT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureIT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureMadhu Amarnath
 
Module 5 XML Notes.pdf
Module 5 XML Notes.pdfModule 5 XML Notes.pdf
Module 5 XML Notes.pdfssuser21721b
 
Validating Xml
Validating XmlValidating Xml
Validating XmlLiquidHub
 
Applied xml programming for microsoft 3
Applied xml programming for microsoft 3Applied xml programming for microsoft 3
Applied xml programming for microsoft 3Raghu nath
 
ModelTalk - When Everything is a Domain Specific Language
ModelTalk - When Everything is a Domain Specific LanguageModelTalk - When Everything is a Domain Specific Language
ModelTalk - When Everything is a Domain Specific LanguageAtzmon Hen-Tov
 
Bt0087, wml and wap programming theory
Bt0087, wml and wap programming theoryBt0087, wml and wap programming theory
Bt0087, wml and wap programming theorysmumbahelp
 
LangChain + Docugami Webinar
LangChain + Docugami WebinarLangChain + Docugami Webinar
LangChain + Docugami WebinarTaqi Jaffri
 
Understanding and Configuring the FO Plug-in for Generating PDF Files: Part I...
Understanding and Configuring the FO Plug-in for Generating PDF Files: Part I...Understanding and Configuring the FO Plug-in for Generating PDF Files: Part I...
Understanding and Configuring the FO Plug-in for Generating PDF Files: Part I...Suite Solutions
 
Oracle soa xml faq
Oracle soa xml faqOracle soa xml faq
Oracle soa xml faqxavier john
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XMLPrabu U
 

Similar to Bt0078 website design (20)

Bt0078 website design
Bt0078   website designBt0078   website design
Bt0078 website design
 
Mit302 web technologies
Mit302 web technologiesMit302 web technologies
Mit302 web technologies
 
IT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureIT6801-Service Oriented Architecture
IT6801-Service Oriented Architecture
 
Markup For Dummies (Russ Ward)
Markup For Dummies (Russ Ward)Markup For Dummies (Russ Ward)
Markup For Dummies (Russ Ward)
 
Module 5 XML Notes.pdf
Module 5 XML Notes.pdfModule 5 XML Notes.pdf
Module 5 XML Notes.pdf
 
93 peter butterfield
93 peter butterfield93 peter butterfield
93 peter butterfield
 
Validating Xml
Validating XmlValidating Xml
Validating Xml
 
Cssdoc
CssdocCssdoc
Cssdoc
 
XML Introduction
XML IntroductionXML Introduction
XML Introduction
 
Applied xml programming for microsoft 3
Applied xml programming for microsoft 3Applied xml programming for microsoft 3
Applied xml programming for microsoft 3
 
ModelTalk - When Everything is a Domain Specific Language
ModelTalk - When Everything is a Domain Specific LanguageModelTalk - When Everything is a Domain Specific Language
ModelTalk - When Everything is a Domain Specific Language
 
Why XML is important for everyone, especially technical communicators
Why XML is important for everyone, especially technical communicatorsWhy XML is important for everyone, especially technical communicators
Why XML is important for everyone, especially technical communicators
 
Xml
XmlXml
Xml
 
Bt0087, wml and wap programming theory
Bt0087, wml and wap programming theoryBt0087, wml and wap programming theory
Bt0087, wml and wap programming theory
 
DDD
DDDDDD
DDD
 
LangChain + Docugami Webinar
LangChain + Docugami WebinarLangChain + Docugami Webinar
LangChain + Docugami Webinar
 
Understanding and Configuring the FO Plug-in for Generating PDF Files: Part I...
Understanding and Configuring the FO Plug-in for Generating PDF Files: Part I...Understanding and Configuring the FO Plug-in for Generating PDF Files: Part I...
Understanding and Configuring the FO Plug-in for Generating PDF Files: Part I...
 
Unit 3 WEB TECHNOLOGIES
Unit 3 WEB TECHNOLOGIES Unit 3 WEB TECHNOLOGIES
Unit 3 WEB TECHNOLOGIES
 
Oracle soa xml faq
Oracle soa xml faqOracle soa xml faq
Oracle soa xml faq
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
 

Recently uploaded

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 

Recently uploaded (20)

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 

Bt0078 website design

  • 1. Dear students get fully solved assignments Send your semester & Specialization name to our mail id : “ help.mbaassignments@gmail.com ” or Call us at : 08263069601 ASSIGNMENT 1. Draw and explainthe diagram ofwebsite developmentlife cycle. Answer: Just like the field of software development, the website development process can be separated into differentlife-cycle phases. The purpose of a development life-cycle is help align the developers with tasks that need to be done at certain stages, and to work to a set of standards and procedures to help ensure that maximum quality can be achieved. This article looks into each phase of the development life-cycle, however it should be noted that some of these phases can be rearranged to better suit a project,andby no meansisthisa strict frameworkthatmustbe followedatall times. The followinglife-cycle is Q. 2. Describe the followingincontextof validating XML documentswithDTDs 1. Conceptof data validation Answer: A valid document includes a document type declaration that identifies the DTD the document satisfies. The DTD lists all the elements, attributes, and entities the document uses and the contexts in which it uses them. The DTD may list items the document does not use as well. Validity operates on the principle that everything not permitted is forbidden. Everything in the document must match a declaration in the DTD. If a document has a document type declaration and the document satisfies the DTD that the document type declarationindicates, then the document is said to be valid. If it does not,it issaid to be invalid. PROGRAM BSc IT SEMESTER THIRD SUBJECT CODE & NAME BT0078, Website Design CREDIT 2 BK ID B1005 MAX. MARKS 30
  • 2. 2. Writingdocumenttype definition(DTD) files: Answer : While XML is extremely flexible, not all the programs that read particular XML documents are so flexible. Many programs can work with only some XML applications but not others. For example, Adobe Illustrator 10 can read and write Scalable Vector Graphics (SVG) files, but you wouldn't expect it to understand a Platform for Privacy Preferences (P3P) document. And within a particular XML application,it'soften 3. Internal and external DTDs: Answer : When you're first developing a DTD, it's often useful to keep the DTD and the canonical example document in the same file so you can modify and check them simultaneously. Therefore, the document type declaration may actually contain the DTD between square brackets rather than referencing it at an external URI. Example 3-4 demonstrates. Some document type declarations contain some declarations directly but link in others using a SYSTEM or PUBLIC identifier. The part of the DTD betweenthe bracketsiscalledthe 4. Validatingparsers: Answer : The declarations in the internal subset form part of the DOCTYPE in the document itself. The declarations in the external subset are located in a separate text file. The external subset may be referenced via a public identifier and/or a system identifier. Programs for reading documents may not be required to read the external subset.Note that any valid SGML or XML document that references an external subset in its DTD, or whose body contains references to parsed external entities declared in its DTD (including 5. The NMTOKENand NMTOKENSType: Answer : The effective value of the attribute can only be a valid name token (or a spaced-separated list of such name tokens), but it is not restricted to a unique identifier within the document; this name may carry supplementary and application-dependent semantics and may require additional naming constraints,butthisisout Q. 3. Define XSL-FO. Explainthe following: 1. Purpose of XSL Formatting Objects (XSL-FO) Answer: Purpose of XSL Formatting Objects(XSL-FO):
  • 3. Answer : XSL Formatting Objects, or XSL-FO, is a markup language for XML document formatting which is most often used to generate PDFs. XSL-FO is part of XSL (Extensible Stylesheet Language), a set of W3C technologies designed for the transformation and formatting of XML data. The other parts of XSL are XSLT and XPath. Version 1.1 of XSL-FO was published in 2006. XSL-FO was discontinued: the last update forthe WorkingDraftwas inJanuary 2012, and itsWorkingGroup closedinNovember2013. XSL Formatting Objects (XSL-FO) are the second half of the Extensible Stylesheet Language (XSL). XSL-FO is an XML application that describes how pages will look when presented to a reader. A style sheet uses the XSL 2. XSL-FODocuments and XSL-FO Processors: Answer : XML was designed as a portable means to exchange data between different applications; data presentation is often left to the applications themselves. An XML document typically describes data in an orderly manner, with indentation being the only formatting. In this section I take a look at the use of XSL-FOas a specializedXML Dear students get fully solved assignments Send your semester & Specialization name to our mail id : “ help.mbaassignments@gmail.com ” or Call us at : 08263069601