Which of the following is most likely to be discussed in the part succeeding this text?
[A] Relations of St. T. Aquinas’ achievements to previous efforts.
[B] How St. T. Aquinas worked out in the balance in discussion.
[C] Other endeavors on the relationship of reason and revelation.
[D] Outstanding features of the mature period of Scholasticism.
本题考查了考生对文章论证结构的把握。文章最后一段首句为段落主旨句,指出:因为相信信仰和理智之间和谐统一的关系,经院派哲学家总是试图确定它们各自精确的范围和能力。该段接下来以时间为线索,先谈到早期经院哲学家不能清楚地对两者进行区分,总是过于自信地认为哲学推理可以为启示提供准则;接着谈到了经院哲学成熟时期的代表人物圣·托马斯·阿奎纳,指出他努力在二者之间找到一种平衡。可见,整个段落的内容都是围绕理智和启示关系上的努力而展开论述。因此可推测下文应继续叙述就此进行的其他努力,因此[C]项为正确答案。圣·托马斯·阿奎纳只是作为经院哲学人物的一个代表被提到,不可能对他的个人成就做过于详尽的论述,排除[A]项。[B]、[D]项都与段落主旨不一致,即不属于论证主旨的论据。
第1题:
A.similar
B.alike
C.same
D.likely
第2题:
第3题:
第4题:
Given the following DDL for the PARTS table:CREATE TABLE parts (part_no INT(9) NOT NULL, part_name VARCHAR(24), part_remain INT(9));All part numbers entered will be different and all rows should be displayed in order of increasing part numbers whenever the table is queried. Which of the following create index statements will meet this criteria and require the least amount of storage for the index object?()
A.CREATE UNIQUE INDEX idx_partno ON parts(part_no)
B.CREATE UNIQUE INDEX idx_partno ON parts(part_name ASC)
C.CREATE UNIQUE INDEX idx_partno ON parts(part_name, part_no ASC)
D.CREATE UNIQUE INDEX idx_partno ON parts(part_no, part_name ASC)
第5题:
第6题: