If you want to be _________, you should eat_________.
A.healthy; health
B.healthily; healthy
C.healthy; healthily
D.health; healthy
答案:C
英文中be动词后跟形容词作表语,所以第一个空填形容词healthy,英文中和动词
搭配的通常为副词,修饰动词的为状语,第二个空应填副词healthily,故本题选C.
If you want to be _________, you should eat_________.
A.healthy; health
B.healthily; healthy
C.healthy; healthily
D.health; healthy
答案:C
英文中be动词后跟形容词作表语,所以第一个空填形容词healthy,英文中和动词
搭配的通常为副词,修饰动词的为状语,第二个空应填副词healthily,故本题选C.
阅读以下Linux系统中关于IP地址和主机名转换的技术说明,根据要求回答问题1~问题4。
【说明】
计算机用户通常使用主机名来访问网络中的结点,而采用TCP/IP协议的网络是以IP地址来标记网络结点的,因此需要一种将主机名转换为IP地址的机制。
某台IP地址为222.35.40.1的服务器安装了Red Hat Linux操作系统,并使用BIND软件建立域名解析服务。该域名服务器上文件named.conf的部分配置内容如下。
options {
directory’/var/named’;
};
zone ’.’ {
type hint;
file ’named.ca’;
};
zone ’localhost’ IN {
file’localhost.zone’
allow-update{none; };
};
zone 0.0.127.in-addr.arpa’ {
type master;
file ’named.local’;
};
zone ’test.com’{
type master;
file ’test.com’;
};
zone ’40.35.222.in-addr. arpa’{
type master;
file ’40.35.222’;
};
include "/etc/rndc.key";
【问题3】 该域名服务器是域test.com的主服务器,该域对应的网络地址是 (7) ,正向域名转换数据文件存放在 (8) 目录中。 |