The approach we propose is a system-oriented methodology for knowledge acquisition, this orientation emphasizes ongoing documentation throughout each cycle and technique applied. Program-wide documentation is suggested, both for the purpose ofinternal(1)and for later verification and(2)efforts. The documentation system we propose includes a central "knowledge acquisition(3)" which is(4)to reflect knowledge acquisition plans, session nodes, and domain expert participation. Specifically,(5)within the database system include knowledge acquisition forms, which document plans for, and notes from, knowledge acquisition session, domain expert file, and rule content forms.
查看答案
In recent years, one of the more popular topics for panel discussions at computer conferences and trade(1)has been the "RISC versus CISC" debate.
RISC processors feature a small number of instructions that each executes in(2)machine cycle. CISC processors use complex instructions that can take several cycles to execute.
The RISC versus CISC debate won't be decided by panel discussion; it will be won in the marketplace. And the deciding factor may have little to do with the(3)ofinstructions and registers and more to do with parallelism.
Since their conception, RISC processors have been evolving toward microparallelism. Incorporating parallel-processing features(4)the processor, RISC processors feature pipelining, whereby many instructions can be decoded while one instruction executes. RISC processors, however, are moving toward pipelines for each unit of the processor.
CISC processors also employ pipelining. They have many integer instructions that execute in one cycle, but the varying execution times of CISC instructions(5)the effectiveness of parallelism.
提供的答案:
(1) union (2) two (3) numbers (4) between (5) limit
(6) contents (7) shows (8) one (9) within (10) enhance
Object-oriented DBMS integrated a variety of(1)data types—such as business procedures, graphics, pictures, voice and annotated text.
Object orientation also makes a(2)to application development efficiency. It makes the data, functions, attributes and relationships an integral part of the(3). In this way, objects can be reused and replicated.
Some leading RDBMS vendors support the concept of integrating object management capabilities with their current line of relational products. That capability enable users to(4)the development cycle, since integrity logic and business rules no longer need to be programmed(5)each application.
供选择的答案:
(1) tool (2) in (3) idea (4) contribution (5) joke (6) short
(7) object (8) theoretical (9) extent (10) shorten (11) real-world (12) into
An expert system is a software that(1)specialist knowledge about a particular domain of(2)and is capable of making(3)decisions within that domain. Although expert systems typically focus on a very narrow domain, they have achieved dramatic success with(4)problems. This has excited widespread interest outside the research laboratories from which they emerged.
Expert systems have given rise to set of "knowledge engineering" methods constituting a new approach to design of high performance software system. This new approach represents an(5)change with revolutionary consequences.
供选择的答案:
(1) develops (2) directory (3) effect (4) encapsulates (5) evolutionary
(6) experience (7) expertise (8) intelligent (9) real-time (10) real-life
It is traditional when dealing with languages of all sorts to try to separate concerns with(1), the subject of syntax, from concerns with(2), the field of semantics. Consider the simple "language" of binary numerals. Some examples of binary numerals are
1
101 101
11001 101111
A communication in this language evidently consists of afinite sequence of characters “0”、“1". This is just syntax however, and says(3)about what such a communication is intended to mean.
Numbers are"(4)" mathematical concepts, whereas the digit strings that appear on paper are numerals, that is to say,(5)representations or descriptions of numbers.