更多“Disposable income 可支配收入( DI) ”相关问题
  • 第1题:

    Even though its economy continues to recover,the US is increasingly becoming a nation of part‐timers and temporary workers.This“disposable”work force is the most important( )in American business today,and it is fundamentally changing the relationship between people and their jobs.

    A.approach
    B.flow
    C.fashion
    D.trend

    答案:D
    解析:
    trend“潮流,趋势”。常指发展的方向或是社会发展的潮流。句意:这种“可任意处置的”劳动力在当今美国商界是最重要的动向。A.approach“办法,靠近”;B.flow“流动”;C.fashion“时尚;风气;式样”,一般是指受到人们极大注意或崇尚的事件,如时装潮流等

  • 第2题:

    Education has a value of consumption and its demand will depend on its own price,prices of other goods,and______income.

    A.domestic
    B.home
    C.house
    D.household

    答案:D
    解析:
    本题考查形容词的词义辨析。题目意为“教育具有消费价值,其需求将取决于其自身的价格、其他商品的价格和家庭收入。”A选项“国内的”,B选项“家,住宅”,C选项“房子,房屋”, D选项“家庭的”。household income固定搭配,意为“家庭收入”。
      

  • 第3题:

    【单选题】下面的个人所得税程序中,满足语句覆盖测试用例的输入数据是() if (income < 800) taxRate= 0; else if (income <= 1500) taxRate = 0.05 ; else if (income < 2000) taxRate = 0.08 ; else taxRate= 0.1 ;

    A.income = (800, 1500, 2000, 2001)

    B.income = (800, 801, 1999, 2000)

    C.income = (799, 1499, 2000, 2001)

    D.income = (799, 1500, 1999, 2000)


    D

  • 第4题:

    Peter stays at home without a job,but he gets good__.

    A.pay
    B.salary
    C.wage
    D.income

    答案:D
    解析:
    pay表示“支付”;salary和wage都指“(通过上班而得到的)薪水”,income指“收入”。

  • 第5题:

    对下面的计算个人所得税程序中,满足判定覆盖的测试用例是()。 if (income<800) taxrate=0; else if (income<=1500) taxrate=0.05; else if (income<2000) taxrate=0.08; else taxrate=0.1;

    A.income=(799, 1500, 1999, 2000)

    B.income=(799, 1501, 2000, 2001)

    C.income=(800, 1500, 2000, 2001)

    D.income=(800, 1499, 2000, 2001)


    A