柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
计算机系统软件中最核心的是()。
A.语言处理系统
B.操作系统
C.数据库管理系统
D.诊断程序
热度🔥868
参考答案:B
解析:
【解析】系统软件主要包括操作系统、语言处理系统、系统性能检测和实用工具软件等,其中最主要的是操作系统。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
在下列字符中,其ASCII码值最大的一个是()。
若有以下程序 #include #include #include typedef struct stu { char *name, gender; int score; } STU; void f(char *p) { p=(char *)malloc(10); strcpy(p, "Qian"); } main() { STU a={NULL, 'm', 290}, b; a.name=(char *)malloc(10); strcpy( a.name, "Zhao" ); b = a; f(b.name); b.gender = 'f'; b.score = 350; printf("%s,%c,%d,", a.name, a.gender, a.score); printf("%s,%c,%d\n", b.name, b.gender, b.score); } 则程序的输出结果是
有以下程序 #include #define SQR(X) X*X main() { int a=10, k=2, m=1; a /= SQR(k+m)/SQR(k+m); printf("%d\n",a); } 程序的输出结果是
嵌入式Linux中,不属于Linux内核部分的功能是( )。
标签
计算机一级MS Office
系统
软件
操作系统
处理系统