An architect is using a scale of 1 in. = 10 ft.
What is this scale as a fraction?

Answers

Answer 1

The scale of 1 inch = 10 feet can be expressed as a fraction of 1/120.

The given scale of 1 inch = 10 feet can be written as a ratio of inches to feet, which is:

1 inch / 10 feet

To express this ratio as a fraction, we can convert the units so that both terms are in the same unit. Since there are 12 inches in 1 foot, we can convert the feet to inches by multiplying by 12, which gives:

1 inch / (10 x 12) inches

Simplifying this fraction by dividing both the numerator and denominator by 10, we get:

1/120

Therefore, the scale of 1 inch = 10 feet can be expressed as a fraction of 1/120.

To know more about architect , click here:

https://brainly.com/question/15802668

#SPJ11


Related Questions

the moist unit weigth for sandy soil is 18.9 kn if the moisture content is 13.5 % and the specific gravity of soil sloids is 2.69 find the dry unit weight

Answers

Dry unit weight (γd) = Moist unit weight (γ) / (1 + Moisture content (w))

What is Dry unit weight ?

Dry unit weight is the unit weight of a material when it is completely dry, typically measured in lb/ft3 (pounds per cubic foot) or kN/m3 (kilonewtons per cubic meter). It is used to calculate the volume and the weight of a given material.

γd = 18.9 / (1 + 0.135)

γd = 18.9 / 1.135

γd = 16.7 kN/m3

The dry unit weight of soil is calculated by dividing the moist unit weight of soil by the sum of 1 and the moisture content. In this case, the moist unit weight is 18.9 kN/m3, the moisture content is 0.135, and the specific gravity of the soil solids is 2.69. Thus, the dry unit weight of the sandy soil is 16.7 kN/m3.

To learn more about Dry unit weight
https://brainly.com/question/15220801
#SPJ4

what are the wind energy meausering devices define

Answers

Anemometer

Explanation:

An anemometer is a device used for measuring wind speed and direction. It is also a common weather station instrument. The term is derived from the Greek word anemos, which means wind, and is used to describe any wind speed instrument used in meteorology.

DESCRIPTION: Write a class named RetailItem that holds data about an item in a retail store. The class should have the following fields:
• description. The description field references a String object that holds a brief description of the item.
• unitsOnHand. The unitsOnHand field is an int variable that holds the number of units currently in inventory.
• price. The price field is a double that holds the item’s retail price.
Write a constructor that accepts arguments for each field, appropriate mutator methods that store values in these fields, and accessor methods that return the values in these fields. Once you have written the class, write a separate program that creates three RetailItem objects and stores the following data in them:
Description Units on Hand Price
Jacket 12 59.95
Designer Jeans 40 34.95
3 Shirt 20 24.95
and this one blow is my work so far,
import java.io.*;
import java.util.Scanner;
class RetailItem
{
private String description;
private int units;
private double price;
public RetailItem()
{
}
public RetailItem(String x, int y, double z)
{
description=x;
units=y;
price=z;
}
public void setDesciption(String x)
{
description=x;
}
public void setPrice(double z)
{
price=z;
}
void setUnits(int y)
{
units=y;
}
public int getUnits()
{
return units;
}
public String getDescription()
{
return description;
}
public double getPrice()
{
return price;
}
}
class RetailTest
{
public static void main(String [] args)
{
String str="Shirt";
RetailItem r1=new RetailItem ("Jacket",12,59.95);
RetailItem r2=new RetailItem ("Designer Jeans",40,34.95);
RetailItem r3=new RetailItem();
r3.setDescription(str);
r3.setUnits(20);
r3.setPrice(24.95);
System.out.println("__________________________________");
System.out.println("\tDescription\tUnits on Hand\tPrice");
System.out.println("__________________________________");
System.out.println("Item #1\t"+r1.getDescription()+"\t\t"+r1.getUnits()+" \t\t "+r1.getPrice());
System.out.println("Item #2\t"+r2.getDescription()+"\t\t"+r2.getUnits()+" \t\t "+r2.getPrice());
System.out.println("Item #3\t"+r3.getDescription()+"\t\t"+r3.getUnits()+" \t\t "+r3.getPrice());
System.exit(0);
}
}

Answers

class RetailItem:

  def __init__(self, description, units_in_inventory, price):

      self . description = description

      self . units_in_inventary = units_in_inventory

      self . price = price

