Management Notes

Reference Notes for Management

Compared to tangible resources intangible resources are

Compared to tangible resources intangible resources are

Compared to tangible resources intangible resources are

 Options:

A. of less strategic value to the firm.
B. less likely to be the focus of strategic analysis.
C. a superior source of capabilities.
D. more likely to be reflected on the firm’s balance sheet

The Correct Answer Is:

C. a superior source of capabilities.

Read more

Erp systems have all of the following characteristics except:

Erp systems have all of the following characteristics except:

Erp systems have all of the following characteristics except:

 Options:

A. They are expensive
B. They are implemented in all, or nearly all, large organizations
C. They are difficult to implement
D. Organizations use them to reduce redundancy and make better decisions
E. They are expensive but are easy to use.

The Correct Answer Is:

E. They are expensive but are easy to use.

Read more

Which of the following can be said about a segmentation fault caused when a process is active?

Which of the following can be said about a segmentation fault caused when a process is active?

Looking for the answer to the question below related to Operating System? Which of the following can be said about a segmentation fault caused when a process is active?  Options: (a) It will recover from the fault transparently to the user, by moving the required page from the secondary memory (b) The fault’s cause may … Read more

One needs a good practical example of a “producer-consumer” type problem from among the following.

One needs a good practical example of a “producer-consumer” type problem from among the following.

Looking for the answer to the question below related to Operating System? One needs a good practical example of a “producer-consumer” type problem from among the following.  Options: (I) A multithreaded audio server, where a thread writes digitized sound into a circular buffer and another thread reads it over to a web page. (II) a … Read more

A certain task is multithreaded in such a way that it is supported by two kernel threads where each kernel thread is supporting more than one user thread. Which of the following statement is not true about this scenario?

A certain task is multithreaded in such a way that it is supported by two kernel threads where each kernel thread is supporting more than one user thread. Which of the following statement is not true about this scenario?

Looking for the answer to the question below related to Operating System? A certain task is multithreaded in such a way that it is supported by two kernel threads where each kernel thread is supporting more than one user thread. Which of the following statement is not true about this scenario?  Options: (a) The task … Read more

Which of the following statements comparing the context of a thread with that of a process is true?

Which of the following statements comparing the context of a thread with that of a process is true?

Looking for the answer to the question below related to Operating System? Which of the following statements comparing the context of a thread with that of a process is true?  Options: (a) Two processes will share any context; two threads of a same process will only share the data and the code (text) areas of … Read more

What is not the major objective of operating systems?

What is not the major objective of operating systems?

What is not the major objective of operating systems?

 Options:

(a) To act as a resource manager for multiple tasks running on the CPU, the memory and disk resources
(b) To provide a programming interface to the user
(c) To act as an uniform abstract machine on top of a variety of different hardware platforms
(d) To act as a File server to client machines requiring such service
(e) To enable loading and execution of binary code with minimum intervention by the user.

The Correct Answer Is:

(d) To act as a File server to client machines requiring such service

Read more

Consider a swapping system in which memory consists of the following hole sizes 10K, 4K, 16K, 2K, 11Kbytes. Which holes are taken for the successive segment requests of 12K, 10K and 9K if the best fit algorithm

Consider a swapping system in which memory consists of the following hole sizes 10K, 4K, 16K, 2K, 11Kbytes. Which holes are taken for the successive segment requests of 12K, 10K and 9K if the best fit algorithm

Consider a swapping system in which memory consists of the following hole sizes 10K, 4K, 16K, 2K, 11Kbytes. Which holes are taken for the successive segment requests of 12K, 10K and 9K if the best fit algorithm

 Options:

(a) 14K, 16K, 11K
(b) 14K, 10K, 11K
(c) 16K, 14K, 11K
(d) 16K, 11K, 14K
(e) 10K,14K,16K.

The Correct Answer Is:

(b) 14K, 10K, 11K

Read more

Three non-preemptive jobs J1, J2, J3 are waiting to be run. Their expected processor times are 6, 3 and 5 time units respectively. In which order should they be run to minimize the average response time?

Three non-preemptive jobs J1, J2, J3 are waiting to be run. Their expected processor times are 6, 3 and 5 time units respectively. In which order should they be run to minimize the average response time?

Three non-preemptive jobs J1, J2, J3 are waiting to be run. Their expected processor times are 6, 3 and 5 time units respectively. In which order should they be run to minimize the average response time?

 Options:

(a) J1, J2, J3
(b) J1, J3, J2
(c) J2, J3, J1
(d) J2, J1, J3
(e) J3, J2, J1

The Correct Answer Is:

(c) J2, J3, J1

Read more

A light weight process (LWP) is supported by a single kernel space thread, and it in turn supports several user space threads, belonging to a single user task. Which statement is true?

A light weight process (LWP) is supported by a single kernel space thread, and it in turn supports several user space threads, belonging to a single user task. Which statement is true?

Looking for the answer to the question below related to Operating System? A light weight process (LWP) is supported by a single kernel space thread, and it in turn supports several user space threads, belonging to a single user task. Which statement is true?  Options: (I) The user task is made to be multithreaded in … Read more