What role do engineers play in our society? Give one example from the movie Dream Big: Engineering our world.

Answers

Answer 1

Answer:

Engineers play a vital role in our society by using their knowledge of science, technology, and math to design and build solutions to many of the challenges we face. In the movie Dream Big: Engineering our World, one example of the work of engineers is shown in the construction of the Burj Khalifa, the world's tallest building. Engineers used advanced technologies and innovative design techniques to create a building that is both beautiful and functional, and that stands as a testament to the power of human ingenuity.

Explanation:


Related Questions

The
command is used to lengthen a line to meet an edge.
O scale
O extend
O trim
O move

Answers

Answer:

The extend command is used to extend the selected boundaries or edges. The objects are extended so that the edges of other objects can be converged.

Choose the correct terms to complete the sentence to explain the analytical methods engineers use to compare materials.

____ and ____are two graphical and tabular analytical methods that engineers use to show comparisons between materials.

Answers

Quantitative analysis and qualitative analysis are two graphical and tabular analytical methods that engineers use to show comparisons between materials.

What is data analytics?

In Engineering, data analytics can be defined as a process that typically involves turning (converting) raw data into actionable insights (information) which enhances and facilitates good business decisions.

Descriptive analytics is a type of data analytics that is used by engineers, data analysts, and business owners for the description of information about what would happen, has happened or is happening.

Read more on data analyst here: brainly.com/question/27853454

#SPJ1

Answer:

Ashby plots and selection matrices are two analytical methods often used in engineering.

Explanation:

Plato

Explain why is the Shanghai tower created with a twisted design.

Answers

Answer:

The design of the tower's glass façade, which completes a 120° twist as it rises, is intended to reduce wind loads on the building by 24%. This reduced the amount of construction materials needed; the Shanghai Tower used 25% less structural steel than a conventional design of a similar height

The counterweight helps reduce the torque force on the mast.
Responses

True


False

Answers

The counterweight helps reduce the torque force on the mast is true.

What is meant by torque force?Torque is the rotating equivalent of force in physics and mechanics. The moment of force is another name for it. It illustrates how a force can cause a change in the body's rotational motion.The force that may twist an item about its axis is measured as torque. Torque is what causes an object to acquire angular acceleration, just as force is what causes an object to accelerate in linear kinematics. Being a vector quantity, torque. Torque is a twisting or turning force that frequently results in rotation around an axis, which may be a fixed point or the center of mass. A spinning object's capacity to overcome turning resistance, such as a gear or a shaft, is another way to conceptualize torque.

To learn more about  torque force refer to:
https://brainly.com/question/17512177
#SPJ1

Write a Python code to accept integer numbers in a list. Find and display the
sum and product of the numbers available at even and odd indices of the list,
respectively.

Answers

#initializing list

list1 = []

 

# accepting values from user

n = int(input("Enter number of elements in list: "))

 

# iterating till the range

for i in range(0, n):

   ele = int(input())

 

   list1.append(ele)

# sum and product at even and odd indexes

even_sum = 0

odd_sum = 0

even_prod = 1

odd_prod = 1

# iterating each element in list

for j in range(len(list1)):

   if j % 2 == 0:

       even_sum += list1[j]

       even_prod *= list1[j]

   else:

       odd_sum += list1[j]

       odd_prod *= list1[j]

# Displaying sum and product of even and odd indices

print("Sum of elements at even indices:", even_sum)

print("Product of elements at even indices:", even_prod)

print("Sum of elements at odd indices:", odd_sum)

print("Product of elements at odd indices:", odd_prod)

Define geometric design.

Answers

Answer:

Explanation: Geometric design is the use of geometric shapes and patterns to create visually appealing and aesthetically pleasing designs. This can include the use of circles, squares, triangles, and other geometric shapes to create patterns and compositions in art, design, and architecture. Geometric design is often associated with modern and minimalist styles, and is used to create a sense of order and balance in design. It can be used in a variety of media, including print, digital, and physical objects.

How will Hyperloop trains be different from traditional trains?

Answers

Answer:

Its passengers would sit comfortably in a pod while being propelled forward through a de-pressurized tube at 700 to 800 miles per hour (mph). The Hyperloop is afforded its super-fast travel speeds because of the tube, which allows the pod to travel through a virtually resistance-free track.

Explanation:

How do engineers deal with liquefaction when building a very tall building?

Answers

The way that engineers deal with liquefaction when building a very tall building are through:

Replacement or physical modificationDensificationPore water pressure reliefFoundation reinforcement

What is liquefaction How do you overcome it?

Liquefaction occurs when waterlogged, loosely packed sediments at or near the ground surface start to lose strength in reaction to violent ground shaking. Major damage during earthquakes can result from liquefaction that occurs beneath buildings and other structures.

Therefore, Water and loose sediments in your soil interact to cause the liquefaction process. In the end, this results in soil that is weaker than average and damages property. Avoiding construction in places that are liable to liquefaction is the best defense against it. Increase the foundation's strength and enhance the soil quality to reduce liquefaction.

Learn more about liquefaction from

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

How do engineers deal with liquefaction when building a very tall building?

Answers

A structure that possesses ductility, has the ability to accommodate large deformations, adjustable supports for correction of differential settlements.

