更多“单选题According to John Welch, the relation between the employer and the employee should be _____.A personal and friendlyB casual and naturalC open and caringD strict and formal”相关问题
  • 第1题:

    Business casual is more formal than full business suits.()


    正确答案:错

  • 第2题:

    I have never worked for such a considerate________; I think all the other________ have the same opinion.

    A.employee...employer

    B.employee...employers

    C.employer...employee

    D.employer...employees


    正确答案:D
    解析:本题考查 employer 和 employee 的区别。两者都是由动词 employ 变来的名词,但  意思不同:employer 是指雇主;employee指雇员。从第二个并列句中的 "all the other... ”来看,employee 应该用复数形式。句意:“我从来没有给这么体贴的雇主打过工;我相信其他员工也是一样的想法。”

  • 第3题:

    The sense relation between“John plays the piano”and“John plays a musical instrument” is ( )

    A.synonymy
    B.antonymy
    C.entailment
    D.presupposition

    答案:C
    解析:
    考查句子间的意义关系。句子间的意义主要有:同义关系、反义关系、矛盾关系、蕴涵、预设、语义上反常。其中蕴涵和预设为常考点。蕴涵指两个句子x、Y,如果当x为真,Y-定为真时,则X蕴涵Y,或Y蕴涵于X;X预示Y(Y是X的先决条件)。A、B两项与题目无关,根据蕴涵和预设的区别可知,“约翰弹钢琴”蕴涵“约翰弹奏乐器”。

  • 第4题:

    What’s the difference between casual listening and focused listening?
    If we listen with no particular purpose in mind, and often without much concentration, the kind of listening is called casual listening. Usually we do not listen very closely, unless we hear something that particularly interests us, and afterwards we may not remember much of what we heard. However if we listen for a particular purpose, to find information we need to know, the kind of listening is called focused listening. In these situations we listen much more closely; but we do not listen to everything we hear with equal concentration—we listen for the most important points or for particular information. Usually we know beforehand what we are listening for.

  • 第5题:

    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) Which three statements inserts a row into the table? ()

    • A、INSERT INTO employees VALUES (NULL, 'JOHN','Smith');
    • B、INSERT INTO employees( first_name, last_name) VALUES ('JOHN','Smith');
    • C、INSERT INTO employees VALUES ('1000','JOHN','NULL');
    • D、INSERT INTO employees(first_name,last_name, employee_id) VALUES ('1000, 'john','Smith');
    • E、INSERT INTO employees (employee_id) VALUES (1000);
    • F、INSERT INTO employees (employee_id, first_name, last_name) VALUES ( 1000, 'john',");

    正确答案:C,E,F

  • 第6题:

    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2 (25) LAST_NAME VARCHAR2 (25) HIRE_DATE DATE Which UPDATE statement is valid? ()

    • A、UPDATE employees SET first_name = 'John' SET last_name = 'Smith' WHERE employee_id = 180;
    • B、UPDATE employees SET first_name = 'John', SET last_name = 'Smoth' WHERE employee_id = 180;
    • C、UPDATE employee SET first_name = 'John' AND last_name = 'Smith' WHERE employee_id = 180;
    • D、UPDATE employee SET first_name = 'John', last_name = 'Smith' WHERE employee_id = 180;

    正确答案:D

  • 第7题:

    单选题
    This passage is mainly about_____.
    A

    relations between the employer and employees

    B

    Jack Welch’s view of business management

    C

    development history of GE company

    D

    courses taught in business schools


    正确答案: D
    解析:
    综合全文来看,本文主要讲述John Welch的经济管理风格,介绍了他的主要管理观点以及管理特色。故本题正确答案为B项。

  • 第8题:

    单选题
    Which of the following is NOT true according to the passage?()
    A

    Both the main steering gear and the auxiliary steering gear should be operated

    B

    The alarms fitted to the remote control system should be operated

    C

    The emergency generator compartment should be checked

    D

    The communication system between the bridge and the steering gear compartment should be operated


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

  • 第9题:

    问答题
    Practice 2  On some occasions it is important to adhere to the conventions that characterize serious public discourse and to avoid expressions that we might use in more casual situations. Among the features of formal English are the careful explanation of background information, complexity in sentence structure, explicit transitions between thoughts, and the use of certain words that are reserved chiefly for creating a formal tone. Situations that normally require formal usage would include an article discussing a serious matter submitted to a respected journal, an official report by a group of researchers to a government body, a talk presented to a professional organization, and a letter of job application.

    正确答案:
    【参考译文】
    在某些场合,重要的是遵守严肃的公开严肃的公共话语的惯例,避免使用在非正式场合所用的表达。正式英语的特点包括详细的背景信息介绍、复杂的句子结构、不同的想法之间明确的过渡以及某些主要用于使语气正式的词的使用。通常需要使用正是英语的场合包括提交给权威杂志的一篇讨论严重问题的文章、研究小组向政府机构提交的正式报告,为专业组织做的报告以及求职信。
    解析: 暂无解析

  • 第10题:

    单选题
    According to the first paragraph, Jack Welch, as a CEO, is famous for his _____.
    A

    technical knowledge

    B

    overseas experience

    C

    family background

    D

    management style


    正确答案: D
    解析:
    由第一段第一句可知,Jack Welch的管理风格成为全国商学院的课堂教学内容,因此他以管理风格而著称。故D项为正确答案。

  • 第11题:

    单选题
    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) HIRE_DATE DATE Which UPDATE statement is valid?()
    A

    UPDATE employees SET first_name = 'John' SET last_name ='Smith' WHERE employee_id = 180;

    B

    UPDATE employees SET first_name = 'John', SET last_name ='Smith' WHERE employee_id = 180;

    C

    UPDATE employees SET first_name = 'John' AND last_name ='Smith' WHERE employee_id = 180;

    D

    UPDATE employees SET first_name = 'John', last_name ='Smith' WHERE employee_id = 180;


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

  • 第12题:

    单选题
    What benefit will distance learning bring to an employee of a business?
    A

    Professional growth.

    B

    Good relationship with the employer.

    C

    Good impression on the employer.

    D

    Higher salary.


    正确答案: B
    解析:
    由文章最后一句话“资助雇员参加远程教育会带给公司好处,很有事业心的人能够继续留在公司中,他们把通过接受教育而提高了的个人能力和职业技能再度贡献给公司”可知,A为正确答案。

  • 第13题:

    对话理解

    听力原文:W: Since I have some spare cash in my account, I would like to open a time deposit account here. Can you give me some information please?

    M: With pleasure. We have many kinds of time deposit accounts: 1 month, 3 month, 6 month and 1 year.

    Q: What is the possible relationship between the two speakers?

    (11)

    A.Customs officer and travelers.

    B.Employer and employee.

    C.Business associates.

    D.Bank clerk and customer.


    正确答案:D
    解析:根据对话,女士是想开立一个定期存款账户,并请求对方提供相关信息,男士则介绍了几种定期存款账户类型,由此可推知两者为银行职员与客户之间的关系。

  • 第14题:

    John has always remained loyal to his family and friends.

    A:friendly
    B:faithful
    C:hostile
    D:kind

    答案:B
    解析:
    本句意思:约愉总是忠于他的家庭和朋友。loyal意为“忠诚的,诚实的”,与faithful (忠诚的)意思相近。friend行友好的,友善的;hostil。有敌意的;kind热心的。

  • 第15题:

    According to the maxim of ( ) suggested by Grice, one should speak truthfully.

    A.quality
    B.manner
    C.relation
    D.quantity

    答案:A
    解析:
    考查会话原则。质量准则规定所说的话力要求真实,不要说自知为虚假的话,不要说缺乏足够证据的话。

  • 第16题:

    What is the role of formal learning according to the monitor hypothesis?
    The monitor hypothesis states that formal learning has only one function, and that is as a “monitor” or “editor” and that learning comes into play only to make changes in the form of our utterance, after it has been produced by the acquired system. Acquisition initiates the speaker’s utterances and is responsible for fluency. Thus the monitor is thought to alter the output of the acquired system before or after the utterance is actually written or spoken, but the utterance is initiated entirely by the acquired system.

  • 第17题:

    Which three statements inserts a row into the table?()

    • A、INSERT INTO employees   VALUES ( NULL, ‘John’,‘Smith’);
    • B、INSERT INTO employees( first_name, last_name)   VALUES(‘John’,‘Smith’);
    • C、INSERT INTO employees   VALUES (‘1000’,‘John’,NULL);
    • D、INSERT INTO employees(first_name,last_name, employee_id)   VALUES ( 1000, ‘John’,‘Smith’);
    • E、INSERT INTO employees (employee_id)   VALUES (1000);
    • F、INSERT INTO employees (employee_id, first_name, last_name)   VALUES ( 1000, ‘John’,‘’);

    正确答案:C,E,F

  • 第18题:

    单选题
    According to the author, small talk is often used ______.
    A

    to invade other’s private affairs

    B

    to share a secret between intimate friends

    C

    to open and maintain channels of communication

    D

    to protect one’s own privacy


    正确答案: D
    解析:
    A项“避开别人的隐私”、B项“与好朋友分享秘密”、D“保护个人隐私”在文中没有提到,也与文意相矛盾。文章倒数第四段第二句话“You can be wanting to connect with another person,and small talk is your introduction to more meaningful conversation. (你也许是正想与某人交流,琐谈可将你们引入更有意义的谈话。)”说明当我们想与他人进行交流时,琐谈可以帮我们建立和维持沟通。这与C项表述一致。故选C。

  • 第19题:

    单选题
    According to John Welch, the relation between the employer and the employee should be _____.
    A

    personal and friendly

    B

    casual and natural

    C

    open and caring

    D

    strict and formal


    正确答案: D
    解析:
    由第二段第三句可知,John Welch认为领导者需要与员工建立开放互爱的关系。故B项为正确答案。

  • 第20题:

    单选题
    According to paragraph 4, what puzzles the author is that some bosses fail to ______.
    A

    see the link between trust and data protection

    B

    perceive the sensitivity of personal data

    C

    realize the high cost of data restoration

    D

    appreciate the economic value of trust


    正确答案: A
    解析:
    主旨题和细节理解题。第三段讲了老板忽视信用的重要性,信用度很容易被摧毁,而且需要很大的代价去重建,数据的外泄将会导致公司信用度急剧下降。鉴于本文主要讲的是Data Insecurity,再看本段最后一句话,我们可以得知,选项A(see the link between trust and data protection)是最恰当的。

  • 第21题:

    单选题
    Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2 (25) LAST_NAME VARCHAR2 (25) HIRE_DATE DATE Which UPDATE statement is valid?()
    A

    UPDATE employees SET first_name = 'John' SET last_name = 'Smith' WHERE employee_id = 180;

    B

    UPDATE employees SET first_name = 'John', SET last_name = 'Smoth' WHERE employee_id = 180;

    C

    UPDATE employee SET first_name = 'John' AND last_name = 'Smith' WHERE employee_id = 180;

    D

    UPDATE employee SET first_name = 'John', last_name = 'Smith' WHERE employee_id = 180;


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

  • 第22题:

    单选题
    This passage is mainly about ______.
    A

    relations between the employer and employees

    B

    Jack Welch’s view of business management

    C

    development history of GE company

    D

    courses taught in business schools


    正确答案: B
    解析:
    主旨大意题。综合全文来看,本文主要讲述John Welch的经济管理风格,介绍了他的主要管理观点以及管理特色。故本题正确答案为B项。

  • 第23题:

    单选题
    The semantic relation between vegetable and cabbage is _____.
    A

    hyponymy

    B

    meronymy

    C

    antonymy

    D

    homonymy


    正确答案: B
    解析:
    蔬菜和卷心菜之间的语义关系是上下义(hyponymy)。

  • 第24题:

    单选题
    The first ethics dealt with the relation between individuals. Late accretions dealt with the relation between the individual and society.
    A

    adoptions      

    B

    accounts

    C

    developments    

    D

    increases


    正确答案: B
    解析: accretion增加,增加之物。increase与之同义。adoption采纳。account说明,报告。development发展。