After reading the text, please answer the following question separately in complete sentences. Only need to cite the page number from the text, DO NOT USE OUTSIDE SOURCES!
1.Why and when did French become the official language of England for a time, and when did English again take over as the primary language of Parliament?
2.Check out this website to answer the next few questions http://www.nationalarchives.gov.uk/domesday/
Pay particular attention to the sections under Discover Domesday.
a.Look at the list of questions asked in each survey. What information was William I trying to gather?
b.Why did William I order the survey in the first place?
c.How many Anglo-Saxon Tenants in Chief (barons, bishops, or abbots) were there?
d.Why is the book called the Domesday Book?
3.What does the Domesday Book tell us about the relative status of Latin versus English?
4.How did English survive when French was the language of government and the language taught in school for over 100 years after the Norman Conquest?
5. What happens when new word arrives into the language that duplicates an English word that already exists? Give two examples that illustrate the two outcomes.
6.Explain the sources of word groups like kingly / royal / regal and rise / mount / ascend. What are the different connotations of each word in the grouping? (If you arent sure what connotation means, look it up in a dictionary.)
7.Define compounding and affixation as sources of new words.
8.Name at least two factors that increased the popularity of the London dialect of English.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

