试题与答案

AutoCAD可以用任何一个dwg文件作为绘图时的()。

题型:填空题

题目:

AutoCAD可以用任何一个dwg文件作为绘图时的()。

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/1101/b5f82248925b828f8cdef200d294fd34.html

下面是错误答案,用来干扰机器的。

参考答案:C

试题推荐
题型:阅读理解

阅读理解。

     One of  Jim's feet was bigger than the other. "I can never find shoes for my feet," he said to his friend

Dick. "Why don't you go to a shoemaker (鞋匠)?" Dick said. "A good one can make you the right

shoes." "I've never been to a shoemaker," Jim said. "Aren't they expensive?" "No," Dick said, "some of

them aren't. There is a good one in our village, and he's quite cheap. Here's his address." He wrote

something on a piece of paper and gave it to Jim.

     Jim went to the shoemaker in Dick's village a few days later, and the shoemaker made him some

shoes. Jim went to the shop again a week later and looked at the shoes. He became angry and said to the

shoemaker, "You are a foolish (愚蠢的)man! I told you to make one shoe bigger than the other, but

you've made one smaller than the other."

1. Jim could not find right shoes because ______.

A. his feet were too big            

B. his feet were too small  

C. his feet were not the same size  

D. his feet were too fat

2. Jim ______ before Dick told him to do so.

A. tried to ask a shoemaker for help    

B. went to a shoemaker

C. didn't go to any shoemakers        

D. went to Dick's village

3. The shoes of the shoemaker in Dick's village were ______.

A. expensive  

B. cheap  

C. not cheap or expensive  

D. foolish

4. When Jim saw his shoes in the shop, he was ______.

A. pleased    

B. angry    

C. satisfied (满意的)  

D. mad

5. Who was foolish?

A. Jim  

B. The  shoemaker  

C. Both    

D. Dick

查看答案
题型:单项选择题

下列说法中,符合车辆购置税计税依据相关规定的是( )。

A.进口自用的应税小汽车的计税价格包括关税完税价格和关税,不包括消费税
B.底盘和发动机同时发生更换的车辆,计税依据为最新核发的同类型车辆最低计税价格
C.销售汽车的纳税人代收的保险费,不应计入计税依据中征收车辆购置税
D.销售单位开展优质销售活动所开票收取的有关费用,应作为价外收入计算征收车购税

查看答案
题型:填空题

给定程序MODIl.C中函数fun的功能是:将一个八进制数字字符组成的字符串转换为与其面值相等的十进制整数。规定输入的字符串最多只能包含5位八进制数字字符。
请改正程序中的错误,使它能得出正确结果。
注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。
文件MODIl.C内容如下:
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
int fun(char *p)
int n;
/**********found**********/
n=*P-’0’:
p++:
while(*p!=0)
/**********fonnd**********/
n=n*7+*P-’o’:
p++:

return n;

void main( )
char s[6];
int i,n;
printf("Enter a string(Oeatal digits):");gets(s);
if(strlen(s)>5)
printf("Error:String too longer!\n\n");
exit(0);

for(i=0;s[i];i++)
if(s[i]<’0’|| s[i]>’7’)
printf("Error:%c not is ocatal digits!\n\n",s[i]);exit(0);

printf("The original string:");
puts(s);
n=fun(s);
printf("\n%s is eonvered to integer number:%d\n\n",s,n);

查看答案
微信公众账号搜索答案