This class has three attributes: `description`, `units_in_inventory`, and `price`. The `__init__` method is used to initialize these attributes with the values passed as arguments.

Now, to create three `RetailItem` objects and store the data in them, we can write a program like this:

# create three RetailItem objects

item1 = RetailItem (" T-shirt ", 10, 19.99)

item2 = RetailItem (" Jeans ", 5, 39.99)

item3 = RetailItem (" Sneakers ", 7, 79.99)

# print the data for each item

print("Item 1:" , item1. description, item1. units_in_inventory, item1. price)

print("Item 2:" , item2. description, item2. units_in_inventory, item2. price)

print("Item 3:" , item3. description, item3. units_in_inventory, item3. price)

In this program, we first create three `RetailItem` objects named `item1`, `item2`, and `item3`, with different values for their attributes. Then, we print out the data for each item using the print function.

Item 1: T-shirt 10 19.99

Item 2: Jeans 5 39.99

Item 3: Sneakers 7 79.99

This shows that the data has been successfully stored in the `RetailItem` objects and can be accessed and printed out as needed.

Read more about loop here:

https://brainly.com/question/14390367

#SPJ4

A risk associated with loading your vehicle poorly is __________ .A. obscured visibilityB. skiddingC. transmission problemsD. unexpected acceleration

Answers

A risk associated with loading your vehicle poorly is obscured visibility.

When the vehicle is loaded improperly, it can obstruct the driver's visibility, especially through the rearview mirror and side mirrors. Objects or cargo that are not properly secured or stacked too high can block the driver's line of sight, making it difficult to see the surrounding traffic, pedestrians, or potential hazards. This compromised visibility increases the risk of accidents and collisions, as the driver may not have a clear view of their surroundings and may be unable to react promptly to changing road conditions.

Improper loading can lead to obscured visibility in several ways. For example, if luggage or cargo is piled too high in the rear of the vehicle, it can block the rear window and obstruct the driver's rearward vision. Similarly, if items are placed too close to the windows or in a way that restricts the driver's peripheral vision, it can create blind spots, making it harder to detect other vehicles or objects in the vicinity. In extreme cases, overloaded or unbalanced cargo can even impede the driver's view through the windshield if it extends too far forward or is stacked too high.

It is crucial to ensure that when loading a vehicle, the cargo is properly secured, distributed evenly, and does not obstruct the driver's visibility. By taking these precautions, the risk of obscured visibility can be minimized, promoting safer driving conditions and reducing the likelihood of accidents caused by compromised visibility.

To learn more about  vehicle Click Here: brainly.com/question/32347244

#SPJ11

describe the characteristic appearance of a fatigue failure. what microscopic and macroscopic evidence are there for the fatigue failure mode chegg

Answers

Fatigue failure is a type of failure that occurs in materials subjected to repeated cyclic loading or stress over a period of time. It is characterized by distinct features both at the microscopic and macroscopic level.

Macroscopic Evidence:

Beach Marks: Fatigue failure often exhibits a series of concentric circles or curved lines called beach marks. These marks are formed due to the initiation and propagation of cracks during each loading cycle. They appear as distinct lines on the fractured surface and are indicative of the progressive nature of fatigue failure.

Crack Propagation: Fatigue failures typically exhibit a crack propagation pattern. The crack initiates at a localized point on the surface and then propagates gradually, creating a visible path. The crack growth direction may vary depending on the material and loading conditions, but it generally follows the direction of the applied stress.

Microscopic Evidence:

Microcracks: Under a microscope, fatigue failures show the presence of microcracks. These cracks are small and may appear as fine lines or discontinuities on the fractured surface. They are often perpendicular to the loading direction and represent the early stages of crack formation.

Grain Boundary Damage: Fatigue failure can cause damage to the grain boundaries of the material. Grain boundary cracking and separation can be observed, indicating the progression of fatigue damage at the microstructural level.

Fatigue Striations: Fatigue striations are fine lines or ridges that can be observed under high magnification. These striations result from the cyclic propagation of cracks and represent the individual crack growth increments during each loading cycle. They appear as repeating patterns along the crack path and provide evidence of fatigue crack growth.

Overall, the characteristic appearance of a fatigue failure includes beach marks, crack propagation patterns, microcracks, grain boundary damage, and fatigue striations. These features collectively indicate the repetitive loading and gradual progression of cracks, leading to the ultimate failure of the material.

Learn more about features  here

https://brainly.com/question/31563236

#SPJ11

When you see a school bus stop with its stop sign extended or its lights flashing, you must stop, except for cases when:

Answers

Answer:

Whenever you approach a school bus from any direction, which has stopped to pick up or let off passengers while operating its flashing red lights, you must stop your vehicle at least 25 feet from the school bus. The only time you do not have to stop is when you are on the other side of a divided highway. You must stay stopped until the bus has started again or the bus driver stops operating the flashing red lights.

9. The powertrain control module (PCM) or engine control module (ECM) will automatically clear a diagnostic trouble code (DTC) if there are no
additional faults detected after
A. five key-on/key-off cycles.
O B. eighty warm-up cycles.
O C. two consecutive trips.
O D. the criteria to clear codes is reached.

Answers

Answer:

The correct answer is:

C. two consecutive trips.

Explanation:

The correct answer is:

C. two consecutive trips.

The powertrain control module (PCM) or engine control module (ECM) will automatically clear a diagnostic trouble code (DTC) if there are no additional faults detected after two consecutive trips. In this context, a trip refers to a driving cycle that includes starting the vehicle, driving it for a certain distance or duration, and then turning it off. The PCM or ECM monitors various parameters and systems during these trips, and if no additional faults are detected over two consecutive trips, it assumes that the issue has been resolved and clears the diagnostic trouble code.

33) determine the condition of the airplane: pilot and copilot = 316 lb passengers fwd position = 130 lb aft position = 147 lb baggage = 50 lb fuel = 75 gal

Answers

Based on the given information, it is important to determine the weight and balance of the airplane to ensure safe flight operations.

The total weight of the airplane can be calculated by adding up the weight of the pilot and copilot, passengers in the forward and aft positions, baggage, and fuel. In this case, the total weight of the airplane would be 788 pounds (316 + 316 + 130 + 147 + 50 + 75).
The weight and balance of the airplane is critical for proper control and stability during flight. If the airplane is loaded improperly, it can affect its center of gravity, which can lead to instability and potential accidents. To determine the condition of the airplane, a weight and balance calculation must be performed to ensure that it is within the limits specified in the aircraft manual.
For example, if the weight and balance calculation shows that the airplane's center of gravity is too far forward or aft, adjustments can be made by moving passengers or baggage to a different location. This can ensure that the airplane is properly balanced and can be safely flown.

Overall, it is important for pilots to regularly perform weight and balance calculations to ensure that the airplane is safe for flight and can operate properly. By taking into account the weight of passengers, baggage, and fuel, pilots can make informed decisions about how to load the airplane and maintain safe flight operations.

To learn more about pilot:

https://brainly.com/question/30149186

#SPJ11

An automobile having a mass of 1100 kg initially moves along a level highway at 120 km/h relative to the highway. It then climbs a hill whose crest is 80 m above the level highway and parks at a rest area located there. Use a reference with kinetic and potential energy each equal to zero for the stationary highway before the hill. Let g = 9.81 m/s^2.

For the automobile, determine its change in kinetic energy and its change in potential energy, both in kJ. For the automobile, determine its change in kinetic energy, in kJ.
a. -8594
b. -663.1
c. -6.63x10^5
d. 663.1

Answers

Answer:

\(-6111.11\ \text{kJ}\)

\(863.28\ \text{kJ}\)

Explanation:

m = Mass of automobile = 1100 kg

v = Velocity of car = 120 km/h = \(\dfrac{120}{3.6}\ \text{m/s}\)

h = Height of hill = 80 m

g = Acceleration due to gravity = \(9.81\ \text{m/s}^2\)

Change in kinetic energy

\(KE=\dfrac{1}{2}m(u^2-v^2)\\\Rightarrow KE=\dfrac{1}{2}\times 1100\times (0-(\dfrac{120}{3.6})^2)\\\Rightarrow KE=-611111.11\ \text{J}\)

Change in kinetic energy is \(-6111.11\ \text{kJ}\)

Change in potential energy is given by

\(PE=mgh\\\Rightarrow PE=1100\times 9.81\times 80\\\Rightarrow PE=863280\ \text{J}\)

The change in potential energy is \(863.28\ \text{kJ}\).

1. a major reason for the projected shortage of trained craft professionals is
a. construction salaries are too low
b. technology has eliminated many construction careers
c. demand for construction projects is declining
d. the retirement of baby boomers

Answers

A major reason for the projected shortage of trained craft professionals is that: b. technology has eliminated many construction careers.

