Compare disk block allocation schemes for different operations.
A file consists of eight logical blocks, A through H.
The current position is at the beginning of block E. The following operations are performed:
read block D, read block F, delete block E, insert new block C' between C and D.
For each of the four disk block allocation schemes, contiguous, linked, using FAT, and indexed, determine which blocks must be read from and written to the disk to perform each of the four operations.

Answers

Answer 1

To determine the blocks that must be read from and written to the disk for each operation in different disk block allocation schemes, we need to consider the characteristics of each scheme and analyze the given sequence of operations.

Which blocks need to be accessed and modified for each operation in various disk block allocation schemes?

The disk block allocation schemes and their impact on the required read and write operations. In the contiguous allocation scheme, where files occupy consecutive blocks, the read operation for block D would require accessing block D directly. Similarly, the read operation for block F would require accessing block F directly. The delete operation of block E would entail modifying the file control information to skip block E. Finally, inserting a new block C' between C and D would involve shifting subsequent blocks and updating the file control information accordingly.

In the linked allocation scheme, where blocks are linked together via pointers, the read operation for block D would involve traversing the linked blocks until reaching block D. Similarly, the read operation for block F would involve traversing the linked blocks until reaching block F. The delete operation of block E would entail updating the pointers to bypass block E. Inserting a new block C' would require finding a free block and updating the pointers accordingly

Using the File Allocation Table (FAT) scheme, the read operation for block D would involve checking the FAT to find the location of block D. Similarly, the read operation for block F would involve checking the FAT to find the location of block F. The delete operation of block E would require updating the FAT to mark block E as free. Inserting a new block C' would involve finding a free block, updating the FAT to allocate it, and adjusting the pointers accordingly.

In the indexed allocation scheme, where each file has an index block containing pointers to its data blocks, the read operation for block D would involve accessing the index block to find the location of block D. Similarly, the read operation for block F would involve accessing the index block to find the location of block F. The delete operation of block E would require updating the index block to remove the pointer to block E. Inserting a new block C' would involve finding a free block, updating the index block to include a pointer to the new block, and adjusting the pointers accordingly.

Learn more about allocation

brainly.com/question/29976811

#SPJ11


Related Questions

A nutrunner on the engine assembly line has been faululing for low torque. (A nutrunner is an automated machine that automatically torques bolts to a specified condition.) When the fault odcurs, the line stops until someone can investigate or correct the issue. This has been a problem for the past two weeks, and all employees on the assembly line are having to work overtime each day to make up for the lost time from the nutrunner issues. Please explain and visualize the process you would take to solve or improve this problem.

Answers

A nutrunner on the engine assembly line has been failing for low torque. process includes identifying the root cause of the fault, and optimizing the nut runner's performance.

The first step would be to investigate the cause of the low torque issue in the nut runner. This may involve examining the machine, reviewing maintenance records, and gathering data on when and how the fault occurs. Once the root cause is identified, corrective actions can be taken. This may include repairing or replacing faulty components, recalibrating the nut runner, or updating software/firmware.

To prevent future occurrences, implementing a preventive maintenance program is crucial. Regular inspections, scheduled maintenance tasks, and performance testing can help identify and address potential issues before they lead to line stoppages. Additionally, providing thorough training to operators and maintenance staff on nutrunner operation, maintenance procedures, and troubleshooting techniques can contribute to quicker resolution of faults and reduce downtime.

Continuous monitoring of the nutrunner's performance is essential to ensure it operates within specified tolerances. This can be done through real-time data collection and analysis, including torque measurement and trend analysis. By closely monitoring the nutrunner's performance, any deviations or anomalies can be detected early, allowing for proactive interventions.

Overall, a systematic approach that combines investigation, preventive maintenance, employee training, and continuous monitoring can help solve the problem of the faulty nutrunner and improve the efficiency and productivity of the assembly line.

To learn more about torque visit:

brainly.com/question/17512177

#SPJ11

PROJECT MANAGEMENT
Activity – RENOVATING A HOME
Questions:
As a project manager, you realize there may be substantial resistance to changes brought about by this project, describe any strategy or strategies you would employ to resolve this issue. (Make mention of any group from which this resistance may originate.)
After analyzing this project what TWO (2) risks have you identified and how would you respond to these risks as the project manager?

Answers

As a project manager, I would employ the following strategy to address resistance to changes in the home renovation project:

Strategy: Effective Communication and Stakeholder Engagement

