(ii) Advise Benny of the amount of tax he could save by delaying the sale of the shares by 30 days. For thepurposes of this part, you may assume that the benefit in respect of the furnished flat is £11,800 peryear. (3 marks)

题目

(ii) Advise Benny of the amount of tax he could save by delaying the sale of the shares by 30 days. For the

purposes of this part, you may assume that the benefit in respect of the furnished flat is £11,800 per

year. (3 marks)


相似考题
更多“(ii) Advise Benny of the amount of tax he could save by delaying the sale of the shares by ”相关问题
  • 第1题:

    Advise ______ your fishing gear.

    A.you recovery

    B.you recover

    C.you recovering

    D.you recovered


    正确答案:B

  • 第2题:

    I__________have been there,but I__________not find the time.

    A.should;would
    B.should;could
    C.might;could
    D.could;could

    答案:B
    解析:
    考查情态动词的用法。句意为:“我本应该去那里,但我没时间。”should have done表示“过去本应做的事而实际上并没有做”,常含有责备、遗憾的语气。

  • 第3题:

    7、BookStore数据库中有销售明细表OrderDetail(OrderCode, BookCode, Amount) 查询销售总量前20%的图书,并按总销量降序排列。SQL语句: SELECT TOP 20 PERCENT Bookcode As 书号, SUM(Amount)As总销量 ROM OrderDetail GROUP BY Bookcode ORDER BY ________

    A.Amount DESC

    B.SUM(Amount) DESC

    C.COUNT(Amount) DESC

    D.ADD(Amount) DESC


    SUM(Amount) DESC

  • 第4题:

    We cannot go on quarrelling like this.

    A: choose
    B: prepare
    C: continue
    D: advise

    答案:C
    解析:
    句意:我们不能再这么争吵下去。四个选项中,A. choose的意思是“选择、选定”;B. prepare的意思是“准备”;D. advise的意思是“建议、忠告”;C. continue的意思是“继续、连续”,题目中画线部分的意思是“继续下去”,因此C选项符合题意。

  • 第5题:

    利用对象资源管理器创建数据库时,单击“数据库”节点的快捷菜单的“新建数据库”命令,在“新建数据库”对话框的“数据库名称”栏输入:sale,则“数据库文件”列表的“逻辑名称”栏的第二行出现()。

    A.sale

    B.sale_mdf

    C.sale_log

    D.sale.ldf


    sale_log

  • 第6题:

    BookStore数据库中有销售明细表OrderDetail(OrderCode, BookCode, Amount) 查询销售总量前20%的图书,并按总销量降序排列。SQL语句: SELECT TOP 20 PERCENT Bookcode As 书号, SUM(Amount)As总销量 ROM OrderDetail GROUP BY Bookcode ORDER BY ________

    A.Amount DESC

    B.SUM(Amount) DESC

    C.COUNT(Amount) DESC

    D.ADD(Amount) DESC


    INSERT INTO OrderDetail(OrderCode, Amount, BookCode) VALUES('08110801',3, '0701');INSERT INTO OrderDetail(OrderCode, BookCode, Amount) VALUES('08110801', '0701', 3);INSERT INTO OrderDetail VALUES('08110801', '0701', 3)