En un taller tienen dos taladros de sobremesa de 600 w de potencia, una sierra de calar de 500 w y cuatro soldadores de 50 w. Los taladros funcionan una media de 2 horas diarias, la sierra de calar 1 hora y los cuatro soldadores funcionan una media de 4 horas diarias. Calcular la energía consumida por todos estos aparatos durante un día.

Answers

Answer 1

Answer:

El consumo del taller es de 3.7 kw/h.

Explanation:

Dado que el taller posee dos taladros de sobremesa de 600 vatios de potencia, que son utilizados durante 2 horas diarias; una sierra de calar de 500 vatios de potencia que es utilizada durante 1 hora diaria, y cuatro soldadores de 50 vatios que se utilizan durante 4 horas diarias, para medir el consumo diario de energía del taller es necesario realizar el siguiente calculo:

600 x 2 x 2 = 2,400 vatios de consumo taladros

500 x 1 x 1 = 500 vatios de consumo sierra de calar

50 x 4 x 4 = 800 vatios de consumo soldadores

2,400 + 500 + 800 = 3,700 vatios de consumo total

Pasado a kilovatios, el consumo del taller es de 3.7 kw/h.


Related Questions

2. List at least three signal words the professor uses in the video. How did he use the signal

words?

Answers

Answer:

cherry

van

red

George

gold

Question # 6
Multiple Choice
The of a variable is determined by which parts of a program can view and change its value.
O influence
O magnitude
O scope
Orange

Answers

Answer:

Scope.

Explanation:

In programming, the scope could be static, private or public and in those, defines the scope of a specific variable.

Ex.

public int x = 0; // Can be seen when called within a whole class and outside of a class/ function.

private int y = 0; // Can be seen only within the class its defined in.

static pub/priv int z = 0; // Uncangeable variable that can be defined in both class and external class, depending on the two prior scopes defined after.

int aa = 0; // Defaults to private.

Answer:

the answer is scope, for me it's D but they tend to change.

Explanation:

the full forms
MU
memory unit
CU
control unit​

Answers

Answer:

u asking or saying ? ?????

ASAP in the middle of this quiz Which of the following arguments might convince a local school board of the need to train upper elementary school students in IT practices?


A As technology continues to advance rapidly, the need for IT professionals grows, providing more opportunities for employment of individuals skilled and experienced in the field of IT.

B Brain research shows that elementary students are better able to understand complex procedures; therefore, upper elementary students are more likely to understand the principles of IT than high school or college students.

C School computers break down often because of student use; therefore, the students should be responsible for fixing them.

D Computers are the wave of the future; therefore, elementary students should have a complete understanding of how they function.

Answers

Answer:

A.

Explanation:

Answer D seems too simplistic, and the question specifically mentions IT practices.

Question B doesn't seem right - college and high school students would likely be able to understand the principles as much.

Question C wouldn't be a good argument for a school board, and there's not a lot of evidence that backs it up.

Therefore, A seems to be the best choice here.

Hope this helps!

Evidence that a source is authoritative includes a. An email address to ask further questions about information in the source c. No verbiage used which could identify bias about the information provided b. A date regarding when the source was written d. Logical structure of the information provided so that it is easily read and understood Please select the best answer from the choices provided A B C D

Answers

Answer:

i belive   it iz      C

Explanation:

o

Answer:

The correct answer is A

Explanation:

Write a program to find the product of 3 numbers

Answers

Answer:

#include<iostream>

using namespace std;

int main()

{

   int a,b,c;

   cout<<"enter the value of a:";

   cin>>a;

   cout<<"enter the value of b:";

   cin>>b;

   cout<<"enter the value of c:";

   cin>>c;

   cout<<"product is:"<<(a*b*c);

   return 0;

}

Explanation:

The following codes have been written using Python.

x = int(input("Enter a number: "))

y = int(input("Enter a number: "))

z = int(input("Enter a number: "))

p = x*y*z

print(p, "is the product of", x, y, "and", str(z)+ ".")

Hope it helps. :)

Kyle returns to work the next day and he would like to continue working on the document from yesterday. What should Kyle do?


Double-click on the Start menu.

Look for his open document in the system tray.

Locate his file and click twice on it.

Locate his file, right click, and select Print.

Answers

Answer:

Locate his file and click twice on it.

Choose the correct term to complete the sentence.

______play(s) an essential role in calculating, gathering, and storing information in
the workplace

1.) breaches
2.) technology
3.) training

Answers

Answer:

3.) Technology

Explanation:

Technology is pretty epic, my dude.

Will give BRAINEST if it's a very good answer
I keep asking for a phone and making reasons why i should have a phone, but if there's an emergency like kidnapping ima need to have a phone. but my parents say the first thing the'll do is take it away from you. What do i say to that response bc i rlly want a phone

