At the City Social Work Center, Zhang Hua is introducing the center to Liu Hui._ LIU HUI: Zhang Hua, I heard you work___1__ at this City Social Work Center. ZHANG HUA: That's right. I love this job. LIU HUI: What is__2___ about this Social Work Center ZHANG HUA: It offers help to people who are in__3___ such as people who are homeless, sick, or having family problems, etc. LIU HUI: Does it help children or adults ZHANG HUA: Well, both. I would say we___4__ those who may be lonely ,weak or ill. LIU HUI: That sounds interesting. You must feel happy to be able to help people. ZHANG HUA: Yeah. That's why I love working here. It's a very rewarding job. I can show you around, if you like. LIU HUI: That's ___5__. I can't wait!
第1题:
定义下列结构体(联合)数组: struct St { char name[15]; int age; }a[10]={"ZHAO",14,"WANG",15,"LIU",16,"ZHANG",17}; 执行语句printf("%d,%c",a[2].age,*(a[3].name+2))的输出结果为( )。
A.15,A
B.16,H
C.16,A
D.17,H
第2题:
定义下列结构体(联合)数组: struct st { char name[15]; int age; }a[10]={"ZHAO",14, "WANG",15, "LIU",16, "ZHANG",17 }; 执行语句printf["%d,%c",a[2].age, *(a[3].name+2))的输出结果为( )。
A.15, A
B.16, H
C.16, A
D.17, H
第3题:
A.可以用发光二节管来判断传输收发;
B.TMU的LIU灯闪,可判断基站发线有问题;
C.TMU的LIU灯常亮,可判断基站收线有问题;
D.任一根传输电缆中断,TMU的LIU灯和BSC侧相应ABIS接口LIU指示灯状态总是一端闪,另一端常亮
第4题:
定义下列结构体(联合)数组:struct st{ char name[15]; int age;}a[10]={"ZHAO",14,"WANG",15,"LIU",16,"ZHANG",17};执行语句printf("%d,%c",a[2].age,*(a[3].name+2))的输出结果为( )。
A.15,A
B.16,H
C.16,A
D.17,H
第5题:
定义下列结构体(联合)数组:
struct st
{ charn ame[15];
int age;
}a[10]={"ZHAO",14,"WANG",15,"LIU",16,"ZHANG",17};
执行语句printf("%d,%c",a[2].age,*(a[3].name+2) )的输出结果为( )。
A.15,A
B.16,H
C.16,A
D.17,H
第6题:
以下哪一条HTML语句用于设置表格某一行中的所有单元格内容居中()。
A.<table align=”center”>…</table>
B.<tr align=”center”>…</tr>
C.<td align=”center”>…</td>
D.<th align=”center”>…</th>