0

web technology Online Quiz - 208

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

Which is Portable Network Graphic is a graphic file format made for the Web?

  1. PNG

  2. PNC

  3. PST

  4. PPT


Correct Option: A

These file types indicate that the file is a ColdFusion file?

  1. .cfm and .cfml

  2. .cam and .caml

  3. .cofm and .cofml

  4. .cofn and .cofnl


Correct Option: A

Extension for ASP.NET Web Handler File?

  1. ASCX

  2. ASPX

  3. ASHX

  4. ASMx


Correct Option: C

Windows Font File having extensions as --

  1. .fnt

  2. .fonts

  3. .winfonts

  4. .wfnts


Correct Option: A

This file type indicates an HTML file?

  1. .html

  2. .hta

  3. .htx

  4. .httml


Correct Option: A

CGI stands for … ?

  1. Common Gateway Interface

  2. Common Gateway International

  3. Commercial Gateway Interface

  4. Common Global Interface


Correct Option: A

Extension for Active Server Custom Control?

  1. ASCX

  2. ASPX

  3. ASHX

  4. ASMx


Correct Option: A

Font files having extensions as …

  1. .ttf

  2. .sfnt

  3. .fn

  4. .fnts


Correct Option: A

Which one is similar to Delegates?

  1. Interface in Java

  2. pointer in C or C++

  3. function pointer in C or C++

  4. Interface in .NET


Correct Option: C

The C# keyword int maps to which .NET type

  1. System.Int16

  2. System.Int32

  3. System.Int64

  4. System.Int8


Correct Option: B

AI Explanation

To answer this question, you need to understand the mapping between C# keywords and their corresponding .NET types.

Option A) System.Int16 - This option is incorrect because System.Int16 corresponds to the C# keyword short, not int.

Option B) System.Int32 - This option is correct because System.Int32 corresponds to the C# keyword int. In C#, the keyword int is used to declare a 32-bit signed integer.

Option C) System.Int64 - This option is incorrect because System.Int64 corresponds to the C# keyword long, not int. In C#, the keyword long is used to declare a 64-bit signed integer.

Option D) System.Int8 - This option is incorrect because there is no System.Int8 in .NET. In C#, the keyword byte is used to declare an 8-bit unsigned integer.

The correct answer is B) System.Int32. This option is correct because System.Int32 corresponds to the C# keyword int.

The C# keyword int maps to which .NET type

  1. System.Int16

  2. System.Int32

  3. System.Int64

  4. System.Int8


Correct Option: B

Which of these statements correctly declares a two-dimensional array in C#?

  1. int[,] myArray;

  2. int[][] myArray;

  3. int[2] myArray;

  4. System.Array[2] myArray;


Correct Option: A

In C# Thread.Sleep(time) measures time in:

  1. seconds

  2. milliseconds

  3. nanoseconds

  4. minutes


Correct Option: B

Which access label allows the variables to be accessible in both the current assembly and by any classes derived from the base class?

  1. private

  2. protected

  3. protected internal

  4. It is not possible to do it


Correct Option: C
  1. Null elements

  2. Empty elements

  3. No elements

  4. Zero elements


Correct Option: B

Which tag is used to define an alternate text if a script is NOT executed ??

  1. the tag

  2. the tag

  3. the tag

  4. the tag


Correct Option: A
  1. table doc

  2. table data

  3. tab data

  4. table detail


Correct Option: B

How do you Replicate Web Content in IIS? what service do you use?

  1. Content Mirroring service

  2. Content Management service

  3. Content Deployment service

  4. Content Copying service


Correct Option: C
- Hide questions