0

web technology Online Quiz - 62

Description: web technology Online Quiz - 62
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0
  1. Its a new version of software after web 1.0

  2. Its all about web-apps making a interactive user experince.

  3. Its all about client side technologies Flash, Javascript, Silverlight

  4. Its all about using attractive designs in HTML Forms and using CSS


Correct Option: B

Which of the below websites come under web 2.0

  1. A information site containing all static HTML, CSS and Javascripting

  2. A Social Networking website

  3. A Bank website through which a user do all transaction

  4. A simple Flash website showing Products of a company

  5. A CMS like Joomla or phpbb


Correct Option: B,C,E
  1. Client Style Sheet

  2. Custom Style Sheet

  3. Cascading Style Sheet

  4. Common Style Sheet


Correct Option: D
  1. CSS helps making glossy and attractive design

  2. It helps in reducing bandwidth usage by having single file linking to various HTML files

  3. Its used to achieve background loading of content

  4. A single file change helps us manage the design of whole website


Correct Option: B,D

RSS stands for

  1. Really Simple Synchronization

  2. Readng Simple Syndication

  3. Really Simple Syndication

  4. Reading Simple Synchronization


Correct Option: C

AJAX supports XML but not JSON

  1. True

  2. False


Correct Option: B
  1. a computer Language

  2. is a technology

  3. is optimizer which makes website load faster

  4. is a server side language


Correct Option: B
  1. removeChild()

  2. removeChildAt()

  3. removeItem()

  4. deleteAll()


Correct Option: A,B
  1. public class MyButton extends Button

  2. public class MyButton becomes Button

  3. public class MyButton inherits Button

  4. public class MyButton implements Button


Correct Option: A
  1. private var arrC :ArrayCollection = new ArrayCollection([{label:"abc"},{label:"def"}]);

  2. private var arrC :ArrayCollection =([{label:"abc"},{label:"def"}]);

  3. private var arrC :ArrayCollection = new ArrayCollection([{"abc"},{"def"}]);

  4. private var arrC :ArrayCollection = new ArrayCollection({label:"abc"},{label:"def"});


Correct Option: A
  1. odnodes configuration file

  2. odbase configuration file

  3. Deployment configuration file

  4. deploy.cfg configuration file


Correct Option: C
  1. Both are Interfaces

  2. Both are Classes

  3. OAApplicationModule is a class and OAApplicationModuleImpl is an interface

  4. OAApplicationModule is an interface and OAApplicationModuleImpl is a class


Correct Option: D
  1. Framework

  2. Language

  3. Compiler

  4. Specification


Correct Option: D
  1. Annotation

  2. XML

  3. HTML

  4. None of the above


Correct Option: A
- Hide questions