0

web technology Online Quiz - 135

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

7.Which among the following is used for removing a software bug / defect which is available for free of cost from the software provider?

  1. (A)Version

  2. (B)Update

  3. (C)Help

  4. (D)Patch

  5. (E)Syntax


Correct Option: D

AI Explanation

To answer this question, you need to understand the concept of software bug fixing and the different methods used to address them.

Option A) Version - This option is incorrect because a version refers to a specific release or iteration of a software product, and it does not necessarily address or fix bugs.

Option B) Update - This option is incorrect because an update generally refers to a newer version of a software product, which may include bug fixes, but it is not specifically designed for bug fixing.

Option C) Help - This option is incorrect because help refers to documentation or assistance provided to users to understand and use the software, but it does not directly address or fix software bugs.

Option D) Patch - This option is correct because a patch is a piece of software code that is used to fix a specific bug or defect in a software program. Patches are typically provided by the software provider and are made available for free to users.

Option E) Syntax - This option is incorrect because syntax refers to the rules and structure of a programming language, and it is unrelated to the process of bug fixing.

The correct answer is (D) Patch. This option is correct because a patch is specifically designed to remove a software bug or defect and is provided for free by the software provider.

8.What is the name of the proposed software application that would allow users of automated teller machines (ATMs) to alert the police of a forced cash withdrawal by entering their personal identification number (PIN) in reverse order?

  1. (A)ATM SafetyPIN

  2. (B)ATM SafetyPro

  3. (C)ATM SafetyCode

  4. (D)ATM SafetySign

  5. (E)ATM SafetyDigit


Correct Option: A

9.In the MICR Code Line Structure what do represent the first three digits of Sort field number consisting of nine digits?

  1. (A)City

  2. (B)Bank

  3. (C)Branch

  4. (D)Account Type

  5. (E)None of the above


Correct Option: A

What does CSS stand for?

  1. Colorful Style Sheets

  2. Cascading Style Sheets

  3. Creative Style Sheets

  4. Computer Style


Correct Option: B

What is the correct HTML for referring to an external style sheet?

  1. mystyle.css

  2. None of the above


Correct Option: C
  1. In the section

  2. At the top of the document

  3. In the section

  4. At the end of the document


Correct Option: A

Which HTML tag is used to define an internal style sheet?

  1. None of the above


Correct Option: A

Which HTML attribute is used to define inline styles?

  1. font

  2. styles

  3. style

  4. class


Correct Option: C

AI Explanation

To answer this question, let's go through each option:

Option A) font - This option is incorrect because the "font" attribute is not used to define inline styles in HTML. The "font" attribute is used to specify the font face, size, and color of text within an HTML element.

Option B) styles - This option is incorrect because the "styles" attribute is not used to define inline styles in HTML. There is no attribute called "styles" in HTML.

Option C) style - This option is correct. The "style" attribute is used to define inline styles in HTML. It is added to an HTML element and allows you to specify CSS properties and values directly within the element's opening tag.

Option D) class - This option is incorrect because the "class" attribute is used to define class names in HTML, not inline styles. The "class" attribute is used to group elements together and apply styles using CSS.

The correct answer is C) style. This option is correct because the "style" attribute is used to define inline styles in HTML.

  1. {body;color:black}

  2. {body:color=black(body}

  3. body {color: black}

  4. body:color=black


Correct Option: C
  1. /* this is a comment */

  2. // this is a comment

  3. // this is a comment //

  4. ' this is a comment


Correct Option: A

Which property is used to change the background color?

  1. color:

  2. bgcolor:

  3. background-color:

  4. None of the above


Correct Option: C

AI Explanation

To answer this question, you need to understand CSS (Cascading Style Sheets) properties.

The correct answer is C) background-color.

Explanation:

A) color: This property is used to change the text color, not the background color.

B) bgcolor: This property was used in older versions of HTML to change the background color, but it is no longer supported in modern web development.

C) background-color: This property is used to change the background color of an element. It allows you to specify a color using various formats such as named colors (e.g., "red", "blue"), hexadecimal values (e.g., "#FF0000", "#0000FF"), RGB values (e.g., "rgb(255, 0, 0)", "rgb(0, 0, 255)"), or HSL values (e.g., "hsl(0, 100%, 50%)", "hsl(240, 100%, 50%)").

D) None of the above: This option is incorrect because the correct answer is C) background-color.

Therefore, the correct answer is C) background-color. This option is correct because it is the CSS property used to change the background color of an element.

  1. h1.all {background-color:#FFFFFF}

  2. h1 {background-color:#FFFFFF}

  3. all.h1 {background-color:#FFFFFF}

  4. None of the above


Correct Option: B
  1. text-color:

  2. color:

  3. text-color=

  4. fgcolor:


Correct Option: B
  1. CTS - Common Type System

  2. CLS - Common Language Specification

  3. CAS - Component Authorization Specification

  4. FCL - Framework Class Library


Correct Option: C
  1. .Net Compact Framework

  2. Support for IP6

  3. Windows Card Space

  4. Generics


Correct Option: D

Windows Presentation Foundation - the new user interface system was introduced with

  1. .NET Framework 1.1

  2. .NET Framework 2.0

  3. .NET Framework 3.0

  4. .NET Framework 3.5


Correct Option: C

Which of the following statements is false about Common Language Runtime

  1. .NET Framework 2.0 CLR was was introduced with VS 2005

  2. .Net Framework 3.0 uses the .NET Framework 2.0 CLR

  3. .Net Framework 3.5 uses the .NET Framework 2.0 CLR

  4. .Net Framework 3.5 SP1 first time introduce the .NET Framework 3.0 CLR


Correct Option: D

The New object Relational Mapping (ORM) framework to be introduced with Microsoft.Net 3.5 SP1 is known as

  1. ADO.ORM

  2. ADO.NET Entity Framework

  3. ADO.Hibernate

  4. ORM.ADO


Correct Option: B
  1. WCF Service can define Data, Service, fault and Message contract

  2. MSMQ binding, Web Service (WS) binding, Basic binding and TCP binding are part of standard binding supported by WCF

  3. WCF also support authentication using Issued token by secure token service

  4. WCG support Message reliability without ordered delivery


Correct Option: D
- Hide questions