Strategy is NOT (choose all that apply):
Practice
Benchmarking
Leadership
Vision
Best Practices

Answers

Answer 1
strategy is all of the following except (best) practice

Related Questions

I excitedly began my stay in Italy at an international airport; however, my first day in Rome was somewhat traumatic. (B ) After talking to the airline staff, I discovered that my bags had been mistakenly delivered to the Lost and Found Office. (C) Hours after landing, I finally picked up my luggage and went through Customs. (D) I was really relieved to see my friend Angela, who took me to her home. (E) As I left the plane, I saw many signs in Italian, only a few of which made sense. (F) I followed a mob to the Baggage Claim and waited until the carousel stopped, but I didn't see my luggage.

Indicate which of these paragraphs provides the correct sentence order.

Answers

The correct sentence order for the jumbled paragraph is as follows:

(A) I excitedly began my stay in Italy at an international airport; however, my first day in Rome was somewhat traumatic.

(E) As I left the plane, I saw many signs in Italian, only a few of which made sense.

(F) I followed a mob to the Baggage Claim and waited until the carousel stopped, but I didn't see my luggage.

(B) After talking to the airline staff, I discovered that my bags had been mistakenly delivered to the Lost and Found Office.

(C) Hours after landing, I finally picked up my luggage and went through Customs.

(D) I was really relieved to see my friend Angela, who took me to her home.

In this order, the paragraph starts with the speaker's excitement and arrival at the international airport in Italy (sentence A). Then, it moves on to the speaker leaving the plane and encountering signs in Italian (sentence E).

The following sentence describes the speaker's experience at the Baggage Claim and their inability to find their luggage (sentence F). The next sentence (B) explains how the speaker discovered that their bags were mistakenly delivered to the Lost and Found Office after talking to the airline staff.

Afterward, the speaker finally picks up their luggage and goes through Customs (sentence C). The paragraph ends with the speaker's relief upon seeing their friend Angela, who takes them to her home (sentence D).

This coherent order provides a logical flow of events, maintaining the chronological sequence of the speaker's experiences in Italy.

For more such questions order,Click on

https://brainly.com/question/3271312

#SPJ8

The probable question may be:

Read the following jumbled paragraph. Then determine the correct sentence order. (A) I excitedly began my stay in Italy at an international airport; however, my first day in Rome was somewhat traumatic. (B ) After talking to the airline staff, I discovered that my bags had been mistakenly delivered to the Lost and Found Office. (C) Hours after landing, I finally picked up my luggage and went through Customs. (D) I was really relieved to see my friend Angela, who took me to her home. (E) As I left the plane, I saw many signs in Italian, only a few of which made sense. (F) I followed a mob to the Baggage Claim and waited until the carousel stopped, but I didn't see my luggage. indicate which of these paragraphs provides the correct sentence order. '

Write a program HousingCost.java to calculate the amount of money a person would pay in renting an apartment over a period of time. Assume the current rent cost is $2,000 a month, it would increase 4% per year. There is also utility fee between $600 and $1500 per year. For the purpose of the calculation, the utility will be a random number between $600 and $1500.
1. Print out projected the yearly cost for the next 5 years and the grand total cost over the 5 years.
2. Determine the number of years in the future where the total cost per year is over $40,000 (Use the appropriate loop structure to solve this. Do not use break.)

Answers

Answer:

import java.util.Random;

