33 Flextime and compressed workweeks are two popular alternative work schedules used by employers to improve the quality of work life of their employers. Which of the following statements concerning these alternative work schedules is not true?A. Flextime

题目

33 Flextime and compressed workweeks are two popular alternative work schedules used by employers to improve the quality of work life of their employers. Which of the following statements concerning these alternative work schedules is not true?

A. Flextime schedules alter the employee's working hours but not the number of hours worked each day B. Both flextime and compressed workweek schedules make scheduling more complex for the employer

C. Both flextime and compressed workweek schedules can complicate compliance with overtime regulations

D. Fatigue is a disadvantage of compressed workweek schedules because employees must work longer than the traditional eight hour work day

E. Under flextime schedules, the working hours are established by the employer


相似考题
参考答案和解析
正确答案:E
更多“33Flextime and compressed workweeks are two popular alternative work schedules used by emp ”相关问题
  • 第1题:

    某企业职工关系EMP(E_no,E_name,DEPT,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS(E_no,E_limit,E_used)中的属性分别表示职工号、总经费金额和己花费金额。若要查询部门为"开发部"且职工号为"03015"的职工姓名及其经费余额,则相应的SQL语句应为: SELECT(60) FROM(61) WHERE(62)

    A.EMP.E_no,E_limit-E_used

    B.EMP.E_name,E_used-E_limit

    C.EMP.E_no,E_used-E_limit

    D.EMP.E_name,E_limit-E_used


    正确答案:D

  • 第2题:

    某企业职工关系EMP (E_no,E_name ,DEPT ,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS (E_no,E_limit, E_used) 中的属性分别表示职工号、总经费金额和己花费金额。若要查询部门为"开发部"且职工号为 "03015 "的职工姓名及其经费余额,则相应的 SQL 语句应为: SELECT (60) FROM (61) WHERE (62)

    A.EMP
    B.FUNDS
    C. EMP,FUNDS
    D.IN[EMP,FUNDS]

    答案:C
    解析:

  • 第3题:

    某企业职工关系EMP(E_no,E_name,DEPT,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS(E_no,E_limit,E_used)中的属性分别表示职工号、总经费金额和己花费金额。若要查询部门为"开发部"且职工号为"03015"的职工姓名及其经费余额,则相应的SQL语句应为:SELECT(请作答此空)FROM( )WHERE( )

    A.EMP.E_no,E_limit-E_used
    B.EMP.E_name,E_used-E_limit
    C.EMP.E_no,E_used-E_limit
    D.EMP.E_name,E_limit-E_used

    答案:D
    解析:
    本题考查数据库SQL语句的基础知识。查询的结果为职工姓名E_name,和经费余额,经费余额=总经费金额-已花费金额(E_limit-E_used)。

  • 第4题:

    Having failed in the mathematics examination,Tom feels very( ).

    A.oppressed
    B.suppressed
    C.depressed
    D.compressed

    答案:C
    解析:
    depressed“情绪低落的,忧郁的,消沉的”,feel depressed闷闷不乐的。A.oppressed“被压抑的,被压迫的”,如:the oppressed people被压迫人民;B.suppressed“被抑制的,被忍住的”,如:suppressed emotion被压抑的情绪;D.compressed“压缩过的,(文字)简练的”,如:compressed air压缩空气。

  • 第5题:

    The methods of communication used during the war were primitive.

    A:simple
    B:reliable
    C:effective
    D:alternative

    答案:A
    解析:
    本句意思:战争中的通讯方式很简陋。primitive原始的,发展水平低的,落后的。simple 简单的;reliable可靠的;effective有效的;alternative可供替代的,非传统的,另类的。

  • 第6题:

    某企业职工关系EMP(E_no,E_name,DEPT,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS(E_no,E_limit,E_used)中的属性分别表示职工号、总经费金额和己花费金额。若要查询部门为"开发部"且职工号为"03015"的职工姓名及其经费余额,则相应的SQL语句应为:SELECT( )FROM(请作答此空)WHERE( )

    A.EMP
    B.FUNDS
    C.EMP,FUNDS
    D.IN[EMP,FUNDS]

    答案:C
    解析:
    本题考查数据库SQL语句的基础知识。因为涉及到姓名和金额,所以需要从两个关系表中(EMP,FUNDS)同时取数据。