Which XAML fragment should you insert at line 07?
You are developing a Silverlight 4 application. The application has an XAML page that contains the following XAML fragment. (Line numbers are included for reference only.)
01 <ComboBox x:Name=”cbName”>
02 <ComboBoxItem Content=”One”/>
03 <ComboBoxItem Content=”Two”/>
04 </ComboBox>
05 <Rectangle>
06 <i:Interaction.Triggers>
07
08 </i:Interaction.Triggers>
09 </Rectangle>
You need to allow the user to call an ICommand named GetPeopleCommand when the user clicks the Rectangle. You also need to pass the selected value of the ComboBox to GetPeopleCommand. Which XAML fragment should you insert at line 07?
What is the best approach for completing this task?
You work as a Project Manager for Company Inc. You are using Microsoft Project Server and Project Web Access to manage your projects. You need to work with your project team to create and identify assignments for the current phase of your project. Within the project, there are several assignments that no one in the project team is capable of completing because of time and resource limitations. You would like to, for planning’s sake, assign someone to the assignment and then replace the account with a contractor later. What is the best approach for completing this task?
Which code fragment should you insert at line 07?
You are developing a Silverlight 4 application.
The application defines the following XAML fragment. (Line numbers are included for reference only.)
01 <Canvas Width=”400″ Height=”300″>
02 <Canvas.Resources>
03 <Storyboard x:Name=”myStoryboard”>
04 <PointAnimationUsingKeyFrames Storyboard.TargetProperty=”Center” Storyboard.TargetName=”AnimatedEllipse”>
05 <EasingPointKeyFrame Value=”50,20″ KeyTime=”00:00:02″>
06 <EasingPointKeyFrame.EasingFunction>
07
08 </EasingPointKeyFrame.EasingFunction>
09 </EasingPointKeyFrame>
10 </PointAnimationUsingKeyFrames>
11 </Storyboard>
12 </Canvas.Resources>
13 <Path Fill=”Blue”>
14 <Path.Data>
15 <EllipseGeometry x:Name=”AnimatedEllipse” RadiusX=”15″ RadiusY=”15″ />
16 </Path.Data>
17 </Path>
18 </Canvas>
You need to animate the ellipse so that the ellipse moves to the upper boundary of the canvas where it slows down and stops. Which code fragment should you insert at line 07?
Which of the following virtual cubes contains the project risks and issues related information?
Which of the following virtual cubes contains the project risks and issues related information?
Which XAML fragment should you use?
You are developing a Silverlight 4 application.
The application contains an Image control to display an image. You need to modify the application to display the image on its side. Which XAML fragment should you use?
What project component would you compare actual costs to in this instance?
Your project has a budget of $75,000 and is expected to last six months. Within your project, you are forty percent complete and you have spent $35,000, and you want to compare the actual costs against the earned value. What project component would you compare actual costs to in this instance?
Which XAML fragment should you use?
You are developing a lineof-business application by using Silverlight 4. The application will be used for data entry and reporting purposes. You need to implement a DataGrid control that will allow editing of bound data. Which XAML fragment should you use?
what is the cost performance index (CPI) for Donna’s project?
Donna’s project has a budget at completion of $1,987,560 and she is currently 40 percent complete. Her project schedule called for her to be 45 percent complete but there have been some complications in the project. These complications have caused Donna to spend $125,000 more than what the work she has completed is worth. Based on this information what is the cost performance index (CPI) for Donna’s project?
Which XAML fragment should you use?
You are developing a Silverlight 4 application.
The application contains the following XAML fragment.
<ComboBox Style=”{StaticResource ComboBoxTemplate}” />
You need to add a custom control template to the ComboBoxTemplate style for the ComboBox control. Which XAML fragment should you use?
Which one of the following is not one of the four areas of change control?
You are the Microsoft Project Server administrator for your company. You have been working with your project managers to develop a change control system for their projects. In the change control system, you want to provide a method to document any changes from the areas of the project the change stems from. There are, in practical project management, four areas of change control that should be managed by each project manager. Which one of the following is not one of the four areas of change control?