【判断题】已经16小时没有进食的人看到模糊的图片时很容易知觉为食物,这体现了知觉者的兴趣和爱好对知觉的影响。
【单选题】下图为截切后正圆柱的三面投影,正确的H面投影是
【简答题】关于蛋白质沉淀、变性和凝固的关系,下面哪种说法不正确 ( )
【多选题】To enable router on a router subinterface,which two steps must you perform?(choose two)
A.
Configure full duplex and speed
B.
configure the subinterface with an IP address
C.
Configure an IP route to the VLAN destination network
D.
Configure a default to route traffic between subinterface
E.
Configure encapsulation dot1q
【多选题】which two steps must you perform to enbale router-on-stick on a switch ?(choose two)
A.
connect the router to a trunk port
B.
config the subint number exactly the same as the matching VLAN
D.
cofigure an ip route to the vlan destn net
E.
assign the access port to the vlan
【判断题】已经 16 小时没有进食的人看到模糊的图片时很容易知觉为食物,这体现了知觉者的兴趣和爱好对知觉的影响。
【简答题】编写一个程序Leapyear .c,判别某年是否是闰年。其中闰年的条件是符合下面二者之一: 1能被4整除,但不能被100整除; 2能被4整除,又能被400整除。 提示:判断的条件 (year%4==0 &&year%100!=0)||year%400==0