Good Guy Beket
Test por , creado hace más de 1 año

Suicidal Operating Systems [Teachers: Teshebayeva Karagoz, Mishina Aigerim ; Final Exam + STATE EXAM] ▼ Test sobre OS Part 2, creado por Good Guy Beket el 18/12/2017.

691
18
0
Creado por un usuario eliminado hace más de 6 años
Good Guy Beket
Copiado por Good Guy Beket hace más de 6 años
Cerrar

OS Part 2

Pregunta 1 de 95

1

A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called:

Selecciona una de las siguientes respuestas posibles:

  • race condition

  • data consistency

  • starvation

  • mutual exclusion

Explicación

Pregunta 2 de 95

1

Which one of the following is the address generated by CPU?

Selecciona una de las siguientes respuestas posibles:

  • logical address

  • physical address

  • absolute address

  • none of the above

Explicación

Pregunta 3 de 95

1

What is the ready state of a process?

Selecciona una de las siguientes respuestas posibles:

  • when process is scheduled to run after some execution

  • none of the above

  • when process is using CPU

  • when process is unable to run until some task has been completed

Explicación

Pregunta 4 de 95

1

Mutual exclusion can be provided by the:

Selecciona una de las siguientes respuestas posibles:

  • none of the above maint

  • mutex locks

  • both

  • binary semaphores

Explicación

Pregunta 5 de 95

1

What is a long-term scheduler?

Selecciona una de las siguientes respuestas posibles:

  • it selects which process has to be executed next and allocates CPU

  • none of the above

  • it selects which process has to be brought into the ready queue

  • it selects which process has to remove from memory by swapping

Explicación

Pregunta 6 de 95

1

Operating system maintains the page table for

Selecciona una de las siguientes respuestas posibles:

  • each process

  • each thread

  • each instruction

  • each address

Explicación

Pregunta 7 de 95

1

If a page number is not found in the TLB, then it is known as a:

Selecciona una de las siguientes respuestas posibles:

  • TLB miss

  • buffer miss

  • TLB hit

  • page fault

Explicación

Pregunta 8 de 95

1

Part of a program where the shared memory is accessed and which should be executed invisibly, is called:

Selecciona una de las siguientes respuestas posibles:

  • semaphores

  • mutual exclusion

  • critical section

  • directory

Explicación

Pregunta 9 de 95

1

In memory systems, boundary registers?

Selecciona una de las siguientes respuestas posibles:

  • track the beginning and ending of programs

  • track page boundaries

  • are only necessary with fixed partitions

  • are used for temporary program variable storage

Explicación

Pregunta 10 de 95

1

The resource vector defines

Selecciona una de las siguientes respuestas posibles:

  • total amount of resources required for all processes

  • total amount of each resource in the system

  • total amount of each resource allocated to all processes

  • total amount of each resource NOT allocated to any process

Explicación

Pregunta 11 de 95

1

When each process in the set is blocked awaiting for resource seized by another blocked process

Selecciona una de las siguientes respuestas posibles:

  • it is a deadend

  • it is a deadlock

  • it is a softlock

  • it is a mortallock

Explicación

Pregunta 12 de 95

1

The number of resources requested be a process:

Selecciona una de las siguientes respuestas posibles:

  • must exceed the total number of resources available in the system

  • must always be equal to the total number of resources available in the system

  • must not exceed the total number of resources available in the system

  • must always be less than the total number of resources available in the system

Explicación

Pregunta 13 de 95

1

What is interprocess communication?

Selecciona una de las siguientes respuestas posibles:

  • communication between two process

  • communication between two threads of same process

  • none of the above

  • communication within the process

Explicación

Pregunta 14 de 95

1

The degree of multi-programming is:

Selecciona una de las siguientes respuestas posibles:

  • the number of processes executed per unit time

  • the number of processes in the I/O queue

  • the number of processes in the ready queue

  • the number of processes in memory

Explicación

Pregunta 15 de 95

