柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
用户进程从用户态转变为内核态时,使用的指令是
A.访管指令
B.I/O指令
C.页保护指令
D.压栈指令
热度🔥348
参考答案:A
解析:
A【解析】用户程序不能直接使用特权指令。如果用户程序在用户态转换为内核态,使用访管指令,这是CPU由用户态向核心态转换的方法。故选择A选项。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
有以下程序 #include int fun(int x) { int p; if(x==0||x==1) return(3); p=x-fun(x-2); return p; } main() { printf("%d\n",fun(7)); } 执行后的输出结果是
有以下程序 #include struct tt { int x; struct tt *y; } *p; struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a}; main() { int i; p=a; for(i=1; ix ); p=p->y; } } 程序的运行结果是
关于IP组播的描述中,错误的是
标签
四级软件测试工程师
指令
用户
转换
程序