Answer the following statements true (T) or false (F)

1) WPF controls are ‘lookless,’ meaning that their appearance can be set by
any control template.
2) A routed command declared in the XAML changes a control’s appearance
when that control enters a certain state.
3) Data members declared as readonly must be initialized in their
declaration.
4) The ItemsSource property of a ListView must refer to the name of a
DataTemplate element.
5) CollectionViewSource provides multiple “views” of the same data.


1) T
2) F
3) F
4) F
5) T

Computer Science & Information Technology

You might also like to view...

A contigous segment of an array is given by specifying two subscripts, lower and upper. Which of the following expressions gives the subscript of the array element that is three quarters of the way from lower to upper?

A) lower + 3 * upper /4 B) lower /3 + upper C) (upper — lower) * 3 /4 D) lower + (upper — lower) * 3 / 4

Computer Science & Information Technology

Which of the following is true about PowerShell?

A. it runs cmdlets and scripts B. it predates the command prompt C. it is built on the component object model D. it is case sensitive

Computer Science & Information Technology

The chronological publication of personal thoughts is called what?

A) Blog B) Vlog C) Plog D) WebLog

Computer Science & Information Technology

A(n) ________ is a range of organized, related data

Fill in the blank(s) with correct word

Computer Science & Information Technology