手机版
扫一扫查看
题库首页
新闻资讯
学习问答
VIP中心
资料下载
您现在位置:
模拟考场
>
IT互联网
>
数据与AI
>
浏览试题
[单选题]
以下软件中,( )不是操作系统软件。
A
Windows xp
B
unix
C
linux
D
microsoft office
收藏
查看答案
参考答案
试题答案:
D
试题答案:
这里录入答案解释,可以省略
相关题目
下列设备中,属于输出设备的是( )。
以下关于汇率的说法中错误的是:
计算机信息计量单位中的K代表( )。
以下软件中,( )不是操作系统软件。
我国人民币的主币是:
用一个字节最多能编出( )不同的码。
完整的计算机系统由( )组成。
按复利计算,年利率为5%的100元贷款,经过两年后产生的利息是:
香港联系汇率制度是将香港本地货币与哪种货币挂钩?
下列哪一项不属于商业银行的“三性”原则?
热门试题
1.
香港联系汇率制度是将香港本地货币与哪种货币挂钩?
2.
远古教育具有原始性,不属于其特征的是( )
3.
最近研究认为代谢缺陷为易感糖尿病的一种遗传因素,同时,( )糖尿病患者有高血压家族史。
4.
#include <iostream> using namespace std; class Student{ public: Student(char *name, int age, float score); public: void show(); char *getname() const; int getage() const; float getscore() const; private: char *m_name; int m_age; float m_score; }; Student::Student(char *name, int age, float score): m_name(name), m_age(age), m_score(score){ } void Student::show(){ cout<<m_name<<"的年龄是"<<m_age<<",成绩是"<<m_score<<endl; } char * Student::getname() const{ return m_name; } int Student::getage() const{ return m_age; } float Student::getscore() const{ return m_score; } int main(){ const Student stu("小明", 15, 90.6); //stu.show(); //error cout<<stu.getname()<<"的年龄是"<<stu.getage()<<",成绩是"<<stu.getscore()<<endl; const Student *pstu = new Student("李磊", 16, 80.5); //pstu -> show(); //error cout<<pstu->getname()<<"的年龄是"<<pstu->getage()<<",成绩是"<<pstu->getscore()<<endl; return 0; }
5.
关于扑救易燃液体火灾的说法,错误的是( )。
热门试卷
消防工程师
去做题
已有35做题
医药健康类试卷
去做题
已有20做题
复制1教师资格证考试
去做题
已有13做题
编程与开发试卷(三)
去做题
已有10做题
随机组卷
去做题
已有7做题