[名词解释] SIMM(Single-In-line-Menory-Modules)
[单选题]The ______ is a collection of modules serving as interface between hardware and software to prov2012q2/cte a software platform.A.computerB.processorC.application softwareD.operating systemA.B.C.D.
[单选题] The (72) is a collection of modules serving as interface between hardware and software to provide a software platform.(72)A. computerB. processorC. application softwareD. operating system
[单选题]The(72)is a collection of modules serving as interface between hardware and software to provide a software platform.A.computerB.processorC.application softwareD.operating system
[单选题]The (72) is a collection of modules serving as interface between hardware and software to provide a software platform.A.computerB.processorC.application softwareD.operating system
[单选题]适宜采用inline定义函数情况是()A . 函数体含有循环语句B . 函数体含有递归语句C . 函数代码少、频繁调用D . 函数代码多、不常调用
[单选题]The word “they” in Line 5,Para. 2 refers to_.A.older peopleB.new thingsC.childrenD.interests
[单选题]The( )is a collection of modules serving as interface between hardware and
[单选题]语句SELECT‘ACCP’ FROM DUAL 的执行结果是()。A . ACCPB . XC . 编译错D . 提示未选中行
[单选题]有如下事件过程:Private Sub Command1_Click()D.im m As Integer, n As Integerm=2: n=1Print "m="; m; "n="; nC.all TOD(m, n)Print "m="; m; "n="; nE.nd SubSub TOD(x, y)x=x ^ 2y=y ^ 3E.nd Sub程序运行后,输出的结果为( )。A.m=2,n=1m=1,n=2B.m=2,n=1m=4,n=1C.m=1,n=2m=1,n=4D