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

Which of the following is false about Emulators? a) Can receive or dial phone calls from real world cellular network b) Useful to distribute and sell device application c) Environment for debugging and testing code d) Provides a look and feel of physical device within PC environment

  1. a & b above

  2. a, b & d above

  3. c & d above

  4. b, c & d above


Correct Option: C

Please select all options that are correct for zk framework.

  1. open-source

  2. Ajax based

  3. written in php

  4. Event driven

  5. written in java


Correct Option: A,B,D,E

Which approach is used in zk framework ?

  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

Please select all options that are correct about Event Processing in zk ?

  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

What does CLR stand for ?

  1. Compiler Language Runtime

  2. Common Language Runtime

  3. Common Language Running Time

  4. Compiler Language Running Time


Correct Option: B

What is JIT ?

  1. Jam In Time

  2. CLR

  3. Just In Time

  4. .NET Language


Correct Option: C

What is the intermediate Language in .Net ?

  1. Java

  2. C#.Net

  3. ASP

  4. MSIL


Correct Option: D

How many levels of compilation happens in .NET ?

  1. 2

  2. 4

  3. 3

  4. 1


Correct Option: A

What is the smallest unit of deployment ?

  1. Namespace

  2. Assembly

  3. Class

  4. Interface


Correct Option: B

What is ASP ?

  1. Active Service Pages

  2. Artic Server Pages

  3. Active Server Pages

  4. Activated Server Pages


Correct Option: C

Which of the following is used to investigate Object Properties?

  1. Object Repository

  2. Object Repository Manager

  3. Object Spy

  4. Object Property

  5. The Object Checker


Correct Option: C

If I want to serialize instances of a class what should I use?

  1. XmlSerializer

  2. SoapFormatter

  3. BinaryFormatter

  4. Any one of the above


Correct Option: D

How do I use an alias for a namespace?

  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

Constructors will not be inherited in C#?

  1. True

  2. False


Correct Option: A

How do I start another program from .NET?

  1. Process.Start

  2. Application.Start

  3. Process.Run

  4. Application.Run


Correct Option: A

How do I get the rightmost part of a string?

  1. str.Substring(str.Length);

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

  3. str.LastChar();

  4. str.RightChar();


Correct Option: B

Which of the following code will return the account on which ASP.NET is running?

  1. Account.Username

  2. User.Name

  3. Page.Username

  4. Environment.Username


Correct Option: D

How can we get Current Page URL in ASP.NET?

  1. Request.Url.FullURL;

  2. Request.PageUrl;

  3. Request.Url.AbsoluteUri;

  4. Request.Page.URL;


Correct Option: C
- Hide questions