Questions Related to technology

Multiple choice technology platforms and products
  1. Extensible Application Markup Language (XAML) is a declarative XML-based language created by Microsoft

  2. XAML is not case sensitive

  3. XAML is used as a user interface markup language to define UI elements, data binding, eventing, and other features

  4. XAML is used extensively in .NET Framework 3.0 technologies, particularly Windows Presentation Foundation, Silverlight, and Windows Workflow Foundation (WF)

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology platforms and products
  1. Controls animations with a timeline, and provides object and property targeting information for its child animations

  2. Storyboard is a container for animation objects

  3. We can use the interactive methods of the Storyboard object to start, pause, resume, and stop an animation

  4. We can not nest Storyboard objects within each other

Reveal answer Fill a bubble to check yourself
D Correct answer