Multiple choice technology operating systems

Indicate the correct statement

  1. PhoneApplicationPages contain PhoneApplicationFrames

  2. PhoneApplicationFrames contain PhoneApplicationPages

  3. Canvas contains a PhoneApplicationPage

  4. Grid Contains a PhoneApplicationFrame

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

In Silverlight and Windows Phone application architecture, a PhoneApplicationFrame is the top-level container that manages navigation history and hosts PhoneApplicationPages. Multiple pages can be navigated through, but they are contained within a navigation frame. Therefore, frames contain pages rather than the other way around.