1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
VARVARA [1.3K]
3 years ago
10

What are the major types of stone used in construction? How do their properties differ? What sequence of operations would be use

d to produce rectangular slabs of polished marble from a large quarry block? In what ways is the laying of stone masonry different from the laying of bricks? What are the advantages of concrete masonry units over other types of masonry units? How long is a wall that is made up of 22 concrete masonry units, each nominally 8 ×8 ×16 inches (203 ×203 ×406 mm), joined with ⅜_inch (10 mm) mortar joints? How may horizontal and vertical steel reinforcement be introduced into a CMU wall? Describe how a cavity wall works and sketch its major construction features. What aspects of cavity wall construction are most critical to its success in preventing water leakage? Where should flashings be installed in a masonry wall? What is the function of the flashing in each of these locations? Where should weep holes be provided? Describe the function of a weep hole and indicate several ways in which it may be constructed. What types of movement joints are required in a concrete masonry wall? In a brick masonry wall? Where should these joints be located? What are some ways of insulating masonry walls? What precautions should be taken when constructing masonry walls in Minneapolis in the winter?
Engineering
1 answer:
Kruka [31]3 years ago
5 0

Answer:

woah man that's long... and that is supposed to be high school work - you should ask someone a lot more professional like a professor or teacher

Explanation:

this question alone has my head spinning if i didn't  know any better i'd think this was alchemy or something.

You might be interested in
More discussion about seriesConnect(Ohm) function In your main(), first, construct the first circuit object, called ckt1, using
STALIN [3.7K]

Answer:

resistor.h

//circuit class template

#ifndef TEST_H

#define TEST_H

#include<iostream>

#include<string>

#include<vector>

#include<cstdlib>

#include<ctime>

#include<cmath>

using namespace std;

//Node for a resistor

struct node {

  string name;

  double resistance;

  double voltage_across;

  double power_across;

};

//Create a class Ohms

class Ohms {

//Attributes of class

private:

  vector<node> resistors;

  double voltage;

  double current;

//Member functions

public:

  //Default constructor

  Ohms();

  //Parameterized constructor

  Ohms(double);

  //Mutator for volatage

  void setVoltage(double);

  //Set a resistance

  bool setOneResistance(string, double);

  //Accessor for voltage

  double getVoltage();

  //Accessor for current

  double getCurrent();

  //Accessor for a resistor

  vector<node> getNode();

  //Sum of resistance

  double sumResist();

  //Calculate current

  bool calcCurrent();

  //Calculate voltage across

  bool calcVoltageAcross();

  //Calculate power across

  bool calcPowerAcross();

  //Calculate total power

  double calcTotalPower();

  //Display total

  void displayTotal();

  //Series connect check

  bool seriesConnect(Ohms);

  //Series connect check

  bool seriesConnect(vector<Ohms>&);

  //Overload operator

  bool operator<(Ohms);

};

#endif // !TEST_H

resistor.cpp

//Implementation of resistor.h

#include "resistor.h"

//Default constructor,set voltage 0

Ohms::Ohms() {

  voltage = 0;

}

//Parameterized constructor, set voltage as passed voltage

Ohms::Ohms(double volt) {

  voltage = volt;

}

//Mutator for volatage,set voltage as passed voltage

void Ohms::setVoltage(double volt) {

  voltage = volt;

}

//Set a resistance

bool Ohms::setOneResistance(string name, double resistance) {

  if (resistance <= 0){

      return false;

  }

  node n;

  n.name = name;

  n.resistance = resistance;

  resistors.push_back(n);

  return true;

}

//Accessor for voltage

double Ohms::getVoltage() {

  return voltage;

}

//Accessor for current

double Ohms::getCurrent() {

  return current;

}

//Accessor for a resistor

vector<node> Ohms::getNode() {

  return resistors;

}

//Sum of resistance

double Ohms::sumResist() {

  double total = 0;

  for (int i = 0; i < resistors.size(); i++) {

      total += resistors[i].resistance;

  }

  return total;

}

//Calculate current

bool Ohms::calcCurrent() {

  if (voltage <= 0 || resistors.size() == 0) {

      return false;

  }

  current = voltage / sumResist();

  return true;

}

//Calculate voltage across

bool Ohms::calcVoltageAcross() {

  if (voltage <= 0 || resistors.size() == 0) {

      return false;

  }

  double voltAcross = 0;

  for (int i = 0; i < resistors.size(); i++) {

      voltAcross += resistors[i].voltage_across;

  }

  return true;

}

//Calculate power across

bool Ohms::calcPowerAcross() {

  if (voltage <= 0 || resistors.size() == 0) {

      return false;

  }

  double powerAcross = 0;

  for (int i = 0; i < resistors.size(); i++) {

      powerAcross += resistors[i].power_across;

  }

  return true;

}

//Calculate total power

double Ohms::calcTotalPower() {

  calcCurrent();

  return voltage * current;

}

//Display total

void Ohms::displayTotal() {

  for (int i = 0; i < resistors.size(); i++) {

      cout << "ResistorName: " << resistors[i].name << ", Resistance: " << resistors[i].resistance

          << ", Voltage_Across: " << resistors[i].voltage_across << ", Power_Across: " << resistors[i].power_across << endl;

  }

}

//Series connect check

bool Ohms::seriesConnect(Ohms ohms) {

  if (ohms.getNode().size() == 0) {

      return false;

  }

  vector<node> temp = ohms.getNode();

  for (int i = 0; i < temp.size(); i++) {

      this->resistors.push_back(temp[i]);

  }

  return true;

}

