Product advertising is an important part of marketing. It aims at increasing sales by making a product or service known to a wider audience, and by emphasizing its positive qualities. A company can advertise in various ways, depending on how much it wishe

题目

Product advertising is an important part of marketing. It aims at increasing sales by making a product or service known to a wider audience, and by emphasizing its positive qualities. A company can advertise in various ways, depending on how much it wishes to spend. There are different media for advertising including television, radio, newspapers, magazines, the Internet and direct mail. The design and organization of advertising campaigns is usually the job of an advertising agency. A good advertising program tells potential customers why they need the product, how it is used and the benefits derived from its use. A successful program also tells the consumer how the product is better than similar offerings by competitors.Corporate advertising is not directly concerned with increasing the sales of a particular product or service, but more with the brand image and reputation a company wants to present to the general public or within an industry. Corporate advertising comes in three different types image advertising, opinion advertising and investment advertising. Image advertising attempts to promote the importance of a company. Opinion advertising presents the impression of doing a public service by addressing the importance of a company. Investment advertising is designed to attract potential investors. DECIDE IF EACH OF THE FOLLOWING STATEMENT IS TRUE (T) OR FALSE (F).

1. Generally, an advertising agency is responsible for designing and organizing a product’s advertisement.()

2. It is not necessary to consider the budget of an advertisement in choosing a media for advertising.()

3. According to the text, there are three types of media used in advertising.()

4. Product advertising is different from corporate advertising.()

5. This passage is mainly about the history of advertising.()


相似考题
参考答案和解析
参考答案:子问题 1:T; 子问题 2:F; 子问题 3:F; 子问题 4:T; 子问题 5:F
更多“Product advertising is an important part of marketing. It aims at increasing sales by ”相关问题
  • 第1题:

    下面关于CSS样式优先级,正确的是

    A.!important > id > class > tag

    B.id> !important > class > tag

    C.!important > tag > class > id

    D.tag> id > class > !important


    important > id > class > tag

  • 第2题:

    使用login1用户登录,根据MySQL授予用户权限语法,完成:授予login2用户对sales数据库中的商品表(product)拥有查询、插入、修改和删除权限。


    B

  • 第3题:

    使用root用户登录,根据MySQL回收用户权限语法,完成:撤销login2用户对sales数据库中的商品表(product)所拥有的插入、修改和删除权限。


    mysqladmin-urootpasswordtest

  • 第4题:

    在sales数据库里。定义一个用户变量,其初始值为1000,查询商品表(product)中库存量超过该用户变量值的所有商品记录。


    create database salesonprimary (name=saldat01, filename='c:\db\saldat01.mdf'), (name=saldat02, filename='c:\db\saldat02.ndf'),filegroup filegrp1(name=saldat11,filename='d:\db\saldat11.ndf'),(name=saldat12,filename='d:\db\saldat12.ndf'),(name=saldat13,filename='d:\db\saldat13.ndf')

  • 第5题:

    写出使用mysqldump工具备份数据库sales中product表和category表的表结构及表中所有记录的备份指令。 写出在CMD命令行执行的指令代码。


  • 第6题:

    CSS优先级说法正确的是?

    A.!important > id > class > tag

    B.!important < id < class < tag

    C.!important>class>id>tag

    D.!important>tag>id>class


    important > id > class > tag