do you think I-beams are a good thing to use for head frame supports? why?​

Answers

Answer 1
The shape of I beams makes them excellent for unidirectional bending parallel to the web. The horizontal flanges resist the bending movement, while the web resists the shear stress. They are also cost effective, since the “I” shape is an economic design that doesn't use excess steel

Related Questions

What are the qualities of strong leaders? Check all that apply. They inspire others. 1)They are easily influenced by others. 2)They are outstanding role models. 3)They have a strong sense of purpose. 4)They lack self-confidence.

Answers

Answer: 2 and 3
Explanation:

I would pick 2 and 3 based on process of elimination

If the Clear-to-send (CTS) message was lost, then the following sequence of events will occur. (order the events in the proper order) Timeout will occur Number of attempts (K) is incremented Carrier Sense the medium Wait for a back-off period TB

Answers

The correct order of events is: 1) Carrier Sense the medium  2) Wait for a back-off period (TB)  3) Number of attempts (K) is incremented  4) Timeout will occur.  To order the events in the proper sequence:

1) Carrier Sense the medium: The sender checks if the communication medium is busy or idle before attempting to transmit data.

2) Wait for a back-off period (TB): If the medium is found to be busy during carrier sensing, the sender waits for a random back-off period before attempting to transmit again. This helps avoid collisions with other nodes attempting to transmit simultaneously.

3) Number of attempts (K) is incremented: After each unsuccessful transmission attempt, the number of attempts (K) is incremented, indicating that the sender has made multiple attempts to transmit the data.

4) Timeout will occur: If the Clear-to-send (CTS) message is lost or not received within a certain time frame, a timeout will occur. This indicates that the sender has not received the necessary acknowledgment to proceed with the data transmission.

Therefore, the correct order of events is:

1) Carrier Sense the medium

2) Wait for a back-off period (TB)

3) Number of attempts (K) is incremented

4) Timeout will occur

To know more about Timeout visit :

https://brainly.com/question/31711257

#SPJ11

why is a computer called diligent machine ?​

Answers

Computer is called diligent machine because it can perform the task repeatedly without loosing its speed and accuracy for a long time.

if quality assurance personell ask a techinican a question during an ins;pection, the response should be?

Answers

If a quality assurance personnel asks a technician a question during an inspection, the response should be clear, honest, and accurate. The technician should answer the question to the best of their knowledge and provide any relevant information that may be useful for the inspection.

If the technician is unsure about the answer or does not have enough information to provide an accurate response, they should indicate this to the quality assurance personnel and offer to follow up with additional information. It is important for the technician to remain professional and respectful during the inspection, and to provide any necessary documentation or evidence to support their response.

Find out more about quality assurance personneat l

brainly.com/question/14399220

#SPJ4

What is the difference between apple store and play store

Answers

one is for apple and the other is for android. apple you have to pay for more stuff but get better things but mostly their literally just the exact same with different names

what is the meaning of HML​

Answers

Answer:

Explanation:

Hit my line

Every day, Farmer John milks his 8 dairy cows, named Bessie, Buttercup, Belinda, Beatrice, Bella, Blue, Betsy, and Sue. The cows are rather picky, unfortunately, and require that Farmer John milks them in an order that respects N constraints (1≤N≤7). Each constraint is of the form "X must be milked beside Y", stipulating that cow X must appear in the milking order either directly after cow Y or directly before cow Y.


Please help Farmer John determine an ordering of his cows that satisfies all of these required constraints. It is guaranteed that an ordering is always possible. If several orderings work, then please output the one that is alphabetically first. That is, the first cow should have the alphabetically lowest name of all possible cows that could appear first in any valid ordering. Among all orderings starting with this same alphabetically-first cow, the second cow should be alphabetically lowest among all possible valid orderings, and so on.

Answers

Answer:

