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
Flauer [41]
3 years ago
14

I ran across this symbol in some Electrical wiring documents and I am unaware of what this means. Any help?

Engineering
1 answer:
Minchanka [31]3 years ago
6 0

Answer:

Opened Push-button Switch (i.e. a PTM Switch)

Explanation:

Tha's just another symbol for a switch, but this one specifies that the switch is a push-button type of switch.

Since it's not touching and completing the line, the state of the switch is initially open.

You might be interested in
11. Which of the following is the brake fluid most often used?
Olenka [21]
Dot 3 is mostly used in a lot of v4 and v6
4 0
3 years ago
Read 2 more answers
Wet steam at 15 bar is throttled adiabatically in a steady-flow process to 2 bar. The resulting stream has a temperature of 130°
cricket20 [7]

Answer:

\Delta s = 0.8708\,\frac{kJ}{kg\cdot K}

Explanation:

The adiabatic throttling process is modelled after the First Law of Thermodynamics:

m\cdot (h_{in} - h_{out}) = 0

h_{in} = h_{out}

Properties of water at inlet and outlet are obtained from steam tables:

State 1 - Inlet (Liquid-Vapor Mixture)

P = 1500\,kPa

T = 198.29\,^{\textdegree}C

h = 2726.9\,\frac{kJ}{kg}

s = 6.3068\,\frac{kJ}{kg\cdot K}

x = 0.967

State 2 - Outlet (Superheated Vapor)

P = 200\,kPa

T = 130\,^{\textdegree}C

h = 2726.9\,\frac{kJ}{kg}

s = 7.1776\,\frac{kJ}{kg\cdot K}

The change of entropy of the steam is derived of the Second Law of Thermodynamics:

\Delta s = 7.1776\,\frac{kJ}{kg\cdot K} - 6.3068\, \frac{kJ}{kg\cdot K}

\Delta s = 0.8708\,\frac{kJ}{kg\cdot K}

6 0
3 years ago
Explain the difference between thermoplastics and thermosets giving structure property correlation.
Misha Larkins [42]

Answer:

Explanation:

Thermosetting polymers are infusible and insoluble polymers. The reason for such behavior is that the chains of these materials form a three-dimensional spatial network, intertwining with strong equivalent bonds. The structure thus formed is a conglomerate of interwoven chains giving the appearance and functioning as a macromolecule, which as the temperature rises, simply the chains are more compacted, making the polymer more resistant to the point where it degrades.

Macromolecules are molecules that have a high molecular mass, formed by a large number of atoms. Generally they can be described as the repetition of one or a few minimum units or monomers, forming the polymers. In contrast, a thermoplastic is a material that at relatively high temperatures, becomes deformable or flexible, melts when heated and hardens in a glass transition state when it cools sufficiently. Most thermoplastics are high molecular weight polymers, which have associated chains through weak Van der Waals forces (polyethylene); strong dipole-dipole and hydrogen bond interactions, or even stacked aromatic rings (polystyrene). Thermoplastic polymers differ from thermosetting polymers or thermofixes in that after heating and molding they can overheat and form other objects.

Thermosetting plastics have some advantageous properties over thermoplastics. For example, better resistance to impact, solvents, gas permeation and extreme temperatures. Among the disadvantages are, generally, the difficulty of processing, the need for curing, the brittle nature of the material (fragile) and the lack of reinforcement when subjected to tension. But even so in many ways it surpasses the thermoplastic.

The physical properties of thermoplastics gradually change if they are melted and molded several times (thermal history), these properties are generally diminished by weakening the bonds. The most commonly used are polyethylene (PE), polypropylene (PP), polybutylene (PB), polystyrene (PS), polymethylmethacrylate (PMMA), polyvinylchloride (PVC), ethylene polyterephthalate (PET), Teflon (or polytetrafluoroethylene, PTFE) and nylon (a type of polyamide).

They differ from thermosets or thermofixes (bakelite, vulcanized rubber) in that the latter do not melt when raised at high temperatures, but burn, making it impossible to reshape them.

Many of the known thermoplastics can be the result of the sum of several polymers, such as vinyl, which is a mixture of polyethylene and polypropylene.

When they are cooled, starting from the liquid state and depending on the temperatures to which they are exposed during the solidification process (increase or decrease), solid crystalline or non-crystalline structures may be formed.

This type of polymer is characterized by its structure. It is formed by hydrocarbon chains, like most polymers, and specifically we find linear or branched chains

4 0
3 years ago
An electric kettle is required to heat 0.64 kg of water from 15.4°C to 98.2°C in six
skelet666 [1.2K]

Answer:

Almost done

Explanation:

I am just finishing up my work

7 0
2 years ago
In part A you are asked to write the pseudocode for the program. In part B you are asked to write the syntax of the code for the
Naya [18.7K]

Answer:

C++.

Explanation:

#include <iostream>

#include <string>

using namespace std;

///////////////////////////////////////////////////////////////

int main() {

   string quote, book;

   int page;

   

   cout<<"What is your favorite quote from a book?"<<endl;

   getline(cin, quote);

   cout<<endl;

   /////////////////////////////////////////////

   cout<<"What book was that quote from?"<<endl;

   getline(cin, book);

   cout<<endl;

   /////////////////////////////////////////////

   cout<<"What page was that quote from?"<<endl;

   cin>>page;

   cout<<endl;

   /////////////////////////////////////////////

   int no_of_upper_characters = 0;

   for (int i=0; i<quote.length(); i++) {

       if (isupper(quote[i]))

          no_of_upper_characters++;

   }

   

   cout<<"No. of upper case characters: "<<no_of_upper_characters<<endl;

   /////////////////////////////////////////////

   int no_of_characters = quote.length();

   cout<<"No. of characters: "<<no_of_characters<<endl;

   /////////////////////////////////////////////

   bool isDog = false;

   for (int i=0; i<quote.length(); i++) {

       if (isDog == true)

           break;

       else if (quote[i] == 'd') {

           for (int j=i+1; j<quote.length(); j++) {

               if (isDog == true)

                   break;

               else if (quote[j] == 'o') {

                   for (int z=j+1; z<quote.length(); z++) {

                       if (quote[z] == 'g') {

                           isDog = true;

                           break;

                       }

                   }

               }

           }

       }

   }

   

   if (isDog == true)

       cout<<"This includes 'd' 'o' 'g' in the quote";

   //////////////////////////////////////////////

   return 0;

}

3 0
3 years ago
Other questions:
  • function summedValue = SummationWithLoop(userNum) % Summation of all values from 1 to userNum summedValue = 0; i = 1; % Write a
    11·1 answer
  • Show how am MDP with a reward function R(s, a, s’) can be transformed into a different MDP with reward function R(s, a), such th
    15·1 answer
  • Remember from Lab 3C that Mad Libs are activities that have a person provide various words, which are then used to complete a sh
    11·1 answer
  • A lake with a surface area of 525 acres was monitored over a period of time. During onemonth period the inflow was 30 cfs (ie. f
    5·1 answer
  • Ear "popping" is an unpleasant phenomenon sometimes experienced when a change in pressure occurs, for example in a
    12·1 answer
  • If a particle moving in a circular path of radius 5 m has a velocity function v = 4t2 m/s, what is the magnitude of its total ac
    15·2 answers
  • A car generator turns at 400 rpm (revolutions per minute) when the engine is idling. It has a rectangular coil with 300 turns of
    7·1 answer
  • How many steps are there in the problem-solving process?
    9·2 answers
  • Fig. 4 shows a simply-supported beam with supports A and B. The beam is subjected to three forces, 2000 N, 4000 N and 1500 N in
    5·1 answer
  • The phase angle in a circuit is 45 degrees what's the power factor of this circuit?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!