PrepAway - Latest Free Exam Questions & Answers

Category: 70-484 (v.2)

Exam 70-484: Essentials of Developing Windows Store Apps using C# (update December 14th, 2014)

Which code segment should you insert at line 01?

###BeginCaseStudy###
Case Study: 3
Scenario 3
Background
You are developing a Windows Store news aggregator app that will retrieve data from RSS
feeds and social networks based on the user’s subscriptions.
Application Structure
The app will run locally on the user’s device. User preferences will be available locally.
When a user starts the app, the app will load the RSS feed and social network information.

The app will retrieve data from RSS feeds by using the FeedRetriever class. The app will
authenticate to and retrieve data from social networks by using the SocialRetriever class.
By default, data is presented in a ListView control.
Relevant portions of the app files are shown. (Line numbers are included for reference only
and include a two-character prefix that denotes the specific file to which they belong.)
Technical Background
The design team has provided a custom XAML code segment for the itemTemplate attribute
of the GridView control that displays RSS feeds. The custom item template is named
newTem plate. It will not be used in other GridView controls.
Business Requirements
The app must enable users to perform the following tasks:
• Define a feed title.
• Define a list of RSS feeds that the users want to subscribe to.
• View information about topics that are popular on the users’ selected social networks.
• Share content that is aggregated by the app.
• Search aggregated content by using only the Search charm.
• Share RSS feed content by using the Share charm.
• Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must
indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social
networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available.
Technical Requirements
The app has the following technical requirements:
• Retrieve user data from the social network services by using the authentication credentials.
• When making an HTTP request for content, read all content prior to acting on the response.
• When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user’s social network subscriptions in a layout
control. The app must display authentication screens from the social networking sites when
an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all
ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments:
• Developerl must update methods for getting data.
• Developed must implement three new methods for exposing data to the user interface.

All methods must be self-contained and must not affect other methods in the SocialRetriever
class.
Multiple developers must not work in the same file at the same time.




###EndCaseStudy###

The App.xaml.cs file includes the following code segment. (Line numbers are included for
reference only.)
<code>
01
02 (x) => {
03 DisplaySettingsPopup(x.Id);
04 }) ;
05 arga.Request.ApplicationCoiracanda.Add(cmd) ;
</code>
You need to configure the Settings charm.
Which code segment should you insert at line 01?

Which three code segments should you insert in sequence at line SR58?

DRAG DROP

###BeginCaseStudy###
Case Study: 3
Scenario 3
Background
You are developing a Windows Store news aggregator app that will retrieve data from RSS
feeds and social networks based on the user’s subscriptions.
Application Structure
The app will run locally on the user’s device. User preferences will be available locally.
When a user starts the app, the app will load the RSS feed and social network information.

The app will retrieve data from RSS feeds by using the FeedRetriever class. The app will
authenticate to and retrieve data from social networks by using the SocialRetriever class.
By default, data is presented in a ListView control.
Relevant portions of the app files are shown. (Line numbers are included for reference only
and include a two-character prefix that denotes the specific file to which they belong.)
Technical Background
The design team has provided a custom XAML code segment for the itemTemplate attribute
of the GridView control that displays RSS feeds. The custom item template is named
newTem plate. It will not be used in other GridView controls.
Business Requirements
The app must enable users to perform the following tasks:
• Define a feed title.
• Define a list of RSS feeds that the users want to subscribe to.
• View information about topics that are popular on the users’ selected social networks.
• Share content that is aggregated by the app.
• Search aggregated content by using only the Search charm.
• Share RSS feed content by using the Share charm.
• Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must
indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social
networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available.
Technical Requirements
The app has the following technical requirements:
• Retrieve user data from the social network services by using the authentication credentials.
• When making an HTTP request for content, read all content prior to acting on the response.
• When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user’s social network subscriptions in a layout
control. The app must display authentication screens from the social networking sites when
an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all
ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments:
• Developerl must update methods for getting data.
• Developed must implement three new methods for exposing data to the user interface.