1

This matrix defines the amount of resources of type j requested by process i

Selecciona una de las siguientes respuestas posibles:

  • Allocation matrix

  • Resource matrix

  • Request matrix

  • Claim matrix

Explicación

Pregunta 16 de 95

1

To avoid the race condition, the number of processes that may be simultaneously inside their critical section is:

Selecciona una de las siguientes respuestas posibles:

  • 10

  • 0

  • 1

  • 2

Explicación

Pregunta 17 de 95

1

Which process can be affected by other processes executing in the system?

Selecciona una de las siguientes respuestas posibles:

  • init process

  • cooperating process

  • child process

  • parent process

Explicación

Pregunta 18 de 95

1

Which of the following registers are used by the processor to exchange data with memory?

Selecciona una de las siguientes respuestas posibles:

  • MAR and MBR

  • PC and IR

  • Program status word

  • I/OAR and I/OBR

Explicación

Pregunta 19 de 95

1

Which of the following registers are used by the processor to exchange data with input/output module?

Selecciona una de las siguientes respuestas posibles:

  • MAR and MBR

  • PC and IR

  • Program status word

  • I/OAR and I/OBR

Explicación

Pregunta 20 de 95

1

The main disadvantage of this technique: consumes a lot of processor time, because every word

Selecciona una de las siguientes respuestas posibles:

  • Direct memory access (DMA)

  • Manual memory access

  • Interrupt-driven I/O

  • Programmed I/O

Explicación

Pregunta 21 de 95

1

The processor issues an I/O command to a module and then go on to some other useful work. The I/O module performs the requested action and alerts the processor to request service when it is ready to exchange data with the processor. The described technique is:

Selecciona una de las siguientes respuestas posibles:

  • Direct memory access (DMA)

  • Manual memory access

  • Interrupt-driven I/O

  • Programmed I/O

Explicación

Pregunta 22 de 95

1

Which of the following is not a technique possible for I/O operations?

Selecciona una de las siguientes respuestas posibles:

  • Direct memory access (DMA)

  • Manual memory access

  • Interrupt-driven I/O

  • Programmed I/O

Explicación

Pregunta 23 de 95

1

If a page table entry is not in main memory, then it is known as a:

Selecciona una de las siguientes respuestas posibles:

  • page fault

  • buffer miss

  • TLB hit

  • TLB miss

Explicación

Pregunta 24 de 95

1

We have

Ts = average (system) access time

T1 = access time of M1 (cache)

T2 = access time of M2 (main memory)

T3 = access time of M3 (disk)

H1 = hit ratio, fraction of time reference is found i M1

H2 = hit ratio, fraction of time reference is found i M2

The average time to access an item, in case the item in disk is:

Selecciona una de las siguientes respuestas posibles:

  • Ts = H1*T1 + H2*T2 + (1-H2)*T3

  • Ts = H1*T1 + (1-H1)*(H1*T1 + H2*(T1 + T2) + (1 - H2)*(T2 + T3))

  • Ts = H1*T1 + (1-H1)*H2*(T2 + T3)

  • Ts = H1*T1 + (1-H1)*(H2*(T1 + T2) + (1 - H2)*(T1 + T2 + T3))

Explicación

Pregunta 25 de 95

1

This chooses which block to replace when a new block is to be loaded into the cache and the cache already had all slots filled with other blocks:

Selecciona una de las siguientes respuestas posibles:

  • replacement algorithm

  • write policy

  • cache size

  • locality of reference

Explicación

Pregunta 26 de 95

1

If the accessed word is found in the faster memory, that is defined as a:

Selecciona una de las siguientes respuestas posibles:

  • bingo

  • win

  • hit

  • evrika

Explicación

Pregunta 27 de 95

1

If the accessed word is not found in the faster memory, that is defined as a:

Selecciona una de las siguientes respuestas posibles:

  • ricochet

  • miss

  • zero

  • loss

Explicación

Pregunta 28 de 95

