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
Ronch [10]
3 years ago
6

A _______ contact allows current to flow when the switch's operator is not activated.?

Engineering
1 answer:
Anna35 [415]3 years ago
3 0

Answer:

Normally closed (NC)

Explanation:

Ohm's law states that at constant temperature, the current flowing in an electrical circuit is directly proportional to the voltage applied across the two points and inversely proportional to the resistance in the electrical circuit.

Mathematically, Ohm's law is given by the formula;

V = IR

Where;

V represents voltage measured in voltage.

I represents current measured in amperes.

R represents resistance measured in ohms.

A switch can be defined as an electronic component or device that is typically used to prevent or allow the flow of electric current (electrons) from one point to another in an electrical circuit.

There are two logical forms used for designing a switch and these includes;

I. Normally opened (NO).

II. Normally closed (NC).

A Normally closed (NC) contact allows current to flow when the switch's operator is not activated.

Basically, a Normally closed (NC) contact would always remained closed unless a certain (specific) condition is met. Thus, when the contacts are moved, the circuit becomes open and thus, prevents the flow of electric current in the circuit.

You might be interested in
A hollow, spherical shell with mass 2.00kg rolls without slipping down a slope angled at 38.0?.
mezya [45]

Answer:

\mu = 0.31

Explanation:

Given data:

mass = 2.00 kg

slope angle = 38.0

From figure

balancing force

mgsin\theta - f = ma   .....1

Balancing torque

F_R = \frac{2}{3} mR^2 \alpha ......2

for pure rolling

\alpha  = \frac{a}{R}

F = \frac{2}{3} ma

from 1 and 2nd equation

mgsin\theta - \frac{2}{3}ma =  ma

mgsin\theta = \frac{5}{3} ma

a = \frac{3}{5} g sin\theta

 = \frac{3\theta 9.8 sin 38}{5} = 3.62 m/s^2

F =\mu N

   = \frac{2}{3} ma

   = \frac{2}{3} 2\times 3.62 = 4.83 N

N =normal force =  mgsin\theta = 2 \times 9.8 sin 38 = 15.44 N

\mu \times 15.44 = 4.83

solving for  coefficent of friction we get

\mu = 0.31

4 0
3 years ago
A 40kg steel casting (Cp=0.5kJkg-1K-1) at a temperature of 4500C is quenched in 150kg of oil (Cp=2.5kJkg-1K-1) at 250C. If there
podryga [215]
Of the oil I hope this help
4 0
3 years ago
JAVA HADOOP MAPREDUCE
taurus [48]

Answer:

Explanation:

package PackageDemo;

import java.io.IOException;

import org.apache.hadoop.conf.Configuration;

import org.apache.hadoop.fs.Path;

import org.apache.hadoop.io.IntWritable;

import org.apache.hadoop.io.LongWritable;

import org.apache.hadoop.io.Text;

import org.apache.hadoop.mapreduce.Job;

import org.apache.hadoop.mapreduce.Mapper;

import org.apache.hadoop.mapreduce.Reducer;

import org.apache.hadoop.mapreduce.lib.input.FileInputFormat;

import org.apache.hadoop.mapreduce.lib.output.FileOutputFormat;

import org.apache.hadoop.util.GenericOptionsParser;

public class WordCount {

public static void main(String [] args) throws Exception

{

Configuration c=new Configuration();

String[] files=new GenericOptionsParser(c,args).getRemainingArgs();

Path input=new Path(files[0]);

Path output=new Path(files[1]);

Job j=new Job(c,"wordcount");

j.setJarByClass(WordCount.class);

j.setMapperClass(MapForWordCount.class);

j.setReducerClass(ReduceForWordCount.class);

j.setOutputKeyClass(Text.class);

j.setOutputValueClass(IntWritable.class);

FileInputFormat.addInputPath(j, input);

FileOutputFormat.setOutputPath(j, output);

System.exit(j.waitForCompletion(true)?0:1);

}

public static class MapForWordCount extends Mapper<LongWritable, Text, Text, IntWritable>{

public void map(LongWritable key, Text value, Context con) throws IOException, InterruptedException

{

String line = value.toString();

String[] words=line.split(",");

for(String word: words )

{

Text outputKey = new Text(word.toUpperCase().trim());

IntWritable outputValue = new IntWritable(1);

con.write(outputKey, outputValue);

}

}

}

public static class ReduceForWordCount extends Reducer<Text, IntWritable, Text, IntWritable>

{

public void reduce(Text word, Iterable<IntWritable> values, Context con) throws IOException, InterruptedException

{

int sum = 0;

for(IntWritable value : values)

{

sum += value.get();

}

con.write(word, new IntWritable(sum));

}

}

}

