皮皮学,免费搜题
登录
搜题
【单选题】
当多个程序共享内存资源时,操作系统的存储管理程序将把内存与( )结合起来,提供一个容量比实际内存大得多的"虚拟存储器".
A.
高速缓冲存储器
B.
光盘存储器
C.
硬盘存储器
D.
离线后备存储器
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】设有下列程序段:static char b=2;void Y(){ static float d=4;… }int a=1;void X(){ int c=3;… }关于程序段中各变量的属性,以下叙述中错误的是( )。
A.
a是全局变量,函数X可以访问,函数Y不能访问
B.
b是全局变量,函数X和函数Y都可以访问
C.
c是动态变量,函数X可访问,函数Y不可访问
D.
d是静态变量,函数X和函数Y都可以访问
【单选题】In 1919, the May Fourth Movement ________, beginning with a large-scale new cultural movements
A.
231. In 1919, the May Fourth Movement ________, beginning with a large-scale new cultural movements in China. A.happened
B.
broke out
C.
occurred
D.
take place
【单选题】In the fourth paragraph the writer suggests that reports may be helpful if
A.
a client is dissatisfied with your advice.
B.
they are structured like the minutes of meetings.
C.
there is a disagreement about what happened.
D.
they outline a range of possible future outcomes.
【单选题】设有下列程序段:static char b=2;void Y ( ){ static float d=4;....... }int a=1;void X ( ){ int c=3; ...... }关于程序段中各变量的属性,以下叙述中错误的是______。
A.
a 是全局变量,函数 X 可以访问,函数 Y 不能访问
B.
b 是全局变量,函数 X 和函数 Y 都可以访问
C.
c 是自动局部变量,函数 X 可访问,函数 Y 不可访问
D.
d 是静态变量,函数 X 和函数 Y 都可以访问
【单选题】May the fourth is the day __________ we Chinese people will never forget.
A.
which
B.
when
C.
on which
D.
why
【简答题】下列都是在C语言程序段中含有注释的片段,其中注释方法错误的是A. void main() /*主函数*/{ } B. void main(){pri/*remark*/ntf("student!");} C. void main(){int x /*=10*/;printf("%d",x);} D. void main(){int x=10;/* printf("%d",x);*/ }
【单选题】在一元量化逻辑中, ( ∧ )是( )的标准符号化。
A.
A
B.
E
C.
I
D.
O
【单选题】t分布曲线的形态与哪者有关
A.
均数
B.
标准差
C.
标准误
D.
自由度
E.
方差
【单选题】设有下列程序段: static int y=2; void f2( ) {static float d=3; ..} int x=1; void f1( ) { int z=3; ......} 关于程序段中各变量的属性,下而叙述中错误的是
A.
x是全局变量,函数f1可以访问,函数f2不能访问
B.
y是全局变量,函数f1和函数f2都可以访问
C.
z是动态变量,函数f1可访问,函数f2不可访问
D.
d是静态变量,函数f1和函数f2都可以访问
【单选题】在一元量化逻辑中, ( ∧¬ )是( )命题的符号化。
A.
A
B.
E
C.
I
D.
O
相关题目: