Categories
Writers Solution

What are the differences and similarities between clientside and server-side scripting

Assignment Brief and Feedback form

(Graded unit with single assignment)

Name of Centre:Learner achievement (please circle) NB: All learner achievement is provisional until confirmed at the AVA Awards Board.
Level Achieved:L3
Achievement (Level 3 units only)PMD
Resubmission?YN

Title of Access to HE Diploma: (e.g. Science)
Unit title(s): Creating Database Driven Web PagesUnit code(s):
Learner:Tutor/Assessor:
Description of Assignment: This assignment is both a written and practical assignment that will demonstrate your skills in the creation of database driven web pages TASK 1 Create a MySQL database containing a single table (games) for an online games store. The games table will store information about games with the minimum of the following fields: game title, genre, year of release, publisher, screenshot, and a written review and (possibly) other fields of data relating to games. Choose appropriate data types and widths for each field. Note 1) As your database server might not allow you to choose the database name any name is acceptable for this Note 2) The screenshot data does not need to be stored inside the table. Commonly this will contain a local file path or URL that can be used as a web hyperlink Use PhpMyAdmin to add 5 records to the games table based on existing information which you will research on existing games websites. Create a username and password that can access this database using your firstname+lastname and a password of your own choice. This account should have full access to the database. Create a webpage that connects to your database using PHP. Store the information the connection needs (database name, table name, username /password) in PHP variables. Display a message in the webpage when a successful connection is 2.3] Create a Word document Task1 that contains A screenshot of your working webpage A well commented listing of your HTML/PHP code
Show this to your tutor to progress to the next stage
TASK 2
You will build on your work in task 1 and develop the database to the next stage Using the existing records in your games db you will need to create the following: You will create a display all records page which lists all the items in the database in a html table using a control structure [1.3] You will create an insert form to allow games to be added to the database, implement validation checks so that data is correctly entered. [4.2] [5.4] Create a complex query by creating an update page which will allow users to edit the games in the database [4.3] You will create a delete page which will allow you to delete games records in the database. [4.4] You will create a basic search engine form which allows the user to search on multiple fields on the database and give back a results page based on those fields For this You will need to create a complex query using SQL and execute this query on the remote database. This results page will use single control structures for selection and iteration such as conditional statements and loops to go through all the records. [3.1] [4.1] You will extend this page to show a list of games titles outputted as hyperlinks which then take you to more detail about the game that is chosen [3.2] [3.3] You will make a single page which has links to all these different pages you have made – all records, insert record, delete record, update records and search . Finally you will password protect access to this page [6.1] Show this all working to your tutor to progress to the next stage To document this work, you will create software documentation for the user, this will have three parts. Task 2a) Write an introductory section which explains how requirements can vary between the client (games store owner) and end user and explain the importance of an effective user experience [1.1] Task 2b) Create and justify your user interface by producing design documentation in the form of wireframes and sketches to meet the specific client requirements as outlined below. [1.2] The client requirements are The website application should work on mobile phones There should be a main menu to move between the different pages such as display all records, insert, delete What are the differences and similarities between clientside and server-side scripting, update and search Instructional text and menu labels should be intuitive There should be prompts where forms are not filled out correctly prompting the user to enter data correctly Task 2c) Create a user guide document with live links and screenshots of your working pages and well commented page listings to show your understanding. Use current web development conventions in your approach. TASK 3 You will write a report which addresses the following questions within a word limit of 1500 words. Please indicate supporting references. What are the differences and similarities between clientside and server-side scripting. Draw your conclusions by giving some practical examples of code within the types of languages involved and explain where you may use these giving real examples [2.1] Explain the environment or framework you have chosen to develop your web database application [2.2] What are the differences between (GET and POST) in relation to the published and tested multi-page scripting you have completed using request.form and query strings. [5.3] Why would you need to password protect parts of a website? [6.1] Why would you use a hidden form element on a website [6.2] Why would you need to validate user input for a website with a database? Describe the validation checks have you implemented? [5.4] Finally review and evaluate the success of your uploaded files for your web database application suggesting areas for future development [7.2]
File naming. Your tasks should be labelled in the following format
firstname_surname_Task1_ddwp.doc
firstname_surname_Task2_ddwp.doc
firstname_surname_Task3_ddwp.doc
Upload this to Moodle to the designated final submission area by the deadline
Date set:Date for draft submission (if applicable):Date for final submission: 29th May 2022
Extension date (if agreed):Signed by Tutor/Assessor to agree extension:Date submitted:
Internal Moderation: Yes / No Date:Signed by internal moderator:ON TIME / LATE
Learner declaration:  The explanations and evaluations in this work have been developed and written by me.  I have not submitted material copied from the Internet, text books or other sources in place of my own thinking and writing.  When I have referred to the work of others I have done so to discuss, comment on or argue their ideas.  I have kept quotation and paraphrasing to an absolute minimum and only to support points I have made.  I understand that referencing the names of authors whose ideas I have used without including my own interpretation of those ideas, does not meet the assessment criteria and cannot attract the Pass on What are the differences and similarities between clientside and server-side scripting, Merit or Distinction grades.  I have not copied the work of my peers.
Learner comments: (please use this space to comment on any aspect of the assignment when handing in your work)
Signature:Date:

