subject

1. Indique si los siguientes enunciados son falsos (F) o verdaderos (V), según corresponda: - Una corriente eléctrica es un flujo de electrones que circulan a través de un material aislante ( ).

- En un circuito eléctrico el recorrido de la corriente se inicia en uno de los terminales de la pila y termina

en el otro ( ).

- El generador de corriente impide que los electrones se desplacen por el circuito ( ).

- El conductor está formado por uno o más alambres hechos de un material conductor ( ).

- El elemento de control permite el paso de la corriente eléctrica a través del circuito cuando este elemento

está abierto ( ).

- El receptor proporciona la energía eléctrica y la transforma en otra forma de energía ( ).

2. Represente a través de un dibujo cómo ocurre un corto circuito, según la analogía explicada del ejercicio y

el cuerpo.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:30
Which of the choices sean are not true when considering virus behavior
Answers: 1
question
Computers and Technology, 23.06.2019 01:40
Writing a modular program in visual c++. i am new to this and not sure what i am missing. i am getting the following error: baddate.cpp: in function ‘int main()’: baddate.cpp: 50: 3: error: ‘else’ without a previous ‘if’elsehere are the instructions and code: writing a modular program in c++in this lab, you add the input and output statements to a partially completed c++ program. when completed, the user should be able to enter a year, a month, and a day. the program then determines if the date is valid. valid years are those that are greater than 0, valid months include the values 1 through 12, and valid days include the values 1 through 31.notice that variables have been declared for you.write the simulated housekeeping() function that contains the prompts and input statements to retrieve a year, a month, and a day from the user.include the output statements in the simulated endofjob() function. the format of the output is as follows: month/day/year is a valid date.ormonth/day/year is an invalid date.execute the program entering the following date: month = 5, day = 32, year = 2014. record the output of this program.execute the program entering the following date: month = 9, day = 21, year = 2002. record the output of this /* program name: baddate.cppfunction: this program determines if a date entered by the user is valid.input: interactiveoutput: valid date is printed or user is alerted that an invalid date was entered*/#include bool validatedate(int, int, int); using namespace std; int main(){// declare variablesint year; int month; int day; const int min_year = 0, min_month = 1, max_month = 12, min_day = 1, max_day = 31; bool validdate = true; // this is the work of the housekeeping() method// get the year, then the month, then the daycout< < "enter the year"< > year; cout< < "enter the month"< > month; cout< < "enter the day"< > day; // this is the work of the detailloop() method// check to be sure date is validif(year < = min_year) // invalid yearvaliddate = false; else if (month < min_month || month > max_month) // invalid monthvaliddate = false; else if (day < min_day || day > max_day) // invalid dayvaliddate = false; // this is the work of the endofjob() method// test to see if date is valid and output date and whether it is valid or notif(validdate == true); {// output statementcout<
Answers: 1
question
Computers and Technology, 23.06.2019 11:00
In the context of the box model, what is the difference between a margin and a padding? a. a padding lies outside a box border, while a margin lies inside it. b. a padding lies inside a box border, while a margin lies outside it. c. a padding can be adjusted independently, while a margin depends on the size of its box. d. a padding depends on the size of its box, while a margin can be adjusted independently.
Answers: 3
question
Computers and Technology, 23.06.2019 14:00
How are stop motion special effects in animated films created
Answers: 1
You know the right answer?
1. Indique si los siguientes enunciados son falsos (F) o verdaderos (V), según corresponda: - Una c...
Questions
question
History, 21.09.2021 01:10
question
Physics, 21.09.2021 01:10
question
Mathematics, 21.09.2021 01:10
question
Mathematics, 21.09.2021 01:10
question
Mathematics, 21.09.2021 01:10
question
English, 21.09.2021 01:10
Questions on the website: 13722363