Axakalov Beksultan
Test por , creado hace más de 1 año

YUNIKOVA

41
1
0
Sin etiquetas
Axakalov Beksultan
Creado por Axakalov Beksultan hace más de 6 años
Cerrar

OS FULL 117

Pregunta 1 de 117

1

1. What is not a main structural element of a computer system?

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

  • Main Memory

  • I/O Modules

  • System Bus

  • Operating system

  • Processor

Explicación

Pregunta 2 de 117

1

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

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

  • I/OAR and I/OBR

  • Program status word

  • PC and IR

  • MAR and MBR

Explicación

Pregunta 3 de 117

1


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

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

  • I/OAR and I/OBR

  • MAR and MBR

  • Program status word

  • PC and IR

Explicación

Pregunta 4 de 117

1


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

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

  • Processor

  • System bus

  • I/O modules

  • Main memory

Explicación

Pregunta 5 de 117

1

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

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

  • I/O modules

  • Processor

  • System bus

  • Main memory

Explicación

Pregunta 6 de 117

1

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

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

  • • I/O modules

  • • Processor

  • • System bus

  • • Main memory

Explicación

Pregunta 7 de 117

1

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

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

  • • Main memory

  • • Processor

  • • I/O modules

  • • System bus

Explicación

Pregunta 8 de 117

1

8. The processor contains a single data register, called

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

  • • PSW

  • • AC

  • • IR

  • • PC

Explicación

Pregunta 9 de 117

1

9. This register specifies a particular input/output device

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

  • • I/OBR

  • • Memory buffer register

  • • I/OAR

  • • Memory address register

Explicación

Pregunta 10 de 117

1

10. This register is used for the exchange of data between an I/O module and the processor

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

  • • I/OBR

  • • Memory buffer register

  • • I/OAR

  • • Memory address register

Explicación

Pregunta 11 de 117

1

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

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

  • • I/OBR

  • • memory address register

  • • memory buffer register

  • • I/OAR

Explicación

Pregunta 12 de 117

1

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

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

  • • I/OBR

  • • Memory buffer register

  • • I/OAR

  • • Memory address register

Explicación

Pregunta 13 de 117

1

14. Which register contains the address of the next instruction to be fetched?

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

  • • process counter

  • • program counter

  • • execution register

  • • instruction register

Explicación

Pregunta 14 de 117

1

14. Which register contains the instruction most recently fetched?

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

  • • process counter

  • • instruction register

  • • execution register

  • • program counter

Explicación

Pregunta 15 de 117

1

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

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

  • • Stack pointer

  • • Program status word

  • • Accumulator

  • • Program counter

Explicación

Pregunta 16 de 117

1

16. The fetched instruction is loaded into the

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

  • • PC

  • • Memory

  • • Accumulator

  • • IR

Explicación

Pregunta 17 de 117

1

17. 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 o más de las siguientes respuestas posibles:

  • • PC

  • • MAR

  • • MBR

  • • IR

Explicación

Pregunta 18 de 117

1

18. The processor is executing ‘Load AC from memory’ instruction. Choose the correct micro-instructions:

Selecciona una o más 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 19 de 117

1

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

Selecciona una o más 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 20 de 117

1

20. 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 o más de las siguientes respuestas posibles:

  • • Short I/O wait

  • • Long I/O wait

  • • Slow I/O wait

  • • Fast I/O wait

Explicación

Pregunta 21 de 117

1

21. 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 o más de las siguientes respuestas posibles:

  • • Short I/O wait

  • • Fast I/O wait

  • • Long I/O wait

  • • Slow I/O wait

Explicación

Pregunta 22 de 117

1

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

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

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

  • • Save the PSW and PC onto control stack

  • • Finish execution of current instruction

  • • Load new PC value

Explicación

Pregunta 23 de 117

1

23. Complete the relationship concerning the memory systems: faster access time –

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

  • • smaller cost per bit

  • • faster access speed

  • • greater cost per bit

  • • lower capacity