TO THE LEARNER: Please attach this assignment brief to any written work you are handing in for assessment, or submit the brief as instructed.

YOUR WORK CANNOT BE ASSESSED UNLESS YOU HAVE SIGNED AND SUBMITTED THIS FORM

Level 3Unit title:
Learning outcomesAssessment criteria
This is what you will learn on the unit.This is what you must be able to demonstrate that you can do in your assignment in order to achieve the unit.
The learner will:The learner can:
Understand the client/server architecture involved in web-database applications.Explain the differences between clientside and server-side scripting. Publish and test a page that uses two variables. Publish and test pages that use single control structures for selection and iteration. Explain the differences between the published and tested multi-page scripting using request.form and query strings
Know how to create a connection to a data sourceExplain the purpose of ODBC and identify an ODBC complaint DBMS. Create the DNS-less link to the database. Create a complex query using SQL and execute that query on a remote database
Know how to create a data driven web search formCreate a search form allowing the user to search on multiple fields in the database. Create a hyperlink output list displaying the results of the searches on the different fields. Create an output form to display search details from the different fields.
Be able to create a data driven web update form.Create an Insert form allowing data to be inserted into the database. Create an Update form allowing users to edit data in the database. Create a Delete facility allowing users to delete data in the database.
Know how to customise and enhance data forms.Explain the need for password protection and implement password protection for parts of the site. Explain the need for the validation of user input and implement validation checks. Explain the purpose of hidden form element implemented.
Be able to upload to a local web server.Identify suitable ISP host sites and upload to a local web server.

(This section must be repeated for all units assessed through this assignment)

Level 3 units only: Learners achieve a Pass if they meet all Level 3 Assessment Criteria for a unit. You will achieve a Merit or Distinction by meeting the following Grade Descriptors. Your tutor will give you feedback for all three grades.
Grade DescriptorMerit (Choose one or more relevant grade components)Distinction (Choose one or more relevant grade components)
GD1. Understanding the subject1 demonstrates a very good grasp of the relevant knowledge base 2 is generally informed by the major conventions and practices of the area of study 3 demonstrates very good understanding of the different perspectives or approaches associated with the area of study.1 demonstrates an excellent grasp of the relevant knowledge base 2 is consistently informed by the major conventions and practices of the area of study 3 demonstrates excellent understanding of the different perspectives or approaches associated with the area of study
Grade DescriptorMerit (Choose one or more relevant grade components)Distinction (Choose one or more relevant grade components)
GD 3. Application of Skills1. Generally selects appropriate Techniques 2. Applies appropriate (selected or given) Skills with very good Confidence Consistency on What are the differences and similarities between clientside and server-side scripting1. Consistently selects appropriate Techniques 2.Applies appropriate (selected or given) Skills with excellent Confidence Consistency
Grade DescriptorMerit (Choose one or more relevant grade components)Distinction (Choose one or more relevant grade components)
GD7: QualityIs structured in a way that is generally logical & fluent
Contains some ambiguities or limitations in the expression of arguments or ideas
Taken as a whole, demonstrates a very good response to the demands of the brief/assignment

