皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【多选题】
In using AutoCAD software, the following descriptions are about the usages of the command Trim, which of the are correct?
A.
We can pick the boundaries one by one.
B.
We can trim only one segment in one time conducting the Trim command.
C.
We can right click the mouse to select all the objects as boundaries.
D.
We can trim several segments in one time conducting the Trim command.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】图示三相三线制电路中,有两组三相对称负载,均为电阻性,如果电压表读数为 380V ,则电流表读数为( ) A
A.
51
B.
22
C.
44
D.
35
E.
64
【单选题】有以下程序 struct STU{ char name[10]; int num; }; void f1(struct STU C) { struct STU b={'LiSiGuo',2042}; c=b; } void f2(struct STU*C) { struct STU b={'SunDan',2044}; *c=b; } main() { struct STU a={'YangSan...
A.
2041 2044
B.
2041 2043
C.
2042 2044
D.
2042 2043
【单选题】蜗杆的零件图采用一个主题图和( )的表达方法。
A.
旋转剖视图
B.
局部齿形放大
C.
移出剖面图
D.
俯视图
【单选题】以下程序段是计算学生的三门功课平均分,空白处对函数average正确调用方式是______。 struct Student { char name[10]; int score1; int score2; int score3; } stu; int float average( struct Student stu) { int aver; aver=(stu.score...
A.
average(stu);
B.
aver=average(stu);
C.
average(Student);
D.
int average(stu);
【单选题】蜗杆的零件图采用一个主视图和( )的表达方法。
A.
俯视图
B.
移出剖面图
C.
局部齿形放大
D.
旋转剖视图
【单选题】图示三相电路中,有两组三相对称负载,均为电阻性。若电压表的读数为380V, 则电流表的读数为()A
A.
76
B.
22
C.
44
D.
66
【单选题】有如下建立视图语句, CREATE VIEW V_stu_sc AS SELECT STU.SNO , STU.SNAME , STU.SSEX , STU.SAGE , SC.CNO , SC.SCORE FROM STU, SC WHERE STU.SNO=SC.SNO 下面的修改语句不能正确执行的是( )。
A.
update  V_stu_sc  set sname=‘张三’ where sno=’2005001’
B.
update  V_stu_sc  set sname=‘张三’,sage=23  where sno=’2005001’
C.
update  V_stu_sc  set sname=‘张三’,cno=5  where sno=’2005001’
D.
update  V_stu_sc  set sname=‘张三’,ssex=‘男’  where sno=’2005001’
【单选题】Student stu; Student *p; 以下哪个代码能实现指针p指向对象stu?
A.
*p=&stu;
B.
p=&stu;
C.
*p=stu;
D.
p=stu;
【单选题】设有如下定义: typedef struct stu { int num; char name[20]; int score; }t_stu; t_stu stu1,*p=&stu1; 能正确引用结构体变量stu1中成员score的表达式是 ( )
A.
t_stu->score
B.
stu1->score
C.
p->score
D.
(*p)->score
【单选题】create database stu 表示?
A.
创建数据表stu
B.
创建数据库stu
C.
创建数据文件stu
D.
创建日志文件stu
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题