Answers

Answer:

you have to try making them understand how important is your phone

The binary number represented by the voltage graph below is

Answers

Answer:

4

Explanation:

Answer: 11010100

here ya go :)

List 5 applications for working with text

Answers

Answer:

TTSReader, Go2PDF, Free File Merge, Batch Text File Editor

Explanation:

How do use a search engine?

Answers

Answer:

You choose your search engine then you click the search bar and type what you want to know enter it and then click a website to visit

Explanation:

Write a function called min that returns the minimum of the two numbers passed in as parameters.

Note: Be sure to include comments for all functions that you use or create.

For example, if you made a call like

x = min(10, 14)
x should have the value 10.

For your program, you need to define the function and call it and print out the result like this:

x = min(10, 14)
print("The min is " + str(x))

min(1,2);
min(9000,9001);

it is in python

Answers

def min(x,y):

   smallest = x

   if y < smallest:

       smallest = y

   return smallest

x = min(2,1)

print("The min is "+str(x))

Although I wouldn't recommend using the name min for a function because min is the name of an existing function. Best of luck.

The function is an illustration of conditional statements.

Conditional statements are statements whose execution depends on their truth values.

The function in Python, where comments are used to explain each line is as follows:

#This defines the function

def min(num1,num2):

#This initializes minVal

  minVal = num2

#If num1 is less than num2, then

  if num1 < num2:

#minVal equals num1

      minVal = num1

#This returns the smaller value

  return minVal

At the end of the program, the smaller value is returned to the main

Read more about similar programs at:

https://brainly.com/question/6973180

Joseph is a digital media developer and has years of work experience. He now wants to improve his management skills. What can he do to develop and sharpen his managerial skills? To improve his managerial skills, Joseph can enroll in a degree program.

Answers

Answer:

Following are the solution to this question:

Explanation:

Soft skills are best developed for irrespective of the occupation technical skills is a common skill, which everyone requires to master to work together and carry mostly on work successfully. A technically gifted individual needs soft skills to work with each other to the concept of work, to resolve issues, etc. The different soft training programs for different roles and decades of expertise are offered. therefore Professors propose learning in soft skills as well as an MBA degree.

Fill in the blank
A file can be saved with a different file name than it currently has by clicking on Save____ in the File tab.

Answers

Explanation:

save as because if u want to save the bame of it press save as to save it as what u want

Answer:

save as

Explanation:

if you're gonna save it over writing a different one save as is the answer

Daniel is writing about emergency steps to take if a fire breaks out in school. Which organizational aid would be
most useful?
O a sequence chart
O a timeline
a Venn diagram
O a web diagram

Answers

Answer:

sequence chart

Explanation:

Answer:

a sequence chart

Explanation:

i took the test

A secure website has https instead of http in web address true or false

Answers

Answer:

True

Explanation:

Beacuse security is s

The answer to the question is true

Edhesive 3.5 code practice quetion one

Answers

Answer:

x = int(input("What grade are you in? "))

if (x == 9):

   print("Freshman")

elif (x == 10):

   print("Sophomore")

elif (x == 11):

   print("Junior")

elif (x == 12):

   print("Senior")

else:

   print("Not in High School")

Explanation:

Hope this helps lovely :)

Which team member on a project typically has a skill for creating visual interest?

Designer
Engineer
Programmer
Writer

Answers

Answer:

designer

Explanation:i took it and got it right

WILL GIVE BRAINLIEST!!!!!
This law of Sir Isaac Newton is what allows the spacecraft to lift off.

First Law

Second Law

Third Law

Answers

Third law :) Hope this helped you

Answer:

Third law

Explanation:

Third law allows the spacecraft to lift off.

The image shows a sample group contract.

This group contract is important because it:

A) holds everyone accountable for their part in the project

B) summarizes expectations for the conduct of the group

C) discusses how adjustments to the schedule can be
made

D) assigns a time frame for each step to be completed

Answers

Answer: c

Explanation:I done this before;DDD

Answer:

Its A

Explanation:

Sorry the other guy is wrong

2. Identify two real-world examples of problems whose solutions do not scale well.

Answers

Answer:

The specification is defined downwards according to the conclusions reached.

Explanation:

Real-world instances or examples of issues that do not scale well are listed following table:

For different uses, such as solving the equation, respectively., multiplication matrices. It still does not scales or works well to organize a wide sequence of names or numbers as the requisite measures raise as squares by around the enlargement or increment.

30 points! Help me out, please! I need help with this!

Answers

Answer:

Both are touchscreen.

Tablets are seen more as an entertainment device (tv, games, etc.).

Phones are smaller, and used more for everything; you can take phones anywhere you go, whereas tablets are more difficult to transport.