Is structured in a way that is consistently logical & fluent with clear expression of ideas.
Taken as a whole, demonstrates an excellent response to the demands of the brief/assignment
Grade Guidance: Learners must carefully read the guidance below which is linked to the components above
MERIT: (e.g. To achieve a Merit your work will show…..) GD1 : To achieve merit you will have been generally informed by the major conventions and practices in web development with evident references to support this. GD3: To achieve merit, you should generally select appropriate techniques and apply skills to complete the database driven web page programming tasks with very good confidence and consistency. The code should run correctly with a good user experience. GD7: To achieve merit, your work be complete, well thought out and commented appropriately. Both your programming and SQL code should be thought through with thought to efficiency where possible. You will need to reference external sources to show how you have extended your learning about What are the differences and similarities between clientside and server-side scripting.
DISTINCTION: (e.g. To achieve a Distinction your work will show…..) GD1 : To achieve distinction you will have been consistently informed by the major conventions and practices in web development with substantial evident references to support this. GD3: To achieve distinction you should consistently select appropriate techniques and apply skills to complete the database driven web page programming tasks with excellent confidence and consistency. The code should run with an excellent user experience with meaningful feedback to the user.
GD7: To achieve the higher grades of distinction, your work be complete, very well thought out and very well presented and commented appropriately. It should be a model to others who are learning how to make database driven web pages and demonstrate the depth of your understanding. Both your programming and SQL code should be well thought through with thought to redundancy and efficiency using functions where possible.
WE HAVE DONE THIS ASSIGNMENT BEFORE, WE CAN ALSO DO IT FOR YOU
GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class
CLICK HERE TO MAKE YOUR ORDER on What are the differences and similarities between clientside and server-side scripting
Are You looking for Assignment and Homework Writing help? We Provide High-Quality Academic Papers at Affordable Rates. No Plagiarism.
TO BE RE-WRITTEN FROM THE SCRATCH
Part A: Feedback on credit level
AC noCredit achieved (L3)Location of evidenceTutor/Assessor comments on assessment criteria (the assessor may also indicate on the work itself where each AC is met)
1.1
1.2
1.3
1.4
2.1
2.2
2.3
3.1
3.2
3.3
4.1.
4.2
4.3
5.1
5.2
5.3
6.1
Level achievedTutor/Assessor’s signature:Date:
Resubmission (if applicable) If any of the assessment criteria for this assignment have not been met at Level 3, a resubmission may be permitted. Resubmission must follow the QAA guidelines and be permitted only once.
Requirements for resubmission/new Task set:
Date Set:Date due:Date Submitted:
Feedback on resubmission:
Level achieved after resubmission:Tutor/Assessor’s signature:Date:
Part B: Feedback on grading (Applicable only if all assessment criteria achieved at Level 3)
Grade DescriptorTutor/Assessor comments against grade descriptorsGrade indicator (P/M/D) Please enter the final grade on page 1 based on this grade profile e.g. PPM=P
GD1. Understanding the subject
GD3. Application of knowledge
GD7: Quality
Tutor/Assessor’s reason for final grade decision (if applicable):
Areas for development (how will the learner be able to use and improve on what they have learnt on this unit and the skills that they have used in their further studies?)
Categories
Writers Solution

describe what you believe the difference is between leadership and authority

Answer each question completely with at least one paragraph (150-200 words per paragraph, at least 5 sentences). Be sure to carefully review the grading rubric included below.

After reviewing Simon Sinek’s video “Leadership vs. Authority,” please reflect and answer the following questions.

YouTube. (2021). Leadership vs. authority | Simon Sinek. Available at: https://www.youtube.com/watch?v=pkclW79ZoZU

Closed caption included in video.

1. In your own words, describe what you believe the difference is between leadership and authority.

2. What do you believe are the most important traits that make a great leader? Why do you believe these are the most important?

3. Reflect on a time that you saw a great leader in action. Describe what made this leader effective. What traits did they display that contributed to their leadership?

4. Describe a time that you had to use your leadership skills (at work, home, school, etc.). What traits did you display? Were you effective in your leadership? If yes, what made you effective? If not, what would you do differently next time?

WE HAVE DONE THIS ASSIGNMENT BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER on describe what you believe the difference is between leadership and authority

Are You looking for Assignment and Homework Writing help? We Provide High-Quality Academic Papers at Affordable Rates. No Plagiarism.

TO BE RE-WRITTEN FROM THE SCRATCH

Categories
Writers Solution

Describe what you believe are the important differences between IP version 4 and IP version 6.

Library Research Assignment

The Internet Protocol version 4 has been a tremendous factor contributing to the growth of the Internet.

Using the Online Library, the Internet, and all course materials, research the Internet Protocol version 4 and version 6.

  • Describe what you believe are the important differences between IP version 4 and IP version 6.
  • What do you envision are the specific challenges for an organization associated with migrating from IPv4 to IPv6 and why?
  • What would be your criteria if you worked for a large organization and needed to make the decision to migrate to IPv6 and why?
  • Would dynamic addressing and private IP addresses be a factor in your decision to implement IPv6? Why or why not?
  • IPv6 has been out for some time now. What is your assessment of how is its deployment and use are proceeding for the industry thus far?

WE HAVE DONE THIS ASSIGNMENT BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER on Describe what you believe are the important differences between IP version 4 and IP version 6.

Are You looking for Assignment and Homework Writing help? We Provide High-Quality Academic Papers at Affordable Rates. No Plagiarism.

TO BE RE-WRITTEN FROM THE SCRATCH

Categories
Writers Solution

between early parent reading to children and childhood literacy in general

For this assignment, you will submit a literature review.  First, be sure you have completed all your readings and watched the videos assigned in this unit.

Using the articles, you found for your Annotated Bibliography from the Unit 2 assignment, write your Literature Review. Your Literature Review should include three main components: an introduction, main body, and conclusion.

  • Introduction: In two to three paragraphs:
    • Topic: Define your topic and provide context for the review (your main thesis).
    • Organization of Literature: Explain the organization – i.e. sequence – of the review;
  • Main Body: In two to three pages
    • Topic Review: Organize and discuss the literature you reviewed (a minimum of six sources). Your main body should be organized by topic using headings.  Within each topic, discuss multiple sources comparing and contrasting what the various findings of each study were.  DO NOT simply provide a summary of the study.
    • Wider Subject Area: Analyze the relation between your chosen topic and the wider subject area (e.g. between early parent reading to children and childhood literacy in general)
  • Conclusion: In two to three paragraphs

Your paper will be peer-assessed on how well the above areas have been covered.  In addition, the below aspects will also be assessed:

  • Page Requirement: The assignment should be 4-5 pages, not including title and reference pages.
  • APA Formatting: Use APA formatting consistently throughout.
  • Syntax and Mechanics: Display meticulous comprehension and organization of syntax and mechanics, such as spelling and grammar. Your written work should contain no errors and be very easy to understand.
  • Source Requirement: Use no less than six scholarly sources, providing compelling evidence to support ideas. All sources on the reference page need to be used and cited correctly within the body of the assignment.

Reading Assignment. 

Choosing & Using Sources: A guide to academic research. (2020). Teaching & Learning, University Libraries. https://ohiostate.pressbooks.pub/choosingsources/2.  Pubrica Academy. (2019, August 8). Why is it important to do a literature review in research? https://pubrica.com/academy/research/why-is-it-important-to-do-a-literature-review-in-research/  3.Purdue OWL Online Writing Lab. (n.d.). Annotated bibliography examples. Purdue OWL Online Writing Lab. https://owl.purdue.edu/owl/general_writing/common_writing_assignments/annotated_bibliographies/annotated_bibliography_samples.html 4. Purdue OWL Online Writing Lab. (n.d.). Writing a literature review. Purdue OWL Online Writing Lab.  https://owl.purdue.edu/owl/research_and_citation/conducting_research/writing_a_literature_review.html 

Optional Video

1. Taylor, D. (28, June 2010). Writing the literature review (part one): Step by step tutorial for graduate students [Video]. YouTube. https://www.youtube.com/watch?v=2IUZWZX4OGI  (5:21)  

2. Taylor, D. (28, June 2010). Writing the literature review (part two): Step by step tutorial for graduate students [Video]. YouTube. https://www.youtube.com/watch?v=UoYpyY9n9YQ (7:40)

  • This is a two-part series of videos that will explain how to write your literary review.

3.  University of Washington Libraries. (2011, July 19). What is a scholarly journal article? [Video]. YouTube. http://www.youtube.com/watch?v=PuyCJnv3auk (2:55) 

  • This video gives you a specific explanation and examples of what scholarly articles include and shows you how to locate them

WE HAVE DONE THIS ASSIGNMENT BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER on between early parent reading to children and childhood literacy in general

Are You looking for Assignment and Homework Writing help? We Provide High-Quality Academic Papers at Affordable Rates. No Plagiarism.

TO BE RE-WRITTEN FROM THE SCRATCH

Categories
Writers Solution

Correlation between Extracurricular Activities and Academic Performance

An Annotated Bibliography is a summary or evaluation of sources. The summary typically contains a discussion on the point of the book or article, an evaluation of the source, and finally a reflection. For this assignment, you will create an annotated bibliography of 6 research articles from peer-reviewed or scholarly sources that relate to your topic as defined in the Unit 1 assignment. The topic is (Correlation between Extracurricular Activities and Academic Performance).   You will be able to use this assignment to write your literature review which is due at the end of this Unit.

To get started on this assignment first read Chapter 2: Types of Sources, Chapter 5: Search Tools, Chapter 6: Evaluating Sources, and Chapter 8: How to Cite Sources from your Citing Sources (2020) textbook. As you read through the chapters, be sure to view the embedded video clips within the chapters. For a sample of an Annotated Bibliography refer to the Purdue Online Writing Lab (n.d.) Annotated Bibliography Samples. Be sure to scroll down to the APA example.

Next, (if you have access) watch the optional video from UWlibraries which will provide you an explanation and examples of what a scholarly article includes.

Note: there are two parts to this assignment.

Part One: Conduct a scholarly search for 6 peer-reviewed or scholarly sources based on your chosen topic from Unit 1.

Part Two: Create an Annotated Bibliography (should be in list format) of 6 sources related to your topic from Unit 1. Your Annotated Bibliography should include:

1. The full APA citation for the source including the web link.

2. In one paragraph, for each source

  • Discuss the point or main thesis of the source.
  • Evaluate the source for reliability and how it compares to other sources in your Annotated Bibliography.
  • Analyze the source for its relevance to your study.

