ASP.NET and Drupal Web Technologies
Quiz covering ASP.NET server controls, configuration, and Drupal CMS concepts including modules, themes, and content types.
Questions
Who is the founder of the Drupal Project ?
- James Gosling
- Rasmus Lerdorf
- Dries Buytaert
- Craig R. McClanahan
Which two pre-configured content types comes with Drupal Installation ?
- Page and Poll
- Page and Story
- Forum and Story
- Blog and Poll
- Blog and Forum
Which contributed module permits site developers to define custom fields and content types ?
- Content Translation
- Views
- Panels
- CCK
- OpenID
What is a 'Node' in Drupal ?
- It is a system for classifying content
- It is generic term for a piece of content on your web site
- It is software (code) that extends Drupal features and/or functionality
- It controls how your site is displayed
_______________ is a file or collection of files (PHP, INFO, CSS, JPG, GIF, PNG), which together determine the look and feel.
- template
- page
- module
- theme
Which module helps classify content on Drupal websites ?
- Taxonomy
- PHP filter
- Throttle
- Statistics
Selects all options which are correct for Drupal ?
- Drupal is an open source CMS
- Drupal supports only Apache platform
- Drupal does not support creation of multi-lingual web sites
- Drupal supports Web based administration
If you want to upload any contributed module to extend Drupal's core functionality, where should you generally put the module ?
- path - /sites/all/modules
- path - /html/drupal/modules
- path - /html/drupal/mysite/modules
- path - /sites/default/modules
If 23rd of February is selected in the Calendar control and ToShortDateString() method is called, which of the following will appear?
- 02/23/2009 12:00:00 AM
- 02/23/2009
- Monday, February 23, 2009
- 23/02/2009
The SelectionMode property of Calendar control set to make selections of an entire week is,
- Day
- Week
- DayWeek
- DayWeekMonth
The five elements of AdRotator server control are,
- Image Url, NavigateUrl, AlternateText, Direction, Keyword
- Image Url, NavigateUrl, AlternateText, DataSource, Keyword
- Image Url, NavigateUrl, Direction, Impressions, Keyword
- Image Url, NavigateUrl, AlternateText, Impressions, Keyword
---------- server control encapsulates/wraps a set of server controls along with other elements(HTML and images) into a single unit as a layout of the Page.
- Panel
- PlaceHolder
- Form
- MultiView
Some new server controls added to ASP.NET 2.0 are,
- BulletedList, HiddenField, FileUpload, MultiView
- Calendar, HiddenField, FileUpload, MultiView
- BulletedList, AdRotator, FileUpload, MultiView
- BulletedList, HiddenField, AdRotator, Calendar
HiddenField server control are used because,
- Ideal for storing information
- Not visible to end-users
- Not interpreted by the browser
- All of the above
- None of the above
The default Upload file size limitation for FileUpload server control is __________ kb
- 2048
- 1024
- 4096
- 3072
The default value for executionTimeout i.e request time to attempt to execute to server before ASP.NET shuts down is
- 15
- 30
- 60
- 90
How can the contents of a file be converted to a stream object?
- using ToArray method
- using FileContent property
- using ToString method
- None of the above
ActiveViewIndex attribute of MultiView describes the currently showing View.
- True
- False
Which of the following server controls are newly added to ASP.NET 2.0?
- Image Server control
- ImageMap server control
- CheckBox server control
- CheckBoxList server control
What is Silverlight?
- Database
- Web Technology
- Programming Language
- None of the above