def milk_pattern():

   global cows

   cows = sorted(['Bessie', 'Buttercup', 'Belinda', 'Beatrice', 'Bella', 'Blue', 'Betsy', 'Sue'])

   is_end = False

   for _ in iter(dict, 0):

       if is_end == True:

           break

       constraint = input("How would you order the cow, X before Y: ")

       names = constraint.split(" before ")

       is_end = bool(input("Do not want to add more constraint? True/Fale or any key for true: "))

       if names[0] in cows and names[1] in cows:

           lay_back = cows.index(names[0])

           mv_fwd = cows.index(names[1])

           if mv_fwd < lay_back:

               count =0

               for _ in range(lay_back - mv_fwd):

                   count += 1

                   hold = cows[mv_fwd]

                   cows[mv_fwd] = cows[mv_fwd + count]

                   cows[mv_fwd + count] = hold

           else:

               count1 = 0

               for _ in range(mv_fwd - lay_back):

                   count1 += 1

                   hold = cows[mv_fwd]

                   cows[mv_fwd] = cows[mv_fwd - count1]

                   cows[mv_fwd - count1] = hold

milk_pattern()

print(cows)

Explanation:

The python code defines a function called "milk_pattern" that defines a global list called "cows" and sorts the cow names in the list and with constraints given from the user prompts the list of milking the cows is sorted accordingly.

what style is used for double spacing​

Answers

Double space between all lines of text, including between regular text and block quotations, between paragraphs, and between a heading and subsequent text.

When an entrepreneur has three employees at a busy and growing software company, what is the primary responsibility of the employees?
create the product that customers want
explain business decisions to stakeholders
identify and contact financial investors
select new types of software to sell

Answers

Answer:

A: Create the product that customers

Explanation:

I did it on edgy

Answer:

(A). Create the product that customers want

Explanation:

I got it right on edge2020.

What is the difference between special purpose software and customized software​

Answers

The choice of a specific software product model depends on your business specs. General-purpose solutions cover a set of the most common functions. The tailor-made one allows you to stand out for the individual approach for business processes and tasks.Jul 27, 2020

Answer:

im trying to do a challenge because this kid deleted all my answers      

Explanation:

idea citizen activation

Answers

Answer:Idea citizen activation badge is a part of the idea silver award and is in the citizen category,helping you learn digital awareness,safety and ethics.

Answer: The Citizen Activation badge is part of the iDEA Silver Award and is in the Citizen category, helping you learn digital awareness, safety and ethics.

Want to know more about iDEA?

iDEA helps people develop digital, enterprise & employability skills for free. Log in or sign up to start a badge and begin to earn points on iDEA.

If you are writing an algorithm and you aren't confident that you understand the problem, what can you do?

Answers

Answer:

Check for similar problems from other resources

Explanation:

An algorithm is defined as the sequence of a well defined instructions that can be implemented in a computer in order to solve a problem or do computation in the computer.

If I am writing an algorithm and the algorithm seems to be complex and I am not confident enough to understand the problem, then I would look for other similar problems in other books or resources and then understand them first. This would give me an idea what the problem is how to solve it using algorithm in a computer. I can also gather other information or data for a reliable prediction.

Some operating systems add the command interpreter to the kernel .what will be the justification for this design principle?

Answers

Answer:

Some operating systems add the command interpreter to the kernel. What will be the justification for this design principle? It displays all the apps and programs in the computer. Fab Numbers Sid wants to find out the average of Fab numbers.

Explanation:

Some operating systems add the command interpreter to the kernel. What will be the justification for this design principle? It displays all the apps and programs in the computer. Fab Numbers Sid wants to find out the average of Fab numbers.

wen, a network engineer for a mid-sized company, is rolling out a virtual private network (vpn) solution that is easy to set up, manage, and maintain and represents the majority of vpn platforms on the market. what type of vpn is wen deploying?

Answers

Since Wen, a network engineer for a mid-sized company, the type of VPN wen deploying is Customer premise equipment (CPE).

