An operator is asked to rewind and eject a tape from a system. Which command will accomplish this without touching the tape drive?()
第1题:
( 33 )将运算符 “ + ” 重载为非成员函数,下列原型声明中,错误的是
A ) MyClock operator + (MyClock,long);
B ) MyClock operator + (MyClock,MyClock);
C ) MyClock operator + (long,long);
D ) MyClock operator + (long,MyClock);
第2题:
如果表达式-x/y中的“--”和“/”是作为友元函数重载的运算符,采用运算符函数用格式,该表达式还可表示为( )。
A.operator/(x.operator--(),y);
B.operator/(operator--(x),y);
C.x.operator--().operator/(y);
D.y.operator/(operator--(x));
第3题:
如果在表达式++x/y中,++是作为友元函数重载的,/是作为成员函数重载的,则该表达式还可为
A.(operator++(x) ) .operator/(y)
B.(operator++(0) ) .operator/(y)
C.operator/((operator++(x,0) ) ,y)
D.operator/((operator++(0) ) ,y)
第4题:
如果表达式y*x++中,“*”是作为成员函数重载的运算符,“++”是作为友元函数重载的运算符,采用运算符函数调用格式,该表达式还可表示为
A.x.operator++(0).operator*(y);
B.operator*(x.operator++(0),y);
C.y.operator*(operator++(x,0))
D.operator*(operator++(x,0),y)
第5题:
A. tctl reset
B. tctl rewind
C. tctl return
D. tctl rewoffl
第6题:
A. The name?command.The ?name?command.
B. The ptime?command.The ?ptime?command.
C. The hutdown ast?command.The ?hutdown ?ast?command.
D. The ?etc/rc.shutdown?command.
第7题:
Which configuration command builds a read-write SNMP community named operator?()
第8题:
An operator is asked to shutdown the telnet service for security reasons. What are the appropriate commands to achieve this?()
第9题:
An operator has been asked if a system was rebooted. Which of the following commands should be used to determine if a reboot has occurred?()
第10题:
Snmp-server community operator.
Snmp-server operator community.
Snmp-server community operator rw.
Snmp-server operator community rw
第11题:
第12题:
The name?command.The ?name?command.
The ptime?command.The ?ptime?command.
The hutdown ast?command.The ?hutdown ?ast?command.
The ?etc/rc.shutdown?command.
第13题:
如果表达式--x/y中的“--”和“/”是作为友元函数重载的运算符,采用运算符函薮调用格式,该表达式还可表示为( )。
A.operator/(x.operato--(), y);
B.operator/(operator--(x), y);
C.x.operator--().operator/(y);
D.y.operator/(operator--(x));
第14题:
将x+y*z中的“+”用成员函数重载,“*”是友元函数重载应写为( )。
A.operator+(operator*(y,z))
B.x.operator+(operator*(y,z))
C.x.operator+(X*(y,z))
D.x+(operator*(y,z))
第15题:
如果表达式++x/y中,+ +是作为友元函数重载的,/是作为成员函数重载的,则该表达式还可为( )。
A.(operator + +(x)).operator/(y)
B.(operator + +(0)).operatr/(y)
C.operator/((operator + + (x,0)),y)
D.operator/((operator + + (0)),y)
第16题:
如果表达式++x/y中,++是作为友元函数重载的,/是作为成员函数重载的,则该表达式还可为( )。
A.(operator++(x)).operator/(y)
B.(operator++(0)).operatr/(y)
C.operator/((operator++(x,0)),y)
D.operator/((operator++(0)),y)
第17题:
A. mv /home/operator .
B. mv /home/operator/* .
C. mv /home/operator ../..
D. mv /home/operator/all ../home/operator
第18题:
C标准库函数rewind的作用是()
第19题:
如果表达式++j*k中的“++”和“*”都是重载的友元运算符,则采用运算符函数调用格式,该表达式还可以表示为()
第20题:
An operator wants to move all files inside the directory /home/operator to the current directory. Which of the following commands will complete the task?()
第21题:
Which of the following will occur if an operator types the command vi file.out?()
第22题:
operator/(x.operator-(),y);
operator/(operator--(x),y);
x.operator--().operator/(y);
y.operator/(operator--(x))
第23题:
tctl reset
tctl rewind
tctl return
tctl rewoffl
第24题:
operator+(operator*(y,z))
x.operator+(operator*(y,z))
x.operator+(x*(y,z))
x+(operator*(y,z))