Your Discussion should be a minimum of 250 words in length and not more than 450 words. Please include a word count. Following the APA standard, use references and in-text citations for the textbook and any other sources. 

References

Choosing & Using Sources: A guide to academic research. (2020). Teaching & Learning, University Libraries. https://ohiostate.pressbooks.pub/choosingsources/

Purdue OWL Online Writing Lab. (n.d.). Annotated bibliography examples. Purdue OWL Online Writing Lab. https://owl.purdue.edu/owl/general_writing/common_writing_assignments/annotated_bibliographies/annotated_bibliography_samples.html

Reading Assignment. 

Choosing & Using Sources: A guide to academic research. (2020). Teaching & Learning, University Libraries. https://ohiostate.pressbooks.pub/choosingsources/2.  Pubrica Academy. (2019, August 8). Why is it important to do a literature review in research? https://pubrica.com/academy/research/why-is-it-important-to-do-a-literature-review-in-research/  3.Purdue OWL Online Writing Lab. (n.d.). Annotated bibliography examples. Purdue OWL Online Writing Lab. https://owl.purdue.edu/owl/general_writing/common_writing_assignments/annotated_bibliographies/annotated_bibliography_samples.html 4. Purdue OWL Online Writing Lab. (n.d.). Writing a literature review. Purdue OWL Online Writing Lab.  https://owl.purdue.edu/owl/research_and_citation/conducting_research/writing_a_literature_review.html 

Optional Video

1. Taylor, D. (28, June 2010). Writing the literature review (part one): Step by step tutorial for graduate students [Video]. YouTube. https://www.youtube.com/watch?v=2IUZWZX4OGI  (5:21)  

2. Taylor, D. (28, June 2010). Writing the literature review (part two): Step by step tutorial for graduate students [Video]. YouTube. https://www.youtube.com/watch?v=UoYpyY9n9YQ (7:40)

  • This is a two-part series of videos that will explain how to write your literary review.

3.  University of Washington Libraries. (2011, July 19). What is a scholarly journal article? [Video]. YouTube. http://www.youtube.com/watch?v=PuyCJnv3auk (2:55) 

  • This video gives you a specific explanation and examples of what scholarly articles include and shows you how to locate them

WE HAVE DONE THIS ASSIGNMENT BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER on Correlation between Extracurricular Activities and Academic Performance

Are You looking for Assignment and Homework Writing help? We Provide High-Quality Academic Papers at Affordable Rates. No Plagiarism.

TO BE RE-WRITTEN FROM THE SCRATCH

Categories
Writers Solution

Why is it important for the marketer to distinguish between customer acquisition, conversion, and retention when developing marketing strategies?

E-Marketing – respond to the following questions in accordance to the criteria below. 

  1. Why is it important for the marketer to distinguish between customer acquisition, conversion, and retention when developing marketing strategies?

In addition to the offer, what are the elements of a direct marketing strategy?

  1. How do direct marketers distinguish between the “front end” and the “back end” of a transaction? Why is this important?
  2. Explain the customer lifetime value (CLV) concept. Thinking about a specific firm, how could it use the concept of CLV to increase the overall profitability of its customer base?

The assignment will meet the APA 6th edition format criteria, write a minimum of 2 full pages, and follow the structure:

1. APA Title page

2. Body (do not write each question, use a heading then start the text after each heading)

3. Question 1 (Write a minimum of 150 words for this response)

4. Question 2 (Write a minimum of 150 words for this response)

5. Question 3 (Write a minimum of 150 words for this response)

6. Question 4 (Write a minimum of 150 words for this response)

7. References (make sure that each reference is cited in the text)

For help with all things APA, please review the following link: 

https://owl.purdue.edu/owl/research_and_citation/apa_style/apa_formatting_and_style_guide/general_format.html (Links to an external site.)Links to an external site.

The following content is partner provided

WE HAVE DONE THIS ASSIGNMENT BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER on Why is it important for the marketer to distinguish between customer acquisition, conversion, and retention when developing marketing strategies?

Are You looking for Assignment and Homework Writing help? We Provide High-Quality Academic Papers at Affordable Rates. No Plagiarism.

TO BE RE-WRITTEN FROM THE SCRATCH

Categories
Writers Solution

Write a reflection about the relationship between your art production and the inspiration piece.

Required Resources Read/review the following resources for this activity:

· Textbook: Chapter 11, 12

· Lesson

· Minimum of 1 scholarly source (in addition to the textbook)

Instructions This week you will use your readings from the past week as a point of departure to create your own artistic production and a reflection paper.

Part 1: Art Creation Select a photograph or film art piece to use as a point of inspiration. Create an art piece of photography or cinematography inspired by your selected art piece. Videos should be no longer than 5 minutes and must be in MP4 format.

