Wednesday, August 7, 2013

Web 01

01. Match the following with respect to HTML tags and usage          [Paper III December 2012]
a. CITE                       1.Italic representation
b. EM                          2.Represents output from programmes
c. VAR                        3.Represents to other source
d. SAMP                     4.Argument to a programme
Codes :
A         b          c          d
(A)       3          1          4          2
(B)       2          3          1          4
(C)       4          2          3          1
(D)       1          3          4          1

02. Which one is a collection of templates and rules?     [Paper III December 2012]
(A) XML
(B) CSS
(C) DHTML
(D) XSL

03. Which is the method used to retrieve the current state of a check box?
[Paper III December 2012]
(A) get State ( )
(B) put State ( )
(C) retrieve State ( )
(D) write State ( )

04. BCC in the internet refers to             [Paper II December 2011]
(A) Black carbon copy
(B) Blind carbon copy
(C) Blank carbon copy
(D) Beautiful carbon copy

05. Data security threats include           [Paper II December 2011]
(A) privacy invasion
(B) hardware failure
(C) fraudulent manipulation of data
(D) encryption and decryption

06. HTML is defined using SGML – an _______ standard, information processing-text and office systems (SGML) for text information processing.           [Paper III June 2012]
(A) ISO – 8878
(B) ISO – 8879
(C) ISO – 8880

(D) ISO – 8881


SOLUTIONS

1. A
The <cite> tag defines the title of a work (e.g. a book, a song, a movie, a TV show, a painting, etc.).
The <em> tag is a phrase tag. It renders as emphasized text.
The <var> tag is a phrase tag. It defines a variable.
The HTML <samp> tag is used for indicating sample output from a computer program, script etc.

2. D
Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language.
Dynamic HTML, or DHTML, is an umbrella term for a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such as CSS), and the Document Object Model.
Extensible Stylesheet Language (XSL) is used to refer to a family of languages used to transform and render XML documents. XSL consists of three parts:
  • XSLT - a language for transforming XML documents
  • XPath - a language for navigating in XML documents
  • XSL-FO - a language for formatting XML documents


3. A

4. B

5.

6. B
ISO – 8878: Telecommunications and information exchange between systems. Use of X.25 to provide the OSI connection-mode network service.
ISO – 8879: Information processing -- Text and office systems -- Standard Generalized Markup Language (SGML)
ISO – 8880: Information technology -- Telecommunications and information exchange between systems -- Protocol combinations to provide and support the OSI Network Service
ISO – 8881: Information processing systems -- Data communications -- Use of the X.25 packet level protocol in local area networks

No comments:

Post a Comment