下面哪个命令可以查看网卡的中断()。
A.cat/proc/ioports
B.cat/proc/interrupts
C.cat/proc/memoryinfo
D.which interrupts
( 27 )要想在过程 Proc 调用后返回形参 x 和 Y 的变化结果,下列定义语句中正确的是A ) Sub Proc ( x as Integer,y as Integer )B ) Sub Proc ( ByVal x as Integer, y as Integer )C ) Sub Proc ( x as Integer,Byval y as Integer )D ) Sub Proc ( Byval x as Integer, Byval y as Integer )
点击查看答案
已知有下面的过程Private Sub proc1(a As Integer,b As String,Optional x As Boolean)……End Sub正确调用此过程的语句是( )。A.Call procl(5)B.Call proc1 5,”abc”,FalseC.proc1(12,”abc”,True)D.proc1 5, “abc”
( 23 )已知有下面的过程( )Private Sub proc1 ( a As Integer,b As String,Optional x As Boolean )……End Sub正确调用此过程的语句是A ) Call procl ( 5 )B ) Call proc1 5, ” abc ” ,FalseC ) proc1 ( 12, ” abc ” ,True )D ) proc1 5, “ abc ”
要想在过程Proc调用后返回形参x和y的变化结果,下列定义语句中正确的是______。A.Sub Proc(x as Integer, y as Integer)B.Sub Proc(By Val x as Integer, y as Integer)C.Sub Proc(x as Integer, By Val y as Integer)D.Sub Proc(By Val x as Integer, By Val y as Integer)
在哪个文件中定义网卡的I/O地址()。A.cat/proc/modulesB.cat/proc/devicesC.cat/proc/ioportsD.cat/io/dma
为了查看Linux启动信息,可以用()命令A.cat/etc/lilo.confB.dmesgC.cat/proc/cpuinfoD.lilo
用下列()命令查看Linux使用了多少内存A.cat/proc/meminfoB.cat/bin/meminfoC.vi/proc/meminfoD.vi/user/local/meminfo