【单选题】【消耗次数:1】
What are two broad categories of knowledge?
Implicit knowledge and explicit knowledge
Obvious knowledge and unobvious knowledge
Inductive knowledge and deductive knowledge
Refereed knowledge and inferred knowledge.
参考答案:
复制
纠错
相关题目
【判断题】 Lexical competence consists of receptive knowledge and productive knowledge.
①  正确
②  错误
【单选题】 Their knowledge should ( ) the various aspects
①  updated on
②  be updated
③  update one
④  be updated on
【单选题】 Classification is a useful ____ to the organization of knowledge in any field.
①  means
②  approach
③  mode
④  manner
【单选题】 It is common knowledge that dogs have a _______ sense of smell.
①  thoughtful
②  slim
③  keen
④  absorbed
【单选题】 Classification is a useful _____to the organization of knowledge in any field.
①  means
②  approach
③  mode
④  manner
【单选题】 She _____ useful knowledge of the English by careful study.
①  acquired
②  gained
③  sacrificed
④  earned
【单选题】 The more people you know, ___________ knowledge you get.
①  the much
②  the more
③  more
④  much
【单选题】 Problems can ______ when people have no knowledge of law.
①  rise
②  raise
③  arise
④  rose
【单选题】 Reading ____ the mind only with materials of knowledge; it is thinking that makes what we read ours.
①  rectifies
②  prolongs
③  minimizes
④  furnishes
【判断题】 TCK的英文全称是:Teacher's Confidence Knowledge?
① 
② 
随机题目
【单选题】 用PV操作来管理n个并发进程互斥地使用某个共享资源时,信号量的初值应定义为()
①  -n
②  -1
③  1
④  n
【单选题】 面向用户,文件系统的最主要功能是实现()
①  文件的安全存储
②  文件的操作
③  文件的组织
④  文件的按名存取
【单选题】 下列硬件中属于辅助存储器的是()
①  ROM
②  磁盘
③  RAM
④  显示器
【单选题】 设计操作系统的主要原则是能使计算机系统()
①  可靠地工作
②  使用方便
③  使用方便和高效地工作
④  高效地工作
【单选题】 一个进程的状态信息存放在该进程控制块PCB的_____区域中。()
①  标识信息
②  说明信息
③  现场信息
④  管理信息
【单选题】 特权指令____执行。()
①  只能在目态下
②  只能在管态下
③  可在管态也可在目态下
④  从目态变为管态时
【单选题】 对资源采用静态分配策略能()
①  防止死锁
②  避免死锁
③  检测死锁
④  解除死锁
【单选题】 有n个进程并发执行时,系统允许每次最多m个进程(1≤mn)同时使用某资源。若使用PV操作来管理,则信号量的变化范围是()
①  [(m-n),m]
②  [(m-n),n]
③  [(n-m),m]
④  [(n-m),n]
【单选题】 把空闲区按地址顺序从小到大登记到空闲区表中,分配时顺序查找空闲区表,找到第一个能满足作业长度要求的空闲区,一部分分配给作业,另一部分仍为空闲区。这样的算法是()
①  先进先出分配算法
②  最先适应分配算法
③  最优适应分配算法
④  最坏适应分配算法
【单选题】 在页式虚存系统中,把以后不再访问的或距当前最长时间后再访问的那一页调出的页面调度算法是()
①  最佳调度算法(OPT)\
②  最近最久未使用调度算法(LRU)
③  最近最不经常使用调度算法(LFU)
④  先进先出调度算法(FIFO)