Haya noticed that college students needed to dress up for presentations but never seemed to have any ties, or at least not very nice ones. She decided she was going to set up a tie store on her campus and offer sports themed ties as well as solid colored ties in her school colors. She can put an announcement on the school’s monitors that would display in the dining halls and student union. Which of the following should Haya consider during her first month of operation?
a. A sales force automation system
b. A customer interaction center
c. Bundling
d. Campaign management
e. Purchasing profiles

Answers

Answer 1
Answer:

Answer:

c. Bundling.

Explanation:

Haya wants to sell ties for the college students and she set up a tie store on her campus and offer solid color tie and sports theme ties also.

For creating an interest in college students in the first month of operation she should consider bundling.

Bundling means selling different items together as a package.


Related Questions

Components inside a computer such as CPU and motherboard are all examples of _____. hardware software
Any tool that helps make our physical and mental processes more efficient can be referred to as which one of the following?A. ComputersB. MechanismsC. MediaD. Technology
If you want three vertical sections of text on your page, create _____. dividers columns page breaks bulleted lists
Instead of printing and distributing a hard copy of a document, you can distribute the document ____.
Glossaries are usually located at the front of a text or document.

You are going to send a document to a client, and you want to be absolutely sure that none of theformatting is lost. Which of these document formats would be best?
DOC
DOCX
HTML
O PDF

Answers

Answer:

PDF

Explanation:

PDFs are not an easily modifiable format unless converted into a different type. It preserves all formatting, and no formatting details are lost depending on what program a user decides to open the file with.

Send the document to the client as a

PDF

format! Not only is it secure, but it also prevents the material from being changed by the receipiants

While investing an email issue, a support technician discovers no user can access their email accounts on the company’s email server connected to the private LAN. Pinging the email server form several workstations on the LAN results in 0% packet loss.Which of the following is the next step the technician should take in troubleshooting the issue?

Contact ISP, inform provider of issue, ask provider to check server.
Verify server has valid IP address on Lan subnet
Escalate problem to server admin to check issues with server.
Check workstations on Lan for APIPA configuration.

Answers

Answer:

The answer is D Check workstations on Lan for APIPA configuration.

Explanation:

1)

While investing an email issue, a support technician discovers no user can access their email accounts on the company’s email server connected to the private LAN.

Pinging the email server form several workstations on the LAN results in 0% packet loss.

Check workstations on Lan for APIPA configuration next step the technician should take in troubleshooting the issue.

Answer:

Check workstations on Lan for APIPA configuration.

Explanation:

IP address is a logical address used in a network to initiate communication between devices. It is assigned to all the end devices like the client computers, servers, printers, scanners etc.

IP addresses can be assigned statically or dynamically. Static IP address configuration requires that a hardcoded address is configured to a computer permanently. The address must be in the same subnet or network. Dynamic IP addressing configures a DHCP server or router to lease IP addresses dynamically to computers. When the computer is unable to reach the server, the APIPA is automatically configured to system which responds to ping but does not receive or send packets to servers.

If you want to refine your Google search results by date, which option should you use?A. Advanced search

B. Safe search

C. Simple search

D. News search

Answers

A. Advanced Search. It lets you filter results.
The answer is A) advanced serach

What is a hard drive

Answers

A high-capacity,  storage device with a read-write mechanism  and one or more hard disks, inside a sealed unit.
A hard drive creates storage space for you on your PC, and etc, it's basically a high capacity storing unit/device .
  

55 POINTS, IN JAVAIn this program, you need to make an upright tree that contains stars *. Your output should look like:
*
* *
* * *
* * * *
* * * * *
* * * * * *
* * * * * * *
* * * * * * * *
* * * * * * * * *

Hint: You will need to create a variable that controls how far the * is from edge of the console. That variable should change size each iteration through the outer loop!

Answers

public class JavaApplication82 {

   

   public static void main(String[] args) {

       

       for (int i = 1; i <= 9; i++){

           for (int w = 0; w < i; w++){

               System.out.print("*");

           }

           System.out.println("");

           

       }

   }

   

}

This works for me.

If my computer has 4 gigabytes of ram memory then i have bytes of memory

Answers

If my computer has 4 gigabytes of ram memory then I have 4e+9 bytes of memory.