当前位置:首页
> Luz 第6026页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Which command is used to clean up old *.o files and old dependen
Which command is used to clean up old *.o files and old dependencies? @[C](1)A. make oldconfig B. make configC. make mr…
单选题:Which command can install a Linux kernel module?
Which command can install a Linux kernel module?@[B](1)A. lsmod B. insmod C. rmmod D. either A or BA.lsmodB.insmodC.rm…
单选题:Which of the following removes all of the object files and some
Which of the following removes all of the object files and some other things that an old version leaves behind? @[B](1)A…
单选题:Which of the following commands installs a loadable module in th
Which of the following commands installs a loadable module in the running kernel?@[A](1)A. insmod B. loadmod C. lsmod D…
单选题:Which statement is incorrect when executing the make command wit
Which statement is incorrect when executing the make command with no parameters in the current directory? @[B](1)A. mak…
单选题:You have just recompiled a new kernel and rebooted your system w
You have just recompiled a new kernel and rebooted your system with the new kernel. Unfortunately you are getting “Can’t…
单选题:You have downloaded the patch from 4.6.18 to 4.6.19, and applied
You have downloaded the patch from 4.6.18 to 4.6.19, and applied it to /usr/src/linux, where you had previously configur…
单选题:某数据对象由三个元素A、B、C构成,元素间关系的集合为{$$,$$,$$},该数据对象
某数据对象由三个元素A、B、C构成,元素间关系的集合为{$$,$$,$$},该数据对象的逻辑结构为 ( ) @[C](2)A. 线性结构B. 树型结构C. 图结构D. 集合结构 A.线性结构B.树型结构C.图结构D.集合结构答案:C…
单选题:设指针变量p指向双向循环链表的某结点,能删除p所指结点的操作为( )。
设指针变量p指向双向循环链表的某结点,能删除p所指结点的操作为( )。 @[D](2)A. free(p); p=p-˃next;B. p=p-˃next; p-˃prior-˃next; free(p-˃prior);C. p-˃…
单选题:下面的叙述正确的是( )
下面的叙述正确的是( ) @[D](2)A. 线性表在链式存储时,所有元素节点的存储单元是连续的B. 线性表在链式存储时,删除第i个元素的时间同i的值无关C. 线性表在顺序存储时,查找第i个元素的时间同i 的值成正比D. 线性表在顺序…