All methods must be self-contained and must not affect other methods in the SocialRetriever
class.
Multiple developers must not work in the same file at the same time.




###EndCaseStudy###

You need to add a SocialSource object to the switch statement to support the third-party data feed.
Which three code segments should you insert in sequence at line SR58? (To answer, move
the appropriate code segments from the list of code segments to the answer area and
arrange them in the correct order.)

Which code segment should you use?

###BeginCaseStudy###
Case Study: 3
Scenario 3
Background
You are developing a Windows Store news aggregator app that will retrieve data from RSS
feeds and social networks based on the user’s subscriptions.
Application Structure
The app will run locally on the user’s device. User preferences will be available locally.
When a user starts the app, the app will load the RSS feed and social network information.

The app will retrieve data from RSS feeds by using the FeedRetriever class. The app will
authenticate to and retrieve data from social networks by using the SocialRetriever class.
By default, data is presented in a ListView control.
Relevant portions of the app files are shown. (Line numbers are included for reference only
and include a two-character prefix that denotes the specific file to which they belong.)
Technical Background
The design team has provided a custom XAML code segment for the itemTemplate attribute
of the GridView control that displays RSS feeds. The custom item template is named
newTem plate. It will not be used in other GridView controls.
Business Requirements
The app must enable users to perform the following tasks:
• Define a feed title.
• Define a list of RSS feeds that the users want to subscribe to.
• View information about topics that are popular on the users’ selected social networks.
• Share content that is aggregated by the app.
• Search aggregated content by using only the Search charm.
• Share RSS feed content by using the Share charm.
• Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must
indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social
networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available.
Technical Requirements
The app has the following technical requirements:
• Retrieve user data from the social network services by using the authentication credentials.
• When making an HTTP request for content, read all content prior to acting on the response.
• When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user’s social network subscriptions in a layout
control. The app must display authentication screens from the social networking sites when
an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all
ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments:
• Developerl must update methods for getting data.
• Developed must implement three new methods for exposing data to the user interface.

All methods must be self-contained and must not affect other methods in the SocialRetriever
class.
Multiple developers must not work in the same file at the same time.




###EndCaseStudy###

You need to create a custom template for a Listview control that will be located on a page
that has the NewsSource object bound to the DataContext property.
Which code segment should you use?

Which data controls can you use to achieve this goal?

###BeginCaseStudy###
Case Study: 3
Scenario 3
Background
You are developing a Windows Store news aggregator app that will retrieve data from RSS
feeds and social networks based on the user’s subscriptions.
Application Structure
The app will run locally on the user’s device. User preferences will be available locally.
When a user starts the app, the app will load the RSS feed and social network information.

The app will retrieve data from RSS feeds by using the FeedRetriever class. The app will
authenticate to and retrieve data from social networks by using the SocialRetriever class.
By default, data is presented in a ListView control.
Relevant portions of the app files are shown. (Line numbers are included for reference only
and include a two-character prefix that denotes the specific file to which they belong.)
Technical Background
The design team has provided a custom XAML code segment for the itemTemplate attribute
of the GridView control that displays RSS feeds. The custom item template is named
newTem plate. It will not be used in other GridView controls.
Business Requirements
The app must enable users to perform the following tasks:
• Define a feed title.
• Define a list of RSS feeds that the users want to subscribe to.
• View information about topics that are popular on the users’ selected social networks.
• Share content that is aggregated by the app.
• Search aggregated content by using only the Search charm.
• Share RSS feed content by using the Share charm.
• Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must
indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social
networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available.
Technical Requirements
The app has the following technical requirements:
• Retrieve user data from the social network services by using the authentication credentials.
• When making an HTTP request for content, read all content prior to acting on the response.
• When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user’s social network subscriptions in a layout
control. The app must display authentication screens from the social networking sites when
an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all
ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments:
• Developerl must update methods for getting data.
• Developed must implement three new methods for exposing data to the user interface.

