0

web technology Online Quiz - 44

Description: web technology Online Quiz - 44
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

ZK is for presentation layer only ?

  1. True

  2. False


Correct Option: A
  1. open-source

  2. Ajax based

  3. written in php

  4. Event driven

  5. written in java


Correct Option: A,B,D,E
  1. client centric

  2. Server Centric

  3. Data Centric

  4. Process Centric


Correct Option: B

Who is the founder of zk ?

  1. Mark Zuckerberg

  2. Tom M. Yeh

  3. Orkut Buyukkokten

  4. Tom DeMarco


Correct Option: B
  1. When an event is fired, it is associated with a desktop

  2. ZK separates events by their associated desktops

  3. Events for different desktops are not processed in parallel

  4. An Event cannot access components belonging to other desktops


Correct Option: A,B,D
  1. Compiler Language Runtime

  2. Common Language Runtime

  3. Common Language Running Time

  4. Compiler Language Running Time


Correct Option: B
  1. Jam In Time

  2. CLR

  3. Just In Time

  4. .NET Language


Correct Option: C
  1. Namespace

  2. Assembly

  3. Class

  4. Interface


Correct Option: B
  1. Active Service Pages

  2. Artic Server Pages

  3. Active Server Pages

  4. Activated Server Pages


Correct Option: C
  1. Object Repository

  2. Object Repository Manager

  3. Object Spy

  4. Object Property

  5. The Object Checker


Correct Option: C
  1. XmlSerializer

  2. SoapFormatter

  3. BinaryFormatter

  4. Any one of the above


Correct Option: D
  1. using SqlClientAlias = System.Data.SqlClient;

  2. using System.Data.SqlClient SqlClientAlias;

  3. using System.Data.SqlClient @SqlClientAlias;

  4. We can't create alias for a namespace.


Correct Option: A
  1. Process.Start

  2. Application.Start

  3. Process.Run

  4. Application.Run


Correct Option: A
  1. str.Substring(str.Length);

  2. str.Substring(str.Length - 1);

  3. str.LastChar();

  4. str.RightChar();


Correct Option: B
  1. Account.Username

  2. User.Name

  3. Page.Username

  4. Environment.Username


Correct Option: D
  1. Request.Url.FullURL;

  2. Request.PageUrl;

  3. Request.Url.AbsoluteUri;

  4. Request.Page.URL;


Correct Option: C
- Hide questions