3 0
3 years ago
You don't know which insert you have, and the inserts are different sizes, meaning the amount needed for a 1:3 ratio is differen
VashaNatasha [74]

Answer:

Explanation:

For ligation process the 1:3 vector to insert ratio is the good to utilize . By considering that we can take 1 ratio of vector and 3 ratio of insert ( consider different insert size ) and take 10 different vials of ligation ( each calculated using different insert size from low to high ) and plot a graph for transformation efficiency and using optimum transformation efficiency we can find out the insert size.

6 0
3 years ago
1. Consider a city of 10 square kilometers. A macro cellular system design divides the city up into square cells of 1 square kil
kakasveta [241]

Answer:

a) n = 1000\,users, b)\Delta t_{min} = \frac{1}{30}\,h, \Delta t_{max} = \frac{\sqrt{2} }{30}\,h, \Delta t_{mean} = \frac{1 + \sqrt{2} }{60}\,h, c) n = 10000000\,users, \Delta t_{min} = \frac{1}{3000}\,h, \Delta t_{max} = \frac{\sqrt{2} }{3000}\,h, \Delta t_{mean} = \frac{1 + \sqrt{2} }{6000}\,h

Explanation:

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

n = \frac{10\,km^{2}}{1\,\frac{km^{2}}{cell} }\cdot (100\,\frac{users}{cell} )

n = 1000\,users

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

l = \sqrt{1\,km^{2}}

l = 1\,km

Minimum time for traversing a cell is:

\Delta t_{min} = \frac{l}{v}

\Delta t_{min} = \frac{1\,km}{30\,\frac{km}{h} }

\Delta t_{min} = \frac{1}{30}\,h

The maximum time for traversing a cell is:

\Delta t_{max} = \frac{\sqrt{2}\cdot l }{v}

\Delta t_{max} = \frac{\sqrt{2} }{30}\,h

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

\Delta t_{mean} = \frac{1+\sqrt{2} }{2}\cdot\frac{l}{v}

\Delta t_{mean} = \frac{1 + \sqrt{2} }{60}\,h

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

n = \frac{10\times 10^{6}\,m^{2}}{100\,m^{2}}\cdot (100\,\frac{users}{cell} )

n = 10000000\,users

The length of each side of the cell is:

l = \sqrt{100\,m^{2}}

l = 10\,m

Minimum time for traversing a cell is:

\Delta t_{min} = \frac{l}{v}

\Delta t_{min} = \frac{0.01\,km}{30\,\frac{km}{h} }

\Delta t_{min} = \frac{1}{3000}\,h

The maximum time for traversing a cell is:

\Delta t_{max} = \frac{\sqrt{2}\cdot l }{v}

\Delta t_{max} = \frac{\sqrt{2} }{3000}\,h

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

\Delta t_{mean} = \frac{1+\sqrt{2} }{2}\cdot\frac{l}{v}

\Delta t_{mean} = \frac{1 + \sqrt{2} }{6000}\,h

8 0
4 years ago
Other questions:
  • Based in bonding theory, explain why heat capacity increases when you consider metals, ceramics and polymers.
    14·1 answer
  • An air-standard Otto cycle has a compression ratio of 6 and the temperature and pressure at the beginning of the compression pro
    13·1 answer
  • The Bureau of Labor and Statistics predicted that the field of biomedical engineering would increase by 62 percent over the comi
    10·1 answer
  • The benefit of using the generalized enthalpy departure chart prepared by using PR and TR as the parameters instead of P and T i
    6·1 answer
  • A random sample of 5 hinges is selected from a steady stream of product from a punch press, and the a. b. proportion nonconformi
    12·1 answer
  • List five things the welding symbol will tell the welder about the weld that is to be made.​
    13·1 answer
  • Suppose that we have a 1000 pF parallel-plate capacitor with air dielectric charged to 1000 V. The capacitors terminals are open
    13·1 answer
  • . (20 pts) A horizontal cylindrical pipe (k = 10 W/m·K) has an outer diameter of 15 cm and a wall thickness of 5 cm. The pipe is
    14·1 answer
  • The _____ plane is the plane in which the side of an object appears in
    12·1 answer
  • Answer the following questions about your own experience in the labor force.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!