To address resistance to changes, it is crucial to establish open and transparent communication channels with all stakeholders involved in the project. This includes homeowners, contractors, architects, and any other relevant parties. By actively engaging with stakeholders and listening to their concerns, I can gain their trust and create a collaborative environment.

Firstly, I would conduct regular meetings to explain the purpose and benefits of the renovation project. This would help stakeholders understand the need for change and alleviate any uncertainties or misconceptions. Clear and concise communication is key to ensuring everyone is on the same page.

Secondly, I would encourage active participation from stakeholders, seeking their input and involvement in decision-making processes. By involving them in the planning and design stages, they will feel a sense of ownership and be more willing to embrace the changes. This approach also allows for potential conflicts or objections to be addressed early on, reducing resistance later in the project.

Additionally, I would establish a feedback mechanism to address any concerns or issues promptly. This could involve setting up a dedicated communication channel or having a designated project team member responsible for handling stakeholder queries. Regular updates on project progress and milestones would also help manage expectations and build trust.

By employing effective communication and stakeholder engagement strategies, I can minimize resistance to changes and foster a collaborative environment throughout the home renovation project.

Learn more about Effective Communication:

brainly.com/question/1285845

#SPJ11

PLS HELPPP!!!!!!!!!!!!!!!

What is the sense of a vector that is 20° CW from the negative x-axis?
A. Up and right
B. Down and right
C. Up and left
D. Down and left

Answers

Answer:

C. Up and left

Explanation:

The negative x-axis is on the left side of a graph.

If you turn 20° clockwise, then it would still be in the second quadrant pointing up a little bit.

Just loook at the picture i linked below

PLS HELPPP!!!!!!!!!!!!!!!What is the sense of a vector that is 20 CW from the negative x-axis? A. Up

Answer:

c

Explanation:

automated tools, frameworks, and processes for all stages of the data analytics process are part of the data engineer’s ecosystem. what role do data integration tools play in this ecosystem?

Answers

Data integration tools play a crucial role in the data engineer's ecosystem by facilitating the process of combining data from multiple sources into a unified and coherent format.

These tools are designed to streamline the data integration process, allowing data engineers to efficiently extract, transform, and load (ETL) data from various systems and prepare it for analysis.

One of the primary functions of data integration tools is to connect to different data sources, such as databases, data warehouses, cloud storage, or web services.

These tools provide connectors and adapters that enable seamless communication between disparate data systems, eliminating the need for manual data extraction and transformation.

Furthermore, data integration tools offer a range of transformation capabilities, including data cleansing, normalization, aggregation, and enrichment.

These transformations ensure that data is consistent, accurate, and in the desired format for analysis.

Additionally, data integration tools often provide scheduling and automation features, allowing data engineers to create and manage data integration workflows.

These workflows can be scheduled to run at specific intervals, ensuring that data is regularly refreshed and up-to-date for analytics purposes.

In summary, data integration tools streamline the process of collecting, combining, and preparing data from diverse sources, enabling data engineers to create a unified and consistent data environment for analysis.

By automating these tasks, these tools save time, reduce errors, and enhance the overall efficiency of the data analytics process.

For more such questions ecosystem,click on

https://brainly.com/question/30407878

#SPJ8

Steam flows steadily through a turbine at a rate of 45,000 lbm/h, entering at 1000 psia and 9008F and leaving at 5 psia as saturated vapor. If the power generated by the turbine is 4 MW, determine the rate of heat loss from the steam.

Answers

182.28 Btu/s (all done)

Which of the following linux directories is appropriate for quotas? /home/ /etc/ /proc/ /usr/ /opt/

Answers

The appropriate Linux directory for quotas is `/home/`.

Which Linux directory is appropriate for implementing quotas?

The appropriate Linux directory for quotas is `/home/`. The `/home/` directory is commonly used to store user home directories, and it is a suitable location to implement quotas on individual users or groups.

Quotas allow administrators to limit the amount of disk space or number of files that users can consume on a system.

By implementing quotas in the `/home/` directory, administrators can effectively manage and allocate resources to users, ensuring fair usage and preventing excessive consumption.

The other directories listed (`/etc/`, `/proc/`, `/usr/`, and `/opt/`) are not specifically designed for quota management.

Learn more about Linux directory

brainly.com/question/32277202

#SPJ11

The rafter is fastened to the outside wall so that the plumb cut in the birdsmouth is tight to the exterior wall sheathing
Select one:
O True
O False

