Questions
From the real international market, select a company of your choice wishing to start its activities...

From the real international market, select a company of your choice wishing to start its activities in Saudi Arabia. The Company hired you as Marketing Manager of Saudi Arabian Region. You have to establish a marketing department starting from the Analysis of the market, formulate overall marketing goals, objectives, strategies, and tactics within the context of an organization's business, mission, and goals designing and planning the entire function.

Write a Marketing Plan considering the following points (2x5=10 Marks)

1. Introduction,

Goals and Objectives To introduce this section you should include the "mission statement" of the business; an idea of what its goals are for customers, clients, employees and the consumer.

a. Introduction about the business.

b. Business vision and mission

c. Business objective.

d. Products and services offered

2. Environmental Analysis

Conduct an environmental analysis that looks at and comments on your local area and your network of business contacts, competitors and customers.

3. Target Market Analysis

Identify the target market, describing how the company will meet the needs of the consumer better than the competition does.

4. SWOT Analysis

Conduct a SWOT analysis for your chosen company based on your research.

Strengths: List the strengths of the business approach;

Weaknesses: Describe the areas of weakness in the company's operations;

Opportunities: Examine factors that may improve the business's chances of success;

Threats: List the external threats to the business' success.

5. Marketing Mix (4 P’s ) Analysis Describe each of the 4Ps of your chosen company.

Product or Service Identify the product or service by what it is, who will buy it, how much they will pay for it and how much it will cost for the company to produce it, why a consumer demand exists for your product, and where the product sits in comparison to similar products/services now available.

Place Identify the location of the business, why it is located there (strategic, competitive, economic objectives), the expected methods of distribution, and timing objectives.

Promotion Describe the type of promotional methods that will be used. Identify techniques such as word of mouth, personal selling, direct marketing, sales promotion etc. television, radio, social media and newspaper ads.

Price The prices of the products or services that reflects the overall company strategy. Should be competitive as well as a reflection of the quality, costs and profit margin.

In: Operations Management

The Question (the simplified idea of the question) - Airline catering is a complex operation system...

The Question (the simplified idea of the question)
- Airline catering is a complex operation system
- Discuss and comment on the many factors and issues that may affect the success of an airline catering operation.
Areas that you need to focus in your discussions and comments:
² Describe the diversity of passengers and their reasons for travel.
² Understand why the taste and appetite of passengers may be affected when travelling on board a flight.
² Explain the needs of different passengers on their diets and how passengers with different backgrounds could be satisfied with different special meals.
² Explain the importance of menu planning and how good menu planning could contribute to the success of airline catering.
² Describe the characteristics of the purchasing and inventory management in airline catering.
² Explain why purchasing in the airline catering sector is so difficult and different from general catering operations.
² Elaborate the process of airline catering food production planning and scheduling.
² Describe the preparation and production systems and technology used in airline catering operation.
² Understand the difficulties and challenges in ensuring timely and adequate food production.
² Explain the needs and importance of Just-In-Time (JIT) management in both purchasing and production in airline catering.
² Explain how food hygiene and safety could be maintained and well managed.
² Elaborate the handling and logistics of non-food items in airline catering operations.
² Describe the various environmental issues an airline catering company is facing in its environmental management.
² Explain why environmental issues must be dealt with carefully in airline catering.
² Describe the difficulties and factors that may affect the effectiveness and efficiency of an airline catering operation:
Format of the assignment
The assignment must contain an introduction, main body, conclusion and citation.
The assignment report should be presented in a systematic and well-structured manner, word-processed, double-spaced, of font size 12, with not less than 2500 and maximum 4000 words. The structure should be started with a nicely designed cover page, followed with a content page with all sections and page numbers listed systematically.
The comprehensive introduction and conclusion can be a summary of how the assignment has been approached and a comment on your personal views or observations in relation to the assignment. A bibliography or reference section should be attached with APA format adopted in the citations. Appendices could be used to add some further relevant information on the various aspects that the report will cover.

In: Operations Management