A town government is designing a new bus system and are deciding where to put the different bus stops. They want to pick the collection of locations that minimizes the distance anyone needs to walk in order to get to at least one bus stop. What term best defines the kind of problem?

An optimization problem

An undecidable problem

An efficiency problem

A decision problem

Answers

Answer:

Optimisation Problem

Explanation:

Optimisation Problem is a mathematical economics, computer science problem - which finds the best solution from all feasible solutions (based on constraints & other aspects).

The problem might be in form of maximisation or minimisation. The bus system designing is based on minimizing walking distance. Thus is an optimisation problem.

The term which best defines this kind of problem is: A. An optimization problem.

A problem can be defined as an issue or challenge encountered by an individual, which typically requires a solution.

Basically, a problem is considered to either be simple or complex, depending on the individual, parameters, and factors that are involved.

Generally, there are four (4) main kinds of problem and these include:

An undecidable problem.A decision problem.An efficiency problem.An optimization problem.

An optimization problem determines the best solution to a problem, from a list of feasible solutions.

Hence, an optimization problem can be used to pick a collection of locations that are likely to minimize the distance anyone needs to walk, so as to get to at least one bus stop.

Read more: https://brainly.com/question/22828534

If you have different movie or audio file types saved to your computer and your computer can only play the OGG format instead of the MP4 video format, what should you do?

Answers

Answer:

convert the MP4 format file to the OGG format file                  

Explanation:        

An OGG file is a compressed audio file of Ogg Vorbis that is used for holding audio data. It is a free and an open container file format which is maintained by Xiph.Org Foundation. OGG format file can multiplex independent streams of video, text, audio and meta data.

The OGG file has better sound quality and characteristics than a MP3 or MP4 files. The MP4 file format can be converted into OGG format file if the files are saved in different formats in the computer which can play only OGG format.

what are output devices ?
name them​

Answers

Answer:

Monitor.

Printer.

Headphones.

Computer Speakers.

Projector.

GPS.

Sound Card.

Video Card.

Explanation:

What connections do you see between variables and what you learned about the Input-Output-Store-Process model of a computer?

Answers

Answer:

h

Explanation:

3. When a small business buys office supplies online, it is an example of business-to- business e-commerce.
a. True
b. False​

Answers

Answer:

TRUE

Explanation:

Answer:

TRUE i think

Explanation: For example, an automobile manufacturer makes several B2B transactions such as buying tires, glass for windscreens, and rubber hoses for its vehicles. The final transaction, a finished vehicle sold to the consumer, is a single B2C transaction.

explain what led to the invention of lasers

Answers

Answer:

The laser is an outgrowth of a suggestion made by Albert Einstein in 1916 that under the proper circumstances atoms could release excess energy as light—either spontaneously or when stimulated by light.

Explanation:

The laser is an outgrowth of a suggestion made by Albert Einstein in 1916 that under the proper circumstances atoms could release excess energy as light—either spontaneously or when stimulated by light. German physicist Rudolf Walther Ladenburg first observed stimulated emission in 1928, although at the time it seemed to have no practical use.

In 1951 Charles H. Townes, then at Columbia University in New York City, thought of a way to generate stimulated emission at microwave frequencies. At the end of 1953, he demonstrated a working device that focused “excited” (see below Energy levels and stimulated emissions) ammonia molecules in a resonant microwave cavity, where they emitted a pure microwave frequency. Townes named the device a maser, for “microwave amplification by the stimulated emission of radiation.” Aleksandr Mikhaylovich Prokhorov and Nikolay Gennadiyevich Basov of the P.N. Lebedev Physical Institute in Moscow independently described the theory of maser operation. For their work all three shared the 1964 Nobel Prize for Physics.

An intense burst of maser research followed in the mid-1950s, but masers found only a limited range of applications as low-noise microwave amplifiers and atomic clocks. In 1957 Townes proposed to his brother-in-law and former postdoctoral student at Columbia University, Arthur L. Schawlow (then at Bell Laboratories), that they try to extend maser action to the much shorter wavelengths of infrared or visible light. Townes also had discussions with a graduate student at Columbia University, Gordon Gould, who quickly developed his own laser ideas. Townes and Schawlow published their ideas for an “optical maser” in a seminal paper in the December 15, 1958, issue of Physical Review. Meanwhile, Gould coined the word laser and wrote a patent application. Whether Townes or Gould should be credited as the “inventor” of the laser thus became a matter of intense debate and led to years of litigation. Eventually, Gould received a series of four patents starting in 1977 that earned him millions of dollars in royalties.

