问题:
[主观题]请教:广东2011年会计从业《财经法规与职业道德》模拟试题(4)第5大题第2小题如何解答?
【题目描述】
第 39 题某涂料厂系增值税一般纳税人,2009年8月份发生下列经济业务:
(1)购进化工原料一批,取得增值税专用发票,价款100000元,增值税税额、l7000元;化工原料已验收入库并部分已投入使用。在购货过程中支付运输费用2400元,其中,运费1950元,建设基金50元,装卸费、保险费等杂费400元;已取得运输部门开具的运输发票。(2)购进包装物一批,取得非防伪系统增值税专用发票,价款5000元,增值税税额850元。月末,该批包装物尚未运达企业。(3)销售甲种涂料2500桶。并向对方开具增值税专用发票,发票中注明的销售额为l50000元;同时收取包装物押金29250元;并单独记账核算。(4)没收逾期包装物押金23400元;已人账核算。(5)为粉刷办公科室、车间,从成品库领用甲种涂料20桶,已按成本价转账核算。甲种涂料的计税价格为60元/桶。
要求:请根据税法的有关规定,计算该涂料厂本期应纳的增值税税额。
【我提交的答案】:
【参考答案分析】:
【我的疑问】(如下,请求专家帮助解答)不知道销项税额和进项税额咋来的?
更多“[主观题]请教:广东2011年会计从业《财经法规与职业道德》模拟试题(4)第5大题第2小题如何解答?”相关的问题
第1题
有以下程序 #include<stdio.h> struct tt (int x;struct tt*y;)*P; struct tt a[4]={20,a+
有以下程序 #include<stdio.h> struct tt (int x;struct tt*y;)*P; struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a}; main { int i; p=a; for(i=l;i<=2;i++){printf("%d,",p->x);P =p->y;} } 程序的运行结果是()。
A.20,30,
B.30,17,
C.15,30,
D.20,15,
第2题
有以下程序#include<stdio.h>struct tt(int x;struct tt*y;)*P;struct tt a[4]={20,a+1,15
有以下程序
#include<stdio.h>
struct tt
(int x;struct tt*y;)*P;
struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a};
main
{ int i;
p=a;
for(i=l;i<=2;i++){printf("%d,",p->x);P =p->y;}
}
程序的运行结果是()。
A.20,30,
B.30,17,
C.15,30,
D.20,15,
第3题
以下程序的输出结果是【】。 include<stdio.h> main() {struct stru {int a; float b; char d[4]; }
以下程序的输出结果是【 】。
include<stdio.h>
main()
{ struct stru
{ int a;
float b;
char d[4];
};
printf("%d\n",sizeof(struct stru));
}
第4题
有以下程序#include <stdio.h>struct ord{ int x,y; } dt[2]={1,2,3,4};main(){ stru
有以下程序
#include <stdio.h>
struct ord
{ int x,y; } dt[2]={1,2,3,4};
main()
{ struct ord *p=dt;
printf("%d,",++p->x); printf("%d\n",++p->y);
}
程序的运行结果是
A)1,2
B)2,3
C)3,4
D)4,1
第5题
有以下程序: #include<stdio.h> struct tt {int x;struct tt*y;}*p; struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a} main() { int i; p=a; for(i=1;i<=2;i++){printf("%d",p->x);p=P->y;} } 程序的运行结果是()。
A.20,30,
B.30,17
C.15,30
D.20,15
第6题
有以下程序 #include <stdio.h> struct tt { int x; struct tt *y; } *p; struct tt a[4]= {20,a+ 1,15,a+2,30,a+3,17,a}; main() { int i; p=a; for(i=1; i<-2; i++) { printf("%d,", p->x ); p=p->y; }
A.20,30,
B.30,17
C.15,30,
D.20,15,
第7题
有以下程序: #include<stdio.h> struct tt { int x;struct tt *y;} *p; struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a}; main() {int i; p=a; for(i=1;i<=2;i++) {printf("%d,",p->x);p=p->y;} } 程序的运行结果是()。
A.20,30,
B.30,17
C.15,30,
D.20,15,
第8题
有以下程序 #include <stdio.h> struct tt { int x; struct tt *y; } *p; struct tt a[4]= {20,a+ 1,15,a+2,30,a+3,17,a}; main() { int i; p=a; for(i=1; i<-2; i++) { printf("%d,", p->x ); p=p->y; }
A.20,30,
B.30,17
C.15,30,
D.20,15,
第9题
以下程序的输出结果是()#include<stdio.h>main(){struct stru{int a,b:char c[6];}:printf("%d\n
以下程序的输出结果是 () #include<stdio.h> main() {struct stru{int a,b: char c[6]; }: printf("%d\n",sizeof(stru)), }
A.2
B.4
C.8
D.10
第10题
有以下程序 #include<stdio.h>structtt{intx;structtt*y;}*p;structtta[4]={20,a+
有以下程序
#include<stdio.h>
struct tt
{
int x; struct tt *y;
}*p;
struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a};
main()
{
int I;
p=a;
for(i=1;i<=2;i++) printf(“%d”,p->x); p=p->y;
}
程序的运行结果是()。
A.20,30
B.30,17
C.15,30
D.20,15 |