157 Filling vacant positions by recruiting within the organization
A. Is exempt from equal employment opportunity laws
B. Is less expensive than recruiting externally
C. Can help provide new and innovative ideas to the organization
D. Is more time consuming than recruiting externally
E. A and B
第1题:
前缀列表{ip ip-prefix}的命令格式为 ip ip-prefix ip-prefix-name[index index-number]{permit|deny}ipv4-address mask-length[greater-equal greater-equal-value][less-equal less-equal-value],如果仅指定了greater-equal未指定less-equal,则前缀范围为()
A.[0,greater-equal-value]
B.[mask-length.greater-equal-value]
C.[greater-equal-value,32]
D.无限制
第2题:
Ships changing their location within the port limits are also required to report their new ______.
A.bearings
B.distances
C.sections
D.positions
第3题:
第4题:
The International Loadline Certificate is a document indicating ______ of the various loadlines of the vessel.
A.functions
B.importances
C.actions
D.positions
第5题:
第6题:
下述语句中,()可以在字符串s1和s2相等时显示"Equal."。
A.if(!strcmp(s1,s2)) puts(“Equal.”);
B.if(s1==s2) puts(“Equal.”)
C.if(*s1==*s2) puts(“Equal.”)
D.if(strcmp(s1,s2)) puts(“Equal.”);