更多“Companies from western countries value modest and humble employees as equally as businesses in the far-eastern areas do.()”相关问题
  • 第1题:

    Click the Exhibit button and examine the data in the EMPLOYEES table.Which three subqueries work? ()

    A.SELECT * FROM employees where salary > (SELECT MIN(salary) FROM employees GROUP BY department_id);

    B.SELECT * FROM employees WHERE salary = (SELECT AVG(salary) FROM employees GROUP BY department_id);

    C.SELECT distinct department_id FROM employees WHERE salary > ANY (SELECT AVG(salary) FROM employees GROUP BY department_id);

    D.SELECT department_id FROM employees WHERE salary > ALL (SELECT AVG(salary) FROM employees GROUP BY department_id);

    E.SELECT last_name FROM employees WHERE salary > ANY (SELECT MAX(salary) FROM employees GROUP BY department_id);

    F.SELECT department_id FROM employees WHERE salary > ALL (SELECT AVG(salary) FROM employees GROUP BY AVG(SALARY));


    参考答案:C, D, E

  • 第2题:

    Text 3 Employees are often said to be a company's biggest resource.It is equally true that they are its biggest liability.Scarcely a week goes by without a company falling victim to employees-turned-cnemies-or-embarrassments.The most familiar type of enemy within is the fraudster.The Economist Intelligence Unit conducts a regular poll of senior executives on the subject of fraud committed by insiders.Two year ago the poll discovered that about 70%of companies had suffered from at least one instance of fraud,up from 61%in the previous survey.Fraud is often petty.But fraud can also be more harmful:think of former employees setting up rivals using stolen technology and purloined client lists.Even more dangerous is the vandal.Thieves at least have a rational motive.Vandals are driven by a desire for revenge that can know no limit.A company that specialises in corporate investigation gives a detailed account of the story of a British manufacturing company that was under restructuring.A member of the infonnation technology department discovered that his name was on the list of people whose services would no longer be required.He built a"backdoor"into the company's IT system from his home computer and set about causing damage.What can companies do to reduce the threat from these wolves in sheep's clothing?A lot depends on which particular sorts ofwolves you are dealing with.Yet three principles are always worth bearing in mind.The first is that firms need to focus on the people who have the greatest capacity to do harm-those who control the money and information.The more complicated companies become,the harder it is to identify where power really lies.But one thing is clear.The more dependent on information firms get,the more IT specialists can compromise the whole business.The least companies can do is to keep a careful watch on the IT department.The second is that the human touch is still invaluable.Companies can certainly strengthen their hand by installing software that can identify unusual behaviour or monitor e-mail,or by employing professionals to double-check the accounts.The best way to avoid these problems is to treat our employees with respect.The biggest problem with trying to do more with less is that you can end up tuming your biggest resources into your biggest liabilities.
    The study conducted by the Economist Intelligence Unit informs us that_____

    A.many companies are stolen by thieves
    B.a large number of companies suffer from liars
    C.senior executives are more likely to commit fraud
    D.rivals will steal technology and client lists

    答案:B
    解析:
    事实细节题。根据定位词定位到第二段第二句和第三句。题目问的是经济学人智库的调查表明了什么,第二段第三句指出约有70%的企业至少遭受一例诈骗事件,故B项为正确选项。【干扰排除】A项“很多公司被小偷给盗取了”,原文中提到thieves(小偷),是指有的员工做了内鬼,盗取公司的资料等,并非公司真的被小偷盗窃;C项“企业高层更有可能进行诈骗”,此处企业高层是受调查的对象,而不是施行诈骗的人;D项“竞争对手会偷走技术和客户名单”,实际上偷走技术和客户信息的是本企业前员工,所以D项排除。

  • 第3题:

    下面哪条语句可以取出薪水最高的前三个人:()

    • A、SELECT * FROM (SELECT * FROM EMPLOYEES ORDER BY SALARY );
    • B、SELECT * FROM (SELECT * FROM EMPLOYEES ORDER BY SALARY ) WHERE ROWNUM<=3;
    • C、SELECT * FROM (SELECT * FROM EMPLOYEES ORDER BY SALARY DESC) WHERE ROWNUM<=3;
    • D、SELECT * FROM EMPLOYEES WHERE ROWNUM<=3 ORDER BY SALARY DESC;

    正确答案:C

  • 第4题:

    Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables: EMPLOYEES EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) HIRE_DATE DATE NEW_EMPLOYEES EMPLOYEE_ID NUMBER Primary Key NAME VARCHAR2 (60) Which DELETE statement is valid?()

    • A、DELETE FROM employees WHERE employee_id = (SELECT employee_id FROM employees);
    • B、DELETE * FROM employees WHERE employee_id = (SELECT employee_id FROM new_ employees);
    • C、DELETE FROM employees WHERE employee_id IN (SELECT employee_id FROM new_employees WHERE name = 'carrey');
    • D、DELETE * FROM employees WHERE employee_id IN (SELECT employee_id FROM new_employees WHERE name = 'carrey');

    正确答案:C

  • 第5题:

    Examine the data in the EMPLOYEES table: LAST_NAME DEPARTMENT_ID SALARY Getz 10 3000 Davis 20 1500 Bill 20 2200 Davis 30 5000 ... Which three subqueries work? ()

    • A、SELECT * FROM employees where salary > (SELECT MIN(salary) FROM employees GROUP BY department _ id);
    • B、SELECT * FROM employees WHERE salary = (SELECT AVG(salary) FROM employees GROUP BY department _ id);
    • C、SELECT distinct department_id FROM employees Where salary > ANY (SELECT AVG(salary) FROM employees GROUP BY department _ id);
    • D、SELECT department_id FROM employees WHERE SALARY > ALL (SELECT AVG(salary) FROM employees GROUP BY department _ id);
    • E、SELECT last_name FROM employees Where salary > ANY (SELECT MAX(salary) FROM employees GROUP BY department _ id);
    • F、SELECT department_id FROM employees WHERE salary > ALL (SELECT AVG(salary) FROM employees GROUP BY ANG (SALARY));

    正确答案:C,D,E

  • 第6题:

    单选题
    What is mentioned as a reason why the world market is being globalised?
    A

    The developing countries can get goods and services from western countries only.

    B

    Some western multinationals are eager to reap profits from other countries.

    C

    The developed countries depend more on resources of the developing countries.

    D

    The world is becoming more connected through internet and telecommunications.


    正确答案: B
    解析:
    细节题。由题干定位到文章第六段。该段最后一句说明,发展中国家不仅可以从西方国家,也可以从其他发展中国家那儿取得所需的商品和服务,故A项错误;文中并未提及西方跨国公司是为了从其他国家获取利益才把市场全球化,也没有提及西方国家的发展需要依赖发展中国家的资源,故可排除B、C两项。该段谈到促成市场全球化的三个因素:全球市场自由化、便捷的互联网和低廉的电子通信、发展中国家和西方国家以及其他发展中国家之间的联系。选项D表述的正是第二个促成因素,故答案为D项。

  • 第7题:

    单选题
    From the last sentence of this passage we conclude that _____.
    A

    businesses usually do not pay much for advertisement

    B

    businesses know well that advertisement could bring profits

    C

    advertisement could hardly convince people of the value of the goods

    D

    advertisement usually costs businesses large amounts of money


    正确答案: B
    解析:
    推理题。该句意为“有一点很清楚,即如果商家不相信广告对于他们的价值的话,他们是不会斥巨资打广告的。”A项“商家通常都不会为广告支付大量资金”;B项“商家非常清楚,广告可以带来利润”;C项“广告很难让人们相信产品的价值”;D项“广告通常花费商家大量的资金”。综合各个选项,只有D正确。

  • 第8题:

    单选题
    According to the writer, the linguistic insularity of British businesses ______.
    A

    later spread to other countries.

    B

    had a negative effect on their business.

    C

    exsisted as a problem in 1960s.

    D

    made non-English-speaking companies turn to other markets.


    正确答案: C
    解析:
    根据题干关键词the linguistic insularity可定位到原文第四段第二句“British industry, in particular, has in recent decades often been criticized for its linguistic insularity-for its assumption that foreign buyers will be happy to communicate in English, and that awareness of other languages is not therefore a priority. In the 1960s, over two-thirds of British firms dealing with non-English-speaking customers were using English for outgoing correspondence”,可知在60年代英语的广泛使用存在了一些问题,即英语语言狭隘性的事实。因此,C是正确选项。

  • 第9题:

    单选题
    Evaluate this SQL statement: SELECT e.employee_id, (.15* e.salary) + (.5 * e.commission_pct) + (s.sales amount * (.35 * e.bonus)) AS CALC_VALUE FROM employees e, sales s WHERE e.employee_id = s.emp_id; What will happen if you remove all the parentheses from the calculation? ()
    A

    The value displayed in the CALC_VALUE column will be lower.

    B

    The value displayed in the CALC_VALUE column will be higher.

    C

    There will be no difference in the value displayed in the CALC_VALUE column.

    D

    An error will be reported.


    正确答案: C
    解析: 暂无解析

  • 第10题:

    单选题
    As an economy moves from a planned economy to a market economy
    A

    the companies pay more attention to money.

    B

    the companies care more about production.

    C

    the companies has great emphasis on finished products.

    D

    the companies don’ t know what to do.


    正确答案: D
    解析:
    根据第四段第一句话: “As an economy moves from a planned economy to a market economy, the important thing for a business is to make money and not just produce.” 可知答案选A。

  • 第11题:

    单选题
    What kind of businesses are regarded as “small” in the UK?
    A

    Those with fewer than 50 employees.

    B

    Those with only two or three owners.

    C

    Those with a loan of 99.3%in their capital.

    D

    Those with an output value less than £4 million.


    正确答案: A
    解析:
    由题干“small”定位至原文第五段,这里提到在英国拥有400万家公司,99.3%的公司都是小公司,公司人数少于50,由此可知答案是A项。

  • 第12题:

    单选题
    What kind of businesses will benefit from Google. org’s second project?
    A

    large enterprises

    B

    cross-national companies.

    C

    foreign-funded corporations

    D

    small and medium-sized businesses


    正确答案: D
    解析:
    信息明示题。由原文第三段第一句“Google. org’s second project will invest in ways to help small and medium-sized businesses grow”可知,第二个项目将会帮助中小型企业成长壮大。D项与原文表达完全一致,故为正确选项,其他均可以排除。

  • 第13题:

    Text 3 Employees are often said to be a company's biggest resource.It is equally true that they are its biggest liability.Scarcely a week goes by without a company falling victim to employees-turned-cnemies-or-embarrassments.The most familiar type of enemy within is the fraudster.The Economist Intelligence Unit conducts a regular poll of senior executives on the subject of fraud committed by insiders.Two year ago the poll discovered that about 70%of companies had suffered from at least one instance of fraud,up from 61%in the previous survey.Fraud is often petty.But fraud can also be more harmful:think of former employees setting up rivals using stolen technology and purloined client lists.Even more dangerous is the vandal.Thieves at least have a rational motive.Vandals are driven by a desire for revenge that can know no limit.A company that specialises in corporate investigation gives a detailed account of the story of a British manufacturing company that was under restructuring.A member of the infonnation technology department discovered that his name was on the list of people whose services would no longer be required.He built a"backdoor"into the company's IT system from his home computer and set about causing damage.What can companies do to reduce the threat from these wolves in sheep's clothing?A lot depends on which particular sorts ofwolves you are dealing with.Yet three principles are always worth bearing in mind.The first is that firms need to focus on the people who have the greatest capacity to do harm-those who control the money and information.The more complicated companies become,the harder it is to identify where power really lies.But one thing is clear.The more dependent on information firms get,the more IT specialists can compromise the whole business.The least companies can do is to keep a careful watch on the IT department.The second is that the human touch is still invaluable.Companies can certainly strengthen their hand by installing software that can identify unusual behaviour or monitor e-mail,or by employing professionals to double-check the accounts.The best way to avoid these problems is to treat our employees with respect.The biggest problem with trying to do more with less is that you can end up tuming your biggest resources into your biggest liabilities.
    According to the case in Paragraph 3,we learn that____

    A.thieves will revenge without limits
    B.specialists are undergoing danger in restructuring
    C.IT department might let out secrets to employees
    D.some employees deliberately cause damage to companies

    答案:D
    解析:
    事实细节题。根据定位词定位到第三段第三句Vandals are driven by a desire for revenge(破坏分子的动机是进行报复),故D项为正确选项。【干扰排除】A项“盗贼会无节制地报复”,这里的小偷指上一段提到的盗取信息者,他们一般不会无节制地报复,会无节制报复的是vandals(破坏分子),所以A项可排除;B项“专家们在重组的过程中正经历危险”,这段话中提到的案例是专家给出的例子,专家没有参与这个公司的重建,B项属于拼凑原文的信息,可排除;C项,文章中说的是IT部门的一名员工蓄意实施破坏行为,而非IT部门泄密给员工,所以C项可排除。

  • 第14题:

    Text 3 Employees are often said to be a company's biggest resource.It is equally true that they are its biggest liability.Scarcely a week goes by without a company falling victim to employees-turned-cnemies-or-embarrassments.The most familiar type of enemy within is the fraudster.The Economist Intelligence Unit conducts a regular poll of senior executives on the subject of fraud committed by insiders.Two year ago the poll discovered that about 70%of companies had suffered from at least one instance of fraud,up from 61%in the previous survey.Fraud is often petty.But fraud can also be more harmful:think of former employees setting up rivals using stolen technology and purloined client lists.Even more dangerous is the vandal.Thieves at least have a rational motive.Vandals are driven by a desire for revenge that can know no limit.A company that specialises in corporate investigation gives a detailed account of the story of a British manufacturing company that was under restructuring.A member of the infonnation technology department discovered that his name was on the list of people whose services would no longer be required.He built a"backdoor"into the company's IT system from his home computer and set about causing damage.What can companies do to reduce the threat from these wolves in sheep's clothing?A lot depends on which particular sorts ofwolves you are dealing with.Yet three principles are always worth bearing in mind.The first is that firms need to focus on the people who have the greatest capacity to do harm-those who control the money and information.The more complicated companies become,the harder it is to identify where power really lies.But one thing is clear.The more dependent on information firms get,the more IT specialists can compromise the whole business.The least companies can do is to keep a careful watch on the IT department.The second is that the human touch is still invaluable.Companies can certainly strengthen their hand by installing software that can identify unusual behaviour or monitor e-mail,or by employing professionals to double-check the accounts.The best way to avoid these problems is to treat our employees with respect.The biggest problem with trying to do more with less is that you can end up tuming your biggest resources into your biggest liabilities.
    The word"liability"(Para.1)suggests_____

    A.employees may cause problems to the company
    B.employees are the fortune of the company
    C.some employees are embarrassed by the company
    D.the company can rely entirely on employees

    答案:A
    解析:
    词汇理解题。根据定位词定位到第一段第二句。第一段说到员工是企业最重要的资源,但是随后提到员工倒戈或让企业蒙羞的事件发生,所以liability-词表明员工会给企业带来麻烦,故A项为正确选项。【干扰排除】B项“员工是公司的财富”,第一句说到员工是resources(资源),但It is equally true that...(同样也是……)以及后面提到的问题,表明这里应当是相反的含义;C项“公司让一些员工感到尴尬”,第三句所指的是有的员工使公司尴尬,而不是公司让员工尴尬;D项是一个混淆选项,原文中并没有提到公司依赖员工,而且entirely过于绝对。

  • 第15题:

    Management has asked you to calculate the value 12*salary* commission_pct for all the employees in the EMP table. The EMP table contains these columns: LAST NAME VARCNAR2(35) NOT NULL SALARY NUMBER(9,2) NOT NULL COMMISION_PCT NUMBER(4,2) Which statement ensures that a value is displayed in the calculated columns for all employees?()

    • A、SELECT last_name, 12*salary* commission_pct FROM emp;
    • B、SELECT last_name, 12*salary* (commission_pct,0) FROM emp;
    • C、SELECT last_name, 12*salary*(nvl(commission_pct,0)) FROM emp;
    • D、SELECT last_name, 12*salary*(decode(commission_pct,0)) FROM emp;

    正确答案:C

  • 第16题:

    Click the Exhibit button and examine the data in the EMPLOYEES table. Which three subqueries work?()

    • A、SELECT * FROM employees where salary > (SELECT MIN(salary) FROM employees GROUP BY department_id);
    • B、SELECT * FROM employees WHERE salary = (SELECT AVG(salary) FROM employees GROUP BY department_id);
    • C、SELECT distinct department_id FROM employees WHERE salary > ANY (SELECT AVG(salary) FROM employees GROUP BY department_id);
    • D、SELECT department_id FROM employees WHERE salary > ALL (SELECT AVG(salary) FROM employees GROUP BY department_id);
    • E、SELECT last_name FROM employees WHERE salary > ANY (SELECT MAX(salary) FROM employees GROUP BY department_id);
    • F、SELECT department_id FROM employees WHERE salary > ALL (SELECT AVG(salary) FROM employees GROUP BY AVG(SALARY));

    正确答案:C,D,E

  • 第17题:

    Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables: EMPLOYEES EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) HIRE_DATE DATE NEW_EMPLOYEES EMPLOYEE_ID NUMBER Primary Key NAME VARCHAR2(60) Which DELETE statement is valid?()

    • A、DELETE FROM employees WHERE employee_id = (SELECT employee_id FROM employees);
    • B、DELETE * FROM employees WHERE employee_id = (SELECT employee_id FROM new_employees);
    • C、DELETE FROM employees WHERE employee_id IN (SELECT employee_id FROM new_employees WHERE name ='Carrey');
    • D、DELETE * FROM employees WHERE employee_id IN (SELECT employee_id FROM new_employees WHERE last_name ='Carrey');

    正确答案:C

  • 第18题:

    多选题
    Examine the data in the EMPLOYEES table: Which three subqueries work? ()
    A

    SELECT * FROM employees where salary > (SELECT MIN(salary) FROM employees GROUP BY department _ id);

    B

    SELECT * FROM employees WHERE salary = (SELECT AVG(salary) FROM employees GROUP BY department _ id);

    C

    SELECT distinct department_id FROM employees Where salary > ANY (SELECT AVG(salary) FROM employees GROUP BY department _ id);

    D

    SELECT department_id FROM employees WHERE SALARY > ALL (SELECT AVG(salary) FROM employees GROUP BY department _ id);

    E

    SELECT last_name FROM employees Where salary > ANY (SELECT MAX(salary) FROM employees GROUP BY department _ id);

    F

    SELECT department_id FROM employees WHERE salary > ALL (SELECT AVG(salary) FROM employees GROUP BY ANG (SALARY));


    正确答案: D,E
    解析: 暂无解析

  • 第19题:

    单选题
    What does the writer say about the expansion of small businesses?
    A

    Many small businesses do not produce enough profits to finance growth.

    B

    Many employees in small businesses have problems working as part of a team.

    C

    Being able to recruit the right people is the most important factor affecting growth.

    D

    Leaders of small businesses lack the experience to make their companies a success.


    正确答案: D
    解析:
    第三段第一句话提到新创企业和小企业所面对的主要困难是“individuals who lead them” ,而且后文还提到一个新创企业停止增长的主要原因是缺少管理和领导资源(the lack of management and leadership resource),由此可知合适的人才是影响企业增长的最重要的因素,所以选C。

  • 第20题:

    单选题
    What does the writer say about entrepreneurs in the first paragraph?
    A

    It is wrong to assume that they are different from other managers.

    B

    The problems they have to cope with are specific to small businesses.

    C

    They find it difficult to attract staff with sufficient expertise.

    D

    They could learn from the organisational skills of managers in large companies.


    正确答案: A
    解析:
    第一段第二句提到“这似乎暗示着新创企业和小型企业的领导者不同于其他管理者……”,但是第三句接着对此假设予以否认。由此可知认为创业者与其他的管理者不同,这一假设是错误的,所以选A。

  • 第21题:

    单选题
    Renting luxury for employees _____.
    A

    is encouraged by many companies

    B

    is harmful for the company image

    C

    is going to cost the companies more

    D

    is made possible by companies’ increasing budget


    正确答案: A
    解析:
    第五段第四句说大公司可能永远也不会支付女职员购买宴会礼服的费用,但为了提升公司形象,有时公司更愿意支付租赁这些奢侈品的费用。

  • 第22题:

    单选题
    When preparing benefit changes, companies should
    A

    treat employees as customers.

    B

    stress the benefits of the changes.

    C

    talk employees into accepting the changes.

    D

    act quickly according to the reactions of employees.


    正确答案: D
    解析:
    该题问的是“准备进行福利改动的时候,公司应该怎么做”。文中第五段第二句指出“Companies should approach them with the same caution that consumers get...”,与选项A意思相符。

  • 第23题:

    问答题
    MegaTech and UltraCorp are considering a merger to form the MegaUltraTech Corporation. Does MegaTech have more employees than UltraCorp?  (1) The average (arithmetic mean) age of UltraCorp employees is 32.8, while the average age of MegaTech employees is 27.2.  (2) If the merger goes through and all employees from both companies remain employed, the average (arithmetic mean) age of the MegaUltraTech employees will be 31.4.

    正确答案: C
    解析:
    条件1、2中均不涉及两个公司的员工数量,但是将两者综合可以推断出UltraCorp的员工数大于MegaTech,故本题选C项。