1

The processor contains a single data register, called

Selecciona una de las siguientes respuestas posibles:

  • PSW

  • PC

  • IR

  • AC

Explicación

Pregunta 29 de 95

1

Which register contains the instruction most recently fetched?

Selecciona una de las siguientes respuestas posibles:

  • instruction register

  • execution register

  • program counter

  • process counter

Explicación

Pregunta 30 de 95

1

This register specifies the location in memory for the next read or write

Selecciona una de las siguientes respuestas posibles:

  • Memory address register

  • I/OAR

  • Memory buffer register

  • I/OBR

Explicación

Pregunta 31 de 95

1

Which of the following element of a computer system moves data between the computer and its external environment?

Selecciona una de las siguientes respuestas posibles:

  • Main memory

  • Processor

  • System bus

  • I/O modules

Explicación

Pregunta 32 de 95

1

This main disadvantage of this technique: consumes a lot of processor time, because every word of data that goes from memory to I/O module or from I/O module to memory must pass through the processor

Selecciona una de las siguientes respuestas posibles:

  • Direct memory access (DMA)

  • Manual memory access

  • Interrupt-driven I/O

  • Programmed I/O

Explicación

Pregunta 33 de 95

1

The processor issues an I/O command to a separate module, by sending the type of operation (read/write), the address of the I/O device, the starting location in memory for data, number of words. Then the processor continues with other work. The module transfers the entire block of data to/from memory without going through the processor. The described technique is:

Selecciona una de las siguientes respuestas posibles:

  • Direct memory access (DMA)

  • Manual memory access

  • Interrupt-driven I/O

  • Programmed I/O

Explicación

Pregunta 34 de 95

1

The processor issues an I/O command to a module and waits, periodically checking the status of the I/O module until it finds that the operation is complete.
The I/O module performs the requested action and then sets the appropriate bits in the I/O status register but takes no further action to alert the processor.
The described technique is:

Selecciona una de las siguientes respuestas posibles:

  • Direct memory access (DMA)

  • Manual memory access

  • Interrupt-driven I/O

  • Programmed I/O

Explicación

Pregunta 35 de 95

1

The processor is executing "Load AC from memory" instruction. Choose the correct micro-instruction:

Selecciona una de las siguientes respuestas posibles:

  • PC -> MAR
    M -> MBR
    MBR -> AC
    IR -> MAR
    M -> MBR
    MBR -> AC

  • PC -> MBR
    M -> MAR
    MAR -> IR
    IR -> MAR
    M -> MBR
    MBR -> AC

  • PC -> MAR
    M -> MBR
    MBR -> IR
    IR -> MAR
    M -> MBR
    MBR -> AC

  • PC -> MAR
    M -> MBR
    MBR -> IR
    IR -> MBR
    M -> MAR
    MAR -> AC

Explicación

Pregunta 36 de 95

1

If there no interrupts, after each write operation, the processor must:

Selecciona una de las siguientes respuestas posibles:

  • Load new PC value

  • Finish execution of current instruction

  • Save the PSW and PC onto control stack

  • Pause and remain idle until the I/O operation finishes

Explicación

Pregunta 37 de 95

1

Complete the relationship concerning the memory systems: greater capacity

Selecciona una de las siguientes respuestas posibles:

  • lower capacity

  • greater cost per bit

  • faster access speed

  • smaller cost per bit

Explicación

Pregunta 38 de 95

1

User-visible registers minimize main memory references by optimizing register use

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 39 de 95

1

This register contains the data to be written into memory or which receives the data read from memory

Selecciona una de las siguientes respuestas posibles:

  • I/OAR

  • memory buffer register

  • memory address register

  • I/OBR

Explicación

Pregunta 40 de 95

1

Which of the following element of a computer system controls the operation of the computer and performs its data processing functions?

Selecciona una de las siguientes respuestas posibles:

  • System bus

  • Main memory

  • I/O modules

  • Processor

Explicación