All methods must be self-contained and must not affect other methods in the SocialRetriever
class.
Multiple developers must not work in the same file at the same time.




###EndCaseStudy###

You need to identify alternative methods of displaying information from the FeedRetriever
class.
Which data controls can you use to achieve this goal? (Each correct answer presents a
complete solution. Choose all that apply.)

How should you design the process?

###BeginCaseStudy###
Case Study: 3
Scenario 3
Background
You are developing a Windows Store news aggregator app that will retrieve data from RSS
feeds and social networks based on the user’s subscriptions.
Application Structure
The app will run locally on the user’s device. User preferences will be available locally.
When a user starts the app, the app will load the RSS feed and social network information.

The app will retrieve data from RSS feeds by using the FeedRetriever class. The app will
authenticate to and retrieve data from social networks by using the SocialRetriever class.
By default, data is presented in a ListView control.
Relevant portions of the app files are shown. (Line numbers are included for reference only
and include a two-character prefix that denotes the specific file to which they belong.)
Technical Background
The design team has provided a custom XAML code segment for the itemTemplate attribute
of the GridView control that displays RSS feeds. The custom item template is named
newTem plate. It will not be used in other GridView controls.
Business Requirements
The app must enable users to perform the following tasks:
• Define a feed title.
• Define a list of RSS feeds that the users want to subscribe to.
• View information about topics that are popular on the users’ selected social networks.
• Share content that is aggregated by the app.
• Search aggregated content by using only the Search charm.
• Share RSS feed content by using the Share charm.
• Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must
indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social
networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available.
Technical Requirements
The app has the following technical requirements:
• Retrieve user data from the social network services by using the authentication credentials.
• When making an HTTP request for content, read all content prior to acting on the response.
• When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user’s social network subscriptions in a layout
control. The app must display authentication screens from the social networking sites when
an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all
ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments:
• Developerl must update methods for getting data.
• Developed must implement three new methods for exposing data to the user interface.

All methods must be self-contained and must not affect other methods in the SocialRetriever
class.
Multiple developers must not work in the same file at the same time.




###EndCaseStudy###

You need to ensure that Developer1 and Developed meet the requirements.
How should you design the process?

You need to implement the custom code for the RSS feed Gridview control

###BeginCaseStudy###
Case Study: 3
Scenario 3
Background
You are developing a Windows Store news aggregator app that will retrieve data from RSS
feeds and social networks based on the user’s subscriptions.
Application Structure
The app will run locally on the user’s device. User preferences will be available locally.
When a user starts the app, the app will load the RSS feed and social network information.

The app will retrieve data from RSS feeds by using the FeedRetriever class. The app will
authenticate to and retrieve data from social networks by using the SocialRetriever class.
By default, data is presented in a ListView control.
Relevant portions of the app files are shown. (Line numbers are included for reference only
and include a two-character prefix that denotes the specific file to which they belong.)
Technical Background
The design team has provided a custom XAML code segment for the itemTemplate attribute
of the GridView control that displays RSS feeds. The custom item template is named
newTem plate. It will not be used in other GridView controls.
Business Requirements
The app must enable users to perform the following tasks:
• Define a feed title.
• Define a list of RSS feeds that the users want to subscribe to.
• View information about topics that are popular on the users’ selected social networks.
• Share content that is aggregated by the app.
• Search aggregated content by using only the Search charm.
• Share RSS feed content by using the Share charm.
• Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must
indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social
networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available.
Technical Requirements
The app has the following technical requirements:
• Retrieve user data from the social network services by using the authentication credentials.
• When making an HTTP request for content, read all content prior to acting on the response.
• When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user’s social network subscriptions in a layout
control. The app must display authentication screens from the social networking sites when
an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all
ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments:
• Developerl must update methods for getting data.
• Developed must implement three new methods for exposing data to the user interface.

All methods must be self-contained and must not affect other methods in the SocialRetriever
class.
Multiple developers must not work in the same file at the same time.




###EndCaseStudy###

You need to implement the custom code for the RSS feed Gridview control.
What should you do?