What is liquefaction?In reaction to an applied stress, such as the shaking during an earthquake or other fast change in stress state, a cohesionless saturated or partially saturated soil dramatically loses strength and stiffness, causing material that is typically a solid to behave like a liquid. When there is considerable ground shaking, loosely packed, water-logged sediments at or near the ground surface begin to liquefy. When there is considerable ground shaking, loosely packed, water-logged sediments at or near the ground surface begin to liquefy. During earthquakes, liquefaction that takes place beneath buildings and other structures can result in significant damage. Liquification is the physical conversion of a gas into a liquid state (condensation).

To learn more about liquefaction refer to:

https://brainly.com/question/13044551

#SPJ4

16. Technician A says that correct tire pressure is critical to tire wear and vehicle handing.
Technician B says that a tire pressure monitoring system is used to alert the driver if any tire
is significantly low on pressure. Who is correct?
a. Technician A
b. Technician B
c. Both Technician A and Technician B
d. Neither Technician A nor Technician B

Answers

Answer:Both Technician A and Technician B are correct.

Explanation:

Correct tire pressure is important for several reasons. It can affect the wear of the tires and the handling of the vehicle. Inflating the tires to the correct pressure can help extend the life of the tires and improve the vehicle's stability and handling.

A tire pressure monitoring system (TPMS) is a device that is used to monitor the air pressure in the tires of a vehicle. It can alert the driver if any tire is significantly low on pressure, typically by illuminating a warning light on the dashboard. TPMS can help prevent tire failure and improve the safety of the vehicle.

Type the correct answer in the box. Spell all words correctly.
In a manufacturing system, a sensor determines whether a furnace is at an appropriate temperature. The sensor’s information governs the flow of fuel to the furnace. Identify the elements of this manufacturing system.
This particular manufacturing system has an additional fourth element known as ___.

Answers

The identification of the elements of this manufacturing system may include the presence of a sensor, respective temperature, and the utilization of fuel.

What is a Manufacturing system?

A manufacturing system must have three basic components. They are as follows:

Input: Raw materials or parts that will be used in the manufacturing process.Process: The methods and techniques used to transform the inputs into the desired output.Output: The products or services that are created as a result of manufacturing.

This particular manufacturing system has an additional fourth element known as a furnace. This is one of the most important elements of the respective manufacturing system because it involves the position where this action is being done.

Therefore, the identification of the elements of this manufacturing system may include the presence of a sensor, respective temperature, and the utilization of fuel.

To learn more about the manufacturing system, refer to the link:

https://brainly.com/question/20517100

#SPJ1

What role do engineers play in our society?

Answers

Answer: Designing a safe structure, improving equipment, and testing new things,...

Explanation:

There is a lot of type of engineering jobs in life! Each of them plays a different important in our life! The three above are my answer, and there are many more roles engineers play in our society!

Other Questions
What are 4 interesting facts about Christmas? calculate how long tt takes for tennis ball to reach the ground and the tennis ball is droped height 3m and bounce book to a height of 7m Where does true poverty come from, according to the Wife of Bath?Responsescomplaining and worrying, and coveting what is unable to havea lack of owning land or property.refusing to be a religious personworking tirelessly, but still unable to afford life's essential goods which division of the peripheral nervous system (pns) detects stimuli and carries them to the central nervous system (cns)? question 23 options: sensory motor autonomic sympathetic which of the following sequences of create table statements for happy insurance database is in correct order? group of answer choices create table client create table agent create table area create table agent create table client create table area create table area create table client create table agent none of the above create table area create table agent create table client the atomic symbols of 5 of the elements are the same as the standard abbreviations of 5 of the states of the united states. what are these symbols and the corresponding state names an information system is a collection of people, procedures, software, hardware, data, and connectivity. t/f Please help me!!!!!! Those with ___________ are known to have relationships that are intense and unstable. They also have an unstable view of self and might suddenly display a shift in personal attitudes, interests, career plans, and choice of friends.borderline personality disorder after the effector cell has been stimulated by acetylcholine (ach), what enzyme stops this stimulation and allows the effector membrane to repolarize? what does this sentence demonstrate? both new york city and chicago are fascinating places to visit. in the figure, determine the character of the collision. the masses of the blocks, and the velocities before and after are given. the collision is Sierra, now 31, has been trying to get pregnant since she got married 4 years ago. Her doctor suspects that her infertility problem is likely caused by her history of PID from the most commonly reported STI. During her early 20's Sierra had contracted.Chlamydia What is the tension in the string in (Figure 1) ? The volume of plastic ball is 75 cm3 and the density is 840 kg/m3. Express your answer to two sig fig and include appropriate units. researchers have developed training seminars that promote therapeutic lifestyle change. these seminars would likely be most effective in helping what is the console output of the following python script? assume the user inputs the following string: 0 1 3 57 9. user input = input('enter numbers:') tokens = user input.split() # split into separate strings nums = [] for token in tokens: nums.append(int(token)) max num = none for num in nums: if (max num == none) and (num % 2 == 0): max num = num elif (max num != none) and (num > max num ) and (num % 2 == 0): max num = num print('max #:', max num) group of answer choices 1 slow twitch muscle fibers do not fatigue as rapidly as fast twitch muscle fibers and are used primarily during endurance activities. What are some ways to test scientific explanations by using experimental and observational testing? Which of the following choices correctly names angles 2 and 3?alternate interior angles corresponding angles alternate exterior angles vertical angles People fill out a w-4 form when they first start a new job. what does this form help to determine? a. the amount of money that should be added to the employees salary b. the amount of money that should be returned for paying too much in taxes c. the amount of money that should be withheld in federal taxes d. the amount of money that should be paid in state taxes