Multiple Choice
Which of the following statements is false?
A) A data binding is a pointer to data that's represented by a DataSource object.
B) You can create bindings to a broad range of data types,including objects,collections,data in XML documents,data in databases and LINQ query results.
C) Data bindings can be created declaratively in XAML markup with markup extensions.To declare a data binding,you must specify the data's source.If it's another element in the XAML markup,you use property ElementName;otherwise,you use Source.
D) Many controls have built-in support for data binding,and do not require a separate Binding object.A ListView,for example,has an ItemsSource property that specifies the data source of the ListView's items-when you set ItemsSource to a collection of data,the objects in the collection automatically become the items in the ListView.
Correct Answer:

Verified
Correct Answer:
Verified
Q17: Which of the following statements is false?<br>A)An
Q18: The Windows 8 simulator _ option (the
Q19: Which of the following statements is false?<br>A)The
Q20: The technique of defining what the GUI
Q21: Which of the following statements is false?<br>A)XAML
Q23: Package.appxmanifest defines various settings for your app,such
Q24: A StackPanel's elements are arranged in a
Q25: Which of the following statements is false?<br>A)A
Q26: Which of the following statements is false?<br>A)To
Q27: Which of the following statements is false?<br>A)MainPage.xaml