Nov. 14th, 2013

у кого есть у кого есть "словарь типичных ошибок английского языка",
можно узнать прямо сейчас на стр. стр. 68 (77). а вообще ответ с толкованием будет завтра.

[Poll #1943245][Poll #1943245]
_memory

начало здесь. 9. Avoid sets. A set is a collection of objects. For example, a set of fruits might be an apple, a pear and a peach. A classic example of an item that is difficult to learn is an item that asks for the list of the members of a set. For example: What countries belong to the European Union? You should avoid such items whenever possible due to the high cost of retaining memories based on sets. If sets are absolutely necessary, you should always try to convert them into enumerations.

Enumerations are ordered lists of members (for example, the alphabetical list of the members of the EU). Enumerations are also hard to remember and should be avoided. However, the great advantage of enumerations over sets is that they are ordered and they force the brain to list them always in the same order. An ordered list of countries contains more information than the set of countries that can be listed in any order. Paradoxically, despite containing more information, enumerations are easier to remember.

The reason for this has been discussed earlier in the context of the minimum information principle: you should always try to make sure your brain works in the exactly same way at each repetition.Read more... )

Most Popular Tags