//Series connect check

bool Ohms::seriesConnect(vector<Ohms>&ohms) {

  if (ohms.size() == 0) {

      return false;

  }

  for (int i = 0; i < ohms.size(); i++) {

      this->seriesConnect(ohms[i]);

  }

  return true;

}

//Overload operator

bool Ohms::operator<(Ohms ohms) {

  if (ohms.getNode().size() == 0) {

      return false;

  }

  if (this->sumResist() < ohms.sumResist()) {

      return true;

  }

  return false;

}

main.cpp

#include "resistor.h"

int main()

{

   //Set circuit voltage

  Ohms ckt1(100);

  //Loop to set resistors in circuit

  int i = 0;

  string name;

  double resistance;

  while (i < 3) {

      cout << "Enter resistor name: ";

      cin >> name;

      cout << "Enter resistance of circuit: ";

      cin >> resistance;

      //Set one resistance

      ckt1.setOneResistance(name, resistance);

      cin.ignore();

      i++;

  }

  //calculate totalpower and power consumption

  cout << "Total power consumption = " << ckt1.calcTotalPower() << endl;

  return 0;

}

Output

Enter resistor name: R1

Enter resistance of circuit: 2.5

Enter resistor name: R2

Enter resistance of circuit: 1.6

Enter resistor name: R3

Enter resistance of circuit: 1.2

Total power consumption = 1886.79

Explanation:

Note

Please add all member function details.Its difficult to figure out what each function meant to be.

8 0
3 years ago
An inductor is energized as in the circuit of Fig. 2-4a. The circuit has L 10 mH and VCC 14 V. (a) Determine the required on tim
Savatey [412]

Answer:

A) 11.1 ms

B) 5.62 Ω

Explanation:

L ( inductance ) = 10 mH

Vcc = 14V

<u>A) determine the required on time of the switch such that the peak energy stored in the inductor is 1.2J </u>

first calculate for the current  ( i )  using the equation for energy stored in an inductor hence

i = \sqrt{\frac{2W}{L} }   ----- ( 1 )

where : W = 1.2j ,  L = 10 mH

Input values into equation 1  

i = 15.49 A

Now determine the time required  with expression below

i( t ) = 15.49 A

L = 10 mH, Vcc = 14

hence the time required ( T-on ) = 11.1 ms

attached below is detailed solution

B) <u>select the value of R such that switching cycle can be repeated every 20 ms </u>

using the expression below

τ = \frac{L}{R}  ---- ( 2 )

but first we will determine the value of τ

τ = t-off / 5 time constants

  = (20 - 11.1 ) / 5  = 1.78 ms

Back to equation 2

R = L / τ

  = (10 * 10^-3) / (1.78 * 10^-3)

  = 5.62 Ω

3 0
3 years ago
A copper block receives heat from two different sources: 5 kW from a source at 1500 K and 3 kW from a source at 1000 K. It loses
LUCKY_DIMON [66]

Answer:

a) Zero

b) the rate of entropy generation in the system's universe = ds/dt = 0.2603 KW/K

Explanation:

a) In steady state  

Net rate of Heat transfer = net rate of heat gain -  net rate of heat lost  

Hence, the rate of heat transfer = 0

b) In steady state, entropy generated  

ds/dt = - [ Qgain/Th1 + Qgain/Th2 - Qlost/300 K]

Substituting the given values, we get –  

ds/dt = -[5/1500 + 3/1000 – (5+3)/300]

ds/dt = - [0.0033 + 0.003 -0.2666]

ds/dt = 0.2603 KW/K

 

6 0
3 years ago
Polymers can be natural or synthetic. a)-True b)- false?
Olenka [21]

Answer:

TRUE

Explanation:

Polymers can be natural as well as synthetic

The polymer which are found in nature are called natural polymer tease polymer are not synthesized, they are found in nature

Example of natural polymers is cellulose, proteins etc

On the other hand synthetic polymers are not found in nature they are synthesized in market

There are many example of synthetic polymer

Example : nylon, Teflon etc  

So it is a true statement

8 0
4 years ago
The ratio of boys to girls in the class was 2 to 3. If there were 18 girls in the class, how many students were in the class
iren2701 [21]
37 students in the class
18 Girls and 19 Boys
4 0
3 years ago
Other questions:
  • Evaluate (204 mm)(0.004 57 kg) / (34.6 N) to three
    5·1 answer
  • NO reacts with Br2 in the gas phase according to the following chemical equation: 2NO(g) +Br2(g)2NOBr(g) It is observed that, wh
    6·1 answer
  • If the value of the feedback resistor in the filter is changed but the value of the resistor in the forward path is unchanged, w
    14·1 answer
  • g a heat engine is located between thermal reservoirs at 400k and 1600k. the heat engine operates with an efficiency that is 70%
    11·1 answer
  • An exclusive 20-year right to manufacture a product or use a process is a: Franchise. Trademark. Patent. Copyright.
    6·1 answer
  • "Carbon 14 (C-14), a radioactive isotope of carbon, has a half-life of 5730 ± 40 years. Measuring the amount of this isotope lef
    12·1 answer
  • _______________ is an effective way to manage waste in a shop.
    13·1 answer
  • Need help giving out brainlest
    9·1 answer
  • What is the correct answer A, B, C, D
    6·1 answer
  • One end of a___ is tapered to a dull point and is used to align larger holes such as
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!