What does networking term "virtual private network" mean?

Any terminal and related equipment that is housed on a subscriber's property and connected to a carrier's telecommunication circuit at a point known to be the demarcation point is referred to as customer-premises equipment or customer-provided equipment in the world of telecommunications.

Therefore, The term "Virtual Private Network," or VPN, refers to the possibility of creating a secure network connection when utilizing public networks. VPNs mask your online identity and encrypt your internet activity. This makes it more challenging for outside parties to monitor your internet activities and steal data and thus these tool will help Wen in his quest.

Learn more about VPN from

https://brainly.com/question/28110742
#SPJ1

Which three steps might be included in an algorithm for a digital thermostat?
✓ A. The thermostat uses the resistance detected to calculate the
temperature.
B. The thermostat sends an electrical signal to either the air
conditioner or the heater.
C. The thermostat measures electrical resistance with its thermistor.
O D. The thermostat automatically installs itself by wiring itself to the
house's electrical system.

Answers

Answer:

Explanation:

It certainly isn't D. It would cost a fortune to make that happen. It's not impossibe. Just impractical.

It's not A. Resistance is a floating physical thing present in the air.

B could be correct, but there is a better answer.

The answer is C. A thermistor is a resistance that is temperature sensitive.

10. execute means to use smooth and well-timed actions, and includes the three action steps of: adjust speed, adjust position, and:

Answers

To execute means to use smooth and well-timed actions, and includes the three action steps of: adjust speed, adjust position, and: Communicate Intentions. Note that this is in reference to Motorcycle Safety.

What does Execute mean in Motorcycle Safety?

Searching entails scanning for and identifying characteristics that may pose a significant risk. To evaluate means to analyze potential difficulties associated with such risks. The physical motor abilities required to prevent or avoid an accident are referred to as execution.

Motorcycles have a low profile and may easily be hidden in a car's blind area or covered by background items such as shadows, shrubs, or fences.

Motorcycle riders frequently slow down by downshifting or releasing the throttle, which does not activate the brake light.

Motorcyclists frequently modify their location inside a lane to be more visible and to reduce the impacts of road debris, passing cars, and wind.

Learn more about Motorcycle:
https://brainly.com/question/29333261
#SPJ1

You are the Administrator for a large company that has offices around the world. Each office has employees in the Sales department and each location has created their own Sales folder for storing important Sales related files. You would like to implement a Window Role to minimize the duplication of files within the Sales department. Which File System can you install as a Windows Role to help you accomplish this goal?

Answers

Answer:

Transactional File System

Explanation:

To minimize the duplication of files within the Sales department. Transactional File System can make multiple file system changing, and if there is an error on one of the files then there will be no change.

A(n) __________ port, also known as a monitoring port, is a specially configured connection on a network device that is capable of viewing all of the traffic that moves through the entire device.

Answers

Answer:

The answer is "SPAN"

Explanation:

The full form of SPAN port is  "Switch Port Analyzer", which is used to designed specifically for the interface on a network device, that would be able to monitor all traffic passing across the entire device.

The use of this port will also call the mirror ports, that is a popular way of gathering data traffic for tracking purposes. It is primarily used to access the bus switch and all interfaces, which is usually accessible from data transmission.

when two computers operate in essentially the same way and use the same software, they are said to be:_____.

Answers

Compatible platforms

You are part of a development team that needs to adopt an integrated development environment tool to increase programmer productivity. The team narrowed the options down to two. One is open-source; the other will require an expensive site license. The tool you choose must be reliable, stable and well maintained. Which of the following could be a disadvantage for you to choose open-source, and thus a compelling enough reason to purchase the licensed software instead of using the open-source solution?
A. Your developers will have ready access to the source code.
B. The open-source solution is in the public domain.
C. The code for the open-source solution can be viewed by a community of open-source developers.
D. Maintenance of an open-source solution relies on developers who volunteer to work on the code.

Answers

Answer:

honestly I think the other one is correct

Explanation:

Which computer is the fastest to process complex data?

Answers

Answer:

Supercomputers for sure.

Which protocol is responsible for transporting files between a client and a server?

HTTP
FTP
LLP
TCP

Answers

Answer:

FTP

Explanation:

FTP stands for File Transfer Protocol.

Someone want to do a project for me, I will give 1000 points to you if you do it

Just let me know, and I'll make a new question with the assignment

Answers

It depends on what it is.

Which of the following is hardware or software that monitors and controls network traffic to prevent security breaches?
O trojan horse
O firewall
O anti-malware
O keylogger
Need answer now!!!!!

Answers

Answer:

Firewall

Explanation:

A trojan horse and keylogger are types of malware. While an anti-malware software may come with a firewall built in, the firewall is still the thing monitoring network traffic.

On Monday, a farmer sells 8 pounds of potatoes, 3 pounds of beets and 6 pounds of asparaus and receives $44. On Tuesday, the farmer receives $48 for 5 pounds of beets, 3 pounds of potatoes and 7 pounds of asparagus. On Wednesday, the farmer received $31 for 4 pounds of asparagus, 1 pound of beets and 9 pounds of potatoes. How much does the farmer charge per pound for each of the produce types?

Answers

The cost per pound for each type of produce, we can use a system of linear equations:
Let x be the cost per pound of potatoes, y be the cost per pound of beets, and z be the cost per pound of asparagus.

From the given information, we can form the following equations:
1) 8x + 3y + 6z = $44 (Monday)
2) 3x + 5y + 7z = $48 (Tuesday)
3) 9x + 1y + 4z = $31 (Wednesday)

Now, we can solve this system of linear equations using any method (substitution, elimination, or matrix).
x = $2 per pound (potatoes)
y = $3 per pound (beets)
z = $4 per pound (asparagus)

To know more about linear equations visit:-

https://brainly.com/question/27664510

#SPJ11

when receiving your bank account, you should immediately do what

Answers

Answer:

give ur account details to everyone in the world

Explanation:

Why does an annular eclipse occur when the moon is between the sun and Earth, but is too far from Earth for a total eclipse?

Answers

Answer:

Moon Is Far from Earth

Explanation:

The reason we can see the glowing outer edge of the Sun at the maximum point of an annular eclipse is that it happens while the Moon is near its farthest point from Earth, called apogee, when the Moon is smaller than the Sun when viewed from Earth.

miriam is a network administrator. she would like to use a wireless authentication technology similar to that found in hotels where users are redirected to a webpage when they connect to the network. what technology should she deploy?

Answers

The technology she should deploy is a captive portal.

What do you mean by technology?

Technology is the application of knowledge to achieve practical goals in a predictable and repeatable manner. The term technology can also refer to the outcome of such an undertaking. Technology is widely used in medical, science, industry, communication, transportation, and everyday life. Physical objects such as utensils or machinery are examples of technologies, as are intangible instruments such as software. Many technological advances have resulted in societal shifts. The earliest known technology is the stone tool, which was employed in the prehistoric past, followed by fire use, which led to the development of the human brain and language throughout the Ice Age.

To learn more about technology

https://brainly.com/question/25110079

#SPJ4

A central message that’s communicated by a writer or speaker is called

Answers

A central message that’s communicated by a writer or speaker is called a main idea

Answer:

C: the main idea

Explanation: ..

freeze panes so rows 1:8 and columns a:b remain in place when you scroll through the worksheets

Answers

Instead of freezing the full range, you can choose to freeze just a certain row or column. Simply choose the cell beneath the frozen row or the cell to the right of the frozen column.

What do Excel frozen panes mean?

Button of Magical Freeze. By using the Excel Freeze Panes option, you can prevent your columns and/or rows from moving when you scroll across or down to see the rest of your page.

What do you mean when you say the spreadsheet has frozen?