Which code segments should you insert at line SR40?

###BeginCaseStudy###
Case Study: 3
Scenario 3
Background
You are developing a Windows Store news aggregator app that will retrieve data from RSS
feeds and social networks based on the user’s subscriptions.
Application Structure
The app will run locally on the user’s device. User preferences will be available locally.
When a user starts the app, the app will load the RSS feed and social network information.

The app will retrieve data from RSS feeds by using the FeedRetriever class. The app will
authenticate to and retrieve data from social networks by using the SocialRetriever class.
By default, data is presented in a ListView control.
Relevant portions of the app files are shown. (Line numbers are included for reference only
and include a two-character prefix that denotes the specific file to which they belong.)
Technical Background
The design team has provided a custom XAML code segment for the itemTemplate attribute
of the GridView control that displays RSS feeds. The custom item template is named
newTem plate. It will not be used in other GridView controls.
Business Requirements
The app must enable users to perform the following tasks:
• Define a feed title.
• Define a list of RSS feeds that the users want to subscribe to.
• View information about topics that are popular on the users’ selected social networks.
• Share content that is aggregated by the app.
• Search aggregated content by using only the Search charm.
• Share RSS feed content by using the Share charm.
• Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must
indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social
networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available.
Technical Requirements
The app has the following technical requirements:
• Retrieve user data from the social network services by using the authentication credentials.
• When making an HTTP request for content, read all content prior to acting on the response.
• When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user’s social network subscriptions in a layout
control. The app must display authentication screens from the social networking sites when
an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all
ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments:
• Developerl must update methods for getting data.
• Developed must implement three new methods for exposing data to the user interface.

All methods must be self-contained and must not affect other methods in the SocialRetriever
class.
Multiple developers must not work in the same file at the same time.




###EndCaseStudy###

You need to authenticate to a social networking site.
Which code segments should you insert at line SR40? (Each correct answer presents part of
the solution. Choose all that apply.)

Which storage solutions can you use to meet the specification for the app?

###BeginCaseStudy###
Case Study: 3
Scenario 3
Background
You are developing a Windows Store news aggregator app that will retrieve data from RSS
feeds and social networks based on the user’s subscriptions.
Application Structure
The app will run locally on the user’s device. User preferences will be available locally.
When a user starts the app, the app will load the RSS feed and social network information.

The app will retrieve data from RSS feeds by using the FeedRetriever class. The app will
authenticate to and retrieve data from social networks by using the SocialRetriever class.
By default, data is presented in a ListView control.
Relevant portions of the app files are shown. (Line numbers are included for reference only
and include a two-character prefix that denotes the specific file to which they belong.)
Technical Background
The design team has provided a custom XAML code segment for the itemTemplate attribute
of the GridView control that displays RSS feeds. The custom item template is named
newTem plate. It will not be used in other GridView controls.
Business Requirements
The app must enable users to perform the following tasks:
• Define a feed title.
• Define a list of RSS feeds that the users want to subscribe to.
• View information about topics that are popular on the users’ selected social networks.
• Share content that is aggregated by the app.
• Search aggregated content by using only the Search charm.
• Share RSS feed content by using the Share charm.
• Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must
indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social
networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available.
Technical Requirements
The app has the following technical requirements:
• Retrieve user data from the social network services by using the authentication credentials.
• When making an HTTP request for content, read all content prior to acting on the response.
• When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user’s social network subscriptions in a layout
control. The app must display authentication screens from the social networking sites when
an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all
ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments:
• Developerl must update methods for getting data.
• Developed must implement three new methods for exposing data to the user interface.

All methods must be self-contained and must not affect other methods in the SocialRetriever
class.
Multiple developers must not work in the same file at the same time.




###EndCaseStudy###

You need to implement storage for the user preferences.
Which storage solutions can you use to meet the specification for the app? (Each correct
answer presents a complete solution. Choose all that apply.)

Which code segment should you insert at line 01?

###BeginCaseStudy###
Case Study: 3
Scenario 3
Background
You are developing a Windows Store news aggregator app that will retrieve data from RSS
feeds and social networks based on the user’s subscriptions.
Application Structure
The app will run locally on the user’s device. User preferences will be available locally.
When a user starts the app, the app will load the RSS feed and social network information.

The app will retrieve data from RSS feeds by using the FeedRetriever class. The app will
authenticate to and retrieve data from social networks by using the SocialRetriever class.
By default, data is presented in a ListView control.
Relevant portions of the app files are shown. (Line numbers are included for reference only
and include a two-character prefix that denotes the specific file to which they belong.)
Technical Background
The design team has provided a custom XAML code segment for the itemTemplate attribute
of the GridView control that displays RSS feeds. The custom item template is named
newTem plate. It will not be used in other GridView controls.
Business Requirements
The app must enable users to perform the following tasks:
• Define a feed title.
• Define a list of RSS feeds that the users want to subscribe to.
• View information about topics that are popular on the users’ selected social networks.
• Share content that is aggregated by the app.
• Search aggregated content by using only the Search charm.
• Share RSS feed content by using the Share charm.
• Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must
indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social
networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available.
Technical Requirements
The app has the following technical requirements:
• Retrieve user data from the social network services by using the authentication credentials.
• When making an HTTP request for content, read all content prior to acting on the response.
• When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user’s social network subscriptions in a layout
control. The app must display authentication screens from the social networking sites when
an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all
ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments:
• Developerl must update methods for getting data.
• Developed must implement three new methods for exposing data to the user interface.

All methods must be self-contained and must not affect other methods in the SocialRetriever
class.
Multiple developers must not work in the same file at the same time.




###EndCaseStudy###

The App.xaml.cs file includes the following code segment. (Line numbers are included for
reference only.)
<code>
01
02 (x) => {
03 DisplaySettingsPopup(x.Id);
04 }) ;
05 arga.Request.ApplicationCoiracanda.Add(cmd) ;
</code>
You need to configure the Settings charm.
Which code segment should you insert at line 01?

You need to implement the custom code for the RSS feed GridViewcontrol

###BeginCaseStudy###
Case Study: 3
Scenario 3
Background
You are developing a Windows Store news aggregator app that will retrieve data from RSS
feeds and social networks based on the user’s subscriptions.
Application Structure
The app will run locally on the user’s device. User preferences will be available locally.
When a user starts the app, the app will load the RSS feed and social network information.

The app will retrieve data from RSS feeds by using the FeedRetriever class. The app will
authenticate to and retrieve data from social networks by using the SocialRetriever class.
By default, data is presented in a ListView control.
Relevant portions of the app files are shown. (Line numbers are included for reference only
and include a two-character prefix that denotes the specific file to which they belong.)
Technical Background
The design team has provided a custom XAML code segment for the itemTemplate attribute
of the GridView control that displays RSS feeds. The custom item template is named
newTem plate. It will not be used in other GridView controls.
Business Requirements
The app must enable users to perform the following tasks:
• Define a feed title.
• Define a list of RSS feeds that the users want to subscribe to.
• View information about topics that are popular on the users’ selected social networks.
• Share content that is aggregated by the app.
• Search aggregated content by using only the Search charm.
• Share RSS feed content by using the Share charm.
• Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must
indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social
networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available.
Technical Requirements
The app has the following technical requirements:
• Retrieve user data from the social network services by using the authentication credentials.
• When making an HTTP request for content, read all content prior to acting on the response.
• When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user’s social network subscriptions in a layout
control. The app must display authentication screens from the social networking sites when
an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all
ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments:
• Developerl must update methods for getting data.
• Developed must implement three new methods for exposing data to the user interface.

All methods must be self-contained and must not affect other methods in the SocialRetriever
class.
Multiple developers must not work in the same file at the same time.




###EndCaseStudy###

You need to implement the custom code for the RSS feed GridViewcontrol.
What should you do?


Page 10 of 11« First...7891011