Вы находитесь на странице: 1из 2

Internationalization and Globalization in ASP.

NET MVC
MCQs
1. Internationalization is used to create your website:
a. Dynamic
b. Multilingual
c. Creative
d. Static

2. Internationalization involves:
a. Globalization
b. Localization
c. both a and b
d. None of the above
3. Globalization is the process of ______ applications that support different languages
a. Customizing
b. Creating
c. Updating
d. Designing

4. Localization is the process of ______ applications that support different languages


a. Customizing
b. Creating
c. Updating
d. Designing

5. Format of the culture name is


a. <country/regioncode2>-<languagecode2>
b. <languagecode2>-<country/regioncode2>
c. <languagecode2>-<regioncode2/country >
d. <language>-<country/region2>

6. In <languagecode2>-<country/regioncode2>, <country/regioncode2> is
a. Country code
b. Language code
c. Region code
d. Subculture code

7. Abbreviation o Internationalization is
a. I10N
b. I18N
c. I6N
d. I8N

8. ASP.NET keep tracks of two _____ values


a. Region
b. Language
c. Culture
d. Sub Culture

9. A culture that has a specified language, but not a region


a) Region
b) Locale
c) Neutral Culture
d) Specific culture

10. A culture that has a specified language, but not a region

a) Region
b) Locale
c) Neutral Culture
d) Specific Culture

11. In internationalization is region also necessary with language?

a) Yes
b) No

12. How to Support Different Languages in ASP.NET MVC?

a) By using resource strings in all our site views.


b) By using different set of views for every language and locale.
c) By mixing between 1 and 2
d) All of the above

13. Some people prefer to use a single view for all languages because

a) It is easy to understand
b) It is more maintainable
c) It is easy to use
d) It is easy to create

14. Accept-Language is a header file that the browser send on every

a) Click
b) Request
c) Response
d) Scroll

15. The CultureHelper is basically a ______ that allows us to store culture names we are
implementing in our site

a) Controller
b) Model
c) View
d) Utility

Answers:
1- b 2- c 3- d 4- a 5- b
6- d 7- b 8- c 9- c 10- d
11- a 12- d 13- b 14- b 15- d

Вам также может понравиться