Term
| The ____ allocates each resource,starts its operation ,and, finally,deallocates the resource ,making it available to the next resource or job. |
|
Definition
|
|
Term
| ______include(s)every peripheral units in the system such as printers,disk drives,CD/DVD drives,flash memory,keyboards,and so on. |
|
Definition
|
|
Term
| ______ operating systems are typically used for a network platform. |
|
Definition
| Linux,Net Ware,UNIX,Windows |
|
|
Term
| The type of system designed to perform one specific type of function is________. |
|
Definition
|
|
Term
| ______ means that several logical records are grouped within one physical record. |
|
Definition
|
|
Term
| The most common mechanism for implementing multiprogramming was the introduction of the _______ concept,which is when the CPU is notified of event needing operating systems services. |
|
Definition
|
|
Term
| A system with blank divide programs into parts and keep them in secondary storage, bringing each part into memory only as it is needed . |
|
Definition
|
|
Term
| The ____ is used to indicate that a program is permanently held in ROM(read only memory),as opposed to being held in secondary storage. |
|
Definition
|
|
Term
| A typical ______computer houses devices to perform audio,video and graphic creation and editing. |
|
Definition
|
|
Term
| A thread (or____)can be defined as a unit smaller than a process,which can be scheduled and executed. |
|
Definition
|
|
Term
| The name for the core part of the operating system is ____________. |
|
Definition
|
|
Term
| _____ are self-contained modules(units of software)that provide models of the real world and can be reused in different applications. |
|
Definition
|
|
Term
| In a single-user system,jobs are processed_______. |
|
Definition
|
|
Term
| Fixed partitions are also called_______ partitions. |
|
Definition
|
|
Term
| In the partition scheme, the table that the Memory Manager uses to keep track of jobs is composed of the_________. |
|
Definition
| partition size,memory address,access,and status |
|
|
Term
| The ______keeps the free/busy list organized by memory locations,low-order memory to high-order memory. |
|
Definition
| first-fit memory allocation |
|
|
Term
| ______ has the least wasted space and the smallest partition fitting the requirements. |
|
Definition
|
|
Term
| ______ has the least wasted space and the smallest partition fitting the requirements. |
|
Definition
|
|
Term
Consider the following space requirements for jobs 1-4 and memory blocks.Assuming a first-fit scheme is used,the job,____,is not able to run. J1 10k J2 20k J3 30k J4 10k Blocks: B:1 30k B2 15k B3 50k B4 20k |
|
Definition
|
|
Term
Consider the following space requirements for jobs 1-4 and memory blocks.Assuming a best-fit scheme is used,the job ,____,is placedin the last block: Jobs: J1. 10k J2. 20k J3. 30k J4. 10k Blocks: B1. 30k B2. 15k B3. 50k B4. 20k |
|
Definition
|
|
Term
| _____ is how memory is deallocated in a fixed partition scheme. |
|
Definition
| Memory Manager resets the status of the memory block were the job was stored to "free". |
|
|
Term
| In a dynamic partition scheme ,_____,is how the Memory Manager deallocates a block that is between two other free blocks? |
|
Definition
| The size of the three free partition must be combined. |
|
|
Term
| When memory is deallocated,an entry can be removed from the free list by creating a(n)_______. |
|
Definition
|
|
Term
The ____of memory,sometimes referred to as garbage collection or deragmentation, is preformed by the operating system to reclaim fragmented sections of the memory space. |
|
Definition
|
|
Term
| The _____contains the value that must be added to each addressed referenced in the program so it will be able to access the correct memory addressed after relocation. |
|
Definition
|
|
Term
| _____ is the actual memory address for a job that starts at 18k. |
|
Definition
|
|
Term
| By compacting and relocating, the Memory Manager optimizes the use of memory and thus improves throughput,but an unfortunate side effect is more_____. |
|
Definition
|
|
Term
| The primary advantage of storing programs in a noncontagious location is that ________. |
|
Definition
| main memory is used more efficiently. |
|
|
Term
| There are_____ entries per page in the PMT. |
|
Definition
|
|
Term
| If the page size is 100 lines,______ is the displacement for line 214 of a program. |
|
Definition
|
|
Term
| A page size that is to small will generate_________. |
|
Definition
|
|
Term
| With demand paging ,jobs are divided into equally sized_______ that initially reside in secondary storage. |
|
Definition
|
|
Term
| One of the most important innovations of demand paging was that it made _____ feasible. |
|
Definition
|
|
Term
| In demand paging when a job requires a certain page to be loaded and there is no empty page frame,______. |
|
Definition
| A resident page must be swapped back into secondary storage. |
|
|
Term
| When there is an excessive amount of page swapping between main memory and secondary storage, the operation becomes inefficient, which is called ______. |
|
Definition
|
|
Term
| The____ policy is based on the theory that the best page to remove is the one that has been in memory the longest. |
|
Definition
|
|
Term
| Assume that four page frames are available and are numbered 1-4.Pages A-D have been loaded into page frames 1-4 in order.Assume that page E is requested. The page frame to be loaded into FIFO algorithm is used is______. |
|
Definition
|
|
Term
| In a computer,the_____ holds the central Processing Unit,the Arithmetic and Logic Unit,registers,cache,and main memory, |
|
Definition
|
|
Term
| A hybrid system is a combination of the ______ systems. |
|
Definition
|
|
Term
| In second-generation computers,to reduce discrepancy in speed between the I/0 and the CPU,an interface called the ______was placed between them to act as a buffer. |
|
Definition
|
|
Term
| ______ is the partitioning of a single server ,each of which can support a different operating system. |
|
Definition
|
|
Term
| In the algorithm to load a job in a single-user system,the program counter is initially set to __________. |
|
Definition
| the address of the first memory location. |
|
|
Term
| Assume the memory manager receives a request for a block of 200. When the best-fit algorithm is used,_____is the beginning address of the block granted by the memory manager. |
|
Definition
|
|
Term
| The primary advantage of storing programs in noncontinuous locations is that_______; |
|
Definition
| main memory is used more efficiently. |
|
|
Term
| There are _____ entries per page in the PMT. |
|
Definition
|
|
Term
| If the page size is 100 lines,______is the displacement for line 214 of a program. |
|
Definition
|
|
Term
| A page that is to small will generate______________. |
|
Definition
|
|
Term
| With demand paging,jobs are divided into equally sized _____ that initially reside in secondary storage. |
|
Definition
|
|
Term
| One of the most important innovations of demand paging was that it made ______ feasible. |
|
Definition
|
|
Term
| In demand paging when a job requires a certain page to be loaded and there is no empty page frame,_________. |
|
Definition
| A resident page must be swapped back into secondary storage. |
|
|
Term
| In demand paging when a job requires a certain page to be loaded and there is no empty page frame,_________. |
|
Definition
| A resident page must be swapped back into secondary storage. |
|
|
Term
| When there is an excessive amount of page swapping between main memory and secondary storage,the operation becomes inefficient,which is called_________. |
|
Definition
|
|
Term
| The _____ policy is based on the theory that the best page to remove is the one that has been in memory the longest. |
|
Definition
|
|
Term
| Assume that four page frames are available and are numbered 1-4.Pages A-D have been loaded into page frames 1-4 in order . assume that page E is requested .The page____ frame to be loaded into when FIFO algorithm is used is ____. |
|
Definition
|
|
Term
| If a particular demand paging configuration has 9 interrupts out of 11 page request,failure rate is ______. |
|
Definition
|
|
Term
| Assume that four page frames are available and are numbered 1-4.Pages A-D have been loaded into page frames 1-4 in order .The program has accessed the pages in the following order:B,D,A,C.Assume page E is requested. The _____page frame will be loaded when the LRU algorithm is used. |
|
Definition
|
|
Term
| In the PMT, the ______bit for all pages in memory is 1. |
|
Definition
|
|
Term
Consider the following four cases.Under the LRU policy,______,will be least likely to swap Modified Referenced Meaning Case 1 0 0 Not mod-for Ref Case 2 0 1 not mod-for was Ref Case 3 1 0 Was Modf but not Ref Case 4 1 1 WAS Mod and was Refrd |
|
Definition
|
|
Term
| The following phrase___,means that during any phase of it's execution,the program references only a small fraction of its pages. |
|
Definition
|
|
Term
| To access a location in memory when using segmented memory management , the address is composed of two entries:_____. |
|
Definition
| the segment number and the displacement |
|
|
Term
| _____ gives users the appearance that there programs are being completely loaded in main memory during their processing time. |
|
Definition
|
|
Term
| During the second generation,programmers started dividing their programs into sections that resemble working set,really segments,originally called roll in/roll out and now called________. |
|
Definition
|
|
Term
| ______can be thought of as being an intermediary between main memory and the special-purpose registers, which are the domain of the CPU. |
|
Definition
|
|
Term
| Studies have shown that having any ____, even a small one,can substantially improve the performance of the computer system. |
|
Definition
|
|
Term
| A______ is a portion that can run independently. |
|
Definition
|
|
Term
| The _____ is also called the high level scheduler. |
|
Definition
|
|
Term
| The Job scheduler seeks to ______,when scheduling jobs. |
|
Definition
| balance CPU and I/O intensive jobs. |
|
|
Term
| The process scheduler assigns the CPU to execute the process of those jobs placed on_______ and placed on a queue. |
|
Definition
|
|
Term
| The transition from____ is initialed by the Job Scheduler according to some pre- defined policy. |
|
Definition
|
|
Term
| The transition From ______ is initiated by the process scheduler or the Job Scheduler. |
|
Definition
|
|
Term
| Queues use _____to track jobs the same way customs officials use passports to track international visitors. |
|
Definition
|
|
Term
| An I/0 Request is called a(n)____wait in multiprogramming environments. |
|
Definition
|
|
Term
| First-come,first-served(FCFS)is a very simple algorithm to implement because it __________. |
|
Definition
|
|
Term
| The first-come,first-served(FCFS)algorithm is fine for most____ systems. |
|
Definition
|
|
Term
Assume that four jobs A-D require the CPU cycles listed below. Using the SJN algorithm the ____ job is run first. JOB: A B C D CPU cycles 5 2 6 4 |
|
Definition
|
|
Term
| Some systems increase the priority of jobs that have been in the system for an unusually long time to expedite their exit, which is known as _______. |
|
Definition
|
|
Term
| When selecting the proper time quantum it should be long enough to allow ______ percent of the CPU cycles to run to completion. |
|
Definition
|
|
Term
| No movement between queues is a very simple policy that rewards those that have ______ jobs. |
|
Definition
|
|
Term
| ________ jobs are treated like all the others once they are in the system. |
|
Definition
|
|
Term
| _______ allows for faster turnaround of CPU-bound jobs. |
|
Definition
| Variabletime quantum per queue |
|
|
Term
| Internal interrupts,or_____interrupts,also occur as a direct result of the arithmetic operation or job instruction currently being processed. |
|
Definition
|
|
Term
| When the operating system detects a nonrecoverable error,the folloeing step is performed first by the interrupt handler: |
|
Definition
| the type of interrupt is described and stored |
|
|
Term
| Interactive systems generaly improve the use of resource through _____resource sharing,but this resource sharing capability also increasesthe posssibility of deadlocks. |
|
Definition
|
|
Term
| For ____ systems, deadlocks quickly become critical situations. |
|
Definition
|
|
Term
| Failure to lock datdbase records before updating them may result in a _____between processes. |
|
Definition
|
|
Term
| _____ is when, in modern printing systems,a disk accepts output from several users and acts as a temporary storage area for all output until the printer is ready to accept it. |
|
Definition
|
|
Term
| A network thats congested or has filled a large percentage of it I/0 buffer space can become deadlock if it doesn't have _____ to control the flow of messages through the network. |
|
Definition
|
|
Term
| ______ is the act of allowing only one process to have accessto a dedicated resource. |
|
Definition
|
|
Term
| _____ occurs when two processes do not release control of resourcews they are using. |
|
Definition
|
|
Term
| _____allows a resource to be held by a processes as long as it is needed. |
|
Definition
|
|
Term
| _____ is when each process involved in the impasse is waiting for another to voluntarily release the resourc so at least one will be able to continue on. |
|
Definition
|
|
Term
| _____ showed how the four conditions can be modeld using directed graphs. |
|
Definition
|
|
Term
| ______ is necessary in any computer system because some resources such as memory, CPU, and dedicated services must be exclusively allocated to one user at a time. |
|
Definition
|
|
Term
| The scheme of _____ removes the possibility of circular wait and therefore guarantees the removal of deadlocks. |
|
Definition
|
|
Term
| _______ developed the Bankers Algorithm. |
|
Definition
|
|
Term
| Whuch of the folling steps in reducing a directed graph to eleminate deadlock? |
|
Definition
| Find a process that is currently using a resource and not waiting for one. |
|
|
Term
| The first and simplest recovery method,and the most drastic, is to______. |
|
Definition
| terminate every job that is active in the system and restart them from the beginning. |
|
|
Term
| iN THE "dining philosophers" problem,a philosopher can pick up a fork when _______. |
|
Definition
|
|
Term
| An algorithym designed to detect starvation by tracking how long each job has been waiting for a resource is the same concept as___________. |
|
Definition
|
|
Term
| _______devices are assigned to only one job at a time. |
|
Definition
|
|
Term
| _______devices are assigned to only one job at a time. |
|
Definition
|
|
Term
| The number of charecters that can be recorded per inch on a magnetic tape is determined by the _______ of the tape. |
|
Definition
|
|
Term
| In a fixed-head magnetic disk,each circle is called a _________. |
|
Definition
|
|
Term
| Moveable-head mgnetic disk,such as the computer hard drive,have _____read/write head(s) per platter surface. |
|
Definition
|
|
Term
| The davent of optical disk was made possible by developments in _____technology. |
|
Definition
|
|
Term
| On a optical disk, all sector are _______. |
|
Definition
| of the same size throughout the disk. |
|
|
Term
| The data-transfer rate for an optical disk is measured in_____ per second and refers to the speed of which massive amounts of data can be read from a disk. |
|
Definition
|
|
Term
| To put data on a optical disk require a high-intensity laser baem,which burns indentations, called pits,and flat areas,called ___________. |
|
Definition
|
|
Term
| A dual-layer single-sided DVD can hold the equivalent of ________CDs. |
|
Definition
|
|
Term
| To write data to flash memory,an electric charge is sent through on transistor called the control gate where the charge is stored in a cell until it's erased. |
|
Definition
|
|
Term
| Of the three componants of acess time in a moveable-head DASD's _______is the longest. |
|
Definition
|
|
Term
| _______ control the transfer of information between the disk drives and the rest of the computer system. |
|
Definition
|
|
Term
| The I/O_____allocates the devices,control units,and channels. |
|
Definition
|
|
Term
| _______ use the same underlying philosophy as shortest job next,where the shortest jobs are processed first and longer jobs are made to wait. |
|
Definition
|
|
Term
| ________ is a way to optimize search times by ordering the requist once the reaqd/write heads have been positioned. |
|
Definition
|
|
Term
| The file maneger is in charge of the system's________ componants. |
|
Definition
|
|
Term
| A ______ is a group of related records that contain information to be used by specific application programs to generate reports. |
|
Definition
|
|
Term
| ________contain instructions and data files contain dat; but as far as storage is concerned,the file manager treats them the same way. |
|
Definition
|
|
Term
| Many computer users and some operating systems call subdirectories _______. |
|
Definition
|
|
Term
| The purpose of an extension is to_____. |
|
Definition
| identify the type of file. |
|
|
Term
| Whenever a file is accessed, the user type in the_____name,and the_____adds the proper prefix. |
|
Definition
|
|
Term
| a UNIX OR LINUX system might identify a file as:/usr/imfst/flynn/inventory.doc.The root dirctory is represented by________. |
|
Definition
|
|
Term
| As long as user refer to filesin the _____directory,they can access their files without entering the complete name from the highest level to the lowest. |
|
Definition
|
|
Term
| When data is stored in fixed length fields,data that extends beyond the fixed size__________. |
|
Definition
|
|
Term
| When using random access files,the program used to store the data follows a set of instructions,called a _______ algorithm,that transforms each key into a number,the records logical address. |
|
Definition
|
|
Term
| The primaty disdvantige of contigious storage is that___________. |
|
Definition
| a file can't be expanded unless theres is a empty space available immmiediatly following it. |
|
|
Term
| _______ allocation allows files to use any storage space availble onthe disk. |
|
Definition
|
|
Term
| In indexed storage,when a file is created,the pointer in the in the index block are all set to___________. |
|
Definition
|
|
Term
| The file maneger uses the address of the_______to access the next sequential record. |
|
Definition
|
|
Term
| Usually,the term"_____"indicates a specific location in a network containing one or more computer systems. |
|
Definition
|
|
Term
| The geometric arrangment of connections (cables,wireless,or both)that link the nodes is called a ___________. |
|
Definition
|
|
Term
| When deciding which configuration to use,designers should keep in mind four criteria: |
|
Definition
| basic cost,communication cost,reliabity,and user enviroment. |
|
|
Term
| In the _________topology configuration host are connected to each other through a central controller which assumes all responsability for routing messages to the appropriate host. |
|
Definition
|
|
Term
| A ____is a specific set of rules used to control the flow of messages through the network. |
|
Definition
|
|
Term
| In the ____topology,host are connected to one another in a linear fashion. |
|
Definition
|
|
Term
| A_________ is typically a cluster of personal computers or workstations located in thesame general area. |
|
Definition
|
|
Term
| High-speed Lans have a data rate that varies from 100 megabits per to more than ______per second. |
|
Definition
|
|
Term
| The IEEE Standard 802.11n has a net bit rate of_____________. |
|
Definition
|
|
Term
| In the address someone@icarus.lis.pitt.edu,theb host name in this address is______. |
|
Definition
|
|
Term
| A_____is a internetworking device,primarly software driven,which directs traffic between two differant types of LANs or two network segmants withdifferant protocol addresses. |
|
Definition
|
|
Term
| Which characteristic is true of packet switching. |
|
Definition
| Shared by many transmissions |
|
|
Term
| When using CSMA/CD,and a collision occurs,a jamming signal is sent immediatly to both sending nodes,which then wait__________before trying again. |
|
Definition
|
|
Term
| There are _____layers in the TCP/IP |
|
Definition
|
|
Term
| In the TCP/IP model,the______layer is equivalant to the transport and session layers of the OSI model. |
|
Definition
|
|
Term
| The biggest limitation of the NOS is_______. |
|
Definition
| that is does not take global control over management functions. |
|
|
Term
| The major differance between NOS and DO/S is_______. |
|
Definition
| how each views and manages the local and global resources. |
|
|
Term
|
Definition
| resources are owned by local nodes. |
|
|
Term
| In a typical NOS enviroment,a user who wants to run a local process at a remote site must first__________. |
|
Definition
| log on to the local network |
|
|
Term
| For each node,the memory manager uses a kernal with a________algoritym to track the amount of memory that is available. |
|
Definition
|
|
Term
| To control the demand,the Memory Manager handles requestb from the process Manager to allocate and deallocate spaced based on______. |
|
Definition
| the networks usage patterns |
|
|
Term
| Typically, the system's scheduling function has three parts:a______, a priority function,and arbitration rule. |
|
Definition
|
|
Term
| When a process reaches a point at which it needs service from an external source,such as an I/O requist,it send a message searching for the service,while it waits or a response,the processer server puts theprocess in a ____state. |
|
Definition
|
|
Term
| To determine a object's state ,one must |
|
Definition
| perform an appropriate operation on it. |
|
|
Term
| The main function of a DO/S File Maneger is |
|
Definition
| provide transparent mecnanism to work with files |
|
|
Term
| The focus of NOS is ________. |
|
Definition
|
|
Term
| The _____program helps users transfer files from one computer to another. |
|
Definition
|
|
Term
| _______techniques give the system the ability to perform concurrent reads and writes,as long as the result of these actions don't jeprerdize the contents of the database. |
|
Definition
|
|
Term
| Of the operating systems ,______ was introduced first. |
|
Definition
|
|
Term
| The command____ is used to find a specific string of Characters in a file. |
|
Definition
|
|
Term
| _____is a family of IEEE standards that define a portable operating system interface to ehnance the portability of programes from one operating system to another. |
|
Definition
|
|
Term
| For multiprograming systems most UNIX operating systems use either______ managment techniques. |
|
Definition
| swaping or demand paging memory |
|
|
Term
| Unix uses a ______ to keep track of which processes are using which program code, and the memory is not released until the program code is no longer needed. |
|
Definition
|
|
Term
| Unix uses the _____page replacement algorithm. |
|
Definition
| least recently used ( LRU) |
|
|
Term
| When the Unix Processer Manager is deciding which process from the ready queue will be loaded to memory to be run first, it chooses the process_______. |
|
Definition
| with the longest time spent in secondaary storage. |
|
|
Term
| A____mat occur if an event happens during the process's transition between deciding to wait for the event and entering the wait state. |
|
Definition
|
|
Term
| The _____command allows the programmer to synchronize process execution by suspending the parent until the child is finished. |
|
Definition
|
|
Term
| Subroutines that work with the operating system to supervise the transmission of data between main memory and a peripheralk unit are called the _______. |
|
Definition
|
|
Term
| In UNIX,the file______contains the parameters that control resources such as the numbers of internal buffers for the kernal and the size of the swap space |
|
Definition
|
|
Term
| ___are the device drivers that provide the interface to I/O hardware. |
|
Definition
|
|
Term
| The Unix file management organizes disk into blocks of 512 bytes each and devides the disk into four basic regions, the first of which is _______. |
|
Definition
|
|
Term
| Using_____in a path name will move you upward in the hierarchy. |
|
Definition
|
|
Term
| The maxinimum number of bytes that can be allocated to a single file in Unix is _____. |
|
Definition
|
|
Term
| ____was intially responsable for the popularity of MS-DOS. |
|
Definition
|
|
Term
| Although MS-DOS is no longer widely used,many Windows operating systems offer a ________to allow users who are comfortable with this operating system to use some DOS-like commands in a window. |
|
Definition
| DOS-compatible operating systemnamed MD-DOS |
|
|
Term
| The portion of DOS that users interact with is ________. |
|
Definition
|
|
Term
| The DOS kernel is read into memory at initialization time from the ______file residing in the boot disk. |
|
Definition
|
|
Term
| The Memory Manager uses a_______memory allocation scheme. |
|
Definition
|
|
Term
| ________is usualy very small in size and contains a program, a section of BIOS,with the sole task of starting up the system. |
|
Definition
|
|
Term
| Programes with the____extension are given all of the TPA,whether or not they need it. |
|
Definition
|
|
Term
| When a block is formed its first five bytes contain information about the block,the _____is contained in byte zero if it is the last block. |
|
Definition
|
|
Term
| ______interupts are generated by certain events occuring during a program's execution,such as divission by zero. |
|
Definition
|
|
Term
| A____interupt handler's function is to terminate a process without releasing it's memory,thus providing memory-resident programming facilities. |
|
Definition
| Terminate and Stay Resident |
|
|
Term
| In the MS-DOS file managment schen=me,the symbol_____follows the drive name. |
|
Definition
|
|
Term
| There are _____disk sectors grouped into a cluster. |
|
Definition
|
|
Term
| _______is the redirection symbol. |
|
Definition
|
|
Term
| The _____command allows the user to set up a series of files for printing while freeing up Command.COM to accept other commands. |
|
Definition
|
|
Term
| In 1999,Microsoft changed the operating system's name from Window NtT to Windows 2000. True or False |
|
Definition
|
|
Term
| Much of Windows is written in assembly language, a programing laguage that's staderdized and readily available. TRUE or FALSE |
|
Definition
|
|
Term
| A replacement policy determines which virtual page must be removed to make room for a new page. true or false |
|
Definition
|
|
Term
| In Windows operating systems, almost all low-level I/O operations are asyncronous. True or False |
|
Definition
|
|
Term
| The SMB protocol is a high-level specification for formatting messages to be sent across the network and correlates to the application layer(layetr 7),and the presentation layer (layer6) of the OSI model. True or False |
|
Definition
|
|
Term
| One of the biggest concerns about Windows operating systems in general is the need for aggresive patch mangement to combat the many viruses and worms that target these systems. True or False |
|
Definition
|
|
Term
| The _____ version of Windows introduced X500-style directory services, Kerberos security,and improved Distributed Component Object Model (DCOM) |
|
Definition
|
|
Term
| In Windows terminology, the priveledge processormode is called___mode and the and the nonprivalidge mode is called user mode. |
|
Definition
|
|
Term
| The ____ file system can recover from all types of including those that occur in critical disk sectors. |
|
Definition
|
|
Term
| The portion of the memory that is used for section of the kernel that require maximum performance is. |
|
Definition
| the lower part of the resident operating system code |
|
|
Term
| A thread is the entity within a process that the ______schedules for execution. |
|
Definition
|
|
Term
| In a Windows device driver ,the _____is used by the I/O Manager to communicate with the driver when it generates an IRP after an I/O request. |
|
Definition
|
|
Term
| _______provide high-level interface for passing databetween two processes regardless of there locations. |
|
Definition
|
|
Term
| An API called______interface is used to pass I/Orequest structured in the SMB format to a remote computer. |
|
Definition
|
|
Term
| Active Directory groups machines into administrative unit called_____. |
|
Definition
|
|
Term
| Linux was created by Denis Ritchi |
|
Definition
|
|
Term
| Linux brought speed ,effiencincy,flexabitiy of Unix to msmall Computer. |
|
Definition
|
|
Term
| Linux administraters have aceess to numerous standard utilities,elimuinating the need to writespechiel code. |
|
Definition
|
|
Term
| Linux offers memory protection based on type of information stored in each region belonging to the adresses space of a user reguest. |
|
Definition
|
|
Term
| To keep track of busy pages , Linux uses a system of page tables. |
|
Definition
|
|
Term
| Because Linux is written and distributed under the_______General Public License,its source code is freely distributed and available to the general public. |
|
Definition
|
|
Term
| When a process begins execution,its segments have a______size. |
|
Definition
|
|
Term
| Linux is device independant, which improves its portabity from one system to another. |
|
Definition
|
|
Term
| ___represents root directory. |
|
Definition
|
|
Term
| In Linux,information about the status of the system is available using the ____Monitor Window. |
|
Definition
|
|