In Excel, we can freeze a specific row or column to prevent modifications to that row or column. Simply put, while we keep switching the row.

To know more about column visit:-

https://brainly.com/question/13602816

#SPJ1

Other Questions
The war from 1914-1918 between the Central and Allied Powers Grant receives the writing prompt below.Write an informative essay about the Greek hero, Jason. Summarize his unhappy youth and explain how he overcame obstacles to become great.Grants first research question is What happened in Jasons early life? What should his second research question be, and what would be the most credible source for research?Grant should ask,What was the name of the witch who assisted Jason? using a book about Greek mythology for research.Grant should ask,What was the name of the witch who assisted Jason? using a wiki page on Greek mythology for research.Grant should ask, How did Jason defeat his challenges and gain success? using a book about Greek mythology for research.Grant should ask, How did Jason defeat his challenges and gain success? using a wiki page on Greek mythology for research. Live Trap Corporation received the following data for its rodent cage production unit. OUTPUT INPUT 50,025 cages Production time 652 labor hours Sales price: $3.60 per unit Wages $ 7.60 per hour Raw materials (total cost) $ 31,550 Component parts (total cost) $ 15,900 Find the total productivity in Units Sold and Dollars of Sales per Dollar Input. (Round your answers to 2 decimal places What is a transformation in math grade 7? When your browser fetches pages and graphics to form a web page, it stores that material on your device in temporary files referred to as: Group of answer choices browser home page email client FTTH browser cache What are the steps of copying? An irregularly shaped stone was lowered into a graduated cylinder holding a volume of water equal to 2 ml. The height of the water rose to 7 ml. If the mass of the stone was 25 g, what was its density? Who stans one of the most underrated kpop groups of all time Cravity? Step 1 of 2: Use the graph to determine the locations and type of the local extrema. Write DNE for all extrema that do not exist. Separate multiple answers with a comma, if necessary. Local minimum at: _____Local maximum at:_____ in states with _______________ divorce laws, the court recognizes the right of either the wife or husband to terminate a marriage. Imagine that you are in Mexico studying Spanish. Write a conversation, in Spanish, that you would have with your Spanish teacher on the first day of school. 3. What is the authors' main purpose in the text?O A to stress that young people can't succeedwithout a degree right nowOB to criticize Zuckerberg's and Gates' approach toa college educationOC to emphasize how important a college degree isin America right nowOd to show the benefits of attending an elite schoolover an average one As plants and animals decompose they releasenitrogen into the surrounding environment in theform of ammonium ions (NH4). What is thisprocess known as? For the function p defined by p(m) = 2m2 - 4m +3, find p(-2). Check out the Punnett Square below. What percentage of theoffspring are expected to heterozygous?3/4 = 75%1/4 = 25%2/4 = 50%0/4 = 0% What makes the periodic table arrangement so unique and useful? which rheorical apeal uses facts to persuade the audience Find the area of a rectangle with length 4.3 cm and breadth 3.9 cm My mother finally went to work as a cook and left me and my brother alone in the flat each day with a loaf of bread and a pot of tea. When she returned at evening she would be tired and sometimes dispirited and would cry a lot. Sometimes, when she was in despair, she would call us to her and talk to us for hours, telling us that we now had no father, that our lives would be different from those of other children, that we must learn as soon as possible to take care of ourselves, to dress ourselves, to prepare our own food; that we must take upon ourselves the responsibility of the flat while she worked.Why does Wright include this text?to stress the importance of communicating with childrento encourage children to help around the houseto emphasize the hardships of single parentingto inspire women to seek a rewarding career A candle maker plans to make 303030 orange candles. She mixes wax to create a specific shade of orange. The ratio of each color in her mixture is shown below:222 parts red wax555 parts yellow wax333 parts white waxPART AThe candle maker needs 111 quart of orange wax for every 666 candles.How much yellow wax will the candle maker need to make all 303030 candles?Choose 1 answer: