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

What is web 2.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

Which of the below server side languages are used to develop a dynamic website

  1. PHP

  2. JSP

  3. JavaScript

  4. ASP

  5. CSS

  6. HTML


Correct Option: A,B,D

CSS stands for

  1. Client Style Sheet

  2. Custom Style Sheet

  3. Cascading Style Sheet

  4. Common Style Sheet


Correct Option: D

Main advantage of using CSS is

  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

For getting the data from server which method(s) AJAX use

  1. GET

  2. XML

  3. POST

  4. JSON

  5. TEXT

  6. HTML


Correct Option: A,C

AJAX supports XML but not JSON

  1. True

  2. False


Correct Option: B

AJAX is...

  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

What are the methods for removing a control?

  1. removeChild()

  2. removeChildAt()

  3. removeItem()

  4. deleteAll()


Correct Option: A,B

Define and extend an ActionScript class. You have a custom component named MyButton that inherits from Button. Which syntax is used to create a class that extends from Button?

  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

Can you define new classes or interfaces in blocks

  1. True

  2. False


Correct Option: B

How do define an Array Collection ?

  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

Which tag nested inside the WebService tag block should you use


Correct Option: C

In which configuration file, you have to add an entry to exclude files with Particular regular expressions.

  1. odnodes configuration file

  2. odbase configuration file

  3. Deployment configuration file

  4. deploy.cfg configuration file


Correct Option: C

how much memory is allocated for a? List a = new ArrayList();

  1. 0

  2. 10

  3. null

  4. 1


Correct Option: B

OAApplicationModule and OAApplicationModuleImpl are??

  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

Java EE is a

  1. Framework

  2. Language

  3. Compiler

  4. Specification


Correct Option: D

In EJB3, Entity column has been mapped by

  1. Annotation

  2. XML

  3. HTML

  4. None of the above


Correct Option: A

Java and JavaEE is a Language

  1. True

  2. False


Correct Option: B
- Hide questions