The Townes-Schawlow proposal led several groups to try building a laser. The Gould proposal became the basis of a classified military contract. Success came first to Theodore H. Maiman, who took a different approach at Hughes Research Laboratories in Malibu, California. He fired bright pulses from a photographer’s flash lamp to excite chromium atoms in a crystal of synthetic ruby, a material he chose because he had studied carefully how it absorbed and emitted light and calculated that it should work as a laser. On May 16, 1960, he produced red pulses from a ruby rod about the size of a fingertip. In December 1960 Ali Javan, William Bennett, Jr., and Donald Herriott at Bell Labs built the first gas laser, which generated a continuous infrared beam from a mixture of helium and neon. In 1962 Robert N. Hall and coworkers at the General Electric Research and Development Center in Schenectady, New York, made the first semiconductor laser.

While lasers quickly caught the public imagination, perhaps for their similarity to the “heat rays” of science fiction, practical applications took years to develop. A young physicist named Irnee D’Haenens, while working with Maiman on the ruby laser, joked that the device was “a solution looking for a problem,” and the line lingered in the laser community for many years. Townes and Schawlow had expected laser beams to be used in basic research and to send signals through air or space. Gould envisioned more powerful beams capable of cutting and drilling many materials. A key early success came in late 1963 when two researchers at the University of Michigan, Emmett Leith and Juris Upatnieks, used lasers to make the first three-dimensional holograms (see holography).

Helium-neon lasers were the first lasers with broad commercial applications. Because they could be adjusted to generate a visible red beam instead of an infrared beam, they found immediate use projecting straight lines for alignment, surveying, construction, and irrigation. Soon eye surgeons were using pulses from ruby lasers to weld detached retinas back in place without cutting into the eye. The first large-scale application for lasers was the laser scanner for automated checkout in supermarkets, which was developed in the mid-1970s and became common a few years later. Compact disc audio players and laser printers for personal computers soon followed.

HELP! Finish identifying the data types of each of the following pieces of data:

Answers

Answer:

Double

Int

Char

Boolean

Int

String

Byte if that is an array or Int

Answer:

Line 1: String

Line 2: Float

Line 3: Integer

Line 4: String

Line 5: Boolean

Line 6: Float

Line 7 String

Line 8: Integer

Explanation:

MS Coding 1 A - E d g e n u i t y 2021 March 17

Answerer's Note:

I hope this helped!

-- Juri Davis

Other Questions
If Triangle ABC is congruent to Triangle SRT, find the possible value(s) for x Swifty Corporation sells one product and uses a perpetual inventory system. The beginning inventory consisted of 76 units that cost $22 per unit. During the current month, the company purchased 478 units at $19 each. Sales during the month totaled 360 units for $42 each. What is the number of units in the ending inventory What is a magnetic field reversal ? Which process can produce the most energy for a cell? * Speedy gas High Price Low priceSwifty Gas High Price $100, $100 $25,$150 Low price $150, $25 $50,$50(Table: Two Rival Gas Stations) Use Table: Two Rival Gas Stations. The table shows a payoff matrix for two gas stations in a small town. Each firm can set either a high price or a low price, and customers view these two firms as nearly perfect substitutes. Profits in each cell of the payoff matrix are given as (Swifty's profit, Speedy's profit). Which statement describes a dominant strategy?a. Swifty will always set a low price,no matter Speedy's choice.b. Swifty will always set a high price,no matter Speedy's choice.c. Swifty will set a low price when Speedy sets a high price,but Swifty will set a high price when Speedy sets a low price.d. Swifty will set a high price when Speedy sets a high price,but Swifty will set a low price when Speedy sets a low price. Translate each of the following into an expression or equation:1. The sum of a number and 5 is 20 2. Ten more than a number 3. A number increased by eleven is twenty one 4. Three times a number increased by 4 5. The sum of a five times a number and six 6. Seven more than three times a number 7. The difference between ten times a number and 3 8. Subtract eight from six times and number 9. Eight less than a number is five 10. Five times a number decreased by six 11. A number decreased by seven 12. The product of a number and seven 13. The sum of twice a number and four 14. The quotient of a number and three 15. A number divided by eleven How is the Petition of Rights (1628) similar to the Magna Carta (1215) 2. Si Maria decide recortar rectangulos, de rea igual a 0.03 m?, Cuntos rectngulos obtendr de la cartulina?a) 6 rectangulosb) 60 rectangulosc) 15 rectangulos150d)rectngulos If the temperature is -1 degrees and it drops 5 degrees overnight what is the new temperature? what is the definition of solute Plz help me am so bad at math x+y=12-x=-y-10HELP thanks -15+-18plz help meplz explain Hello I need help on this question I hope 30 points can do the trick!! Btw this is a test and I need to answer this question ASAP thank you!! (QUESTION 7 BTW) Matching vocabulary terms Determine the gravitational energy of your 2 kg physics binder if it is sitting on the ground (height= 0meters) helppp me please will give brainliest you are at a local beach for the day At around 10:00 am What other sport does pickle ball resemble the most? I need help with this math work