Skip to main content

Feel free to narrow your focus down to one specific industry or subject area, e.g. communicating effectively in the accounting industry, tourism industry, fashion industry, human resources, etc.

Formal Report Assignment
Topic: Your topic must be related to communications, possibly in a business context. You can choose your own topic or look at the list below for ideas. If you choose to focus on one of the general topic areas listed below, then you must make sure that your paper narrows down the topic so that it is more specific and concrete.
Feel free to narrow your focus down to one specific industry or subject area, e.g. communicating effectively in the accounting industry, tourism industry, fashion industry, human resources, etc. Clear your topic with me before you start writing.
Report Format:
• Follow the Business Report Style Guide in Moodle
• 1.5 spacing, with an extra space between paragraphs
• Times New Roman, 12 point font
• In-text citations use APA Format
• Reference Page uses APA Format
Length: 9 pages maximum, including title page, table of contents etc. (I will be happy if it is shorter)
Outline:
• Title Page (1 page)
• Table of Contents (1 page)
• Executive Summary (1 page maximum) – a short summary of all of the content of your report for readers who do not have time to read the whole thing.
• Introduction (approximately 1/2 page) – introduces the overall topic and the subtopics that you will be discussing.
• Body Content (8 pages maximum) - use informative, logical headings of your choice; may use subheadings under each heading (make sure heading formats are consistent at each level); paragraphs should be relatively short and well-structured; content should fit together logically; include in-text citations for ALL information, ideas, facts and quotations taken from an outside source.
• Conclusion (approximately 1/2 page) – summarizes what you have said in a strong and definite manner; recaps the topic and subtopics.
• References (1 page) – separate page; follows APA format as discussed in class; should include at least 5 sources that were used in your report.
We will be discussing all of these sections in the classes about writing formal reports. I strongly encourage you to start doing research on your topic as soon as you can.
If you need help finding research sources and articles, the librarians at the NAIT library are your best resource.
Topic:
1. Visual communication and graphic design: There’s more to the message than the words themselves. How do visuals (pictures, shapes, colours, fonts, logos) affect communication and audience perception?
CLICK HERE TO ORDER 100% ORIGINAL PAPERS AT PrimeWritersBay.com
 

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...