Room.java: public class Room { // fields private String roomNumber; private String buildingName; private int capacity;...

Room.java:

public class Room
{
// fields
private String roomNumber;
private String buildingName;
private int capacity;

public Room()
{
this.capacity = 0;
}
/**
* Constructor for objects of class Room
*
* @param rN the room number
* @param bN the building name
* @param c the room capacity
*/
public Room(String rN, String bN, int c)
{
setRoomNumber(rN);
setBuildingName(bN);
setCapacity(c);
}
  
/**
* Mutator method (setter) for room number.
*
* @param rN a new room number
*/
public void setRoomNumber(String rN)
{
this.roomNumber = rN;
}
  
/**
* Mutator method (setter) for building name.
*
* @param bN a new building name
*/
public void setBuildingName(String bN)
{
this.buildingName = bN;
}
  
/**
* Mutator method (setter) for capacity.
*
* @param c a new capacity
*/
public void setCapacity(int c)
{
this.capacity = c;
}
  
/**
* Accessor method (getter) for room number.
*
* @return the room number
*/
public String getRoomNumber()
{
return this.roomNumber;
}
  
/**
* Accessor method (getter) for building name.
*
* @return the building name
*/
public String getBuildingName()
{
return this.buildingName;
}
  
/**
* Accessor method (getter) for capacity.
*
* @return the capacity
*/
public int getCapacity()
{
return this.capacity;
}
}

Put the ideas into practice by extending the original Room class to create an AcademicRoom.java class.

  1. The AcademicRoom.java should store information about the building name, room number, capacity, academic department associated with the room (CPSC, MATH, BUAD, ...) and also whether or not the room contains a projector. Make sure to utilize inheritance (only add new fields to AcademicRoom).
  2. Include a constructor for the AcademicRoom class that takes advantage of the reserved word super. Also include appropriate getter/setter methods for the AcademicRoom.
  3. Add James Farmer B6 to your list as well as two or three other classrooms of your choosing.
  4. Implement a test program (TestAcademicRoom.java) with a main() that creates an ArrayList of AcademicRooms. After the list is created, allow the user to: (1) add another room to the list, and (2) search for rooms. The program should not add the room if it already exists in the list. The user should search by inputting a building name and optionally a room number. If a room number is not provided, the program should print all rooms in that building. If matches are found in the list, print all the data members associated with the AcademicRoom(s).

In: Computer Science

Co-dominance, Multiple Alleles, and Sex-linkage Abby is unsure of the father of her daughter, Susie, and...

Co-dominance, Multiple Alleles, and Sex-linkage

  1. Abby is unsure of the father of her daughter, Susie, and wants a quick way to find out which of the men she has dated it could be. Her blood type is AB, and her daughter’s is B. Of the possible men Dalton, has AB type blood, Jordan has O type blood, and Wyatt has A blood. Use the clues here and for each part of this problem to see who the father is. *** Be sure to answer all parts of each question.
  • For blood type, A (IAIA or IAi) and B (IBIB or IBi) blood types are dominant to O (ii), and AB (IAIB) is codominant, meaning that both A and B proteins are expressed.
  • The gene for color vision is sex-linked on the X chromosome, and having color vision (Females: XBXB or XBXb, Males: XBY) is dominant to being color blind (Males: XbY, Females: XbXb).
    1. Give the genotypes for each individual for blood type and then for color blindness. You may not be able to figure out all parts with the information provided. Put a ā€œ?ā€ in the position for any alleles that you cannot determine, but you should be able to put at least part of the genotypes for all individuals based on the information provided above and additional information provided in the problems below.
      1. Abby’s Genotypes
        1. Blood Type:
        2. Vision:
      2. Susie’s Genotypes
        1. Blood Type:
        2. Vision:
      3. Dalton’s Genotypes
        1. Blood Type:
        2. Vision:
      4. Jordan’s Genotypes
        1. Blood Type:
        2. Vision:
      5. Wyatt’s Genotypes
        1. Blood Type:
        2. Vision:

  1. Can you tell from the information given in the word problem above who the father is? Can you at least eliminate one man? Why or Why not?
  1. Wyatt insists that he cannot be the father. He provides his parents’ blood types – both are AB. Is Wyatt correct that he is not the father? How do you know? *Hint, do a cross for his parents and determine what his actual genotype is.
  1. Abby is hoping that Dalton is the father. She argues that because Dalton is the only man who color blind, just like Susie, he must be the father. Who is the father (Can you tell?)? How do you know or why can’t you tell?

In: Biology

Ford buys in about two thirds of its car parts from outside suppliers. At one time,...

Ford buys in about two thirds of its car parts from outside suppliers. At one time, Ford employed 500 people to order components, receive the parts and pay suppliers. Ford believed that by rationalizing procedures and installing new computer systems, it could reduce staffing levels to about 400. However, Mazda a Japanese car company, already did the same job using less than 100 staff. Even allowing for scale differences between the two organizations, the gap was enormous. The main difference was in business procedures. Mazda did not wait for invoices from its suppliers. In contrast, Ford’s purchasing department created a purchase order, a copy of which is sent to accounts payable. Subsequently, when the goods were received, goods inward sent a copy of the receiving documents to accounts payable; which also received an invoice from the supplier. It was accounts payable’s responsibility to match the purchase order against the receiving document and the invoice, then issue payment. In practice, the department spent most of its time investigating mismatches. Ford’s original idea was to use computers to streamline the investigation procedure. However, Mazda’s experience highlighted the need for a redesign of a complete business process. As a result, Ford has developed an ā€˜invoiceless processing’ payment system. In this system, when purchasing department raises an order, it enters information into an online database. When parts arrive at goods inward department, it enters the information into an online database. When parts arrive at goods inward department, a warehouse man waves a barcode reader over the label, entering the parts inventory and sending electronic payment to the supplier. As a result, the clerical and data processing complexity is eliminated. Through these changes, ford has achieved a 75% reduction in headcount, rather than the 20% it would have achieved had the original plan gone ahead. With reference to the Case Study above, identify and briefly explain any benefit (only one) that Ford enjoyed, or expected to have enjoyed, by adopting Mazda’s Business Handling Style. Your responses to this question should be done using the following three separate components; and clearly numbering each component. In one word, a phrase or at most one sentence, identify and state the benefit.

In: Computer Science

Write a C++ or Java program name that conducts the BFS traversal of a graph and...

Write a C++ or Java program name that conducts the BFS traversal of a graph and displays city names in the range of hop(s) from a starting city

Input format: This is a sample input from a user.

4

Monterey

LA

SF

SD

6

Monterey LA

LA SD

SD Monterey

SF Monterey

SF LA

SF SD

Monterey

2

The first line (= 4 in the example) indicates that there are four vertices in the graph. The following four lines describe the names of four cities. The next line (= 6 in the example) indicates the number of edges in the graph. The following six lines are the edge information with the ā€œsource cityā€ and ā€œdestination cityā€. The following city (= Monterey in the example) is the starting city, and the last line (= 2 in the example) indicates the hops from the starting city. Thus, the problem is to list the city names that can be reached from the source in two hops. This is the graph with the input information.


Sample Run 0: Assume that the user typed the following lines

4

Monterey

LA

SF

SD

6

Monterey LA

LA SD

SD Monterey

SF Monterey

SF LA

SF SD

Monterey

2

This is the correct output. Your program should present the city names with the hop in the ascending order like below.  Note that LA can be reached from Monterey in one hop, Monterey in zero hop, and SD in two hops. For the problem, you can assume that the city name is always one word. Also, your program should consider only the minimum number of hops from the starting city.

LA:1

Monterey:0

SD:2

Sample Run 1: Assume that the user typed the following lines

4

Monterey

LA

SF

SD

6

Monterey LA

LA SD

SD Monterey

SF Monterey

SF LA

SF SD

LA

1

This is the correct output.

LA:0

SD:1

Sample Run 2: Assume that the user typed the following lines

5

Fresno

LA

SD

SF

NYC

6

SD LA

SD NYC

LA NYC

SF Fresno

SF SD

Fresno SD

SF

2

This is the correct output.

Fresno:1

LA:2

NYC:2

SD:1

SF:0

In: Computer Science

the following two questions are related to these two articles: 1) Pseuderanthemum palatiferum leaf extract inhibits...

