设置文件student.dat具有的只读属性的DOS命令是()。
A:ATTRIB+Hstudent.dat B:ATTRIB+Asmdent.dat C:ATTRIB+Sstudent.dat D:ATTRIB+Rsmdent.dat
请选出所有能将文件a.dat的权限从’rwx------’改为’rwxr-x---’的命令。()
A:chownrwxr-x---dat B:chmodrwxr-x---dat C:chmodg+rxdat D:chmod750dat
Traditional network layer packet forwarding relies on the information provided by network layer (1) protocols, or static routing, to make an independent (2) decision at each hop within the network. The forwarding (3) is based solely on the destination (4) IP address. All packets for the same destination follow the same path across the network if no other equal-cost paths exist. Whenever a router has two equal-cost (5) toward a destination, the packets toward the destination might take one or both of them, resulting in
空白(3)处应选择()
A:connection B:window C:decision D:destination
Traditional network layer packet forwarding relies on the information provided by network layer()protocols, or static routing, to make an independent () decisions at each hop within the network. The forwarding () is based solely on the destination() IP address. All packets for the same destination follow the same path across the network if no other equal-cost paths exist. Whenever a router has two equal-cost () toward a destination, the packets toward the destination might take one or both of them, resulting in some degree of load sharing.
The forwarding () is based solely on the destination
A:connecting B:window C:decision D:destination
如果准备读文件,打开顺序文件text.dat的正确语句是( )。
A:Open"text.dat"For Write As#1 B:Open"text.dat"For Binary As#1 C:Open"text.dat"For Input As#1 D:Open"text.dat"For Random As#1
语句ofstream f(“DAT
A:DAT”,ios_base::app B:ios_base::binary);的功能是建立流对象f,并试图打开文件DATDAT并与之连接,而且( )。若文件存在,将文件指针定位于文件首;若文件不存在,建立一个新文件 C:若文件存在,将其截为空文件,若文件不存在,打开失败 D:若文件存在,将文件指针定位于文件尾;若文件不存在,建立一个新文件 E:若文件存在,打开失败;若文件不存在,建立一个新文件
如果准备读文件,打开随机文件“text.dat”的正确语句是( )。
A:Oven"text.dat"For Write As#1 B:Open"text.dat"For Binary As#1 C:OVen"text.dat"For Input As#1 D:Open"text.dat"For Random As#1
语句ofstream f(“DAT
A:DAT”,ios_base::app B:ios_base::binary);的功能是建立流对象f,并试图打开文件DATDAT并与之连接,而且( )。若文件存在,将文件指针定位于文件首;若文件不存在,建立一个新文件 C:若文件存在,将其截为空文件,若文件不存在,打开失败 D:若文件存在,将文件指针定位于文件尾;若文件不存在,建立一个新文件 E:若文件存在,打开失败;若文件不存在,建立一个新文件