Note: If your art creation requires a separate file submission, please submit in the Art Creation Submission (Recordings) area following this assignment.

Part 2: Reflection Write a reflection about the relationship between your art production and the inspiration piece. Include the following in the reflection paper:

· Introduction

· Inspiration Piece

· Include the inspiration photograph or cinematography within the document. Use a link in the case of cinematography.

· Record the title, artist/director, year, and place of origin.

· Briefly explain the background of the inspiration piece.

· Your Art Piece

· Include your original photograph within the document. If you selected cinematography, submit as a separate file in the Art Creation Submission (Recordings) area following this assignment.

· Provide a title.

· Explain the background of your piece.

· Connection

· Explain the thematic connection between the two pieces.

· How are they similar and different?

· Are they the same medium? How does the medium impact what the viewer experiences?

· For photography, how do the formal elements of design compare to one another?

Original Artwork Requirements

· Methods: photo or video

· No computer-generated pieces

Writing Requirements (APA format)

· Length: 1.5-2 pages (not including title page, images, or references page)

· 1-inch margins

· Double spaced

· 12-point Times New Roman font

· Title page

· References page (minimum of 1 scholarly source)

Grading This activity will be graded based on the W6 Art Creation & Reflection Rubric.

Course Outcomes (CO): 1, 2, 3, 4, 5

WE HAVE DONE THIS ASSIGNMENT BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER on Write a reflection about the relationship between your art production and the inspiration piece.

Are You looking for Assignment and Homework Writing help? We Provide High-Quality Academic Papers at Affordable Rates. No Plagiarism.

TO BE RE-WRITTEN FROM THE SCRATCH

Rubric

W6 Art Creation & Reflection Grading Rubric

W6 Art Creation & Reflection Grading
Categories
Writers Solution

The above graph shows the bundle of goods per day and free time per day in a country between 1900 and 2013

Answer all questions in this word document. The exam is open book, and so you are welcome to consult any and all non-human sources. However, to be clear, answers cannot be copied and pasted from anywhere else: this will be considered plagiarism and will result in no points being awarded, as will copying answers from other students If you are having trouble uploading to Canvas, please send your exam by e-mail. All questions are worth 5 points unless otherwise indicated and the exam is out of 200 total points. Good Luck!

Using the model to explain historical change : We can interpret the change between 1900 and 2013 in daily free time and goods per day for employees in the US using our model. The solid lines show the feasible sets for free time and goods in 1900 and 2013, where the slope of each budget constraint is the real wage.

1. The above graph shows the bundle of goods per day and free time per day in a country between 1900 and 2013. When thinking about the difference between 1900 and 2013, which effect is more important on net, the income effect or the substitution effect?

2. What is the definition of conspicuous consumption?

3. Let’s say a country implemented legislation legalizing unions and employment rose. What would we call that phenomenon, and how could we explain it?

4. Let’s say a country implemented a law legalizing labor unions and labor unions became common. Subsequently, employment fell. Based on what you learned in class, what would we call that phenomenon, and how could we explain it?

5. The COVID-19 pandemic clearly had detrimental effects on the economy in 2020. In the 1300s, what was the effect (if any) on wages from the Black Death? Why?

6. What made the Industrial Revolution different than the period of human history that preceded it?

7. What was the first country to experience the Industrial Revolution?

8. If the poorest 10% make half as much as the richest 10% of the population, what is the 90-10 ratio?

9. If British income per capita goes from 3,453 in 2000 to 4,927 in 2001, what is the growth rate of income in that year?

10. Catherine gets a raise at work. She decides to work more as a result to earn more money. What effect does this describe? Why?

11. Juan gets a raise at work. He decides to spend more time with his family since he’s making more money anyway. What effect does this describe? Why?

12. If the wage is unchanged and unemployment benefits rise, what happens to worker effort? Why?

13. If the unemployment rate rises, what happens to the wage-setting curve? Why?

14. If the coronavirus makes it more costly to trade goods internationally, would that tend to move the economy towards autarky (where all goods are produced and consumed in the same country and there is no international trade) or would it move the economy closer to Ricardo’s vision of international trade? Why?

15. If the price of soda is $90, and the marginal cost is $70, what is the markup?

16. What is the relationship between the markup and the elasticity of demand in general?

17. It will help you in this question to refer to your answers to the previous two questions (Questions 15 and 16) as you will need the answers from these questions to answer this one. What is the elasticity of demand for soda?

18. What is the marginal rate of substitution (MRS)?

19. What is the marginal rate of transformation (MRT)?

20. What is true about the relationship between MRS and MRT when a firm maximizes profits?

21. In the above graph, what is the consumer surplus in a market economy where 10 cars are sold?

[Hint, the area of a triangle is 0.5*base*height]

22. In the above graph, what is the producer surplus in a market economy where 10 cars are sold?

[Hint, the area of a triangle is 0.5*base*height]

23. What are economic institutions?

24. Why do economic institutions matter?

25. What is disposable income?

26. What is the definition of Nominal GDP?

27. Take an economy, Quarantine, where only two goods are produced: toilet paper, and hand sanitizer. Is there are 18 rolls of toilet paper sold for $1 each and 20 packs of hand sanitizer sold for $5 each, what is nominal GDP in Quarantine?

Let’s say that the government nationalizes production of these two goods, so that the government now produces 36 rolls of toilet paper (where 18 were produced before) and now produces 40 packs of hand sanitizer (where 20 were produced before), but there are no prices assigned as there is now no buyer and no seller.

28. [10 points] Given this information, can we know what happens to nominal GDP in Quarantine? If so, how much larger is nominal GDP now?

29. [10 points] Given this information, can we know what happens to Real GDP in Quarantine? If so, how much larger is real GDP now?

30. What happens to firm profits if a firm introduces a cost-saving innovation?

31. How does a market economy incentivize firms to adopt new technologies?

32. Explain how cheap coal could be one factor that led to England being the first place to experience the Industrial Revolution.

33. Explain how high wages could be one factor that led to England being the first place to experience the Industrial Revolution.

34. How can countries escape the Malthusian trap?

35. What is opportunity cost?

36. What is the principal-agent problem?

37. What kind of firms are most likely to have a separation of ownership and control?

38. What kind of principal-agent problem(s) does the separation of ownership and control introduce?

39. In the Malthusian Model, let’s supposed that incomes rise because of a new technological discovery. What happens to?

a) The birth rate in the short-run?

b) The birth rate in the long-run?

c) The death rate in the short-run?

d) The death rate in the long-run?

40. Let’s say that Andy can produce 30 apples per hour and 60 bananas per hour and Leslie can produce 60 apples per hour and 60 bananas per hours. Assume that each of them works a 10-hour day.

a) Start in autarky, with Andy and Leslie each spending half their time producing apples, half their time producing bananas, and each of them eating all of their own fruit. How much does each one produce?

b) What is Andy’s comparative advantage? What is Leslie’s comparative advantage?

c) Now assume they specialize in producing the good which they have a comparative advantage in exclusively and they produce none of the other good. How much do they each produce?

d) How much more apples are produced relative to autarky? How many more bananas?

Extra Credit [20 points]:

Using Microsoft Word’s shapes/lines/graphing features (or another alternative which is clear and convenient for me to read), draw a graph of the wage setting curve and price setting curve determining the level of employment and unemployment. For full credit, label the graph fully. As a reminder, you cannot copy and paste here

WE HAVE DONE THIS ASSIGNMENT BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER on The above graph shows the bundle of goods per day and free time per day in a country between 1900 and 2013

Are You looking for Assignment and Homework Writing help? We Provide High-Quality Academic Papers at Affordable Rates. No Plagiarism.

TO BE RE-WRITTEN FROM THE SCRATCH

Categories
Writers Solution

Why is it important to consider the difference between a manager and a leader in the workplace?

Executive Leadership

ASSIGNMENT #5

Self-Reflection Questions for Consideration

Self-Reflection exercises can be used as an opportunity to evaluate yourself in an honest way.  The point of these exercises is to challenge you to think about how you can improve.  Please respond to the questions below to include your thoughts, feelings, and experiences.  Take this as an opportunity to reflect upon your perceptions about leadership. 

1. Why is it important to consider the difference between a manager and a leader in the workplace?

2. What are some of the similarities and differences between the different types of leadership topics we studied this term?

3. What topic resonated the most with you this term?  Why?

4. What are the most important concepts that you have learned in this course?  What are the most important things you have learned about yourself?

REQUIREMENTS:

· This is an individual assignment and as such, you must not give help or receive help from another student or individual.

·  Please answer these questions in a Word Document.

·  Each time an assignment is submitted, include the following information:

·  Assignment number and title,

·  Student’s name,

·  Course:  MGT5670.E1

·  Please submit your assignment to the Moodle portal. 

APA format is not required for this final assignment

WE HAVE DONE THIS ASSIGNMENT BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER on Why is it important to consider the difference between a manager and a leader in the workplace?

Are You looking for Assignment and Homework Writing help? We Provide High-Quality Academic Papers at Affordable Rates. No Plagiarism.

TO BE RE-WRITTEN FROM THE SCRATCH

Categories
Writers Solution

What are the major differences between majoritarian and proportional electoral systems?

Respond to 2 Peer responses 

Peer #1 

Question #1: What are the major differences between majoritarian and proportional electoral systems?