public class HousingCost {

public static void main(String[] args) {

int currentRent = 2000;

double rentIncreaseRate = 1.04;

int utilityFeeLowerBound = 600;

int utilityFeeUpperBound = 1500;

int years = 5;

int totalCost = 0;

System.out.println("Year\tRent\tUtility\tTotal");

for (int year = 1; year <= years; year++) {

int utilityFee = getRandomUtilityFee(utilityFeeLowerBound, utilityFeeUpperBound);

int rent = (int) (currentRent * Math.pow(rentIncreaseRate, year - 1));

int yearlyCost = rent * 12 + utilityFee;

totalCost += yearlyCost;

System.out.println(year + "\t$" + rent + "\t$" + utilityFee + "\t$" + yearlyCost);

}

System.out.println("\nTotal cost over " + years + " years: $" + totalCost);

int futureYears = 0;

int totalCostPerYear;

do {

futureYears++;

totalCostPerYear = (int) (currentRent * 12 * Math.pow(rentIncreaseRate, futureYears - 1)) + getRandomUtilityFee(utilityFeeLowerBound, utilityFeeUpperBound);

} while (totalCostPerYear <= 40000);

System.out.println("Number of years in the future where the total cost per year is over $40,000: " + futureYears);

}

private static int getRandomUtilityFee(int lowerBound, int upperBound) {

Random random = new Random();

return random.nextInt(upperBound - lowerBound + 1) + lowerBound;

}

}