Explicación

Pregunta 24 de 117

1

24. Complete the relationship concerning the memory systems: greater capacity –

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

  • • smaller cost per bit

  • • faster access speed

  • • greater cost per bit

  • • lower capacity

Explicación

Pregunta 25 de 117

1

25. Complete the relationship concerning the memory systems: greater capacity –

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

  • • faster access speed

  • • greater cost per bit

  • • slower access time

  • • lower capacity

Explicación

Pregunta 26 de 117

1

26. The smaller, more expensive, faster memory is:

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

  • • Register

  • • Main memory

  • • Cache

  • • Disk drive

Explicación

Pregunta 27 de 117

1

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

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

  • • evrika

  • • hit

  • • win

  • • bingo

Explicación

Pregunta 28 de 117

1

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

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

  • • Loss

  • • zero

  • • miss

  • • ricochet

Explicación

Pregunta 29 de 117

1

29. This type of memory is nonvolatile:

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

  • • Main memory

  • • Cache

  • • Secondary memory

  • • Register

Explicación

Pregunta 30 de 117

1

30. When a processor attempts to read a byte or word of memory, it firstly checks the:

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

  • • Main memory

  • • Secondary memory

  • • Cache

  • • Register

Explicación

Pregunta 31 de 117

1

31. 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 o más de las siguientes respuestas posibles:

  • • locality of reference

  • • cache size

  • • write policy

  • • replacement algorithm

Explicación

Pregunta 32 de 117

1

32. 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 o más de las siguientes respuestas posibles:

  • • replacement algorithm

  • • locality of reference

  • • mapping function

  • • write policy

Explicación

Pregunta 33 de 117

1

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

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

  • • Programmed I/O

  • • Interrupt-driven I/O

  • • Manual memory access

  • • Direct memory access (DMA)

Explicación

Pregunta 34 de 117

1

34. 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.

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

  • • Programmed I/O

  • • Interrupt-driven I/O

  • • Manual memory access

  • • Direct memory access (DMA)

Explicación

Pregunta 35 de 117

1

35. 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.

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

  • • Programmed I/O

  • • Interrupt-driven I/O

  • • Manual memory access

  • • Direct memory access (DMA)

Explicación

Pregunta 36 de 117

1

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

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

  • • Programmed I/O

  • • Interrupt-driven I/O

  • • Manual memory access

  • • Direct memory access (DMA)

Explicación

Pregunta 37 de 117

1

37. The processor issues an I/O command to a module and then go on to some other useful work.

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

  • • Programmed I/O

  • • Interrupt-driven I/O

  • • Manual memory access

  • • Direct memory access (DMA)

Explicación

Pregunta 38 de 117

1

38. 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.

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

  • • Programmed I/O

  • • Interrupt-driven I/O

  • • Manual memory access

  • • Direct memory access (DMA)

Explicación

Pregunta 39 de 117

1

39. The 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 o más de las siguientes respuestas posibles:

  • • Programmed I/O

  • • Interrupt-driven I/O

  • • Manual memory access

  • • Direct memory access (DMA)

Explicación

Pregunta 40 de 117

1

40. 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.

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

  • • Direct memory access (DMA)

  • • Manual memory access

  • • Programmed I/O

  • • Interrupt-driven I/O

Explicación

Pregunta 41 de 117

1

41. The module transfers the entire block of data to/from memory without going through the processor.

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

  • • Direct memory access (DMA)

  • • Manual memory access

  • • Programmed I/O

  • • Interrupt-driven I/O

Explicación

Pregunta 42 de 117

1

42. The main disadvantage of this technique: there is a competition for bus usage.

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

  • • Direct memory access (DMA)

  • • Manual memory access

  • • Programmed I/O

  • • Interrupt-driven I/O

Explicación

Pregunta 43 de 117

1

