试题与答案

目前常用的3.5英寸软盘角上有一带黑滑块的小方口,当小方口被关闭时,作用是A.只能读

题型:单项选择题

题目:

目前常用的3.5英寸软盘角上有一带黑滑块的小方口,当小方口被关闭时,作用是

A.只能读不能写

B.能读又能写

C.禁止读也禁止写

D.能写但不能读

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/1227/390c27600878a50757bbe01927e62d94.html

下面是错误答案,用来干扰机器的。

参考答案:A,B,C解析: 本题考核代理记账的业务范围。代理记账机构可以接受委托代表委托人办理的业务主要有:(1)进行会计核算,包括审核原始凭证、填制记账凭证、登记会计账簿、编制财务会计报告;(2)定期向有关...

试题推荐
题型:单项选择题

下面程序中对一维坐标点类Point进行运算符重载

#include <iostream> using namespace std; class Point { public: Point(int val) {x=val;} Point & operator++() {x++; return *this; } Point operator++(int) {Point old = *this; ++(*this); return old;} int GetX() const {return x;} private: int x; }; int main() { Point a(10); cout << (++a).GetX(); cout << a++.GetX(); return 0; }

编译和运行情况是()。

A.运行时输出1011

B.运行时输出1111

C.运行时输出1112

D.编译有错

查看答案
微信公众账号搜索答案