What is computing?

Autonomic computing can be defined as a process which involves the use of both computer hardware and software to manage, analyze, and process, so as to complete a goal-oriented task.

Also, autonomic computing systems are self-managing and it is similar in operations with the autonomic nervous system in humans, and as such it can be used in construction projects and assembly lines for optimum automated production.

In conclusion, automation technology through robots, smart machines and computers has reduced the need for people in many jobs, including trained craft professionals.

Read more on autonomic computing here: https://brainly.com/question/7172766

#SPJ1

Recall a recent decision that you had difficulty making. How did you diagnose and solve the challenge? Were the consequences good, bad, or both? Should you, and could you, have done anything differently in making the decision? Based on what you have learned so far, what changes would you make and why?

Answers

Answer:

yes maybe

Explanation:

I have a project and everyone in the world will know about it.

Answer:

both

Explanation:

vertical ridges cut into the sides of columns is called? group of answer choices piers keystone fluting jambs

Answers

The vertical ridges cut into the sides of columns is fluting.

Given data:

"Fluting" refers to the vertical ridges carved into the sides of columns. A frequent decorative architectural feature in classical Greek and Roman columns is fluting. Fluting serves both aesthetic and practical purposes in streaming.

Fluting adds visual interest and decorative appeal to the columns. The vertical grooves create a rhythmic pattern along the length of the column, enhancing its appearance and providing a sense of texture and depth.

To learn more about streaming click :

https://brainly.com/question/28284678

#SPJ4

The complete question is attached below:

The vertical ridges cut into the sides of columns is called?

a) piers

b) keystone

c) fluting

d) jambs

Briefly discuss the principle forms of communication that might be utilized in the construction industry?

Answers

Answer:

xcvjchjcnjkkhjmklk heyyyy biiiiiiiittcccchhh

The building areas where loose fill insulation is most commonly used are

Answers

Answer:

Loose-fill insulation can be installed in either enclosed cavities such as walls, or unenclosed spaces such as attics

Explanation:

Answer in one of my classes

1. Which one of the following is correct about DSS (decision Support Systems)? A. Supports non-routine decision making, uses internal information as well as TPS and MIS data and serves top management B. OSS serves middle ® management. uses external information as well as TPS and MIS data and supports routine decision making. C. None of the given choices are correct about the DSS. D. Supports routine decision making. uses internal information as well as TPS and MIS data and serves Middle management. 2. Information system to develop strong ties and loyalty with customers and supplies is part of A. Customer and supply intimacy B. Supply chain C. Managing strategic transitions D. Sustaining competitive advantage 3. Data which is converted into unreadable text or unreadable code in the Encryption process is called...... A. Decryption B. Cipher text C. Public key D. Privet key 5. Which one of the following is not related to growing importance of collaboration? A. Changing scope of the firm B. Changing nature of work C. Mission of the organization D. Changing culture of work 7. Responding to customers and suppliers in real time is part of? A. Customers and suppliers intimacy B. Improve decision-making C. No nothing given choices D. Competitive advantage 8. According to the management information system which one of the following should be the head of the information system department? A. Note of the given B. CKO (cheif knowledge office) C. CPO (chief Privacy officer Privacy officer) D. CEO ( chief executive officer) 9. Which one of the following is correct about DSS decision A. DSS search middle management users external information as well as TPS and MIS data and supports routine decision making B. support to change decision making uses Internet internal information C. support non-routine decision-making uses until internal information as well as TPS and MIS data and serves top management D. none of the given choices are correct about the DSS 10. In an information system a message used to help organization to evaluate and make correction is known as process? A. True B. False 11. The purpose of supply chain management is to transport huge to amount of products to destination was high amount of time and lowest cost true A. True B. False 12. Set of elements that interact to accomplish a specific goal is known as A. Output 13. According to Michael Portillo there are A. 5 B. 2 C. 3 D. 4 14. Use of digital technology and went to the intranet to drive major in business process is known E-business a. True b. False

Answers

1. The correct option about DSS is A. DSS (Decision Support Systems) supports non-routine decision-making, uses internal information as well as TPS and MIS data, and serves top management.