Pregunta 41 de 95

1

The main disadvantages of this technique: there is a competition for bus usage

Selecciona una de las siguientes respuestas posibles:

  • Interrupt-driven I/O

  • Programmed I/O

  • Manual memory access

  • Direct memory access (DMA)

Explicación

Pregunta 42 de 95

1

At the beginning of each instruction cycle, the processor fetches an instruction from the memory. The address of the instruction is held in

Selecciona una de las siguientes respuestas posibles:

  • IR

  • MBR

  • MAR

  • PC

Explicación

Pregunta 43 de 95

1

The smaller, more expensive, faster memory is:

Selecciona una de las siguientes respuestas posibles:

  • Disk drive

  • Cache

  • Main memory

  • Register

Explicación

Pregunta 44 de 95

1

There were no OS with

Selecciona una de las siguientes respuestas posibles:

  • Simple batch systems

  • Serial processing

  • Time-sharing-systems

  • Multiprogrammed batch systems

Explicación

Pregunta 45 de 95

1

The principal objective of the time-sharing system is to

Selecciona una de las siguientes respuestas posibles:

  • Minimize response time

  • Minimize processor utilization

  • Maximize response time

  • Maximize processor utilization

Explicación

Pregunta 46 de 95

1

Serial processing was used

Selecciona una de las siguientes respuestas posibles:

  • In early 1960s

  • From late 1940s to the mid-1950s

  • From the mid-1950s to early 1960s

Explicación

Pregunta 47 de 95

1

The programmer interacted directly with the computer hardware with

Selecciona una de las siguientes respuestas posibles:

  • Simple batch systems

  • Serial processing

  • Time-sharing-systems

  • Multiprogrammed batch systems

Explicación

Pregunta 48 de 95

1

In operation system security and protection, availability is:

Selecciona una de las siguientes respuestas posibles:

  • Concerned with the proper verification of the identity of users and the validity of messages or data

  • Assuring that users cannot read data for which access is unauthorized

  • Protection of data from unauthorized modification

  • Concerned with protecting the system against interruption

Explicación

Pregunta 49 de 95

1

Choose the storage management responsibility for "The OS can achieve efficiency by assigning memory to jobs only as needed"

Selecciona una de las siguientes respuestas posibles:

  • Process isolation

  • Protection and access control

  • Long-term storage

  • Support of modular programming

  • Automatic allocation and management

Explicación

Pregunta 50 de 95

1

The limit register

Selecciona una de las siguientes respuestas posibles:

  • Defines the size of the region of memory occupied by the process (in bytes or words)

  • Contains the index into the process list of the process currently controlling the processor

  • Points to the next instruction in that process to be executed

  • Contains the staring address of the region of memory occupied by the process

Explicación

Pregunta 51 de 95

1

In operating system security and protection, authenticity is:

Selecciona una de las siguientes respuestas posibles:

  • Concerned with the proper verification of the identity of users and the validity of messages or data

  • Assuring that users cannot read data for which access is unauthorized

  • Protection of data from unauthorized modification

  • Concerned with protecting the system against interruption

Explicación

Pregunta 52 de 95

1

An application programs is developed by the

Selecciona una de las siguientes respuestas posibles:

  • Application programmer

  • End user

  • Operating system

  • Hardware

Explicación

Pregunta 53 de 95

1

"The OS as a User/Computer interface" corresponds to the following objective

Selecciona una de las siguientes respuestas posibles:

  • Efficiency

  • Convenience

  • Ability to evolve

Explicación

Pregunta 54 de 95

1

Process is

Selecciona una de las siguientes respuestas posibles:

  • Program in High level language kept on disk

  • Contents of main memory

  • A job in secondary memory

  • A program in execution

Explicación

Pregunta 55 de 95

1

If a process is executing in its critical section, then no other processes can be executing in their critical section. This condition is called

Selecciona una de las siguientes respuestas posibles:

  • Synchronous exclusion

  • Critical exclusion

  • Asynchronous exclusion

  • Mutual exclusion

