皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
雄伟壮观的国家大剧院主体建筑表面使用的是钛合金板,将钛(Ti)放在海水中数年后取出仍光亮如初.下列关于钛及其化合物的说法正确的是(  )
A.
钛酸亚铁(FeTiO 3 )属于氧化物
B.
二氧化钛(TiO 2 )中含有氧分子
C.
钛单质具有较强的抗腐蚀性
D.
Ti可以表示钛元素,也可以表示1个钛分子,还可以表示钛单质
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下列给定程序中,函数fun的功能是:实现两个整数的交换。例如,给a和b分别输入60和65,输出为:a=65 b=60。 #include #include #include /*************found**************/ —————— { int t; t=b;b=a;a=t; } void main() {int a,b; system("CLS"); printf("En...
A.
void fun(int a,b)
B.
void fun(int *a,b)
C.
void fun(int a,*b)
D.
void fun(int *a,int *b)
【单选题】What term is used to describe the small advertisements that appear on other Web sites?
A.
Viral ads
B.
Banner ads
C.
Adware
D.
Spyware ads
【单选题】What term is used to describe a river barge designed to carry coal or any similar cargo not requiring weather protection ().
A.
Single skin
B.
Double skin
C.
Open hopper
D.
Deck barge
【判断题】0储压式干粉灭火器是由筒体、筒盖、储气钢瓶、喷射系统和开启机构等部件构成的。( )
A.
正确
B.
错误
【单选题】What term is used to describe the use and distribution of information regardless of title or department?
A.
Open source information
B.
Info mining
C.
Information sharing
D.
Info distribution
【单选题】What term is used to describe defending an argument?
A.
Refutation
B.
Response
C.
Rebuttal
D.
Redoubt
【单选题】What term is used to mean “the ways things are”?
A.
Significance
B.
Status quo
C.
Solvency
D.
Saliency
【单选题】What term is used to refer to a cultural aversion to ambiguous situations?
A.
Uncertainty avoidance
B.
Masculinity
C.
Power distance
D.
Individualism
【单选题】下列给定程序中,函数fun的功能是:实现两个整数的交换。例如,给a和b分别输入60和65,输出为:a=65 b=60。 #include #include #include void fun(int a,b) { int t; /*************found**************/ _____________ } void main() {int a,b; system("CLS")...
A.
t=*b; *b=*a; *a=t;
B.
t=b;b=a;a=t;
C.
*t=b;*b=a;*a=t;
D.
*t=*b;*b=*a;*a=*t;
【简答题】下列给定程序中,函数fun的功能是:实现两个整数的交换。例如,给a和b分别输入60和65,输出为:a=65 b=60。#include #include #include void fun(int a,b){ int t;/*************found**************/ _____________}void main(){int a,b; system("CLS"); pr...
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题