2. The option A is correct. Customer and supply intimacy is an information system to develop strong ties and loyalty with customers and supplies.3. The correct term for data converted into unreadable text or unreadable code in the encryption process is Cipher text.5. Mission of the organization is not related to the growing importance of collaboration.7. Responding to customers and suppliers in real-time is part of customer and suppliers intimacy.8. The correct option according to the management information system, should be the head of the information system department is CEO (chief executive officer).9. The correct option about  is that it supports non-routine decision-making, uses internal information as well as TPS and MIS data, and serves top management.10. The given statement is False. A message used to help the organization to evaluate and make corrections is known as Feedback.11. The given statement is True.12. The correct option is Output.13. According to Michael Portillo, there are 2.14. The given statement is True.

To know more about MIS data visit:

https://brainly.com/question/29433947

#SPJ11

Can someone help me plz!!! It’s 23 points

Can someone help me plz!!! Its 23 points

Answers

Answer:

0.00695 A

Explanation:

µ represents \(10^{-6}\). Multiply this by 6,950.

which action would most likely reduce concerns about how strip mining can harm the environment?

Answers

One of the most effective ways to alleviate concerns about the environmental impact of strip mining is to implement stringent regulations and monitoring systems.

How can concerns about the environmental harm caused by strip mining be mitigated?

Implementing stringent regulations and comprehensive monitoring protocols is the most effective way to address concerns about the environmental impact of strip mining. By enforcing strict guidelines on mining operations, such as land reclamation requirements, erosion control measures, and water management strategies, the potential harm to the environment can be significantly reduced.

Additionally, regular monitoring and auditing of mining activities can ensure compliance and prompt corrective measures if necessary.

Learn more about Stringent regulations

brainly.com/question/7534491

#SPJ11

Which compliance scanning option provides a potential solution, for Windows hosts that have Remote Registry Service disabled?

Choose an answer:

Auto Update expected value

Standard Scan (about 1900 ports)

Include system created authentication records in scans

Enable the Dissolvable Agent

Answers

The potential solution for Windows hosts that have the Remote Registry Service disabled is to enable the Dissolvable Agent compliance scanning option. This option allows for scanning and evaluation of the host's compliance without relying on the Remote Registry Service.

Enabling the Dissolvable Agent provides an alternative method for conducting compliance scans on Windows hosts that do not have the Remote Registry Service enabled. The Dissolvable Agent acts as a temporary scanning tool that can be deployed on the host, allowing for the collection of necessary data and evaluation of compliance. By utilizing this option, organizations can ensure compliance scanning even on hosts where the Remote Registry Service is disabled, providing a comprehensive solution for maintaining compliance across their Windows infrastructure.

Learn more about Remote Registry Service here: brainly.com/question/14666512

#SPJ11

ANSWER FAST PLEASE!!! WILL MARK BRAINLIEST!!!!!!

Select the examples that best demonstrate likely tasks for Administration and Information Support workers. Check all that apply.

Elizabeth helps employees and managers negotiate employee pay.
Bart types information into a computer database.
Phuong works on a research project and creates a report for her boss.
Anton answers phone calls and greets guests who visit a company.
Nikki creates a company budget.
Bryce thinks of an idea for how to advertise a product.

Answers

Answer:

Phuong works on a research project and creates a report for her boss.

Answer:

B. Bart types information into a computer database.

C. Phuong works on a research project and creates a report for her boss.

D. Anton answers phone calls and greets guests who visit a company.

A company that produces footballs uses a proprietary mixture of ideal gases to inflate their footballs. If the temperature of 230 grams [g] of gas mixture in a 15-liter [L] tank is maintained at 465 degrees Rankine [°R] and the tank is pressurized to 135 pound-force per square inch [psi], what is the molecular weight of the gas mixture in units of grams per mole

Answers

Answer:

The molecular weight of the gas mixture is 35.38 g/mol.

Explanation:

The molecular weight of the gas can be found using the following equation:

\( M = \frac{m}{n} \)

Where:

m: is the mass = 230 g

n: is the number of moles

First, we need to find the number of moles using Ideal Gas Law:

\( PV = nRT \)

Where:

P: is the pressure = 135 psi

V: is the volume = 15 L

R: is the gas constant = 0.082 L*atm/(K*mol)

T: is the temperature = 465 °R (K = R*5/9)

\(n = \frac{PV}{RT} = \frac{135 psi*\frac{1 atm}{14.6959 psi}*15 L}{0.082 L*atm/(K*mol)*465*(5/9) K} = 6.50 moles\)                

Finally, the molecular weight of the gas is:

\( M = \frac{m}{n} = \frac{230 g}{6.50 moles} = 35.38 g/mol \)

