Tag: operating systems

Questions Related to operating systems

  1. .EXE format

  2. Common Intermediate Language (CIL)

  3. JAVA

  4. ByteCode


Correct Option: B
  1. StackPanel and Content only

  2. Button only

  3. Content only

  4. StackPanel and Button


Correct Option: D

Properties of an C# object can often be expressed as attributes of the object element in XAML.

  1. True

  2. False


Correct Option: A

The XAML language includes some optimizations that produce more human-readable markup. One such optimization is that if a particular property takes a collection type, then items that you declare in markup as child elements within that property's value become part of the collection. In this case a collection of child object elements is the value being set to the collection property.

  1. True

  2. False


Correct Option: A