皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
下面四个工具中,哪种属于多媒体制作软件工具?
A.
Photoshop
B.
Fireworks
C.
PhotoDraw
D.
Authorware
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】In the initialization of the Dijkstra’s algorithm, for node x, if y is not a neighbor of x, then D(y) is ____.
A.
0
B.
1
C.
D.
c(x, y)
【多选题】When we press the INIT function key on MCDU, the initialization pages will be shown, the pages involved are including:
A.
POS INIT page
B.
PERF INIT page
C.
TAKEOFF REF page
D.
CLIMB page
【单选题】任一基元反应,反应分子数与反应级数的关系是( )
A.
反应级数等于反应分子数
B.
反应级数小于反应分子数
C.
反应级数大于反应分子数
D.
反应级数大于或等于反应分子数
【单选题】设备安装质量记录资料的控制中,安装依据不包括的是( )。
A.
设备安装图
B.
图纸审查记录
C.
安装方案
D.
安装设备质量文件资料
【判断题】基元反应的反应级数与反应分子数相同。(    )
A.
正确
B.
错误
【单选题】The following is a valid array initialization statement
A.
int a[5] = {0,1,2,3,4,5}
B.
char a[] = "string"
C.
int a[] = "string"
D.
char a[] = {0,1,2,3,4,5}
【单选题】Given the initialization as follows char a[]="ABCDEF"; char b[]={‘A’, ‘B’, ‘C’, ‘D’, ‘E’, ‘F’}; the right choice is()
A.
array a is identical to array b
B.
array a is identical in length with array b
C.
both array a and b are stored character strings
D.
array a is longer in length than array b
【单选题】设备安装质量记录资料的控制不包括( )。
A.
制造单位质量管理检查资料
B.
安装依据
C.
设备、材料的质量证明资料
D.
安装设备验收资料
【单选题】The Initialization and Reference page achieves most of its action ( )
A.
during the climbing
B.
before take off
C.
during approaching
D.
after landing on
【单选题】The illegal initialization in the following is()
A.
char s[5]={ "abc"};
B.
char s[5]=['a','b', 'c'];
C.
char s[5]= "";
D.
char s[5]= "abcdef";
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题