Answer:
they work with aircraft, designing aircrafts.
Explanation:
Answer:
the crown is false densty= 12556kg/m^3[/tex]
Explanation:
Hello! The first step to solve this problem is to find the mass of the crown, this is found using the weight of the crown in the air by means of the equation for the weight.
W=mg
W=weight(N)=31.4N
M=Mass
g=gravity=9.81m/S^2
solving for M
m=W/g

The second step is find the volume of crown remembering that when an object is weighed in the water the result is the subtraction between the weight of the object and the buoyant force of the water which is the product of the volume of the crown by gravity by density of water

Where
F=weight in water=28.9N
m=mass of crown=3.2kg
g=gravity=9.81m/S^2
α=density of water=1000kg/m^3
V= crown´s volume
solving for V

finally, we remember that the density is equal to the index between mass and volume

To determine the density of the crown without using the weight in the water and with a bucket we can use the following steps.
1.weigh the crown in the air and find the mass
2. put water in a cylindrical bucket and measure its height with a ruler.
3. Put the crown in the bucket and measure the new water level with a ruler.
4. Subtract the heights, and find the volume of a cylinder knowing the difference in heights and the diameter of the bucket, in order to determine the volume of the crown.
5. find density by dividing mass by volume
The answer is choice C
Explanation:
As during construction ,the site is cleared for all debris before laying out the foundation. Even the sewer lines are dug out .
So it will be useful for the construction crews to connect the pipes to the sewer lines before the foundation is poured.
But usually the steps take in construction activity is:- first the site is cleared for the foundation to be poured and once the foundation wall is set , then all utilities , including plumbing and electrical activities are done.,
After this process is over, the city inspector comes to check whether the foundation has been laid down as per the code of construction.
Only after that the rest of the construction activity follows through.
Answer:
a)
, b)
,
,
, c)
,
,
, 
Explanation:
a) The total number of users that can be accomodated in the system is:


b) The length of the side of each cell is:


Minimum time for traversing a cell is:



The maximum time for traversing a cell is:


The approximate time is giving by the average of minimum and maximum times:


c) The total number of users that can be accomodated in the system is:


The length of each side of the cell is:


Minimum time for traversing a cell is:



The maximum time for traversing a cell is:


The approximate time is giving by the average of minimum and maximum times:


Answer and Explanation:
• 1 thread awaits the incoming request
• 1 thread responds to the request
• 1 thread reads the hard disk
A multithreaded file server is better than a single-threaded server and a finite-state machine server because it provides better response compared to the rest and can make use of the shared Web data.
Yes, there are circumstances in which a single-threaded server might be better. If it is designed such that:
- the server is completely CPU bound, such that multiple threads isn't needed. But it would account for some complexity that aren't needed.
An example is, the assistance number of a telephone directory (e.g 7771414) for an community of say, one million people. Consider that each name and telephone number record is sixty-four characters, the whole database takes 64 MB, and can be easily stored in the server's memory in order to provide quick lookup.
NOTE:
Multiple threads lead to operation slow down and no support for Kernel threads.