the following two questions are related to these two articles:

1) Pseuderanthemum palatiferum leaf extract inhibits the proinflammatory cytokines, TNF-a and IL-6 expression in LPS-activated macrophages.

Sittisart P, Chitsomboon B, Kaminski NE

2)Early Weaning Stress in Pigs Impairs Innate Mucosal Immune Responses to Enterotoxigenic E. coli Challenge and Exacerbates Intestinal Injury and Clinical Disease  

            McLamb B, Gibson A,Overman E, Stahl C and Moeser A

Question 1: Summarize research studies using simple equations and graphs to represent experimental design and results

  • Read the abstracts and the introduction section (especially the last paragraph) of the research articles indicated above
  • 1) Identify the type of samples that were analyzed in the research (for example..did they take biopsies of specific organs/tissue?)
  • 2) Determine whether the research involved in vitro and/or in vivo experiments
  • 3) Propose a control group and an experimental group (or groups) based on the information provided
  • 4) Identify the method used for analyzing samples (or propose a reasonable method based on information provided in the abstract and your own knowledge)
  • 5) Propose measurements (y-axis labels) for the data based on information provided
  • 6) Summarize the main question being addressed by the research (For example: What effect does ____________have on ____________?   
    • 2. Question 2: Use bar graphs as an alternative representation of various types of data
  • Identify the components of samples represented in Figure 3a of the article by Sittisart et al. by filling in the following sentences. More than one word may be needed to fill in certain blanks.
  • 1) The negative control group contains _______________(cells) that were treated with ______________
  • 2) The positive control group contains ________________(cells) that were treated with ______________.
  • 3) One of the experimental groups contains _______________(cells) that were treated with _________________.(remember…a negative control is a group that is expected to provide a low measurement and a positive control is a group that is expected to provide a higher measurement. These insure that the methods used are working properly)
  • 4) Convert the data in Figure 6b of the article by Sittisart et al. into a bar graph, similar to the bar graph in Figure 3a. Propose a yaxis label that indicates what is being assessed in the experiment.

In: Biology

I need a different answer than others. Marketing Plan From the real international market, select a...

I need a different answer than others.

Marketing Plan

From the real international market, select a company of your choice wishing to start its activities in Saudi Arabia. The Company hired you as Marketing Manager of Saudi Arabian Region.

You have to establish a marketing department starting from the Analysis of the market, formulate overall marketing goals, objectives, strategies, and tactics within the context of an organization's business, mission, and goals designing and planning the entire function.

Write a Marketing Plan considering the following points (2x5=10 Marks)

  1. Introduction, Goals and Objectives

To introduce this section you should include the "mission statement" of the business; an idea of what its goals are for customers, clients, employees and the consumer.

  1. Introduction about the business.
  2. Business vision and mission
  3. Business objective.
  4. Products and services offered

  1. Environmental Analysis

Conduct an environmental analysis that looks at and comments on your local area and your network of business contacts, competitors and customers.

  1. Target Market Analysis

Identify the target market, describing how the company will meet the needs of the consumer better than the competition does.

  1. SWOT Analysis

Conduct a SWOT analysis for your chosen company based on your research.

Strengths: List the strengths of the business approach;

Weaknesses: Describe the areas of weakness in the company's operations;

Opportunities: Examine factors that may improve the business's chances of success;

Threats: List the external threats to the business' success.

  1. Marketing Mix (4 P’s ) Analysis

Describe each of the 4Ps of your chosen company.

Product or Service

Identify the product or service by what it is, who will buy it, how much they will pay for it and how much it will cost for the company to produce it, why a consumer demand exists for your product, and where the product sits in comparison to similar products/services now available.

Place

Identify the location of the business, why it is located there (strategic, competitive, economic objectives), the expected methods of distribution, and timing objectives.

Promotion

Describe the type of promotional methods that will be used. Identify techniques such as word of mouth, personal selling, direct marketing, sales promotion etc. television, radio, social media and newspaper ads.

Price

The prices of the products or services that reflects the overall company strategy. Should be competitive as well as a reflection of the quality, costs and profit margin.

In: Operations Management

