任何标准,都是在一定条件下的"统一规定",标准化的统一是相对的。
参考答案:对
请根据以下材料,写一篇不少于800字的短文,题目自拟,文体不限。学者有四失,教者必知之。人之学也,或失则多,或失则寡,或失则易,或失则止。此四者,心之莫同也。知其心,然后能救其失也。教也者,长善而救其失者也。——《学记》
User programs interact with the kernel through a set of standard (71) . They request services to be provided by the kernel. Such services would include accessing a file: open close, read, write, link, or execute a file; starting or (72) accounting records; changing ownership of a file or (73) ; changing to a new directory; creating, (74) , or killing a process; enabling access to hardware devices; and setting limits on system resources. Unix is a multi -user, multi -tasking operating system. You can have many users logged into a system simultaneously, each running many programs. It’s the kernel’s job to keep each process and user separate and to regulate access to (75) , including cpu, memory, disk and other L/O devices.
A.system commands
B.system transfer
C.system calls
D.system rings