Multiple choice technology

What are the correct statements about Content Type in SharePoint 2007 (Multiple Selection)

  1. Item is the Parent Content Type

  2. System Content Type is the Parent Content Type

  3. Content Type starts with 0x

  4. Document is the Parent Content Type

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

In SharePoint 2007's content type hierarchy, 'System' is the root parent content type from which all others derive. Content type IDs are hexadecimal strings that always start with '0x' - this is part of their internal identifier structure. 'Item' is a built-in content type but not the parent - it's a child of System. 'Document' is another built-in content type derived from Item, not the parent. The System content type serves as the ultimate base for the entire content type inheritance tree.