Answers

the answer to ur question is false.

15 kg of ice at 0°C is heated to water of temperature 20°C. What is the amount of heat required if the specific latent heat of ice fusion is 335 kJ/kg and the specific heat capacity of water is 4.19kJ/kg/°C?

Answers

Answer:

6282 kJ

Explanation:

Given that:

The mass (m) = 15 kg

The specific latent heat of ice fusion \(h_{fg}_{ice}\) = 335 kJ/kg

The specific heat capacity of water = 4.19 kJ/kg.c

The initial temperature of the ice \(T_i\)= 0° C

The final temperature of the water \(T_f\) = 20° C

To find the needed amount of heat to convert 0° C ice to 20° C of water.

To do that, we need to find the latent heat required for the phase change from 0° C ice to 0° C water, then the heat required to convert  0° C water to 20° C water.

Heat required = \(m \times h_{fg}_{ice}+ m \times c_{water} \times \Delta T\)

Heat required = (15 × 335) + (15 × 4.19) × (20 - 0)

Heat required = 5025 + 62.85 × 20

Heat required = 5025 + 1257

Heat required = 6282 kJ

Which of the following is not a source of income?

Answers

Answer:

the answer is the "income tax"

Answer:

The correct answer would be:Income tax.

Explanation:

Hoped I helped!! :)

A friend of yours bought several dozen pure silver rings on a recent trip abroad, but now suspects
that they might not be all that pure. He brings them to you to check. You weigh 10 of the rings and
find that each ring has a mass of 0.738g, you then place them in a graduated cylinder 2.5cm in
diameter and observe that the water level rises by 8.45mm. S.G of pure silver = 10.49
Using chemical engineering concepts, determine if the rings are pure silver.

Answers

Answer:

3

Explanation:

To determine if the rings are pure silver, we can calculate the density of the rings and compare it to the density of pure silver. The density of a material is the mass of the material per unit volume.

First, we need to find the volume of one of the rings. Since the rings are cylindrical, we can use the formula for the volume of a cylinder to find the volume of each ring:

V = π * r^2 * h

Where V is the volume of the ring, π is approximately equal to 3.14, r is the radius of the ring, and h is the height of the ring. In this case, the height of the ring is equal to the thickness of the ring, which is equal to the change in the water level (8.45 mm) divided by the number of rings (10). The radius of the ring is equal to half the diameter of the graduated cylinder (2.5 cm / 2 = 1.25 cm), since the rings are placed in the cylinder side by side.

Plugging these values into the formula, we find that the volume of each ring is:

V = 3.14 * (1.25 cm)^2 * (8.45 mm / 10) = 0.00367 cm^3

Next, we can use the mass and volume of each ring to calculate the density of the rings:

density = mass / volume

Since the mass of each ring is 0.738g and the volume of each ring is 0.00367 cm^3, the density of the rings is:

density = 0.738 g / 0.00367 cm^3 = 201.09 g/cm^3

Finally, we can compare the density of the rings to the density of pure silver, which is 10.49 g/cm^3. Since the density of the rings is much higher than the density of pure silver, it is likely that the rings are not pure silver.

It is important to note that this calculation is only an approximate estimation of the purity of the rings. There may be other factors that affect the density of the rings, such as impurities or variations in the thickness of the rings. Additionally, the value of the density of pure silver used in this calculation may not be entirely accurate, as the density of a material can vary depending on factors such as temperature and pressure. A more precise determination of the purity of the rings would require further testing and analysis.

91,264 Texas teen drivers between the ages of 15 and 19 were involved in crashes during a one year period.

Answers

Answer:

True

Explanation:

Why do you have to know each testing tools?​

Answers

Answer:

YAH A BLINK

Explanation:

If u are asking about softwares

then,

Software testing tools are often used to assure firmness, thoroughness and performance in testing software products.

