Table/indexed.
Let's look at the three options and see what their advantages and disadvantages are:
Contiguous - In this scheme, the file is stored in contiguous blocks of the disk. It allows for easy random access of the data, but requires a contiguous sequence of blocks large enough to handle the entire file. Since the size of the file specified in this question varies quite a bit over it's lifespan, you're either going to be wasting a lot of space by having an allocation large enough to handle the maximum sized file, or the file will need to be copied whenever it grows and "bumps" into a file that was allocated after it. Because of this, this method is not the best.
Linked - The file is stored as a single, or double linked list of file blocks. This allows for the file to grow or shrink as needed, using only the amount of space needed for the file. Unfortunately, this storage scheme doesn't allow for random access of the file contents and the file can only be accessed sequentially. The question for this problem doesn't specify how the file is being accessed, so as long as random access isn't required, then this would be a reasonable allocation scheme. But I'm assuming that random access will be required, in which case, this scheme isn't ideal.
table/indexed - In this scheme, some disk blocks are used as tables to point to other disk blocks that actually contain the file data. It's almost as fast as contiguous allocation for random access of the file contents, yet allows for the growth and shrinkage of a file like linked allocation. As such, it handles all use cases at a relatively minor cost in total storage required. So this would be the most appropriate allocation scheme since the file access behavior wasn't specified in this question.
Direct relation. If iron is used to make steel, and iron is cheaper now, steel will also be cheaper. Decrease in price can mean they have a bunch of it, a surplus.
Supply and demand says if you got a lot of something prices go down. So if you have a lot of cheap iron, you can make a lot of cheap steel
Answer:
The answer would be
Explanation:
There are many benefits, both quantitative and qualitative, that provides effective management of diversity management. This management, in part, involves visualizing cultural differences as a positive element that adds value to all our actions.
Increase creativity and innovation capacity; people with diverse perspectives who bring new visions on familiar topics.
It can help improve communication because we learn to accept the divergent and deal with it
Reduces tensions and conflict in work teams.
Answer:
A.indemnification, the company may reimburse them for legal fees and judgments.
The statement, investor perception on the risk of bonds will raise their desired return is true.
The higher an investment's risk, the greater its potential returns should be. By contrast, a very safe and low-risk investment should generally offer low returns. So, this investor perception will raise the desired return of the risk of bonds.
Generally, the higher the potential return of an investment, the higher the risk. Thus, there is no guarantee that you will actually get a higher return by accepting more risk. In this matter diversification is useful.
Hence, you can minimize the risk by making sure the company's bond you own is not a high risk company with a high probability of paying back.
To learn more about risk of bonds here:
brainly.com/question/14850768
#SPJ4