Room.java: public class Room { // fields private String roomNumber; private String buildingName; private int capacity;...

Room.java:

public class Room
{
// fields
private String roomNumber;
private String buildingName;
private int capacity;

public Room()
{
this.capacity = 0;
}
/**
* Constructor for objects of class Room
*
* @param rN the room number
* @param bN the building name
* @param c the room capacity
*/
public Room(String rN, String bN, int c)
{
setRoomNumber(rN);
setBuildingName(bN);
setCapacity(c);
}
  
/**
* Mutator method (setter) for room number.
*
* @param rN a new room number
*/
public void setRoomNumber(String rN)
{
this.roomNumber = rN;
}
  
/**
* Mutator method (setter) for building name.
*
* @param bN a new building name
*/
public void setBuildingName(String bN)
{
this.buildingName = bN;
}
  
/**
* Mutator method (setter) for capacity.
*
* @param c a new capacity
*/
public void setCapacity(int c)
{
this.capacity = c;
}
  
/**
* Accessor method (getter) for room number.
*
* @return the room number
*/
public String getRoomNumber()
{
return this.roomNumber;
}
  
/**
* Accessor method (getter) for building name.
*
* @return the building name
*/
public String getBuildingName()
{
return this.buildingName;
}
  
/**
* Accessor method (getter) for capacity.
*
* @return the capacity
*/
public int getCapacity()
{
return this.capacity;
}
}

Put the ideas into practice by extending the original Room class to create an AcademicRoom.java class.

  1. The AcademicRoom.java should store information about the building name, room number, capacity, academic department associated with the room (CPSC, MATH, BUAD, ...) and also whether or not the room contains a projector. Make sure to utilize inheritance (only add new fields to AcademicRoom).
  2. Include a constructor for the AcademicRoom class that takes advantage of the reserved word super. Also include appropriate getter/setter methods for the AcademicRoom.
  3. Add James Farmer B6 to your list as well as two or three other classrooms of your choosing.
  4. Implement a test program (TestAcademicRoom.java) with a main() that creates an ArrayList of AcademicRooms. After the list is created, allow the user to: (1) add another room to the list, and (2) search for rooms. The program should not add the room if it already exists in the list. The user should search by inputting a building name and optionally a room number. If a room number is not provided, the program should print all rooms in that building. If matches are found in the list, print all the data members associated with the AcademicRoom(s).

In: Computer Science

Question 5 0/1 point (graded) The following is the full path to a homework assignment file...

Question 5

0/1 point (graded)

The following is the full path to a homework assignment file called "assignment.txt": /Users/student/Documents/projects/homeworks/assignment.txt.

Which line of code will allow you to move the assignment.txt file from the ā€œhomeworksā€ directory into the parent directory ā€œprojectsā€?

mv assignment.txt

mv assignment.txt .

mv assignment.txt ..

mv assignment.txt /projects incorrect

Answer

Incorrect:

Try again. This code does not provide enough information about where to move the file. You need to specify a relative or full path to the location where you want to move the file to.

Question 9

0/1 point (graded)

The source function reads a script from a url or file and evaluates it. Check ?source in the R console for more information.

Suppose you have an R script at ~/myproject/R/plotfig.R and getwd() shows ~/myproject/result, and you are running your R script with source('~/myproject/R/plotfig.R').

Which R function should you write in plotfig.R in order to correctly produce a plot in ~/myproject/result/fig/barplot.png?

ggsave('fig/barplot.png'), because this is the relative path to the current working directory.

ggsave('../result/fig/barplot.png'), because this is the relative path to the source file ("plotfig.R"). incorrect

ggsave('result/fig/barplot.png'), because this is the relative path to the project directory.

ggsave('barplot.png'), because this is the file name.

Question 12

1 point possible (graded)

Which of the following meanings for options following less are not correct?

(Hint: use man less to check.)

-g: Highlights current match of any searched string

-i: case-insensitive searches

-S: automatically save the search object

-X: leave file contents on screen when less exits.

Question 13

1 point possible (graded)

Which of the following statements is incorrect about preparation for a data science project?

Select ALL that apply.

Always use absolute paths when working on a data science project.

Saving .RData every time you exit R will keep your collaborator informed of what you did.

Use ggsave to save generated files for use in a presentation or a report.

Saving your code in a Word file and inserting output images is a good idea for making a reproducible report.

In: Computer Science