\(#Liliflim\)

since every tool is important, it is also important that we know and learn how to use it for the coming of the day so we can fix the things that are broken to us.

by what factor is the maximum shear stress greater than the average shear stress acting over the cross section?

Answers

The ratio of τmax and τavg is defined as the shear stress factor, and it has important implications in the design of materials and structures.

The shear stress factor can vary widely, depending on the material and the loading conditions, and it can be a critical factor in the failure of a material or structure. In general, the shear stress factor is higher for ductile materials than for brittle materials. This is because ductile materials can absorb more energy before they fail, which means that they can handle higher stresses without fracturing. Brittle materials, on the other hand, tend to fail suddenly and catastrophically when they reach their maximum stress, which means that they cannot handle high shear stresses for long.

In conclusion, the maximum shear stress is usually much greater than the average shear stress acting over the cross-section, and the ratio of the two is defined as the shear stress factor. The shear stress factor can vary widely depending on the material and the loading conditions, and it is an important factor to consider in the design of materials and structures. It can be a critical factor in the failure of a material or structure, and it is important to choose materials and designs that can handle high shear stresses without failing suddenly and catastrophically.

Learn more about brittle materials: https://brainly.com/question/13258328

#SPJ11

Q1. Which belt conveyor is better than the others for balk handing (3p.)? a) Flat belt conveyor c) Troughed belt conveyor e) None of the above b) Telescoping belt conveyor d) Magnetic belt conveyor Q2

Answers

The correct answer is c, Troughed belt conveyor. Among all belt conveyors, the troughed belt conveyor is best for bulk handling. It is made up of a flat belt with forward and backward idlers that form a rectangular cross-section.

This conveyor is the most commonly used conveyor belt for handling large quantities of material because of its adaptability, versatility, and reliability. It is used in mining, power generation, processing, and manufacturing facilities because it is inexpensive to use and maintain.

Flat belt conveyor - A flat belt conveyor is a conveyor that transports objects horizontally or with a slight inclination. The conveyor belt is flattened to create a smooth surface that rotates around pulleys to transport objects from one end to the other. This conveyor type is often used in packaging, food processing, and other industries that require low-cost conveyance solutions.

Know more about belt conveyor:

https://brainly.com/question/794672

#SPJ11

difference between PN junction diode and Bipolar diodes?

Answers

PN junction diode and bipolar junction diode are two types of diodes with distinct characteristics and functionalities.

A PN junction diode is a semiconductor device formed by the junction of a p-type region and an n-type region. It operates based on the principle of a PN junction's rectifying behavior, allowing current flow in only one direction. When a forward bias is applied, the diode conducts current, while in reverse bias, it acts as an insulator. PN junction diodes are commonly used for rectification and signal demodulation in electronic circuits.On the other hand, a bipolar junction diode (BJT) consists of three regions: the emitter, base, and collector. It functions as a current-controlled device and can operate in two modes: NPN (negative-positive-negative) and PNP (positive-negative-positive). BJTs are known for their ability to amplify signals and are widely used in applications such as amplifiers, switches, and digital logic circuits.

In summary, the main difference between PN junction diode and bipolar junction diode lies in their construction and operating principles. PN junction diodes are based on a single PN junction and primarily used for rectification, while bipolar junction diodes are composed of multiple regions and employed for signal amplification and switching.

For more questions amplifiers, click on:

https://brainly.com/question/29604852

#SPJ8

Explain packaging films and how gums are used in packaging films​

Answers

Selective packaging films and materials with specific gas permeability are used to create defined oxygen and nitrogen levels around the food.

packaging films can be measured in several ways.Many devices for measuring film permeability to oxygen are on the market

which systems engineering support discipline has the goal to ensure that support considerations are an integral part of the system design requirements so that the system can be cost-effectively supported throughout its life cycle

Answers

Answer:what's the question

Explanation:

what is the division of demand

Answers

Answer:Demand is the number of goods that the customers are ready and able to buy at several prices during a given time frame.Division of demand:Composite demand.Short-run and long-run demand.Price demand.Income demand.Competitive demand.Direct and derived demand.

Saturated refrigerant-134a vapor at 15 psia is compressed reversibly in an adiabatic compressor to 80 psia. Determine the work input to the compressor. Use the tables for R-134a.

Answers

The initial enthalpy and the entropy of the saturated water can be found out from the table of A-12E

i.e.   \($h_1= 101 \ \text{Btu/lbm}$\)

       \($s_1 = 0.22717 \text{ Btu/lbmR}$\)

Since the process mentioned above is an adiabatic compression process, the entropy will remain constant throughout the process. Therefore, we take the value of entropy and the final pressure using the table with few interpolations and also approximations to find the final enthalpy. It is given by :

       \($h_2= 116.09 \text{ Btu/lbm}$\)

So the work input from the energy balance equation :

       \($\dot{W} + \dot{m}h_1 = \dot{m}h_2$\)

          \($w=h_2 - h_1$\)

              = 116.09 - 101

              = 15.09