43. A hardcopy sign-up sheet was used to reserve computer time with

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

  • • Time allocating

  • • Time slicing

  • • Time sliding

  • • Time scheduling

Explicación

Pregunta 44 de 117

1

44. 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 o más de las siguientes respuestas posibles:

  • • Time allocating

  • • Time slicing

  • • Time sliding

  • • Time scheduling

Explicación

Pregunta 45 de 117

1

45. Batch operating systems were used (years)

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

  • • In early 1960s

  • • From the mid-1950 to early 1960s

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

Explicación

Pregunta 46 de 117

1

46. Job control language was used

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

  • • From the mid-1950s to early 1960s

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

  • • used to provide instructions to the monitor,In early 1960s

Explicación

Pregunta 47 de 117

1

47. Serial processing was used

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

  • • From the mid-1950s to early 1960s

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

  • • In early 1960s

Explicación

Pregunta 48 de 117

1

48. The central idea in this system was the use of a piece of software known as the monitor

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

  • • Serial processing

  • • Multiprogrammed batch system

  • • Simple batch system

  • • Time-sharing-system

Explicación

Pregunta 49 de 117

1

49. The concept of a batch operating system was developed to

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

  • • Minimize processor utilization

  • • Support interactive mode

  • • Minimize response time

  • • Maximize processor utilization (To improve utilization)

Explicación

Pregunta 50 de 117

1

50. The concept of modes of operation (user mode, system mode) was introduced with

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

  • • Serial processing

  • • Multiprogrammed batch system

  • • Simple batch system

  • • Time-sharing-system

Explicación

Pregunta 51 de 117

1

51. The principal objective of the time-sharing system is to

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

  • • Maximize processor utilization

  • • Maximize response time

  • • Minimize processor utilization

  • • Minimize response time

Explicación

Pregunta 52 de 117

1

52. The processor was often idle waiting for the I/O instruction to conclude. To overcome the problem the following approach was introduced: when one job needs to wait for I/O, the processor can switch to the other job. This was a

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

  • • Time-sharing-system

  • • Serial processing

  • • Simple batch system

  • • Multiprogramming or multitasking batch system

Explicación

Pregunta 53 de 117

1

53. The programmer interacted directly with the computer hardware with

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

  • • Multiprogrammed batch systems

  • • Time-sharing-systems

  • • Serial processing

  • • Simple batch systems

Explicación

Pregunta 54 de 117

1

54. The serial processing presented two main problems:

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

  • • scheduling

  • • multiprogramming

  • • time slicing

  • • using a monitor

  • • setup time

Explicación

Pregunta 55 de 117

1

55. There were no OS with

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

  • • Multiprogrammed batch systems

  • • Time-sharing-systems

  • • Serial processing

  • • Simple batch systems

Explicación

Pregunta 56 de 117

1

56. This system handles multiple interactive jobs

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

  • • Multiprogrammed batch system

  • • Serial processing

  • • Simple batch system

  • • Time-sharing-system

Explicación

Pregunta 57 de 117

1

57. This system was developed by General Motors for the use on an IBM 701

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

  • • Time-sharing system

  • • Multiprogrammed batch system

  • • Serial processing

  • • Simple Batch Systems or GM-NAA I/O

Explicación

Pregunta 58 de 117

1

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

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

  • • Time-sharing-system

  • • Simple batch system

  • • Multiprogrammed batch system

  • • Serial processing

Explicación

Pregunta 59 de 117

1

59. Lost signals, duplicate signals received'. This is

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

  • • Failed mutual exclusion

  • • Deadlocks

  • • Nondeterminate program operation

  • • Improper synchronization

Explicación

Pregunta 60 de 117

1

60. 'Two or more programs hung up waiting for each other'. This is

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

  • • Improper synchronization

  • • Nondeterminate program operation

  • • Deadlocks

  • • Falled mutual exclusions

Explicación

Pregunta 61 de 117

1

61. 'When programs share memory and their execution is interleaved by the processor, they may interfere with each other by overwriting common memory areas in unpredictable ways. The results of a particular program depend on the activities of other programs in a shared system'. This is

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

  • • Improper syncronization

  • • Nondeterminate program operation

  • • Deadlocks

  • • Falled mutual exclusions

Explicación

Pregunta 62 de 117

1

. Choose the storage management responsibility for "Many application programs require means for storing information for extended periods of time, after the computer has been powered down"

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

  • • Support of modular programming

  • • Process isolation

  • • Automatic allocation and management

  • • Protection and access control

  • • Long-term storage

Explicación

Pregunta 63 de 117

1

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

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

  • • Support of modular programming

  • • Process isolation

  • • Automatic allocation and management

  • • Long-term storage

  • • Protection and access control

Explicación

Pregunta 64 de 117

1

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

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

  • • Support of modular programming

  • • Process isolation

  • • Automatic allocation and management

  • • Long-term storage

  • • Protection and access control

Explicación

Pregunta 65 de 117

1

. Choose the storage management responsibility for "The OS must allow portions of memory to be accessible in various ways by various users"

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

  • • Support of modular programming

  • • Process isolation

  • • Automatic allocation and management

  • • Long-term storage

  • • Protection and access control

Explicación

Pregunta 66 de 117

1

Choose the storage management responsibility for "The OS must prevent independent processes from interfering with each other's memory, both data and instructions"

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

  • • Support of modular programming

  • • Process isolation

  • • Automatic allocation and management

  • • Long-term storage

  • • Protection and access control

Explicación

Pregunta 67 de 117

1

In operating system security and protection, authenticity:

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

  • • Concerned with protecting the system against interruption

  • • Protection of data from unauthorized modification

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

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

Explicación

Pregunta 68 de 117

1

In operating system security and protection, availability is:

Selecciona una o más 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

  • o Concerned with protecting the system against interruption

Explicación

Pregunta 69 de 117

1

In operating system security and protection, confidentiality is:

Selecciona una o más 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 70 de 117

1

In operating system security and protection, data integrity is:

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

  • • Concerned with protecting the system against interruption

  • • Protection of data from unauthorized modification

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

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

Explicación

Pregunta 71 de 117

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 o más de las siguientes respuestas posibles:

  • • Merry-go-round technique

  • • Carousel technique

  • • Prioritizing

  • • Round-robin technique

Explicación

Pregunta 72 de 117

1

The base register

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

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

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

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

  • • Defines the size of the region of (in bytes or words)

Explicación

Pregunta 73 de 117

1

. The limit register

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

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

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

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

  • • Defines the size of the region of (in bytes or words)

Explicación

Pregunta 74 de 117

1

The process index register

Selecciona una o más 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 75 de 117

1

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

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

  • • Time sharing

  • • Multiprogramming

  • • Process

  • • Monitor

Explicación

Pregunta 76 de 117

1

'Ease of evolution of an OS' corresponds to the following objective:

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

  • • Ability to evolve

  • • Convenience

  • • Efficiency

Explicación

Pregunta 77 de 117

1

'The OS as a resource manager' corresponds to the following objective:

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

  • • Ability to evolve

  • • Convenience

  • • Efficiency

Explicación

Pregunta 78 de 117

1

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

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

  • • Ability to evolve

  • • Convenience

  • • Efficiency

Explicación

Pregunta 79 de 117

1

. An application programs is developed by the

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

  • • Hardware

  • • Operating system

  • • End user

  • • Application programmer

Explicación

Pregunta 80 de 117

1

The end user views a computer system in terms of

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

  • • a set of applications

  • • a set of system programs

  • • utilities

  • • a set of machine instructions

Explicación

Pregunta 81 de 117

1

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

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

  • • leveled fashion

  • • sandwich fashion

  • • layered fashion

  • • classified fashion

Explicación

Pregunta 82 de 117

1

