Dr. Brosnan and Dr. de Waal have eventually found in their study that the monkeys ________.
[A] prefer grapes to cucumbers
[B] can be taught to exchange things
[C] will not be cooperative if feeling cheated
[D] are unhappy when separated from others
第1题:
A、have…flowing
B、have…flow
C、have…to flow
D、have…flowed
第2题:
第3题:
假设我们定义了以下谓词: Study(x) x肯学习 Lucky(x) x是幸运的 那么下列哪个谓词公式对于以下知识的表示是正确的? "小张不肯学习但他是幸运的"
A.﹁Study(zhang)∧Lucky(zhang)
B.﹁(Study(zhang)∧Lucky(zhang))
C.﹁(Study(zhang)∨Lucky(zhang))
D.﹁Study(zhang)∨Lucky(zhang)
第4题:
A.Studentstu=newStudent(“Tom”,23);stu.study(“数学”);
B.Student.study(“数学”);
C.Studentstu=newStudent(“Tom”,23);stu.study();
D.Studentstu=newStudent(“Tom”,23);Stringresult=stu.study(“数学”);
第5题:
You look() What()you()?
Atire;did;do
Btiring;have;done
Ctired;do;do
Dtired;have;been doing
第6题:
查看MySQL中支持存储引擎的语句是 。
A.SHOW ENGINS; 和 SHOW VARIABLES LIKE 'have%';
B.SHOW VARIABLES; 和 SHOW VARIABLES LIKE 'have%';
C.SHOW ENGINS; 和 SHOW ENGINS LIKE 'have%';
D.SHOW ENGINS; 和 SHOW VARIABLES from 'have%';