Therefore, \($w= 15.09 \text{ Btu/lbm}$\)

Please indicate which part the work is under

Please indicate which part the work is under

Answers

a. The power factor is 0989

b. The average power from the source is 2.125 kW

What is power factor?

Power factor is the ratio of the real power absorbed by the load to the apparent power.

a. What is the power factor.

To find the power factor, we nedd to find the equivalent impedance of the circuit.

First, the the 8Ω resistor and -j6 Ω capacitor impedance are in series, their equivalent impedance is Z₁ = 8 Ω+ (- j6) Ω = (8 - j6)Ω.

Now, Z₁ is parallel to the Z₂ = j4 Ω impedance.

So, their equivalent inpedance is

Z₃ = Z₁Z₂/(Z₁ + Z₂)

= (8 - j6)j4 Ω/(8 - j6 + j4)

= (32 - j24)/(8 - j2)

Rationalizing the denominator, we have that

=  (32 - j24)/(8 - j2) × (8 + j2)/(8 + j2)

= [32 × 8 + 32 × j2 - j24 × 8 + (-j42 × -j2)]/(8² + 2)²

= [256 + j64 - 192j + j²84)]/(8² + 2²)

= [256 + j64 - 192j - 84)]/(64 + 4)

= (172 - j128)/68

= (43 - j32)/17

Since the 10 Ω resistor is in series with Z₃, the equivalent impedance is

Z₄ = 10 Ω + (43 - j32)/17 Ω

= (10 + 43/17 - j32/17 )Ω

= (170 + 43)/17 - j32/17

= 213/17 - j32/17

We know that for an impedance Z = a + jb , tanФ = b/a

So, for Z₄, tanФ = b/a

= -32/17 ÷ 213/17

= -32/213

since the trigonometric identity

tan²Ф + 1 = sec²Ф

secФ = ±√(tan²Ф + 1)

So, substituting tanФ into the equation, we have that

secФ = ±√(tan²Ф + 1)

secФ = ±√[(-32/213)² + 1)

= ±√[(1024 + 45369)/45369)]

= ±√[46393/45369)]

= ±215.39/213

Now, the power factor P.F = cosФ

Since secФ = 1/cosФ

cosФ = ±213/215.39

= ±0.989

Since tanФ is negative, Ф is in the fourth quadrant.

So, cosФ = 0.989

So, the power factor is 0989

b. The average power

The average power P = I²R where

I = rms current and R = resistive part of impedance

Now, I = V/Z₄ where

V = rms voltage = 165 ∠ 0° and  Z₄ = impedance

We know that for an impedance Z = a + jb , tanФ = b/a

So, for Z₄ = , tanФ = b/a

= -32/17 ÷ 213/17

= -32/213

Ф = tan⁻¹(-32/213)

= -8.544

Also, the magnitude of impedance, Z = √(a² + b²)

So, the magnitude of Z = √[(213/17)² + (-32/17)²]

= √[(213)² + (-32)²]/17

= √[45369 + 1024]/17

= 215.39/17

= 12.67

So, Z = 12.67 ∠-8.544

So, the current I = V/Z

= 165 ∠ 0°/ 12.67 ∠-8.544

= 165/12.67 ∠ 0°- (-8.544)

= 13.02 ∠ 8.544° A

So, the average power P = I²R where

I = current = 13.02 A and R = resistive part of impedance = 213/17 Ω

so, P = (13.02 A)² × 213/17 Ω

= 169.60 A² × 213/17 Ω

= 36123.754/17 A²Ω

= 2124.93 W

= 2.125 kW

The average power is 2.125 kW

Learn more about power factor here:

https://brainly.com/question/28250526

#SPJ1

8. What are two ways SpaceX plans to change personal travel?

Answers

Answer:

as all the people should go near stratosphere

The volume of microbial culture is observed to increase according to the formula
V(m^3)=e^t
where t is time in seconds
a,calculate the expression for V(in^3) in terms of t(minute)
b,

Answers

The expression of V(m³)=e^(t(s)) to make V in in³ and t in minutes is;

V(in³) = (¹/₆₁₀₂₄)a\(e^{\frac{1}{60}bt(h)\)

We are given that;

Volume of microbial culture is observed to increase according to the formula;

V = e^(t)

where;

t is in seconds

V is in m³

We want to now express V in in³ and t in minutes.

Now, from conversions;

1 m³ = 61024 in³

Also; 1 second = 1/60 minutes

according to formula for exponential decay, we know that;

V = ae^(bt)

Thus, we have;

61024V = ae^(¹/₆₀b(t(h))

V(in³) = (¹/₆₁₀₂₄)a\(e^{\frac{1}{60}bt(h)\)

Read more about subject of formula at; https://brainly.com/question/790938

two large water reservoirs are connected by 5000 ft of 8-in diameter commercial steel pipe. the level in one reservoir is 200 ft above the level in the other, and water is flowing steadily through the pipe from one reservoir to the other. the pipe entrance and exit to each tank is smooth (i.e. frictional losses due to the sudden contraction and sudden expansion are small and can be ignored). both reservoirs are open to the atmosphere. how many gallons per minute are flowing?

Answers

The amount of gallons needed per minute to flow through the two water reservoirs are 9.7 gallons.

To calculate the number of gallons per minute flowing through the two water reservoirs, we can use the equation Q = (CdAh)2/3S1/2. Here, Q is the flow rate in gallons per minute (gpm), Cd is the coefficient of discharge, Ah is the cross-sectional area of the pipe in square feet, and S is the slope of the pipe in feet per foot.

To calculate the flow rate in gpm, we first need to calculate the coefficient of discharge and the slope of the pipe. The coefficient of discharge for a 8-in diameter commercial steel pipe is 0.86, and the cross-sectional area of the pipe is 0.206 square feet. The slope of the pipe can be calculated by dividing the difference in elevation (200 ft) by the length of the pipe (5000 ft), resulting in a slope of 0.04 ft/ft.

Plugging these values into the equation above, we get:

Q = (0.86 x 0.206)2/3 x (0.04)1/2 = 9.7 gpm

Therefore, 9.7 gallons per minute are flowing through the two water reservoirs.

Learn more about flow rate : https://brainly.com/question/1154328

#SPJ11

table saws you can use with __ or __ but not both at the same time

Answers

Answer:

wood or metal

Explanation:

sorry if incorrect

Write a program that reads integers from the user and stores them in a list. Use 0 as a sentinel value to mark the end of the input. Once all of the values have been read your program should display them (except for the 0) in reverse order, with one value appearing on each line.

Answers

Answer:

The program is written in Python:

num = int(input("User Input: "))

mylist = []

while(num !=0):

    mylist.append(num)

    num = int(input("User Input: "))

mylist.reverse()

for i in mylist:

    print(i,end = ' ')

Explanation:

This question is answered using Python and it uses 0 as a sentinel value; i.e. the program stops prompting user for input when user enters 0

This line prompts user for input

num = int(input("User Input: "))

This line declares an empty list

mylist = []

This loop is repeated as long as user enters input other than 0

while(num !=0):

This appends user input to the list

    mylist.append(num)

This prompts user for another input

    num = int(input("User Input: "))

This reverses the list

mylist.reverse()

The following iteration the list in reverse order

for i in mylist:

    print(i,end = ' ')

1 A power transmission includes a belt drive, a chain drive and a gear drive. Which of the following is the best arrangement between a motor and a working machine? (a) belt drive gear drive chain drive (b) chain drive gear drive belt drive (c) belt drive chain drive gear drive (d) chain drive belt drive gear drive

Answers

Answer:d

Explanation:

(d) chain drive belt drive gear drive

The chain drive belt drive gear drive. Thus option D is correct.

Waht is power trasmisson ?

The power transmission includes the bulk of the electrical energy form the generating sites such as the power station or the power plant and send to the anelectric substation where the voltage gets transformed and distributed to the insurers on other substations.

They can be mechanical, electrical and hydrologic, etc. The power transmission can move the electricity over larger distances.

Find out more information about the transmission.

brainly.com/question/13142496

a storage tank contains liquid with a density of 0.0361 lbs per cubic inch. the height of liquid in the tank is 168 feet. what is the pressure of the liquid at the bottom of the tank give your answer in psi

Answers

Answer:

Objects that float on water have densities less than the density of water; those that do not float on water have densisties greater than the density of water:

Float on water:  d < 0.0361 lb/in³ (where d denotes denisity)

Do not float on water:  d > 0.0361 lb/in³

Explanation:

I don't know if this works for it or not?

Pls answer and I will give a like!

Pls answer and I will give a like!

Answers

Answer:

a

Explanation:

A printers display shows no reading the problem might be

Answers

Put your printer through a hard reset. Try turning off both the printer and your computer, then restarting both if that doesn't fix the problem. Then try to remove and reinstall your printer's driver.

What causes printing errors?

A problem with the printer itself may exist if the status of your printer reads "Printer in error state." Check to see if the printer is on and wired or wirelessly linked to your computer. Make sure the cover is closed and the paper isn't jammed, and check if there isn't enough paper or ink.

Of all printer errors, paper jams are arguably the most dreadful. There are a few problems that might be present when it comes to smudges, faded lettering, and poor image quality.

To learn more about printer error, visit:

https://brainly.com/question/30156202

#SPJ4

if citrus overlord is 200 (I'm offering for a lucid leaf) and shiny eternal contrast is 250, 450 so far and I'm also last thing offering for lucid (which is 100 secret value and I'm offering in shiny value and Lucid's shiny value is 500 but gets op's because it's a secret pet) is a shiny dark omen which is 100, I'm offering 550 for 500 but gets op's, w or l, I think w.

Answers

Answer: I'm pretty sure your taking a W.

your getting a W, lucid isn't that bad to trade, you can probably flip lucid for more shiny's and getting a better offer because omen has bad demand and you can tell someone to switch it for something better you can flip lucid and get better pets ok so accept and trade lucid unless you wanna keep it.

Explanation:

Answer:

gg's if you did it cause w

Explanation:

Other Questions
I need help plz 7th grade math You have just deposited $6,000 into an account that promises to pay you an annual interest rate of 5.5 percent each year for the next 6 years. You will leave the money invested in the account and 10 years from today, you need to have $12,800 in the account. What annual interest rate must you earn over the last 4 years to accomplish this goal?Multiple Choicea) 10.64%b) 10.48%c) 9.22%d) 12.97%e) 11.53% i need help with adjectives and adverbs pleaseall 3 questions which texas president wanted to enhance the armed forces of texas Compute the total payroll related expense incurred by an employer for an employee that earned $3,600 in the current month. The current FUTA tax rate is 0.6%, and the SUTA tax rate is 5.4%. Both taxes are applied to the first $7,000 of an employee's pay. The current FICA tax rate for Social Security is 6.2% of an employee's annual earnings up to $132,900 and FICA tax rate for Medicare is 1.45% of the employee's earnings. The employee's year to date earnings prior to the current month were $5.700. In addition, Income tax withholdings are $224; Charitable Contributions are $40 : Medical insurance is a total of $350, half of this amount is paid by the employer and half is paid by the employee. The employer also contributes 3% of the employee's gross pay to a pension fund. 1) $4.374.40 2) $4,414 3) $2,885.60 4) $4,236.40 an approach that proponents believe reduces risks and speeds up software development the_________ are new substances that are created following a chemical reaction please help i added 39 points :) but i dont understand this so yeah what is Skeletal major organs and structures? PLEASE ANSWERING THIS QUESTION!!!The volume of a cone with height h and a radius r can be found using the formula [tex]\sf{V=\dfrac{1}{3}\pi r^2h[/tex]Find the volume of a cone with radius 5 feet and height 4 feet.(Blank) ft^3Rules answering these questions:Explain your answer!Do not spam answers!Show your work!Nonsense answers will be reported and delete your answers.Thanks! rebecca and eliezer at the well, from the vienna genesis exhibits european influences on a byzantine manuscript by virtue of help asap!!!!!!!!!!!!!! Sophia gave the club's sponsor a copy of her speech.Which word is the indirect object in the sentence?(1 point)copyspeechSophiasponsor an object hangs motionless from a spring. think about the sum of the elastic potential energy of the spring and the gravitational potential energy of the object and earth (uspr ug). when the object is pulled down and held, this sum Find the slope of the line that passes through the pair of points.(-43.23,5.1) and (4.23.3.6) 7. A rectangular swimming pool has a length x and a width (x + 6). The swimming pool has an area of 55 meters^2? a. Identify the length and width of the swimming pool. What is the value of x?7012x + 14 What did Galileo discover when he dropped two cannon balls into f different weights from the leaning tower of pisa One of the most important parts about creating great photographs starts with choosing what to photograph Ms. Wright looks at the menu in a restaurant. She wants to order a bowl of salad priced at $13.10 and a glass of fruit juice priced at $5.90. There are a 5% sales tax and a 3% meals tax on all food and beverages. Is she able to pay for her meal with $20? Explain your reasoning.