This contains the most frequently used functions in the OS:

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

  • • Centre

  • • Base

  • • Root

  • • Kernel (или nucleus)

Explicación

Pregunta 83 de 117

1

Utilities are

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

  • • Processor registers

  • • Opcodes

  • • System programs

  • • Application program

Explicación

Pregunta 84 de 117

1

Process is

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

  • • A program in execution

  • • A job in secondary memory

  • • Contents of main memory

  • • Program in High level language kept on disk

  • • contents of main memory

  • • a unit of activity characterized by execution of a sequence of instructions, a current state, and an associated set

  • • a job in secondary memory

Explicación

Pregunta 85 de 117

1

A task in a blocked state

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

  • • is waiting for same temporarily unavailable resources

  • • must still be placed in the run queues

  • • is executable

  • • is running

Explicación

Pregunta 86 de 117

1

The systems which allows only one process execution at a time, are called

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

  • ● unicasting systems

  • ● uniprogramming systems

  • ● uniprocessing systems

  • ● unitasking systems

Explicación

Pregunta 87 de 117

1

The state of a process is defined by:

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

  • • the current activity of the process

  • • the activity to next be executed by the process

  • • the final activity of the process

  • • the activity is just executed by the process

Explicación

Pregunta 88 de 117

1

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

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

  • • ready

  • • Old

  • • terminated

  • • running

  • • new

Explicación

Pregunta 89 de 117

1

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

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

  • • Suspended state

  • • Terminated state

  • • Running state

  • • Ready state

Explicación

Pregunta 90 de 117

1

. Which of the following state transitions is not possible?

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

  • • ready to running

  • • blocked to ready

  • • running to blocked

  • • blocked to running

Explicación

Pregunta 91 de 117

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 o más de las siguientes respuestas posibles:

  • • synchronous exclusion

  • • mutual exclusion

  • • asynchronous exclusion

  • • critical exclusion

Explicación

Pregunta 92 de 117

1

. Interprocess communication:

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

  • • allows processes to communicate and synchronize their actions without using the same address space

  • • allows processes to communicate and synchronize their actions when using the same address space

  • • allows the processes to only synchronize their actions without communication

  • • none of the above

Explicación

Pregunta 93 de 117

1

A sequence of instructions, in a computer language, to get the desired result, is known as?

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

  • • program

  • • process

  • • instruction

  • • algorithm

Explicación

Pregunta 94 de 117

1

In operating system, each process has its own:

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

  • • program code

  • • all of the mentioned

  • • set of data

  • • address space and global variables

Explicación

Pregunta 95 de 117

1

For each process OS creates and manages:

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

  • • Thread control block

  • • Program

  • • Program code

  • • Process control block

Explicación

Pregunta 96 de 117

1

The available vector defines

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

  • • total amount of each resource NOT allocated to any process

  • • total amount of each resource allocated to all processes

  • • total amount of each resource in the system

  • • total amount of resources required for all processes

Explicación

Pregunta 97 de 117

1

The resource vector define

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

  • • total amount of each resource NOT allocated to any process

  • • total amount of each resource allocated to all processes

  • • total amount of each resource in the system

  • • total amount of resources required for all processes

Explicación

Pregunta 98 de 117

1

This matrix defines the current allocation to process i of the resource j

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

  • • Claim matrix

  • • Request matrix

  • • Resource matrix

  • • Allocation matrix

Explicación

Pregunta 99 de 117

1

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

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

  • • Claim matrix

  • • Request matrix

  • • Resource matrix

  • • Allocation matrix

Explicación

Pregunta 100 de 117

1

This matrix defines requirements of processes i for the resources j

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

  • • Claim matrix

  • • Request matrix

  • • Resource matrix

  • • Allocation matrix

Explicación

Pregunta 101 de 117

1

The banker's algorithm is referred to as

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

  • • resource allocation refusal

  • • loan allocation denial

  • • resource allocation denial

  • • denial of service

Explicación

Pregunta 102 de 117

1

'Hold and wait' condition for deadlock is defined as

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

  • • Each process holds resource needed by next process in chain

  • • Process holds a resource while awaiting for other resource

  • • No resource can be forcibly removed from process holding it

  • • Only one process may use a resource at a time

Explicación

Pregunta 103 de 117

1

'Circular wait' condition for deadlock is defined as

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

  • • Each process holds resource needed by next process in chain

  • • Process holds a resource while awaiting for other resource

  • • No resource can be forcibly removed from process holding it

  • • Only one process may use a resource at a time

Explicación

Pregunta 104 de 117

1

'No preemption' condition for deadlock is defined as

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

  • • Each process holds resource needed by next process in chain

  • • Process holds a resource while awaiting for other resource

  • • No resource can be forcibly removed from process holding it

  • • Only one process may use a resource at a time

Explicación

Pregunta 105 de 117

1

'Mutual exclusion' condition for deadlock is defined as

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

  • • Each process holds resource needed by next process in chain

  • • Process holds a resource while awaiting for other resource

  • • No resource can be forcibly removed from process holding it

  • • Only one process may use a resource at a time

Explicación

Pregunta 106 de 117

1

What is NOT an example of consumable resource?

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

  • • Messages

  • • Main memory

  • • Signals

  • • Information in I\O buffers

Explicación

Pregunta 107 de 117

1

What is NOT an example of reusable resource?

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

  • • i/o channels

  • • interrupt

  • • processors

  • • semaphores

Explicación

Pregunta 108 de 117

1

This resource can be created and destroyed

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

  • • finite resource

  • • restartable resource

  • • consumable resource

  • • resumable resource

Explicación

Pregunta 109 de 117

1

This resource can be safely used by only one process at a time and is not depleted by that use

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

  • • refreshing resource

  • • reusable resource

  • • replenishing resource

  • • refurbished resource

Explicación

Pregunta 110 de 117

1

Deadlock inevitable region can be referred to as a

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

  • ● false region

  • ● final region

  • ● fatal region

  • ● fun region

Explicación

Pregunta 111 de 117

1

This illustrates the progress of two processes competing for two resources

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

  • ● joint progress diagram

  • ● joint regress diagram

  • ● joint ingres diagram

  • ● joint process diagram

Explicación

Pregunta 112 de 117

1

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

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

  • ● it is a mortallock

  • ● it is a softlock

  • ● it is a deadlock

  • ● it is a deadend

Explicación

Pregunta 113 de 117

1

Which of the following statements is false:

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

  • • the system must stop everything while it performs the compaction

  • • compaction is also known as garbage collection

  • • the technique of storage compaction involves moving all occupied areas of storage to one end or other of main storage

  • • compaction does not involve relocation of programs

Explicación

Pregunta 114 de 117

1

. Memory is:

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

  • • is typically characterized by interactive processing and time-slicing of the CPU’s time to allow quick response to each user

  • • is a device that performs a sequence of operations specified by instructions in memory

  • • is a sequence of the instructions

  • • is the device where information stored

Explicación

Pregunta 115 de 117

1

Processor is:

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

  • • is typically characterized by interactive processing and time-slicing of the CPU’s time to allow quick response to each user

  • • is a device that performs a sequence of operations specified by instructions in memory

  • • is a sequence of the instructions

  • • is the device where information stored

Explicación

Pregunta 116 de 117

1

Program is:

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

  • • is typically characterized by interactive processing and time-slicing of the CPU’s time to allow quick response to each user

  • • is a device that performs a sequence of operations specified by instructions in memory

  • • is a sequence of the instructions

  • • is the device where information stored

Explicación

Pregunta 117 de 117

1

The memory allocation scheme subject to "external" fragmentation is?

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

  • • pure demand paging

  • • multiple contiguous fixed partitionings

  • • swapping

  • • segmentation

Explicación