皮皮学,免费搜题
登录
搜题
【简答题】
自2006年1月1日起承包一家位于市内的国有招待所,根据合同规定,承包后的招待所经济性质不变,承包期为3年,每年上交承包费50000元,经营成果归承包者,承包缴纳的各项税款(包括附加)均由负责。2007年2月初,到地方税务局报送了所得税纳税申报表等有关纳税资料。资料显示:2006年招待所收入2100000元,营业成本1200000元,营业税、城市维护建设税及教育费附加115500元,期间费用800000元(其中包括30名员工的工资460000元以及的工资30000元,未超过当地政府确定的计税工资标准),亏损15500元。 2007年7月地方税务局对招待所进行税收检查,发现该所在2006年存在以下问题: (1)部分客房收入200000元未入账。 (2)向非金融机构借款的利息支出80000元全部了费用(金融机构同类、同期贷款利息为60000元)。 (3)期间费用中包括广告支出50000元,市容、环保、卫生罚款30000元,业务招待费40000元。(取得的工资收入未申报缴纳个人所得税) 附:对企事业单位的承包经营、承租经营所得适用的税率见表7—1。 表7—1 对企事业单位的承包经营、承租经营所得适用税率表 级数 全年应纳税所得额 税率(%) 速算扣除数 1 不超过5000元 5 0 2 超过5000~10000元的部分 10 250 3 超过10000~30000元的部分 20 1250 4 超过30000~50000元的部分 30 4250 5 超过50000元的部分 35 6750 要求:
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】One difference between a function and a stored procedure is that a function:
A.
must be called from a trigger.;
B.
must return a value.;
C.
cannot contain a transaction.;
D.
cannot accept parameters.
【单选题】In the following options, the key word used to modify the stored procedure is()
A.
DECLARE
B.
UPDATE
C.
ALTER
D.
ALERT
【判断题】数据编码器可以把一个编码转换为若干特定含义的信息出来。
A.
正确
B.
错误
【单选题】Backed by loans from the Asian Development Bank, the local government is aiming to teach the farmers how to run a successful business with farming techniques.
A.
为了偿还亚洲开发银行的贷款,当地政府努力教导农民如何成功的利用农业技术。
B.
为了获取开发银行的贷款,当地政府教导农民如何通过发展技术来办好农业。
C.
偿还了洲开发银行的贷款后,当地政府力求教导农民如何依靠农业技术成功地进行生产。
D.
在洲开发银行贷款的支持下,当地政府致力于教会农民如何利用农业技术成功地经营。
【单选题】You are creating a script that will execute this stored procedure. Ifthe stored procedure executes successfully, it should report the year-to-datesales for the book title. If the stored procedure fail...
A.
DECLARE @retval int DECLARE @ytd int EXEC get_sales_for_title ‘Net Etiquette’, @ytd IF @retval < 0 PRINT ‘No sales found’ ELSE PRINT ‘Year to date sales: ’ + STR (@ytd) GO
B.
DECLARE @retval int DECLARE @ytd int EXEC get_sales_for_title ‘Net Etiquette’, @ytd OUTPUT IF @retval < 0 PRINT ‘No sales found’ ELSE PRINT ‘Year to date sales: ’ + STR (@ytd) GO
C.
DECLARE @retval int DECLARE @ytd int EXEC get_sales_for_title ‘Net Etiquette’,@retvalOUTPUT IF @retval < 0 PRINT ‘No sales found’ ELSE PRINT ‘Year to date sales: ’ + STR (@ytd) GO
D.
DECLARE @retval int DECLARE @ytd int EXEC @retval = get_sales_for_title ‘Net Etiquette’,@ytd OUTPUT IF @retval < 0 PRINT ‘No sales found’ ELSE PRINT ‘Year to date sales: ’ + STR (@ytd) GO
【单选题】路由器所接的网段不稳定,应该配置()路由来保证网络的健壮性
A.
负载均衡
B.
默认路由
C.
浮动路由
D.
单臂路由
【单选题】The stored procedure and principle of computer program is proposed by ____ 。
A.
Turing
B.
Boolean
C.
Von. Neumann
D.
Einstein
【单选题】本学期本课程的总课时量为()?
A.
26
B.
28
C.
30
D.
32
【单选题】在水溶液中下列物质酸性强度的演变顺序是
A.
、 NH 3 < PH 3 < C 2 H 5 OH < H 4 SiO 4 < H 3 O + < HClO 4
B.
、 NH 3 < C 2 H 5 OH < PH 3 < H 4 SiO 4 < H 3 O + < HClO 4
C.
、 NH 3 < PH 3 < C 2 H 5 OH< H 4 SiO 4 < HClO 4 < H 3 O +
D.
、 PH 3 < NH 3 < C 2 H 5 OH< H 4 SiO 4 < H 3 O + < HClO 4
【单选题】In the following options, the key word used to delete the stored procedure is()
A.
DELETE
B.
UPDATE
C.
ALTER
D.
DROP
相关题目: