0

Advanced Web Programming (CBSE (UGC) NET)

Description: web
Number of Questions: 15
Created by:
Tags: Web Technologies HTML XML OOPs Computer Science OOP and Web Technologies
Attempted 0/15 Correct 0 Score 0

Which of the following elements of body tag is used in HTML for defining a section of text as a quotation?

  1. SUP

  2. SUB

  3. P

  4. BR

  5. BLOCKQUOTE


Correct Option: E
Explanation:

This element of body tag in HTML is used for defining a section of text as a quotation.

Which of the following is a spunky browser that can parse XML documents but supports only CSS Level 1 and parts of CSS Level 2?

  1. OperaSoft Opera

  2. Microsoft Internet Explorer

  3. Mozilla

  4. Google Chrome

  5. Amaya


Correct Option: A
Explanation:

This is a spunky browser that can parse XML documents but supports only CSS Level 1 and parts of CSS Level 2.

Which of the following editors is an old-timer in the electronic publishing field and has one of the best XML editing environments?

  1. Graphical

  2. Arbortext

  3. Adobe Frame Maker

  4. Emacs

  5. Vi


Correct Option: B
Explanation:

This editor is an old-timer in the electronic publishing field and has one of the best XML editing environments.

Which of the following web pages includes basic contact information as well as human readable information to assist in evaluating the web service offering?

  1. Yellow

  2. Green

  3. White

  4. Black

  5. Red


Correct Option: C
Explanation:

This web page includes basic contact information as well as human readable information to assist in evaluating the web service offering.

Which of the following are a vital tool for a webmaster to receive information from the web surfer such as name, email address and credit card?

  1. Tables

  2. Frames

  3. Forms

  4. Checkboxes

  5. Radio buttons


Correct Option: C
Explanation:

This component is a vital tool for a webmaster to receive information from the web surfer such as name, email address, credit card etc.

Which of the following document object models provides an interface to the programmer to manipulate an XML document, while it is in memory?

  1. UDDI

  2. WSDL

  3. SOAP

  4. SOA

  5. XMLDOM


Correct Option: E
Explanation:

This is a document object model that provides an interface to the programmer to manipulate an XML document, while it is in memory.

Which of the following stylesheets, used to turn an XML document into a formatted document meant for viewing, is more like a programming language with recursion, templates and functions?

  1. CSS

  2. DSSSL

  3. FOSI

  4. XSL

  5. Amaya


Correct Option: D
Explanation:

This stylesheet used to turn an XML document into a formatted document meant for viewing is more like a programming language with recursion, templates and functions.

Which of the following operations of Service Oriented Architecture in web is an act of service registration or service advertisement?

  1. Publish

  2. Find

  3. Bind

  4. Close

  5. Exit


Correct Option: A
Explanation:

Service Oriented Architecture in web is an act of service registration or service advertisement.

The __________ element in WSDL schema defines the collection of all the datatypes used in the web service as referenced by various message part elements.

  1. portType

  2. message

  3. types

  4. binding

  5. port


Correct Option: C
Explanation:

This element in WSDL schema defines the collection of all the datatypes used in the web service as referenced by various message part elements.

Which of the following is a way to publish XML as an ANSI and ISO standard that provides support for using XML in the context of a relational database management system?

  1. DB2 XML

  2. SQL/XML

  3. Sarissa

  4. Scriptaculous

  5. Schema


Correct Option: B
Explanation:

SQL/XML is a way to publish XML as an ANSI and ISO standard that provides support for using XML in the context of a relational database management system.

Which of the following fault codes in XML is generated when the namespace on the SOAP envelope that was received is not compatible with the SOAP version on the receiver?

  1. Sender

  2. Receiver

  3. VersionMatch

  4. mustUnderstand

  5. Subcode


Correct Option: C
Explanation:

This fault code in XML is generated when the namespace on the SOAP envelope that was received is not compatible with the SOAP version on the receiver.

The _____________ event in JavaScript is activated whenever a keyboard key is pressed down and released.

  1. click

  2. keydown

  3. keypress

  4. keyup

  5. load


Correct Option: C
Explanation:

This event is activated whenever a keyboard key is pressed down and released.

The _____________ JavaScript string function returns the encoded character at the position 'n', where 'n' is a positive integer.

  1. escape()

  2. string.charCode(n)

  3. string.concat(stringB)

  4. string.length

  5. string.replace


Correct Option: B
Explanation:

This JavaScript string function returns the encoded character at the position 'n', where 'n' is a positive integer.

The ________ method of JavaScript Array converts all elements to strings and concatenates them, separated by commas.

  1. arraylength()

  2. array.reverse()

  3. array.sort()

  4. array.join()

  5. array.push()


Correct Option: D
Explanation:

This method of JavaScript Array converts all elements to strings and concatenates them, separated by commas.

AJAX is a system for playing interactive movies using a compressed vector graphics format. Which of the following softwares is an alternative to AJAX?

  1. Java Web Start

  2. Macromedia flash-based solutions

  3. Microsoft Word

  4. Visual C++

  5. Microsoft Excel


Correct Option: B
Explanation:

This software is an alternative to AJAX.

- Hide questions