For each blank, choose the best answer from the four choices and write down on the answer'sheet.
(66)is a protocol that a host uses to inform. a router when it joins or leaves an Internet multicast group.
(67)is an error detection code that most data communication networks use.
(68)is an interior gateway protocol that uses a distance vector algorithm to propagate routing information.
(69)is a transfer mode in which all types of information are organized into fixed form. cells on an asynchronous or non-periodic basis over a range of media.
(70)is an identifier of a web page.
A.ICMP
B.SMTP
C.IGMP
D.ARP
第1题:
A.dism/image:c:\textfiles\answer/apply-unattend:c:\mount\unattend.xml
B.dism/image:c:\mount/apply-unattend:c:\textfiles\answer\unattend.xml
C.dism/image:c:\mount/apply:c:\textfiles\answer\unattend.xml
D.dism/image:c:\mount/apply-answer:c:\textfiles\answer\unattend.xml
第2题:
第3题:
下面 C代码的输出结果是()。 int answer,result; answer=100; result=answer-10; printf(“The result is %d” , result+5);
A.The result is 90
B.The result is 95
C.The result is 10
D.The result is 100
第4题:
A.imagex.exe/mountanswer.xml/verify
B.imagex.exe/appendanswer.xml/check
C.sysprep.exe/generalize/oobe/unattend:answer.xml
D.sysprep.exe/reboot/audit/unattend:answer.xml
第5题:
56、归结反演求解问题时将问题的否定和Answer谓词析取后加入公式集,最终答案就在Answer谓词中
第6题:
下列对枚举类型的使用的代码中错误的是()。
A.enum {no, yes, none}answer; if (answer == yes) { printf("Yesn"); }
B.enum response{no = -1, yes = 1, none = 0}; enum response answer;
C.answer = yes; printf("%d", answer);
D.answer = "yes"; printf("%s", answer);