0

web technology Online Quiz - 34

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

The Web-based bug tracker tool that we use in our product is

  1. VSS

  2. PVCS

  3. Bugzilla

  4. All of the above


Correct Option: C
  1. On Hold->Release->Verify->Authorize

  2. Release->Verify->Authorize

  3. On Hold->Release->Authorize

  4. None of the above


Correct Option: B

What is jquery?

  1. JavaScript library

  2. HTML component

  3. CSS component

  4. XML component


Correct Option: A

Basic syntax of jquery?

  1. (selector).action()

  2. $(action).selector()

  3. $(selector).action()

  4. selector.action()


Correct Option: C

Which is not a keyword in jquery html manipulations

  1. prepend

  2. middle

  3. append

  4. before


Correct Option: B

which is not a jquery ajax request?

  1. $.getScript(url,callback)

  2. $.ajax(options)

  3. $.post(url,data,type,callback)

  4. $.get(url,data,callback,type)


Correct Option: C

when should callback parameter should be executed?

  1. while loading the hide effect

  2. before the hide effect completed

  3. after the hide effect completed

  4. none


Correct Option: C

which is used to manipulate html elements in jquery?

  1. constructors of jquery

  2. html tags of jquery

  3. callback

  4. selectors


Correct Option: D

which is not a jquery css syntax?

  1. css(object)

  2. css(name)

  3. css(name,value)

  4. css({properties})


Correct Option: A

which is a jquery method for size manipulation

  1. calc()

  2. height()

  3. average()

  4. max()


Correct Option: B

Which is not a feature of jquery library?

  1. Utilities

  2. server side validations

  3. JavaScript Effects and animations

  4. HTML DOM traversal and modification


Correct Option: B

which is a valid syntax of css jquery?

  1. ("p").css("background-color","yellow");

  2. $("p").css("background-color","yellow")

  3. $("p").css("background-color","yellow");

  4. $("p").css("back-color","yellow");


Correct Option: C

What is SharePoint?

  1. Database

  2. Web page

  3. Portal Collaboration Software.

  4. Editor


Correct Option: C

What is the best practice for deploying custom code to a SharePoint farm

  1. as a web part

  2. solution package

  3. user control

  4. SharePoint Designer


Correct Option: B

How is security managed in SharePoint?

  1. handled at the machine level

  2. handled at the Page level

  3. handled at the domain level

  4. handled at the sharepoint level


Correct Option: A,C,D

What is a SharePoint farm?

  1. Repository

  2. Server

  3. Workspace

  4. Topology


Correct Option: D

What is a site definition?

  1. It’s a methods for providing prepackaged site and list content.

  2. URL

  3. Port number

  4. Web definition


Correct Option: A

What is the file extension of the Web Part?

  1. HTML

  2. DWP

  3. JSP

  4. ASP


Correct Option: B

AI Explanation

To answer this question, we need to understand what a Web Part is and its file extension.

A Web Part is a component used in web development to customize and enhance the functionality of a website. It allows developers to create modular and reusable components that can be added to web pages.

The file extension for a Web Part is .DWP, which stands for "Dynamic Web Part". This file extension is used to identify and store the configuration and settings of a Web Part.

Let's go through each option to understand why it is correct or incorrect:

Option A) HTML - This option is incorrect because HTML is a markup language used for creating web pages, but it is not the file extension specifically associated with Web Parts.

Option B) DWP - This option is correct because .DWP is the file extension for Web Parts. It is used to store the configuration and settings of a Web Part.

Option C) JSP - This option is incorrect because JSP (JavaServer Pages) is a technology used for creating dynamic web pages in Java, but it is not the file extension specifically associated with Web Parts.

Option D) ASP - This option is incorrect because ASP (Active Server Pages) is a technology used for creating dynamic web pages in Microsoft's .NET framework, but it is not the file extension specifically associated with Web Parts.

The correct answer is B) DWP. This option is correct because .DWP is the file extension specifically associated with Web Parts, used to store their configuration and settings.

  1. Store information

  2. Store attendees

  3. Store documents

  4. Store tasks related to a specific meeting.


Correct Option: A,B,D
- Hide questions