Therefore, the molecular weight of the gas mixture is 35.38 g/mol.

I hope it helps you!

When rolling two dice, the probability of rolling doubles is 1/6. Suppose that a game player rolls the dice five times, hoping to roll doubles. What is the probability the player gets doubles less than three times in 5 attempts?

Answers

The probability that the player gets doubles less than three times in 5 attempts is; 0.9645.

How to solve Binomial Probability?

The formula for binomial probability distribution is;

P(X = x) = ⁿCₓ × pˣ × (1 - p)⁽ⁿ ⁻ ˣ⁾

where;

x = total number of successes

p = probability of a success on an individual trial

n = number of trials

We are given;

x = 3

p = 1/6 = 0.1667

n = 5

Thus;

P(X < 3) = (⁵C₂ * 0.1667 * (1 - 0.1667)⁽⁵ ⁻ ²⁾) + (⁵C₁ * 0.1667 * (1 - 0.1667)⁽⁵ ⁻ ¹⁾) +  (⁵C₀ * 0.1667 * (1 - 0.1667)⁽⁵ ⁻ ⁰⁾)

Thus;

P(X < 3) = 0.9645

Thus, the probability that the player gets doubles less than three times in 5 attempts is 0.9645.

Read more about Binomial Probaility at; https://brainly.com/question/15246027

1. Katherine Johnson worked at NASA in the 1950s as a mathematician with the job title of computer. She provided calculations for engineers on the Mercury and Apollo space missions. Her work: take a problem, such as finding the trajectory for a space capsule's flight path, do the math in steps and record each one, find the solution, and pass the calculations to the engineers to evaluate and use. How does Ms. Johnson's work compare to computing today?


A. It likely was more accurate due to risks of malware.

B. It is close to today’s systems but lacked the input step.

C. It likely was less accurate than computer results.

D. It followed the same process as today’s computing.

Also, I answered C the first time and didn't get it right so it's definitely not that.

Answers

B is the right answer I hope it’s correct :3

explain the working principles of a rotary engine​

Answers

Answer:

The rotary engine works on the same basic principle as the piston engine: combustion in the power plant releases energy to power the vehicle. However, the delivery system in the rotary engine is wholly unique. The piston engine performs four key operations: intake, compression, combustion, and exhaust.

Explanation:

Which of the following is NOT a peripheral?
Input devices
Output devices
CPU devices
Input/Output devices

Answers

Answer:

I believe that cpu devices are not considered peripherals

Explanation:

From google: A peripheral or peripheral device is an ancillary device used to put information into and get information out of the computer.

A capacitor is connected into a 1250v 1000hz circuit. The current is 80A. What is the capacitance of the capacitor

Answers

Please see the following solution attached.
A capacitor is connected into a 1250v 1000hz circuit. The current is 80A. What is the capacitance of

When framing a wall, temporary bracing is
used to support, plumb, and straighten the wall.
used to support, level, and straighten the wall.
used to square the wall before it is erected.
removed before the next level is constructed.

Answers

Yes! That is true!
When framing a wall, temporary bracing is
used to support, plumb, and straighten the wall.
used to support, level, and straighten the wall.
used to square the wall before it is erected.
removed before the next level is constructed.

The current flowing into the collector lead of a certain bipolar junction transistor (BJT) is measured to be 1 nA. If no charge was transferred in or out of the collector lead prior to t = 0, and the current flows for 1 min. calculate the total charge which crosses into the collector.

Answers

Answer:

the total charge which crosses into the collector is 60 nC

Explanation:

Given the data in the question;

current flowing into the collector lead of the bipolar junction transistor (BJT); i = 1 nA = 10⁻⁹ A

no charge was transferred in or out of the collector lead prior to t = 0

the current flow time t = 1 min = 60 sec

Now we write the relation between current, charge, and time;

i = dq / dt

where i is current, q is charge and t is time. { d refers to change }

Now,

\(q=\int\limits^t_{t=0} {i(t)} \, dt\)

\(q=\int\limits^{t=60}_{t=0} { (10^{-9}) } \, dt\)