Explicación

Pregunta 56 de 95

1

In operating system security and protection, confidentiality is:

Selecciona una de las siguientes respuestas posibles:

  • Concerned with the proper verification of the identity of users and the validity of messages or data

  • Assuring that users cannot read data for which access is unauthorized

  • Protection of data from unauthorized modification

  • Concerned with protecting the system against interruption

Explicación

Pregunta 57 de 95

1

In operating system security and protection, Data integrity is:

Selecciona una de las siguientes respuestas posibles:

  • Concerned with the proper verification of the identity of users and the validity of messages or data

  • Assuring that users cannot read data for which access is unauthorized

  • Protection of data from unauthorized modification

  • Concerned with protecting the system against interruption

Explicación

Pregunta 58 de 95

1

When the time required for the I/O operation is less that the time to complete the execution of instructions between write operations in the user program, it is:

Selecciona una de las siguientes respuestas posibles:

  • Fast I/O wait

  • Slow I/O wait

  • Long I/O wait

  • Short I/O wait

Explicación

Pregunta 59 de 95

1

This type of memory is nonvolatile:

Selecciona una de las siguientes respuestas posibles:

  • Register

  • Secondary memory

  • Cache

  • Main memory

Explicación

Pregunta 60 de 95

1

If the contents of a block in the cache are altered, then it is needed to save it back to main memory before replacing it. This is called:

Selecciona una de las siguientes respuestas posibles:

  • write policy

  • mapping function

  • locality of reference

  • replacement algorithm

Explicación

Pregunta 61 de 95

1

What is not a structural element of a computer system?

Selecciona una de las siguientes respuestas posibles:

  • System bus

  • Main memory

  • Operating system

  • Processor

Explicación

Pregunta 62 de 95

1

The main disadvantage of this technique: it is a time-consuming process that keeps the processor busy needlessly

Selecciona una de las siguientes respuestas posibles:

  • Direct memory access (DMA)

  • Manual memory access

  • Interrupt-driven I/O

  • Programmed I/O

Explicación

Pregunta 63 de 95

1

Which of the following element of a computer system stores data and programs

Selecciona una de las siguientes respuestas posibles:

  • Main memory

  • System bus

  • Processor

  • I/O modules

Explicación

Pregunta 64 de 95

1

When an I/O device completes an I/O operation, the device issues an interrupt signal to the processor and then:

Selecciona una de las siguientes respuestas posibles:

  • The processor stops execution of the current instruction without finishing it and responds to the interrupt

  • The processor loads the program counter with the entry location of the interrupt-handling routine

  • The processor saves information needed to resume the current program at the point if interrupt

  • The processor finishes execution of the current instruction before responding to the interrupt

Explicación

Pregunta 65 de 95

1

Complete the relationship concerning the memory systems: greater capacity

Selecciona una de las siguientes respuestas posibles:

  • lower capacity

  • slower access speed

  • greater cost per bit

  • faster access speed

Explicación

Pregunta 66 de 95

1

Which register contains condition codes set by the processor hardware as the result of operations?

Selecciona una de las siguientes respuestas posibles:

  • Program counter

  • Accumulator

  • Program status word

  • Stack pointer

Explicación

Pregunta 67 de 95

1

Which of the following provides for communication among elements of a computer system?

Selecciona una de las siguientes respuestas posibles:

  • main memory

  • system bus

  • processor

  • I/O modules

Explicación

Pregunta 68 de 95

1

We have
Ts = average (system) access time

T1 = access time of M1 (cache)

T2 = access time of M2 (main memory)

T3 = access time of M3 (disk)

H1 = hit ratio, fraction of time reference is found i M1

H2 = hit ratio, fraction of time reference is found i M2

The average time to access an item, in case the item in main memory is:

