Design and write program solutions to identified problems

Assignment Help Python Programming
Reference no: EM132369427

Assignment - Sonnets and Doublets

Overview

In this assignment you will have the opportunity to test your Python skills in exploring and manipulating text. Throughout the assignment you are expected to apply the principles of problem solving that we have already discussed in this course.

Learning Outcomes Assessed

The following course learning outcomes are assessed by completing this assessment:

Knowledge:

K1. Identify and use the correct syntax of a common programming language.

K2. Recall and use typical programming constructs to design and implement simple software solutions.

K4. Explain the importance of programming style concepts (documentation, mnemonic names, indentation).

Skills:

S1. Utilise pseudocode and/or algorithms as a major program design technique.

S2. Write and implement a solution algorithm using basic programming constructs.

S4. Describe program functionality based on analysis of given program code.

Application of knowledge and skills:

A1. Develop self-reliance and judgement in adapting algorithms to diverse contexts.

A2. Design and write program solutions to identified problems using accepted design constructs.

Assessment Details

Part 1 Sonnets - Background

Sonnets are poems which have the following form1 (Shakespeare's sonnet 116):

Let me not to the marriage of true minds (A)
Admit impediments, love is not love (B)
Which alters when it alteration finds, (A)
Or bends with the remover to remove. (B)

O no, it is an ever fixèd mark (C) That looks on tempests and is never shaken; (D)

It is the star to every wand'ring bark, (C)

Whose worth's unknown although his height be taken. (D)

Love's not time's fool, though rosy lips and cheeks (E)

Within his bending sickle's compass come, (F)

Love alters not with his brief hours and weeks, (E)

But bears it out even to the edge of doom: (F)

If this be error and upon me proved, (G)

I never writ, nor no man ever loved. (G)

There are 3 quatrains (group of 4 lines) and a couplet (2 lines) making a total of 14 lines. The rhyming pattern is shown with the letters at the end of each line.

Each line is in iambic pentameter2 (weak-strong). A standard line of iambic pentameter is five iambic feet in a row:

Shakespeare has written some 154 sonnets together with many plays - doubt (Craig & Kinney, 2009; Holmes & Kardos, 2003; James & Rubinstein, 2006; Jarmusch et al., 2013; Rubbo et al., 2008) exists as to whether, the person known to be called Shakespeare, was the actual author of all the work presented under this name.

There is a considerable prize still to be claimed by anyone who can prove or disprove this.

Your Task - explore possible authorship

Even though we have just become familiar with Python, there are three very simple tests that we can apply to authorship - and we have the means, with lists and strings in Python, to implement them:

1. Count the occurrences of each letter4 in the text.

2. Print the number of one-letter, two-letter, three-letter words and so on.

3. Print the number of occurrences of each different word in the text.

The first pass might be to see if there is consistency across all the sonnets.

Use the text from the sonnets and apply these three metrics. (We shall leave the actual plan and algorithm up to you - discuss it with your lecturer/tutor if you wish)

Three possible authors who might have written under Shakespeare's name are: Francis Bacon, Ben Jonson and Christopher Marlowe. Their works are readily available online.

Part 2: Doublets

Doublets (or word ladders) are often found in magazines and newspapers together with cryptic crosswords and other puzzles.

The idea is very simple: you might be given two words - often they are antonyms - and your task is to create a ladder of words with these two words at the top and bottom of the ladder.

For example:

HEAD

HEAL

TEAL

TELL

TALL

TAIL

The aim is to make the number of words joining HEAD and TAIL as few as possible.

In this assignment you are given a file5 of some 5700 words together with the pairs of words below (to use as a start and end); you are asked to use your Python skills to find the fewest words that will link them.

Use the following pairs of words:

i. FLOUR-BREAD
ii. CHAOS-PEACE
iii. TEARS-SMILE
iv. WITCH-FAIRY
v. BLACK-WHITE
vi. SLEEP-DREAM
vii. RIVER-SHORE

Then, choose 3 different pairs of words from the file and use these as well.

You may supply your word processed documentation in either Microsoft Word or LibreOffice/OpenOffice formats only - no proprietary Mac specific formats, please.

In addition to the marking criteria, marks may be deducted for failure to comply with the assignment requirements, including (but not limited to):
• Incomplete implementation(s), and
• Incomplete submissions (e.g. missing files), and
• Poor spelling and grammar.

You might be asked to demonstrate and explain your work.

Attachment:- Assignment.rar

Reference no: EM132369427

Questions Cloud

Prepare journal entries for Lincoln County Tax Agency Fund : Assume that you are the county's primary accountant and part of your assigned duties is to prepare the journal entries for the Lincoln County Tax Agency Fund
Beyond the screen : The definition of user experience is moving far beyond a computer screen-human interface into new and exciting areas.
Based on the data analysis methods covered thus far : Based on the Data Analysis methods covered thus far, select four data analysis methods. identify how the way the element has been used can be improved.
Discuss what actions you believe you will need to take : Evaluate how these skills are important for addressing the trends and competitive forces that influence the identified organization.
Design and write program solutions to identified problems : Test your Python skills in exploring and manipulating text. Throughout the assignment you are expected to apply the principles of problem solving
Discuss importance of hiring and staff development process : Discuss the importance of hiring and staff development processes that foster teams that are flexible, adaptable, and responsive to trends.
Use the ema workbench software to develop model : Explain how you could use the EMA Workbench software to develop a model to help create a policy for a Smart City.
What concerns do you have about the collaboration : What concerns do you have about the collaboration between the organizations involved? What recommendations would you make to help ease those concerns?
Connection in what you are sharing and review of literature : Make sure there is a connection between what you are sharing and the review of the literature. In this way, your reader can validate what you have researched.

Reviews

Write a Review

Python Programming Questions & Answers

  Develop a car logo recognition app

Develop a car logo recognition app for Artificial recognition module - Basically you have to take a picture of the logo of a car and the app should recognise which car company is that.

  Define a class for representing a distance

Define a class for representing a distance (with one attribute that represents the distance in inches).

  Develop program that randomly generate shakespearean insults

Assignment: Shakespearean Insults- Develop a program that will randomly generate twenty Shakespearean insults using the lists of words in the table below.

  Calculate distance traveled through speed and time driving

You need the code below to calculate Distance Traveled through Speed & Time Driving Versus Miles Per Gallon.

  Find the sample program illustrating the split method

Plan program carefully on paper before beginning code. You may find the sample program illustrating the 'split' method to be a useful reference.

  Read the contents of the file and print the name

Read the contents of the file, print the name, standard sequence, reverse sequence and complement sequence. Limit the length of each line of sequence.

  Write an algorithm for pseudo random number generator

Question - Write an algorithm for pseudo random number generator

  Write a Python script for the ice cream ordering system

Assignment: Below Zero - ice cream store. In this first part of Task, you should write a Python script for the ice cream ordering system

  Construct a python function which expects one argument

Your task is to construct a Python function called symmetric which expects one argument: a two-dimensional table representing a square matrix.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Write a function that calculates the mean and median

Write a function that, given a list of numbers, calculates the mean, median, and mode of those numbers. Return a dictionary with properties for the mean, median

  A program that computes the sum of the squares of numbers

A program that computes the sum of the squares of numbers read from a file. Also include a main method where you ask the user to input the name of the file.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd