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.
Answer:
C. debit to Finished Goods Inventory $ 3 comma 202 and a credit to Work minus Process Inventory $ 3 comma 202
Explanation:
The journal entry is shown below:
Finished goods inventory A/c Dr $3,202
To Work in process inventory A/c $3,202
(Being the job is completed)
The computation is shown below:
= Direct material cost + Direct labor cost + manufacturing overhead cost
= $360 + $2,030 + $2,030 × 40%
= $360 + $2,030 + $812
= $3,202
Answer:
B. 2.8 years
Explanation:
Initial investment = -120,000+ 8,000 = -112,000
Yr 1 cash inflow = 40,000, hence net CF = 40,000-112,000 = -72,000
Yr 2 cash inflow = 40,000, hence net CF = 40,000- 72,000 = -32,000
Yr 3 cash inflow = 40,000, hence net CF = 40,000-32,000 = 12,000
Payback period = last year with negative net CF + (absolute net CF that year/ total CF the following year)
= 2 + (32,000/40,000)
= 2 + 0.8
= 2.8 years
Answer:
Statistics is used to determine what risk an insured poses to an insurance company, what percentage of policies is likely to pay out, and how much money a company can expect to pay out in claims
Five members of the board must hold valid cosmetology licenses and shall have been working as cosmetologists for at least five years in this state. This statement is TRUE.
- A seven-member Board of Cosmetology is established inside the department. Its members will be selected by the governor and confirmed by the Senate, and its job will be to carry out the terms of this act.
- The rest of the unexpired terms on the board may be filled by the Governor at any time.
- Each appointee must take the constitutional oath of office and submit it to the Department of State before beginning their duties as board members.
- The board will choose a chair and vice chair from among its members in the month of January.
- The board will hold as many meetings as it considers necessary throughout the year, one of which will be the annual meeting.
To know more about Cosmetology refer:
brainly.com/question/14069988
#SPJ9