1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Sonja [21]
3 years ago
13

Consider a file whose size varies between 4 kb and 4 mb during its lifetime. which of the three allocation schemes (contiguous,

linked and table/indexed) will be most ap- propriate
Business
1 answer:
uranmaximum [27]3 years ago
8 0
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.
You might be interested in
Scobie Company began 2016 with a retained earnings balance of $142,400. During an examination of its accounting records on Decem
tino4ka555 [31]

The total retained earnings on 31st December 2016 is $197,100. The journal entry are attached below.

<h3>What is Retained Earnings?</h3>

Retained earning is basically the profits of the company which is kept aside to meet the future requirement of the company. It the amount which is left over after deducting all cost such as direct cost, indirect cost, income taxes and dividend.

The retained earning is used in the future projects or for buying the equipment for the company.

Learn more about retained earnings here:

brainly.com/question/14529006

#SPJ1

.

6 0
2 years ago
PLZ HELP
Kitty [74]

Answer:

200

Explanation:

8 0
3 years ago
The _____ is the product of the percent complete and the sum of the estimated costs of all the specific activities that make up
____ [38]

The answer is the total budget cost. It is the one responsible of the expense that the company needs and the estimated expense that they had used that may be of use as their basis and for the their future  period.


7 0
3 years ago
Dee's suggestion that the company needed more control over the way its products were displayed, priced, and promoted prompted a
aleksandrvk [35]

Answer:

D.administered distribution system.

Explanation:

Administered Distribution System is a system in which producer manages all the marketing functions at the retail outlets.

3 0
3 years ago
The capital account records Question 2 options:
Paraphin [41]

Answer:

c. transactions involving foreign investment in the United States and U.S investment abroad.

Explanation:

The capital account provides the record of foreign investment transactions occurring between a country and another country. It gives an idea of money coming in and out of the state. A surplus in the capital account record is indicative of the inflow of money in the country, while a deficit indicates the loss of money.

Debt accrued by a country, banking, loans and investment are all reflected in the capital account record. So, for a person to determine a nations assets and liabilities, the capital account would provide an accurate insight to that information.

3 0
3 years ago
Other questions:
  • When the "full-cost approach" to marketing cost analysis is used, allocating fixed costs on the basis of sales:A. may make low-v
    13·1 answer
  • Joan is a single individual who works for Big Petroleum, Inc. During all of 2019, she is stationed in West Africa. She pays West
    6·1 answer
  • The price of a stock put option is __________ correlated with the stock price and __________ correlated with the strike price. n
    15·1 answer
  • Find the future values of these ordinary annuities. Compounding occurs once a year. Do not round intermediate calculations. Roun
    13·1 answer
  • Isabella is on temporary layoff from her factory job. If Isabella participated in the BLS survey she will be classified as?
    7·2 answers
  • The Snow Corporation issues 14,000 shares of $54 par value preferred stock for cash at $68 per share. The entry to record the tr
    11·1 answer
  • When does a company need to identify mission-critical business functions and quantify the impact a loss of such functions may ha
    10·1 answer
  • Choose the correct definition for employee internet portal: Multiple Choice A web-based application wherein employees can modify
    14·1 answer
  • Scott wants to accumulate $3,800 over a period of 11 years so that a cash payment can be made for roof maintenance on his summer
    12·1 answer
  • How can zoning laws be beneficial to a city’s residents?
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!