A majoritarian electoral system is one in which candidates need to receive a majority of votes to be elected, whether it be in a runoff election or in a final round of voting. A proportional electoral system is one in which divisions in the electorate are reflected proportionally in the elected body. Most countries use a form of the PR electoral system. The proportional electoral system stresses the concept of proportionality which deals with numerical accuracy regarding the votes cast for parties and their translations into seats ultimately won in parliament. In the PR system, “if a party receives 25% of the votes, it can expect to win 25% of the seats” (Gallagher, Mair, and Laver, 2011, pg. 372). Majoritarian systems do not actively set out to disregard proportionality, but do prioritize other aspects that they accept a certain degree of disproportionality as inevitable.

Majoritarian electoral systems are seen in places like the United States, Canada, Egypt, etc. It is a system that emphasizes the “winner-takes-all” ideology and where the country is subdivided into distinct districts and politicians compete for the district seats. The higher vote wins the seat. Proportional electoral systems are more so seen in places like Denmark, Finland, Bulgaria, etc. This system uses a collective approach being as the votes are being given towards a distinct party, not individual. Both of these systems work in their own ways, providing the governments in these countries with a variety of advantages and benefits. Although this is all true, criticisms and issues arise as well that affect the governance of the countries. 

Under the plurality system, some of the advantages include simplicity, stability, and constituency. It’s a system that makes it easy for a voter to understand, it creates strong and stable governments, and strong territorial constituency by an individual legislature. Each representative has the support of most if not all its constituents. Some of the issues that arise with this system though are those pertaining to geographical concentration where even if parties don’t manipulate district boundaries for political gain, this system can lead to over-representation of a specific party at the expense of others. Another criticism is that there tends to be less political parties in places with this system. There are usually only two. Various other criticisms arise such as redistricting and others.

Under the proportional system, the advantages include a greater degree of representation for smaller/minority parties. More constituents are represented so there are less “wasted” votes and encourages voter turn-out. Some disadvantages are the systems capability of providing extremists with lee-way into politics in which they force their ideas onto the public. It can also produce weak coalition governments rather than strong untied majority governments which leads to negative outcomes like compromisation. Just like the majoritarian system, there are advantages and disadvantages, but the major differences are the representation and unity they produce. 

Peer #2

Question #3: What are mixed electoral systems? What countries use a mixed system? Why do you think this particular type of system was adopted by the countries that use it?

Some countries instead of having proportional representation of plurality government have a mixture of both. These countries figure that this will create a balance between the two systems and will enable them to have the best of both worlds, and while it is true that each system has its own flaws that are addressed by the other, it is not necessarily true that combining the hem will retain the best of both worlds. Some have even said that the product is the worst of both worlds. 

Proportional representation systems have the benefits of providing a more accurate level of representation for the public as it is easier for small parties to find representation in the legislature. Proportional representation systems have been shown to more closely represent the interests of the average voter than majoritarian systems. But PR systems also have their drawbacks. For one, they can be volatile and unstable. Examples of this could be found in Denmark and eastern Europe. The PR system without proper institutionalization of parties like in eastern Europe can result in quickly fluctuating party dominances and parties that pop in and out of existence from one election to the next. In the case of Denmark party affiliation has become so polarized that some parties are not willing to even work with each other, threatening the success of coalition government. PR systems have also been associated with the development of welfare states, higher budget deficits and greater government spending, which has been seen as a negative characteristic of PR. The countries that have mixed systems have thought that the less flexible nature of majoritarian systems could help prevent this type of volatility and that a mixed system would have less public spending than PR systems.

Majoritarian governments have been said to have the advantage that they provide a greater ability for a party to affect exactly the types of changes it wants to implement. This is bourn out of the fact that majoritarian systems effectively have two party government and that the government in power is made up of one of those parties. This enables them to act without having to compromise with other groups, which allows them to put more of their platform into effect and would theoretically please more voters. But the downsides of Majoritarian government would also stem from this. The dominance of the two main parties would preclude smaller groups from having much of an affect on policy at all. The inclusion of PR in a mixed system would supposedly balance this out. Another strength of the majoritarian system is that geographic communities have representation from one specific representative. The mixed system is intended to provide this type of local representation as well as representation for national issues. 

Despite the theoretical benefits one study has noted that mixed systems have “lower levels of accountability, government effectiveness, control of corruption, representation of women in parliament and voter turnout” (Gallagher)

WE HAVE DONE THIS ASSIGNMENT BEFORE, WE CAN ALSO DO IT FOR YOU

GET SOLUTION FOR THIS ASSIGNMENT, Get Impressive Scores in Your Class

CLICK HERE TO MAKE YOUR ORDER on  What are the major differences between majoritarian and proportional electoral systems?

Are You looking for Assignment and Homework Writing help? We Provide High-Quality Academic Papers at Affordable Rates. No Plagiarism.

TO BE RE-WRITTEN FROM THE SCRATCH