Linguistic prescriptionLinguistic prescription, or prescriptive grammar, is the establishment of rules defining preferred usage of language. These rules may address such linguistic aspects as spelling, pronunciation, vocabulary, syntax, and semantics. Sometimes informed by linguistic purism, such normative practices often suggest that some usages are incorrect, inconsistent, illogical, lack communicative effect, or are of low aesthetic value, even in cases where such usage is more common than the prescribed usage.
Geneva ConventionsThe Geneva Conventions are four treaties, and three additional protocols, that establish international legal standards for humanitarian treatment in war. The singular term Geneva Convention usually denotes the agreements of 1949, negotiated in the aftermath of the Second World War (1939–1945), which updated the terms of the two 1929 treaties and added two new conventions. The Geneva Conventions extensively define the basic rights of wartime prisoners, civilians and military personnel, established protections for the wounded and sick, and provided protections for the civilians in and around a war-zone.
Transformational grammarIn linguistics, transformational grammar (TG) or transformational-generative grammar (TGG) is part of the theory of generative grammar, especially of natural languages. It considers grammar to be a system of rules that generate exactly those combinations of words that form grammatical sentences in a given language and involves the use of defined operations (called transformations) to produce new sentences from existing ones. The method is commonly associated with American linguist Noam Chomsky.
Urban warfareUrban warfare is warfare in urban areas such as towns and cities. Urban combat differs from combat in the open at both the operational and the tactical levels. Complicating factors in urban warfare include the presence of civilians and the complexity of the urban terrain. Urban combat operations may be conducted to capitalize on strategic or tactical advantages associated with the possession or the control of a particular urban area or to deny these advantages to the enemy.
Ambiguous grammarIn computer science, an ambiguous grammar is a context-free grammar for which there exists a string that can have more than one leftmost derivation or parse tree. Every non-empty context-free language admits an ambiguous grammar by introducing e.g. a duplicate rule. A language that only admits ambiguous grammars is called an inherently ambiguous language. Deterministic context-free grammars are always unambiguous, and are an important subclass of unambiguous grammars; there are non-deterministic unambiguous grammars, however.
Popular culturePopular culture (also called mass culture or pop culture) is generally recognized by members of a society as a set of practices, beliefs, artistic output (also known as, popular art or mass art) and objects that are dominant or prevalent in a society at a given point in time. Popular culture also encompasses the activities and feelings produced as a result of interaction with these dominant objects.
King James VersionThe King James Version (KJV), also the King James Bible (KJB) and the Authorized Version (AV), is an Early Modern English translation of the Christian Bible for the Church of England, which was commissioned in 1604 and published in 1611, by sponsorship of King James VI and I. The 80 books of the King James Version include 39 books of the Old Testament, 14 books of Apocrypha, and the 27 books of the New Testament.
Relations of productionRelations of production (Produktionsverhältnisse) is a concept frequently used by Karl Marx and Friedrich Engels in their theory of historical materialism and in Das Kapital. It is first explicitly used in Marx's published book The Poverty of Philosophy, although Marx and Engels had already defined the term in The German Ideology. Some social relations are voluntary or freely chosen (a person chooses to associate with another person or a group). But other social relations are involuntary, i.e.
Extensional and intensional definitionsIn logic, extensional and intensional definitions are two key ways in which the objects, concepts, or referents a term refers to can be defined. They give meaning or denotation to a term. An intensional definition gives meaning to a term by specifying necessary and sufficient conditions for when the term should be used. In the case of nouns, this is equivalent to specifying the properties that an object needs to have in order to be counted as a referent of the term. For example, an intensional definition of the word "bachelor" is "unmarried man".
String literalA string literal or anonymous string is a literal for a string value in the source code of a computer program. Modern programming languages commonly use a quoted sequence of characters, formally "bracketed delimiters", as in x = "foo", where "foo" is a string literal with value foo. Methods such as escape sequences can be used to avoid the problem of delimiter collision (issues with brackets) and allow the delimiters to be embedded in a string. There are many alternate notations for specifying string literals especially in complicated cases.