Selecciona una de las siguientes respuestas posibles:

  • Ts = H1*T1 + H2*T2 + (1-H2)*T3

  • Ts = H1*T1 + (1-H1)*(H1*T1 + H2*(T1 + T2) + (1 - H2)*(T2 + T3))

  • Ts = H1*T1 + (1-H1)*(T1+T2)

  • Ts = H1*T1 + (1-H1)*(H2*(T1 + T2) + (1 - H2)*(T1 + T2 + T3))

Explicación

Pregunta 69 de 95

1

Control and status registers control the operation of the processor and the execution of programs

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 70 de 95

1

This type of system was developed at MIT by a group known as Project MAC for the IBM 709 in 1961

Selecciona una de las siguientes respuestas posibles:

  • Serial processing

  • Multiprogrammed batch system

  • Simple batch system

  • Time-sharing-system

Explicación

Pregunta 71 de 95

1

The concept of codes of operation (user mode, system mode) was introduced with

Selecciona una de las siguientes respuestas posibles:

  • Time-sharing-system

  • Simple batch system

  • Multiprogrammed batch system

  • Serial processing

Explicación

Pregunta 72 de 95

1

Short-term scheduler, or dispatcher, picks a process. Each process in the queue is given some time in turn. This strategy is called:

Selecciona una de las siguientes respuestas posibles:

  • Round-robin technique

  • Prioritizing

  • Carousel technique

  • Merry-go-round technique

Explicación

Pregunta 73 de 95

1

Central idea in this system was the use of piece of software known as the monitor:

Selecciona una de las siguientes respuestas posibles:

  • Time-sharing-system

  • Simple batch system

  • Multiprogrammed batch system

  • Serial processing

Explicación

Pregunta 74 de 95

1

'More than one program attempts to make use of a shared resource at the same time'. This is

Selecciona una de las siguientes respuestas posibles:

  • Failed mutual exclusion

  • Improper synchronization

  • Deadlocks

  • Nondeterminate program operation

Explicación

Pregunta 75 de 95

1

The term was first used by the designers of Multics in 1960s:

Selecciona una de las siguientes respuestas posibles:

  • Monitor

  • Process

  • Multiprogramming

  • Time sharing

Explicación

Pregunta 76 de 95

1

Utilities are

Selecciona una de las siguientes respuestas posibles:

  • Application program

  • System programs

  • Opcodes

  • Processor registers

Explicación

Pregunta 77 de 95

1

"When program shares memory and their execution is interleaved by the processor, they may interfere with each other by overwriting common memory areas in unpredictable ways. The result of a particular program depend on the activities of other programs in shared systems".
This is:

Selecciona una de las siguientes respuestas posibles:

  • Falled mutual exclusions

  • Deadlocks

  • Nondeterminate program operation

  • Improper synchronisation

Explicación

Pregunta 78 de 95

1

The state of a processor is defined by:

Selecciona una de las siguientes respuestas posibles:

  • the activity just executed by the process

  • the current activity of the process

  • the final activity of the process

  • the activity to next be executed by the process

Explicación

Pregunta 79 de 95

1

The hardware and software used in providing applications to a user can be viewed in:

Selecciona una de las siguientes respuestas posibles:

  • classified fashion

  • layered fashion

  • sandwich fashion

  • leveled fashion

Explicación

Pregunta 80 de 95

1

Suppose that a process is in "Blocked" state waiting for some I/O device.
When the service is completed, it goes to the:

Selecciona una de las siguientes respuestas posibles:

  • Suspended state

  • Terminated state

  • Ready state

  • Running state

Explicación

Pregunta 81 de 95

1

We have
Ts = average (system) access time
T1 = access time of M1 (cache)

T2 = access time of M2 (main memory)
T3 = access time of M3 (disk)

H1 = hit ratio, fraction of time reference is found i M1

H2 = hit ratio, fraction of time reference is found i M2

The average time to access an item, in case the item in cache is:

