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 en...
Bits 0.0%
Bytes 100.0%
Kilobytes 0.0%
Megabytes 0.0%
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....
More than one <item> element cannot exist in an RSS feed. 0%
More than one <channel> element cannot exist in an RSS feed. 0%
The version attribute of the <rss> element is incorrect. 0%
<copyright> is not a sub-element of the <channel> element. 0%
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 ...
<source> 0.0%
<category> 0.0%
<title> 0.0%
<comments> 100.0%
<description> 0.0%
<link> 0.0%
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?
url 0.0%
source 0.0%
link 0.0%
isPermaLink 100.0%
Look at the following RSS feed: <?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>Expert rating Solutions</title> <link>http://expertrating.com</...
The <image> element is not the sub element of <item> 100.0%
A mandatory attribute of the <channel> element is missing. 0.0%
A mandatory attribute of the <item> element is missing. 0.0%
<title> is not sub element of <image> element. 0.0%
On which of the following technologies is RSS based?
CFML 0.0%
SBML 0.0%
XML 100.0%
SMIL 0.0%
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?
<language> 0.0%
<category> 0.0%
<copyright> 100.0%
<image> 0.0%
<cloud> 0.0%
The mechanism of fetching a webpage and pulling out relevant parts for an RSS feed is known as______.
Feed Integration 0.0%
Feed Scraping 0.0%
Self Scraping 0.0%
Self Integration 100.0%
The peer-to-peer protocol that supports RSS is ________.
Napster protocol 0.0%
XML protocol 100.0%
WinMX 0.0%
BitTorrent 0.0%
What is the character count limit of the data that can be contained in any element of an RSS feed?
100 characters 0.0%
400 characters 0.0%
500 characters 0.0%
There is no limit 100.0%
What is the extension of an RSS feed when it is published on the web?
.css 0.0%
.rss 0.0%
.xml 100.0%
.rfd 0.0%
What is the meaning of the word 'Syndication' in RSS terminology?
Sharing of content among different websites 100.0%
Publishing of content in different websites 0.0%
Communicating between different websites 0.0%
Flow of content between different websites 0.0%
What is the use of the rdf:resource attribute in an RSS feed?
The rdf:resource attribute is used by metadata to carry links. 0.0%
The rdf:resource attribute is used to assign an identifier to each item. 0.0%
The rdf:resource attribute is used to keep track of the relationship between items. 0.0%
The rdf:resource attribute is used to integrate the feed into your publishing process. 100.0%
Which of the following are the required attributes of the <cloud> sub-element of the <channel> element in an RSS feed?
path 0.0%
version 0.0%
registerProcedure 100.0%
Both a and c 0.0%
Which of the following attributes is mandatory for an <atom:link> element in an RSS feed?
title 0.0%
href 100.0%
hreflang 0.0%
type 0.0%
length 0.0%
Which of the following child elements are mandatory in the <channel> element of an RSS feed?
<category> 0.0%
<title> 33.0%
<language> 0.0%
<description> 33.0%
<path> 0.0%
<link> 33.0%
Which of the following child elements of the <image> element are mandatory?
<url> 33.0%
<width> 0.0%
<link> 33.0%
<description> 0.0%
<height> 0.0%
<title> 33.0%
Which of the following elements defines the last-modified date of the content of a feed?
<skipDays> 0.0%
<pubDate> 0.0%
<lastBuildDate> 100.0%
<generator> 0.0%
Which of the following elements is used to add new features to an RSS feed without changing the core specifications?
<link> 0.0%
<channel> 100.0%
<modules> 0.0%
<update> 0.0%
Which of the following hexadecimal references must be used by a publisher when encoding the "&" character in an RSS feed?
> 0.0%
& 100.0%
AT& 0.0%
< 0.0%
Which of the following hexadecimal references must be used by a publisher when encoding the "<" character in an RSS feed?
> 0.0%
& 0.0%
AT& 0.0%
< 100.0%
Which of the following hexadecimal references must be used by a publisher when encoding the ">" character in an RSS feed?
> 100.0%
& 0.0%
AT& 0.0%
< 0.0%
Which of the following is included in an RSS feed for the modularization of the feed?
Description element 100.0%
Namespace 0.0%
Version attribute 0.0%
Channel element 0.0%
Which of the following is the correct syntax for writing a comment in an RSS feed?
<%-- This is an RSS comment --%> 0.0%
<!-- This is an RSS comment !> 0.0%
<"%-- This is an RSS comment --%"> 0.0%
<!-- This is an RSS comment --> 100.0%
<"--This is an RSS comment--"> 0.0%
Which of the following is the most appropriate definition of an RSS Aggregator?
A block of code used to create links in RSS feeds 0.0%
A site or program that gathers and sorts out RSS feeds 0.0%
A control to add information to your website 100.0%
Which of the following is true about the <ttl> element of an RSS feed?
It specifies the number of seconds left before the next modification can be done to the feed. 0.0%
It specifies the number of seconds an RSS feed can stay cached before refreshing it from the source. 0.0%
It specifies the number of minutes left before the next modification can be done to the feed. 0.0%
It specifies the number of minutes an RSS feed can stay cached before refreshing it from the source. 100.0%
Which of the following statements is true about RSS aggregators?
RSS aggregators can be web based. 33.0%
RSS aggregators can be desktop based. 33.0%
RSS aggregators can be mobile based. 33.0%
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?
related 0.0%
self 0.0%
via 0.0%
enclosure 100.0%