Which of the following is the correct syntax for writing a comment in an RSS feed?
Correct Answer:
<!-- This is an RSS comment -->
Note: This Question is unanswered, help us to find answer for this one
Analyze the code below:
1. <?xml version="1.0" encoding="ISO-8859-1" ?>
2. <rss version="2.0">
3. <channel>
4. <title>Home Page</title>
5. <link>http://www.expertrating.com</link>
6. <description>Free web building tutorials</description>
7. <copyright>Copyright</copyright>
8. <item>
9. <title>RSS Tutorial</title>
10. <link>http://www.expertrating.com/rss</link>
11. <description>New RSS tutorial</description>
12. </item>
13. </channel>
14. <channel>
15. <item>
16. <title>XML Tutorial</title>
17. <link>http://www.expertrating.com/xml</link>
18. <description>New XML tutorial</description>
19. </item>
20. </channel>
21.</rss>
What is the error in the above code?
Correct Answer:
More than one <channel> element cannot exist in an RSS feed.
Note: This Question is unanswered, help us to find answer for this one
Which of the following elements defines the last-modified date of the content of a feed?
Correct Answer:
<lastBuildDate>
Note: This Question is unanswered, help us to find answer for this one
The <channel> element of an RSS feed may contain each of the following optional elements only once. Which of the following elements is an exception to the above statement?
Correct Answer:
<category>
Note: This Question is unanswered, help us to find answer for this one
Which of the following elements is used to add new features to an RSS feed without changing the core specifications?
Correct Answer:
<modules>
Note: This Question is unanswered, help us to find answer for this one
For all elements defined in the RSS specification enclosing character data, the text should be interpreted as plain unformatted text. Which of the following child elements of the <item> element is the ONLY exception to the above statement?
Correct Answer:
<description>
Note: This Question is unanswered, help us to find answer for this one
Which of the following child elements of the
Correct Answer:
url>
<link>
<title>
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following child elements are mandatory in the channel> element of an RSS feed?
Correct Answer:
<title>
Note: This Question is unanswered, help us to find answer for this one
On which of the following technologies is RSS based?
Correct Answer:
XML
Note: This Question is unanswered, help us to find answer for this one
What is the use of the rdf:resource attribute in an RSS feed?
Correct Answer:
The rdf:resource attribute is used by metadata to carry
links.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the most appropriate definition of an RSS
Aggregator?
Correct Answer:
A site or program that gathers and sorts out RSS feeds
Note: This Question is unanswered, help us to find answer for this one
Which of the following are the required attributes of the <cloud> subelement of the <channel> element in an RSS feed?
Correct Answer:
Both a and c
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is true about RSS aggregators?
Correct Answer:
RSS aggregators can be web based.
RSS aggregators can be desktop based.
RSS aggregators can be mobile based.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following hexadecimal references must be used by a
publisher when encoding the "&" character in an RSS feed?
Correct Answer:
&
Note: This Question is unanswered, help us to find answer for this one
Which of the following is included in an RSS feed for the
modularization of the feed?
Correct Answer:
Namespace
Note: This Question is unanswered, help us to find answer for this one
Look at the following RSS feed:
http://expertrating.com
http://expertrating.com/rss
http://expertrating.com
What is wrong with the above code?
Correct Answer:
The <image> element is not the sub element of <item>
Note: This Question is unanswered, help us to find answer for this one
Which of the following hexadecimal references must be used by a
publisher when encoding the ">" character in an RSS feed?
Correct Answer:
>
Note: This Question is unanswered, help us to find answer for this one
Which of the following is true about the <ttl> element of an RSS feed?
Correct Answer:
It specifies the number of minutes an RSS feed can stay
cached before refreshing it from the source.
Note: This Question is unanswered, help us to find answer for this one
The peer-to-peer protocol that supports RSS is ________.
Correct Answer:
BitTorrent
Note: This Question is unanswered, help us to find answer for this one
An enclosure element in an RSS feed is shown below:
<enclosure url="http://www.expertrating.com/media/3d.wmv"
length="78645" type="video/wmv" />
The length attribute specifies the length of the enclosed file in
_________.
Correct Answer:
Bytes
Note: This Question is unanswered, help us to find answer for this one
The mechanism of fetching a webpage and pulling out relevant parts
for an RSS feed is known as______.
Correct Answer:
Self Scraping
Note: This Question is unanswered, help us to find answer for this one
What is the meaning of the word 'Syndication' in RSS terminology?
Correct Answer:
Sharing of content among different websites
Note: This Question is unanswered, help us to find answer for this one
What is the extension of an RSS feed when it is published on the web?
Correct Answer:
.xml
Note: This Question is unanswered, help us to find answer for this one
Which of the following values must be assigned to the "rel" attribute
of an <atom:link> element to describe the original source of the entry
in an RSS feed?
Correct Answer:
via
Note: This Question is unanswered, help us to find answer for this one
Which of the following hexadecimal references must be used by a
publisher when encoding the "<" character in an RSS feed?
Correct Answer:
<
Note: This Question is unanswered, help us to find answer for this one
Which of the following attributes is mandatory for an <atom:link>
element in an RSS feed?
Correct Answer:
href
Note: This Question is unanswered, help us to find answer for this one
If a <guid> sub-element is included in an <item> element in your RSS
feed, which attribute must be set to "true" to consider guid as a url
that points to the full item described by the <item> element?
Correct Answer:
isPermaLink
Note: This Question is unanswered, help us to find answer for this one
Which of the following child elements are mandatory in the
Correct Answer:
<title>
<description>
<link>
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Parallel Network File System
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The goal is to deliver web feeds that keep other sites informed about website updates.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
An image that represents the channel.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
CGI
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Title.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
webMaster
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Three.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
No. The Protocol for Web Description Resources (POWDER).
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It is citing sources to give credit where it is due.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The feed can stay cached for 60 min before getting refreshed
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
enclosure
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
managingEditor
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
source
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A media object.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
link
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
description
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A lightweight publish-subscribe protocol for RSS feeds.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
textInput
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
description
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
guid
Note: This Question is unanswered, help us to find answer for this one
RSS MCQs | Topic-wise