web technology Online Quiz - 208
web technology Online Quiz - 208
Questions
Which is Portable Network Graphic is a graphic file format made for the Web?
- PNG
- PNC
- PST
- PPT
These file types indicate that the file is a ColdFusion file?
- .cfm and .cfml
- .cam and .caml
- .cofm and .cofml
- .cofn and .cofnl
Extension for ASP.NET Web Handler File?
- ASCX
- ASPX
- ASHX
- ASMx
Windows Font File having extensions as --
- .fnt
- .fonts
- .winfonts
- .wfnts
This file type indicates an HTML file?
- .html
- .hta
- .htx
- .httml
CGI stands for … ?
- Common Gateway Interface
- Common Gateway International
- Commercial Gateway Interface
- Common Global Interface
Extension for Active Server Custom Control?
- ASCX
- ASPX
- ASHX
- ASMx
Font files having extensions as …
- .ttf
- .sfnt
- .fn
- .fnts
Which one is similar to Delegates?
- Interface in Java
- pointer in C or C++
- function pointer in C or C++
- Interface in .NET
The C# keyword int maps to which .NET type
- System.Int16
- System.Int32
- System.Int64
- System.Int8
The C# keyword int maps to which .NET type
- System.Int16
- System.Int32
- System.Int64
- System.Int8
Which of these statements correctly declares a two-dimensional array in C#?
- int[,] myArray;
- int[][] myArray;
- int[2] myArray;
- System.Array[2] myArray;
In C# Thread.Sleep(time) measures time in:
- seconds
- milliseconds
- nanoseconds
- minutes
Which access label allows the variables to be accessible in both the current assembly and by any classes derived from the base class?
- private
- protected
- protected internal
- It is not possible to do it
What are HTML elements without content called ??
- Null elements
- Empty elements
- No elements
- Zero elements
Which tag is used to define an alternate text if a script is NOT executed ??
- the <noscript> tag
- the <altscript> tag
- the <alttext> tag
- the <nullscript> tag
Which attribute defines the link "address" ??
- target
- name
- href
- link
In tables,what does The letters td stands for ??
- table doc
- table data
- tab data
- table detail
HTML headings are defined with the
to
tags.
- True
- False
How do you Replicate Web Content in IIS? what service do you use?
- Content Mirroring service
- Content Management service
- Content Deployment service
- Content Copying service