Question 5 Discuss, with examples, the four factors that clearly distinguish human processing from computer processing capabilities. Note: examples are not limited to the scenario. Search (Marks: 10 END OF PAPER​

Answers

Answer:

Explanation:

There are several factors that distinguish human processing from computer processing capabilities. Here, we will discuss four significant factors with examples:

1. Creativity and Abstract Thinking: Human processing involves the ability to think creatively, make connections, and engage in abstract reasoning. Humans can generate new ideas, solve complex problems, and think outside the box. For example, an artist can create a unique and imaginative painting by combining different elements and expressing emotions through colors and shapes. In contrast, computer processing is based on algorithms and predefined rules, which limit its ability to generate truly creative and abstract outputs.

2. Emotional Intelligence: Humans possess emotional intelligence, which involves understanding and managing emotions, as well as perceiving and responding to the emotions of others. This capability allows humans to empathize, build relationships, and make nuanced decisions based on emotional factors. For instance, a therapist can analyze a client's emotional state and provide appropriate support and guidance based on empathy and understanding. Computers lack emotions and cannot replicate this level of emotional intelligence.

3. Contextual Understanding and Adaptability: Humans excel at understanding context, interpreting ambiguous information, and adapting their behavior accordingly. Humans can navigate complex and ever-changing situations by drawing upon their knowledge, experiences, and understanding of social cues. For example, in a conversation, humans can interpret sarcasm, understand humor, and adjust their responses accordingly. Computers, on the other hand, rely on explicit instructions and struggle with context and adaptability.

4. Intuition and Common Sense: Humans possess intuition and common sense, allowing them to make quick judgments and decisions based on incomplete information or patterns they have recognized. Humans can leverage their intuition to fill in gaps and make predictions. For instance, a detective can rely on their intuition and experience to solve a complex case by connecting seemingly unrelated pieces of evidence. Computers lack intuition and common sense and rely solely on explicit data and algorithms.

These factors highlight the unique cognitive abilities of human processing that differentiate it from computer processing. While computers excel in data processing, calculations, and repetitive tasks, they lack the complex, nuanced, and holistic capabilities that are inherent to human processing.

How precisely do price and benchmark performance correspond to one another?
Choose one: 1 exact match, 2 varies a little, or 3 varies more often

Answers

The correspondence between price and benchmark performance can vary more often.

Why is this so?

While price and benchmark performance are related, they are influenced by different factors and can exhibit   discrepancies.

Price reflectsthe perceived value and   market demand for a security or asset, while benchmark performance represents the overall market or specific index performance.

Various factors such   as investor  sentiment,market conditions, and company-specific factors can cause price and benchmark performance to diverge.

Learn more about benchmark at:

https://brainly.com/question/1104065

#SPJ1

Write a program ScoreArray.java that performs the following,
 Ask user to input 8 judges’ scores on a competition. Scores range from 1 to 10
(integers).
 Save the scores in an array.
 Iterate through the array to find the highest, lowest, total and average of these scores.
 Define a method called finalScore to calculate the final score. Assume difficulty level is
3.4 for the competition. Final score for this competition is calculated as follows, toss out
the highest and lowest score, average the remaining scores and then multiple by the
difficulty level. (hint: try not to re-calculate highest, lowest, total )
 Print the results (highest, lowest, average and final score) out

Answers

The program code has been written in the space that we have below

How to write the co de

import java.util.Arrays;

import java.util.Scanner;

public class ScoreArray {

   public static void main(String[] args) {

       int[] scores = new int[8];

       Scanner scanner = new Scanner(System.in);

       System.out.println("Enter the scores of 8 judges (from 1 to 10):");

       for (int i = 0; i < scores.length; i++) {

           System.out.print("Score " + (i + 1) + ": ");

           scores[i] = scanner.nextInt();

       }

       Arrays.sort(scores);

       int highest = scores[scores.length - 1];

       int lowest = scores[0];

       int total = Arrays.stream(scores).sum();

       double average = total / (double) scores.length;

       double finalScore = (average - (highest + lowest)) * 3.4;

       System.out.println("\nResults:");

       System.out.println("Highest Score: " + highest);

       System.out.println("Lowest Score: " + lowest);

       System.out.println("Average Score: " + average);

       System.out.println("Final Score: " + finalScore);

       scanner.close();

   }

}

Read more on Java code here https://brainly.com/question/26789430

#SPJ1

Which of the following statements best describes the future of mass media? Responses It is likely that we will always need mass media, because social media cannot last. It is likely that we will always need mass media, because social media cannot last. We no longer need mass media at this point in our culture because of our use of social media. We no longer need mass media at this point in our culture because of our use of social media. Although we still need it now, we will one day no longer need mass media because of social media. Although we still need it now, we will one day no longer need mass media because of social media. We will always need mass media, but because of social media, we will rely on it less.

Answers

The statement "We will always need mass media, but because of social media,we will rely on it less" best describes the future   of mass media.

How is this so?

While social media has become   a prominent platform for communication and information sharing,mass media continues to play a crucial role in delivering news, entertainment, and other forms of content to a wide audience.

However, the rise of social media   may lead to a reduced reliance on mass media as peoplehave more direct access to information and content through online platforms.

Learn more about mass media at:

https://brainly.com/question/17658837

#SPJ1

Someone help me with 5.8.1 Ghosts from codehs

Answers

In this problem, you are given a list of integers called "ghosts" that represents the positions of ghosts on a game board. Your task is to count the number of ghosts that are next to each other and have the same value.

To solve this problem, you can use a loop to iterate through the list of ghosts. Inside the loop, you can compare each ghost with the next one using an if statement.
Here is a step-by-step explanation of how you can solve this problem:
1. Start by initializing a variable called "count" to 0. This variable will keep track of the number of pairs of adjacent ghosts with the same value.
2. Use a for loop to iterate through the list of ghosts. You can use the range function to generate the indices of the ghosts.
3. Inside the loop, compare the current ghost with the next one using an if statement. You can use the index variable to access the current ghost and the index variable plus 1 to access the next ghost.
4. If the current ghost is equal to the next ghost, increment the count variable by 1.
5. After the loop finishes, the count variable will contain the number of pairs of adjacent ghosts with the same value.
6. Return the value of the count variable as the answer.
Here is the code that solves the problem:
def count_adjacent_ghosts(ghosts):
   count = 0
   for i in range(len(ghosts) - 1):
       if ghosts[i] == ghosts[i + 1]:
           count += 1
   return count
You can call this function with a list of integers representing the positions of ghosts, and it will return the number of pairs of adjacent ghosts with the same value.
For more such questions ghosts,Click on

https://brainly.com/question/10534475

#SPJ8

How is the query wizard used on a table?

Answers

The query wizard is a tool in database management systems that helps users create queries to retrieve specific data from a table. Here are the steps to use the query wizard on a table:

1. Open the database management system, such as Microsoft Access.
2. Open the table you want to query.
3. Locate the "Query Wizard" option, which is typically found in the toolbar or menu.
4. Click on the "Query Wizard" option to launch the wizard.
5. Follow the instructions provided by the query wizard.
6. Select the fields you want to include in your query from the available options.
7. Choose the criteria you want to use to filter the data. This can be based on specific values, ranges, or conditions.
8. Specify the sorting order for the query results, if desired.
9. Name the query and choose whether to immediately view the results or modify the design of the query further.
10. Click "Finish" or "OK" to generate the query and view the results.
By using the query wizard, you can easily create and customize queries without needing to write complex SQL statements manually. It provides a user-friendly interface to guide you through the process of querying a table.

For more such questions wizard,Click on

https://brainly.com/question/30670647

#SPJ8

When computing the complexity of an iterative algorithm with an outer loop and an inner loop, we solve _?_

Answers

The complexity is typically expressed using Big O notation,

The complexity of an iterative algorithm with an outer loop and an inner loop is determined by analyzing the nested loop complexity.

This involves identifying how many times the inner loop executes for each iteration of the outer loop. By carefully examining the number of iterations and operations within the loops, we can calculate the algorithm's overall time complexity.

Big O notation is commonly used to express the complexity of an algorithm. It provides an upper bound on the algorithm's time complexity as a function of the input size. By analyzing the growth rate of the algorithm's runtime with respect to the input, Big O notation helps us understand how the algorithm scales and how it performs for larger inputs.

To learn more about Big O notation

brainly.com/question/26807983


z
y z
x y z
w x y z
v w x y z

using for nested for loop only, give the program of the above question. (I'll rate 5 if your answer is on point)​

Answers

Answer:

int main() {

 char a,b;

 for(a='z'; a>='v'; a--) {

   for(b=a; b<='z'; b++)

     printf("%c ", b);

   printf("\n");

 }

}

Explanation:

Using literal characters to initialize char variables makes the program very readable i.m.o.

how do i write a program inputs are two integers, and whose output is the smallest of the two values.

Ex: If the input is:

7
15
the output is:

7

Answers

The program that selects the smaller value of two inputs is:

# Reading two integers from the user

num1 = int(input("Enter the first integer: "))

num2 = int(input("Enter the second integer: "))

# Comparing the two integers and finding the smallest value

if num1 < num2:

   smallest = num1

else:

   smallest = num2

# Displaying the smallest value

print("The smallest value is:", smallest)

How to write the program?

To write a program that takes two integers as input and outputs the smallest of the two values, you can use a simple conditional statement in Python. Here's an example program:

# Reading two integers from the user

num1 = int(input("Enter the first integer: "))

num2 = int(input("Enter the second integer: "))

# Comparing the two integers and finding the smallest value

if num1 < num2:

   smallest = num1

else:

   smallest = num2

# Displaying the smallest value

print("The smallest value is:", smallest)

In this program, we use the input() function to read two integers from the user and store them in the variables num1 and num2.

Then, we compare the values of num1 and num2 using an if-else statement. If num1 is less than num2, we assign the value of num1 to the variable smallest. Otherwise, if num2 is less than or equal to num1, we assign the value of num2 to smallest.

Finally, we display the smallest value using the print() function.

Learn more about programs at:

https://brainly.com/question/23275071

#SPJ1

What is the difference between copy- paste and cut-paste​

Answers

Answer:

Copy/ Paste - In the case of Copy/paste, the text you have copied will appear on both the locations i.e the source from where you copied the text and the target where you have pasted the text.

Cut/paste- In the case of Copy/paste, the text you have copied will appear on only one location i.e the target where you have pasted the text. The text will get deleted from the original position

The first game app on a mobile phone was launched on the
. The launch of the
introduced mobile users to the experience of multi-touch functionality for the first time.

Answers

The first game app on a mobile phone was launched on October 1, 2008. This milestone in mobile gaming history was achieved with the introduction of Apple's App Store for the iPhone. The App Store revolutionized the way mobile users interacted with their devices and paved the way for the mobile gaming industry as we know it today.

One of the significant features that the App Store brought to mobile users was the experience of multi-touch functionality. This innovative technology allowed users to interact with their devices using multiple fingers simultaneously, enabling intuitive gestures such as pinch-to-zoom and swipe gestures in games and other applications. Prior to this, most mobile devices relied on physical buttons or stylus inputs for user interaction.

The introduction of multi-touch functionality in mobile gaming opened up new possibilities for game developers to create more immersive and engaging experiences. Games could now incorporate intuitive touch controls, allowing players to interact directly with the game world using their fingers.

This breakthrough in user interface design played a crucial role in popularizing mobile gaming and attracting a wider audience to the platform.

In conclusion, the first game app on a mobile phone was launched on October 1, 2008, with the advent of Apple's App Store. This launch introduced mobile users to the experience of multi-touch functionality, revolutionizing the way people interacted with their devices and laying the foundation for the thriving mobile gaming industry we see today.

For more such questions game,Click on

https://brainly.com/question/29584396

#SPJ8

Write a program PrintLeapYear.java that prints a table of leap years.
 Define a method call isLeapYear that will take any year as parameter, then return true if
that year is leap year and return false if the year is not leap year. Leap year is every 4
years but not every 100 years, then again every 400 years.
 Program will take user input for the start year (integer)
 Print out the leap year table from the start year going forward 120 years using control
structure and the isLeapYear method

Answers

Let's break down the task and build the Java program step by step.

1. First, we need to create a method called `isLeapYear` that takes a year as a parameter and returns true if the year is a leap year and false otherwise. We need to check if the year is divisible by 4 but not divisible by 100, or if the year is divisible by 400. This logic is based on the rule that a year is a leap year if it is evenly divisible by 4, except for years that are divisible by 100. However, years divisible by 400 are also leap years.

2. Next, we need to take an input from the user for the start year.

3. We will then use a loop to print the leap years for the next 120 years, starting from the input year.

Here is the Java program:

```

import java.util.Scanner;

public class PrintLeapYear {

   public static void main(String[] args) {

       // Step 2: Take user input for start year

       Scanner scanner = new Scanner(System.in);

       System.out.print("Enter the start year: ");

       int startYear = scanner.nextInt();

       // Step 3: Print the leap year table

       System.out.println("Leap years from " + startYear + " to " + (startYear + 120) + ":");

       for (int year = startYear; year <= startYear + 120; year++) {

           // Use the isLeapYear method

           if (isLeapYear(year)) {

               System.out.println(year);

           }

       }

   }

   // Step 1: Define isLeapYear method

   public static boolean isLeapYear(int year) {

       return (year % 4 == 0 && year % 100 != 0) || (year % 400 == 0);

   }

}

```

Let me explain what each part of the code does:

1. `import java.util.Scanner;` - We import the Scanner class which we will use to get input from the user.

2. `public class PrintLeapYear { ... }` - Defines a class named `PrintLeapYear`.

3. Inside the main method:

   - We create a Scanner object to read the input from the user.

   - We ask the user to enter the start year and store it in the variable `startYear`.

   - We print a header for the leap year table.

   - We use a for loop to iterate through each year from the start year to 120 years ahead. Inside the loop, we use the `isLeapYear` method to check if the year is a leap year. If it is, we print the year.

4. The `isLeapYear` method takes an integer `year` as a parameter and returns true if it's a leap year based on the conditions described above (divisible by 4, not divisible by 100 unless divisible by 400).

To run the program, save it as `PrintLeapYear.java`, and then compile it using the command `javac PrintLeapYear.java`. After compiling, you can run the program with the command `java PrintLeapYear`, and it will ask you to enter the start year and then print the leap years for the next 120 years.

Other Questions
Conduct Internet research on General Electric (GE) and update allegations and lawsuits against the company. Discuss the ethical issues of the cases? a student is given the task of determining the molar concentration of a cuso4 solution using two different procedures, precipitation and spectrophotometry. for the precipitation experiment, the st Strategic Sourcing and Supply at Federal Express 1 Prepare a set of detailed responses to the following questions after reading the case: 1. What are the key elements that must be completed at each stage of the strategic sourcing process? 2. How does the governance structure for supply chain management at Federal Express support the strategic sourcing process? 3. Are there elements of the strategic sourcing process used at Federal Express that apply to other companies? _________ the road ahead and the intersection where you will be turning well in advance of the maneuver. Bill invests $1000 for 6 years compounded quarterly at 6% interest. What is Bill's accumulated amount at the end of 6 years? Note: Be sure to enter your answer to 2 decimal places and do NOT use commas or a dollar sign. For example, if you want to enter $3,424.10 enter it as 3424.10.Jim invests $800.00 for 10 years at 5% interest compounded quarterly. What is the compound interest at the end of 10 years? Note: Enter your answer rounded to 2 decimal places. Do not use dollar signs or commas. For example, if you determined your answer to be $1,234.24, enter it as follows: 1234.24Jane is saving for a vacation. Currently, she has $5,000.00 invested at 6% compounded monthly. Jane would like to have $7,000.00 for her vacation. How many years will it take for Jane to accumulate $7,000.00? please research companies that have successfully embraced diversity as part of their workplace culture. Choose a few (~3) of these companies and discuss what they are doing that is unique, particularly effective, etc. What benefits are these companies experiencing as a result of this diverse culture? A very large tank initially contains 100 L of pure water. Starting at time t=0 a solution with a salt concentration of 0.5 kg/L is added at a rate of 6 L/min. The solution is kept thoroughly mixed and is drained from the tank at a rate of 4 L/min. Answer the following questions. 1. Let y(t) be the amount of salt (in kilograms) in the tank after t minutes. What differential equation does y satisfy? Use the variable y for y(t). Answer (in kilograms per minute): dt dy = 2. How much salt is in the tank after 20 minutes? Answer (in kilograms) What are some of the characteristics of islandness? Make sureyou discuss these characteristics in relation to the broaderdiscussion of homogeneity/similarity or heterogeneity/dissimilarityof A maintenance workshop wants to add a new welding station. So the welding manager asked the simulation engineer to provide him with how much space should they allocate. What measures can the simulation engineer use to provide information about the space needed? And why (what do they mean?) State of economy Probility of state economy Rate of return if state occursBoom .65 .08 (stock A) .02 (Stock B) .23 (Stock C)Bust .35 .12 .18 -.03What is the expected return on an equally weighted portfolio of these three stocks? Note: Do not round intermediate calculations and enter your answer as a percent rounded to 2 decimal places, e.g., 32.16.What is the variance of a portfolio invested 20 percent each in A and B and 60 percent in C? Note: Do not round intermediate calculations and round your answer to 5 decimal places, e.g., .16161. Whatare the two types of Financial Risk? What is the risk-returntradeoff?Whatdetermine the Structureof Interest Rates and name the three primary shapes oftheStructureof Interest Rates? Suppose that you run a Regression Model and the Regression Coefficient for X has an associated p-value of 0.0758. At the 97% Confidence Level, is X significant? Enter a 1 into the blank below if X is significant and a 0 if it is not. Question #3Why does the disaggregation variance threshold factor increase when our CRA is lower?A. Because of the lower inherent risk and no controls testing relianceB. Because we are testing controls and the reliance on the variance threshold to surface misstatements is reducedC. Because the detection risk of finding a misstatement decreased when we have tested and relied on controlsD. Because misstatements are harder to find when the data is disaggregated Use the Big M method to solve the following linear programming problem (LP):min z = 2x1 + 3x2s.t.2x1 + x2 4x1 - x2 -1x1, x2 0 1. If you start a business, which kind of business organization you will choose to form? Why? (10 marks) (Competency 3: Leaming Objectives 2) The five elements of internal control structure are control environment, risk assessment. control procedures and activities, adequate accounting staff, and information and communication. True False quizlet why does the immune system react to viral infections differently than it reacts to bacterial infections? why does the immune system react to viral infections differently than it reacts to bacterial infections? viruses lack dna. viruses lack surface markers to which antibodies can bind. viruses lack a cell membrane. viruses infect locations not accessible by antibodies. Write down the OLS first order conditions equations associatedwith the modely = 0 + 1 x1 + 2 x2 + 3 x3 + u. a well-known fortune 500 ceo dresses up in a different outlandish costume each year for his presentation during the annual stockholder meeting. the presentation is broadcasted to all divisions and offices of the firm and employees enthusiastically view the proceedings. this scenario is an example of what visual element of culture Read the article and answer ALL questions.Malaysian durian exporters booked up with China orders till mid-2020KUALA LUMPUR Malaysian durian exporters have orders until the middle of next year, after China in May gave the green light to the import of the fruit in frozen form. Five local companies have exported 565 metric tonnes of frozen durian, valued at RM24.3 million (S$8 million), to China in the three months since. Prior to this, Malaysia was only allowed to export durian pulp and frozen paste to China, which previously got whole durians from Thailand.Top Fruits Sdn Bhd managing director Dr Tan Sue Sian told The Malaysian Insight this has posed a challenge, as the company will have to find a way to meet demand during the fruits off season. Top Fruits is one of the five firms approved by the Agriculture and Agro-Based Industry Ministry to export the "King of Fruits" to China. Dr Tan said Chinese demand will spike by as much as 50% during the durian season."We would receive orders of up to 60 containers. It will be quite challenging for us to meet demand because the fruit is seasonal," he said, adding that the company is looking at ways to tackle the problem. "The current price for a durian weighing 1.5kg to 2kg in China is between 199 yuan and 399 yuan (S$38.65 and S$77.49). "The Musang King is the most sought-after variety, with its price going from RM60 per kg up to RM100 per kg."He said the whole fruits sent to China are frozen, and good for 18 months. For frozen durian paste, most is sold to importers in Beijing, Shanghai, Guangzhou, Shenzhen, Nanning, Xiamen, Qingdao, Zhejiang Suzhou, and Chinas second and third-tier cities. Dr Tan said the huge export demand will not leave the local market starved of supply. "While the better-quality fruits are exported, there are still lots more quality fruits for local durian lovers."Deputy Agriculture and Agro-based Industry Minister Sim Tze Tzin has warned exporters that they risk losing their licence if they do not meet the set quality standards. Only A-grade durians those that weigh at least 1.4kg each are allowed to be exported. Sim said local companies should emulate Chinas method of promoting durians online, as they are no longer confined to booths at trade fairs in this day and age. "We hope private organisations will help us promote frozen durians, besides coming up with their own brands with the help of the ministry." He told The Malaysian Insight that the durian harvest in Malaysia is good this season, and there is ample supply to meet demand in both the foreign and domestic markets.People in China, too, have started to grow durian trees, following the fruits skyrocketing popularity. China has areas with an environment, soil and climate similar to durian-growing countries in Southeast Asia. It normally takes between eight and 10 years for durian trees to mature, but there is technology available to speed up the process.1 )Discuss economic and technology environment factors that will influence the decision of Top Fruit Sdn Bhd durian logistics management to China.2).Propose a suitable intermodal transportation service to move the frozen durian from the packaging house in Batu Pahat, Johor to Guilin, one of the major cities of China which is about 2614.63 km away. Justify your proposal.