-->
当前位置:首页 > Luz 第6026页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:Which command is used to clean up old *.o files and old dependen

Luz5年前 (2021-05-10)627
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?

Luz5年前 (2021-05-10)532
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

Luz5年前 (2021-05-10)587
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

Luz5年前 (2021-05-10)545
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

Luz5年前 (2021-05-10)915
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

Luz5年前 (2021-05-10)701
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

Luz5年前 (2021-05-10)608
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构成,元素间关系的集合为{$$,$$,$$},该数据对象

Luz5年前 (2021-05-10)1119
某数据对象由三个元素A、B、C构成,元素间关系的集合为{$$,$$,$$},该数据对象的逻辑结构为 ( ) @[C](2)A. 线性结构B. 树型结构C. 图结构D. 集合结构 A.线性结构B.树型结构C.图结构D.集合结构答案:C…

单选题:设指针变量p指向双向循环链表的某结点,能删除p所指结点的操作为( )。

Luz5年前 (2021-05-10)1151
设指针变量p指向双向循环链表的某结点,能删除p所指结点的操作为( )。 @[D](2)A. free(p); p=p-˃next;B. p=p-˃next; p-˃prior-˃next; free(p-˃prior);C. p-˃…

单选题:下面的叙述正确的是( )

Luz5年前 (2021-05-10)1293
下面的叙述正确的是( ) @[D](2)A. 线性表在链式存储时,所有元素节点的存储单元是连续的B. 线性表在链式存储时,删除第i个元素的时间同i的值无关C. 线性表在顺序存储时,查找第i个元素的时间同i 的值成正比D. 线性表在顺序…