Answer:
"Informacion"
Explanation:
La internet puede traer las mismas ventajas para la educacion artistica que cualquier otra materia y eso es "Informacion". El arte tiene muchas tecnicas. Tambien hay muchos differentes estilos de arte. La internet tiene toda la informacion sobre los artistas mas famosos de las historia, incluyendo su arte, tecnicas, estilos, temas, historias, etc. Esta informacion es sumamente importante y util por que te enseña a utilizar todos los metodos ya creados y usarlos como herramientas para crear arte que representa el artista que sos.
The schematic diagram below shows three machines in a production unit connected to a 240 volt supply.
The layout uses different types of wire for the main wire, wire 1, wire 2, and wire 3.
Calculate the maximum current that can flow through each type of wire. The diameter of a wire is related to the maximum amount of current it
can safely carry. Use Internet resources to find the most suitable gauge of wire for each part of the wiring in the circuit. List the highest American
Wire Gauge (AWG) number that you can use for each type of wire. (Hint: For the main wire, consider how the current through it relates to the
currents through each of the machines.)
Also, state how you can protect the wiring from damage If any of the machines exceeds its maximum power rating because of a malfunction.
Answer:
[tex]\begin{array}{ccc}Wire \ Number &Maximum\ \ Current \ (A)& AWG\\&&\\Main \ Wire&16\frac{5}{6} &9\\&&\\Wire \ 1&9\frac{1}{6} &12\\&&\\Wire \ 2&5&14\\&&\\Wire \ 3&2.5&17\end{array}[/tex]
Explanation:
The given parameters of the circuit are;
The voltage applied to the circuit = 240 volt
The types of wire in the circuit are Main wire, wire 1, wire 2, and wire 3
The maximum current that can flow through each type of wire is given by the max power of the machine powered by the wire
Power, P = Voltage, V × Current, I
∴ I = P/V
The maximum power of the machine powered by wire 1 = 2,200 W
The current flowing through wire 1, I₁ = 2,200 W/(240 V) = 55/6 A = [tex]9\dfrac{1}{6} \, A[/tex]
The maximum power of the machine powered by wire 2 = 1,200 W
The current flowing through wire 2, I₂ = 1,200 W/(240 V) = 5 A
The maximum power of the machine powered by wire 3 = 600 W
The current flowing through wire 3, I₃ = 600 W/(240 V) = 2.5 A
Therefore, Kirchhoff's current law, we have;
The current that the main wire can carry, I = I₁ + I₂ + I₃
∴ I = 55/6 A + 5 A + 2.5 A = 50/3 A = 16.[tex]\overline 6[/tex] A
The current that the main wire can carry, I = 16.[tex]\overline 6[/tex] A
The highest American Wire Gauge (AWG) that can be used for each type of wire are listed as follows;
[tex]\begin{array}{ccc}Wire \ Number &Maximum\ \ Current \ (A)& AWG\\&&\\I&16\frac{5}{6} &9\\&&\\I_1&9\frac{1}{6} &12\\&&\\I_2&5&14\\&&\\I_3&2.5&17\end{array}[/tex]
Therefore, we have;
[tex]\begin{array}{ccc}Wire \ Number &Maximum\ \ Current \ (A)& AWG\\&&\\Main \ Wire&16\frac{5}{6} &9\\&&\\Wire \ 1&9\frac{1}{6} &12\\&&\\Wire \ 2&5&14\\&&\\Wire \ 3&2.5&17\end{array}[/tex]
what can accommodate most file formats? btw there are no answer choices
Answer:.doc and .docx - Microsoft Word file.
.odt - OpenOffice Writer document file.
.pdf - PDF file.
.rtf - Rich Text Format.
.tex - A LaTeX document file.
.txt - Plain text file.
.wpd - WordPerfect documen
Explanation:
Write a definition in your own words for Raster Graphic. Do not copy and paste please.
Answer:
Raster Graphic is a bitmap. They are basically a grid of small pixels that make an image.
Write a loop that will take in 5 numbers from the user and output the average. Round your answer to two decimal places.
Sample Run:
Enter a number: 2
Enter a number: 7
Enter a number: 11
Enter a number: 4
Enter a number: 5
The average is 5.8
Hurry please!! will mark brainliest!!
Please help
Measure the thickness of a razor blade using a vernier caliper and screw gauge. What is the lowest count of these instruments? Which measuring
Instrument is more accurate? You can take multiple blades and stack them together, then measure thickness, and find out the average thickness.
Answer:
Is this question related to computers and technology?
Mediante el contacto de las ruedas dentadas un engranaje transmite un movimiento a. Rectilíneo b. Circular c. Ondulatorio
Answer:
La respuesta es b: circular
Explanation:
Las ruedas dentadas tienen dientes que rodean a todo el perímetro de la rueda , esto logra que las ruedas dentadas entren en contacto entre ellas sin causar fricción,el movimiento que realizan es circular.
Determine if true or false Goal Seek immediately attempts to apply the function to the adjacent cells.
Answer:
The answer is "False".
Explanation:
This function the part of Excel, that allows a way to resolve the desirable result by manipulating an underlying expectation. This function is also called What-if-Analysis, which is used to test, and an error approach to address the problem by linking guesses before the answer comes. On the Data tab, throughout the Data Tool category, and select Target Check it provides a reference that includes a formula to also be solved throughout the Set cell box.
what have very strong chemical bonds and cannot be reshaped when heated.
Answer:
Thermosets
Explanation:
8.
Which of the following text pieces can be easily typed using right hand?
A. stewardess
B. lillipop
C. typewriter
D. FACE
Answer:
Lillipop
Explanation:
If you have your hands correctly placed on the keyboard, the only hand needed to type the word, "lillipop", is the left hand!
Hope I was of Assistance #SpreadTheLove <3
a c program to check the greaster number among the two entered number using if else statement
Answer:
#include <stdio.h>
int main(void) {
int number1, number2;
printf("Enter first number: ");
scanf("%d", &number1);
printf("Enter second number: ");
scanf("%d", &number2);
if (number1 > number2) {
printf("%d is greater than %d!", number1, number2);
} else if (number2 > number1) {
printf("%d is greater than %d!", number2, number1);
} else {
printf("%d is equal to %d!", number1, number2);
}
}
List out two ways to execute the script.
Answer:
1) Execute Shell Script Using File Name. Use the shell script file name to execute it either by using it's relative path or absolute path as shown below
2) Execute Shell Script Using Source Command.
'Using more formatting options improves a document.' Do you agree with this statement? Why or why not
Answer:
Yes, I agree with the given statement: 'Using more formatting options improves a document.'
Explanation:
Formatting improves the readability of documents for end users.
Formatting features like aligning text vertically and horizontally, changing margin and line spacing change the layout of page in the document that makes a document look more presentable.
So, yes, I agree with the given statement: 'Using more formatting options improves a document.'
If you would like to give another user permissions on your mailbox or to particular folders within your mailbox, which role should you configure?
Assignee
Client
Delegate
Manager
Answer:
I think it's B, Delegate
Explanation:
Cause the other options didn't seem to fit as the answer.
I really don't know though.
A delegate is someone who has been granted permission by another user to access. The correct answer would be an option (C).
What is a mailbox?A computer-simulated mailbox that stores email messages. Mailboxes are saved on a disc as a message file or a message database.
A delegate is someone who has been granted permission by another user to access and manage their mailbox, including sending and responding to email messages on their behalf.
When you grant delegate access to another person, you are giving them the ability to access specific folders within your mailbox and perform specific actions, such as reading, sending, and deleting email messages.
Assignee, client, and manager are not terms typically used in the context of delegate access in email systems.
Thus, the correct answer would be option (C).
Learn more about the mailbox here:
https://brainly.com/question/28430685
#SPJ6
what is processing unit?
Answer:
A central processing unit, also called a central processor, main processor or just processor, is the electronic circuitry within a computer that executes instructions that make up a computer program.
Explanation:
Answer:
CPU is processing unit.
The main computer case containing the central components of a personal computer is central processing unit.
who developed vacuum tube and when?
Answer:
In 1904, John Ambrose Fleming invented the first vacuum tube.
Explanation:
Create a file name that to ensure the that the file is easy to find
Answer:
I always name mine something like HI
or YEET i dont know
why but it works
Explanation:
To keep your computer working efficiently, it is a good idea to _____ unnecessary files. delete defragment save archive
Hey the answer to this is delete or remove. because it is a good idea to remove old files that your not using.
Hope this helps
-scav
What does this mean
Answer:
"Y YUR Y YUB I CUR YY 4 ME"
Explanation:
thats what i read lol, i dont know the meaning though
3. Windows that are viewed as Web pages have
sections. **
Answer:
when the when the when the add the when are you is id god his gay for your top off jack dafe cafe read line green red whats the answer
Explanation:
What is the name of the function below?
function go(){
alert("hello everybody");
}
Answer:
It’s Java script I think and it makes something say hello everybody
Explanation:
What are the main purposes of an operating system?
Answer:
An operating system has three main functions: (1) manage the computer's resources, such as the central processing unit, memory, disk drives, and printers, (2) establish a user interface, and (3) execute and provide services for applications software.
You can use this keyboard shortcut to toggle the visibility of the command line. If for some reason your command line is hidden from the drawing area, then use this keyboard shortcut to bring it back *
Answer:
Ctrl + 9
Explanation:
You can use this keyboard shortcut to toggle the visibility of the command line
Need help ASAP
Thankss + BRAINLIST only for correct answers
Answer:
The purpose to the user is to buy items online.
The purpose to the creator is to have a worldwide service chain to deliver packages.
Vising this website gives access to the items consumers need and allows them to get them shipped right to their door.
It was made so the creator can lots of money along with making a lot of jobs to slow the unemployment rate.
Explanation:
I pulled a lot of this from my head and reading about schollarships Amazon has for students. Amazon is a shopping website. Therefore the user can buy things and it gives the creator money along with making jobs for others.
press _________ to toggle the selected range as bold
Answer:
press the b that i in a dark shade that is bold
Manipulating Images: Which aspect helps you to change the luminescence of your image?
Answer:
the aspect that help you change the luminescence of your image is iframe
In French class, Blue puts on a visor and the environment changes to that of a café in Paris. Which of the following terms describes this kind of technology?
Answer:
virtual reality
Explanation:
Answer:
virtual
Explanation:
virtual and realyty
the ratio of boys and girls is 4:5 calculate the number of boys if the are 1080 learners in schools
Explanation:
The ratio of Boys = 4x
The ratio of Girls = 5x
The Number of Boys in the School = 4x + 5x = 1080
= 9x = 1080
= x = 1080/9
= x = 120
The ratio of Boys = 4x = 4 x 120 = 480
The ratio of Girls = 5x = 5 x 120 = 600
Answer :- The ratio of Boys =480
Which finger is used to press SHIFT key while typing!
A. Little finger
B. Thumb
C. Index finger
D. Ring Finger
Answer:
Little Finger (A)
Explanation:
Reading a news release about a product is an example of
research.
Answer:
Yes, it is true, because it informs you
Explanation:
3 uses for a GPS system other than for a satellite navigation system
Answer:
Location – determining a position. Navigation getting from one location to another. Tracking – monitoring object or a personal movement. Mapping – creating maps of the world.