The UNIX operating system is made up of three parts; the kernel, the shell and the programs. The kernel of UNIX is the(71)of the operating system: it allocates time and memory to programs and handles the filestore and communications in response to(72). The shell acts as an(73)between the user and the kernel. When a user logs in, the(74)program checks the username and password, and then starts another program called the shell. The shell is a command line(75)(CLI). It interprets the commands the user types in and arranges for them to be carded out. The commands are themselves programs: when they terminate, the shell gives the user another prompt(% on our systems).A.hubB.centerC.coreD.nucleus

The UNIX operating system is made up of three parts; the kernel, the shell and the programs. The kernel of UNIX is the(71)of the operating system: it allocates time and memory to programs and handles the filestore and communications in response to(72). The shell acts as an(73)between the user and the kernel. When a user logs in, the(74)program checks the username and password, and then starts another program called the shell. The shell is a command line(75)(CLI). It interprets the commands the user types in and arranges for them to be carded out. The commands are themselves programs: when they terminate, the shell gives the user another prompt(% on our systems).

A.hub

B.center

C.core

D.nucleus


相关考题:

UNIX操作系统结构由哪几部分组成?() A.硬件B.工具及应用程序C.ORACLE系统D.SHELL(外壳)E.KERNEL(内核)F.SYBASE系统

UNIX系统常用Shell有:() A.autoexec.batB.cshC.bshD.ksh

以下程序段的输出结果为 ( )int j=2;switch(j){case 2:System.out.print("two.");case 2+1:System.out.println("three.");breakdefault:System.out.println("value is"+j);break;}A.two.three.B.two.C.three.D.value is 2

下面语句那些是System.ini中[BOOT]下默认的语句:()A、Shell=Explorer.exeB、Shell=Yzx.exeC、Shell=convert.exeD、Shell=msconfig.exe

DOS的英文表示是()。 A、Disk、Operating、SystemB、Daily、Operating、SystemC、Disk、Open、SystemD、Date、Open、System

下列关于UNIX操作系统的说法,错误的是( )。A.UNIX采用进程对换的内存管理机制B.UNIX是由Shell语言编写的C.UNIX是多用户系统D.UNIX采用树形文件系统

Afilenamed"core"existsinthecurrentdirectory.Whichofthefollowingcommandsshouldbeusedtodeterminewhatcreatedthe"core"file?() A.dump-tcoreB.stringscoreC.trace-acoreD.crashcore/unix_up

以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.twoA.two.three.B.twoC.threeD.value is 2

Unix和Linux有很多种不同的外壳,称为Shell,如csh,ksh,bsh, bash等。

Linux内核中的系统调用总数定义在哪个文件中()A.include/linux/sys.hB.kernel/system_call.sC.kernel/sys.cD.include/unistd.h