Selecciona una de las siguientes respuestas posibles:

  • Ts = H1*T1 + H2*T2 + (1-H2)*T3

  • Ts = H1*T1 + (1-H1)*(H1*T1 + H2*(T1 + T2) + (1 - H2)*(T2 + T3))

  • Ts = H1*T1

  • Ts = H1*T1 + (1-H1)*(H2*(T1 + T2) + (1 - H2)*(T1 + T2 + T3))

Explicación

Pregunta 82 de 95

1

The serial processing presented two main problems:

Selecciona una o más de las siguientes respuestas posibles:

  • setup time

  • using a monitor

  • time slicing

  • multiprogramming

  • scheduling

Explicación

Pregunta 83 de 95

1

The process index register:

Selecciona una de las siguientes respuestas posibles:

  • contains the index into a process list of the process currently controlling the processor

  • define the region in memory occupied by the process

  • points to the next instruction in that process to be executed

  • contains the starting address of the region of memory occupied by the process

Explicación

Pregunta 84 de 95

1

The concept of a batch operating system was developed to

Selecciona una de las siguientes respuestas posibles:

  • Maximize processor utilization

  • Minimize response time

  • Support interactive mode

  • Minimize processor utilization

Explicación

Pregunta 85 de 95

1

Batch operating system were used

Selecciona una de las siguientes respuestas posibles:

  • From the late 1940s to the mid-1950s

  • From the mid-1950 to early 1960s

  • In early 1960s

Explicación

Pregunta 86 de 95

1

"More than one programs hung up waiting for each other".
This is

Selecciona una de las siguientes respuestas posibles:

  • Failed mutual exclusions

  • Deadlocks

  • Nondeterminate program operation

  • Improper synchronization

Explicación

Pregunta 87 de 95

1

This contains the most frequently used functions in the OS:

Selecciona una de las siguientes respuestas posibles:

  • Centre

  • Base

  • Root

  • Kernel

Explicación

Pregunta 88 de 95

1

The end user views a computer system in terms of:

Selecciona una de las siguientes respuestas posibles:

  • a set of machine instructions

  • utilities

  • a set of system programs

  • a set of applications

Explicación

Pregunta 89 de 95

1

Which of the following is not the state of a process?

Selecciona una o más de las siguientes respuestas posibles:

  • new

  • waiting

  • terminated

  • ready

  • running

  • old

Explicación

Pregunta 90 de 95

1

The fetched instruction is loaded into the

Selecciona una de las siguientes respuestas posibles:

  • IR

  • Accumulator

  • Memory

  • PC

Explicación

Pregunta 91 de 95

1

When the time required for the I/O operation will take much more time than executing a sequence of user instructions, it is:

Selecciona una de las siguientes respuestas posibles:

  • Slow I/O wait

  • Long I/O wait

  • Fast I/O wait

  • Short I/O wait

Explicación

Pregunta 92 de 95

1

The system handles multiple interactive jobs

Selecciona una de las siguientes respuestas posibles:

  • Time-sharing-system

  • Simple batch system

  • Serial processing

  • Multiprogrammed batch system

Explicación

Pregunta 93 de 95

1

A system clock generates interrupts at a rate of approximately one every 0.2 seconds. At each clock interrupt, the OS regained control and could assign the processor to another user. This technique is known as

Selecciona una de las siguientes respuestas posibles:

  • Time scheduling

  • Time sliding

  • Time slicing

  • Time allocating

Explicación

Pregunta 94 de 95

1

Choose the storage management responsibility for "Programmers should be able to define programs modules, and to create, destroy, and alter the size of modules dynamically":

Selecciona una de las siguientes respuestas posibles:

  • Protection and access control

  • Long-term storage

  • automatic allocation and management

  • process isolation

  • support of modular programming

Explicación

Pregunta 95 de 95

1

'Lost signals, duplicate signals received'. This is

Selecciona una de las siguientes respuestas posibles:

  • Improper synchronization

  • Nondeterminate program operation

  • Deadlocks

  • Failed mutual exclusion

Explicación