柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
下列4种软件中,属于应用软件的是( )。
A.财务管理系统
B.DOS
C.Windows 2010
D.Windows 2007
热度🔥683
参考答案:A
解析:
财务管理系统属于应用软件,其他三项均是系统软件。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
计算机网络中传输介质传输速率的单位是bps,其含义是( )。
数据库设计过程不包括
条件"Not 年龄>30"的含义是
若有以下程序 #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); } 则程序的输出结果是
标签
计算机二级Office
nbsp
系统
财务管理
windows