\(q = ( 10^{-9}) (t)_0^{60\)

\(q = ( 10^{-9}) ( 60 - 0 )\)

q = 60 × 10⁻⁹ C

q = 60 nC

Therefore, the total charge which crosses into the collector is 60 nC

How do you make an inverter with a NOR gate?

Answers

To make an inverter with a NOR gate, you first need to understand that a NOR gate has two or more inputs and one output. The output is high (1) only when all inputs are low (0).

So, to make an inverter, you need to connect one input of the NOR gate to the output of the NOR gate, and the other input to your input signal.

When your input signal is high (1), the first input of the NOR gate will be low (0), and the output of the NOR gate will be high (1).

Conversely, when your input signal is low (0), the first input of the NOR gate will be high (1), and the output of the NOR gate will be low (0). This configuration will invert your input signal, making it a useful tool for digital circuits.

To learn more about : NOR gate

https://brainly.com/question/30647455

#SPJ11

NatGas Corporation obtains a federal license to operate a gas pipeline through a certain area of Oregon. The Oregon state legislature enacts a law that bans gas pipelines in that area. Most likely, the state law violates:________

a. the due process clause.
b. the supremacy clause.
c. the U.S. Constitution.
d. the commerce clause.

Answers

Answer:

c. the U.S. Constitution.

Explanation:

A Constitution refers to a set of written laws and principles which is typically used to determine the power and authority of the government, as well as guarantee the fundamental rights of its citizens.

Basically, the Constitution accords powers to the national or federal government and these includes; enumerated or delegated, reflected, and concurrent powers. Therefore, base on the US Constitution, any law, act, or license issued and approved by the federal government supercedes or overrides any state law.

In this scenario, NatGas Corporation obtains a federal license to operate a gas pipeline through a certain area of Oregon. The Oregon state legislature enacts a law that bans gas pipelines in that area. Most likely, the state law violates the U.S. Constitution because a federal law is supreme.

What does efficiency measure?

Answers

Answer:

Efficiency is defined as any performance that uses the fewest number of inputs to produce the greatest number of outputs. Simply put, you're efficient if you get more out of less.

Explanation:

Other Questions
Eras that influenced Mingus included all of the following except:SwingBebopFreeHard Bop A certain water flow at 20C has a critical cavitation number, where bubbles form, Ca0.25, where Ca=2(papvap)/(rhoL2). If pa =1 atm and the vapor. pressure is 0.34 psia, for what water velocity will bubbles form? 11=x-(-20) do not know how to solve trynna get grade up What might be some reason for roxanne's behaviior what are the causes and effect of global warming a form of dementia that, over a period of years, leads to a loss of emotions, cognition, and physical functioning, and which is ultimately fatal is referred to as Answer the following answer Can someone help me with this?! HELP ME ASPConvert 14 ft to yd.168 yds 4 2/3 yds 1 1/7 yd42 yds PYTHON code for the following function. If I have twodictionaries:d = {'Content': {' software engineering approaches': {'ASoftware Engineering Approach to Introductory Programming Courses':'x'}}} T/F. Capacity increases are usually acquired in fairly large "chunks" rather than smooth increments. Organizations that rely on a few major customers may organize their people and resources by client. This is an example of __________ departmentalization. ______ diets may lead to some immediate weight loss simply because daily energy intake is monitored and food choices are monotonous, but they rarely lead to lasting weight loss or help retrain eating and exercise habits. Draw an angle W X Z such that m W X Z=45 . Construct Y X Z congruent to W X Z . Make a conjecture as to the measure of W X Y , and then prove your conjecture. can someone help me with this immediately!!!!!! and dont guess or leave a link. ill be marking brainiest if u give me the correct answer Which of the following countries are MOST LIKELY to be affected by devolutionist or irredentist forces in the next 10 years? IraqAustralia Great Britain Paraguay Japan Lesson 10 Practice Problems 1) Here is a scale drawing of a swimming pool where 1 cm represents im. 10 cm 5 cm a) How long and how wide is the actual swimming pool? Show your work b) Using your answers from question a, find the new length and width of a scale drawing of the swimming pool where 1 cm represents 2 m. Show your work. c) Would the scale drawing where 1 cm represents 2 m be larger or smaller than the original scale drawing at the top of the page? Whats the square root of 128 Use the graph to answer the question.Graph of polygon ABCDE with vertices at negative 1 comma negative 4, negative 1 comma negative 1, 3 comma negative 1, 3 comma negative 4, 1 comma negative 6. A second polygon A prime B prime C prime D prime E prime with vertices at 13 comma negative 4, 13 comma negative 1, 9 comma negative 1, 9 comma negative 4, 11 comma negative 6.Determine the line of reflection. Which of the following terms best describes the product development life cycle process?descriptiveiterativeStaticevaluative