Answer:
Obsolescencia programada es cuando un producto está diseñado deliberadamente para tener un tiempo de vida específico. ... Los productos dejan de funcionar al cabo de un tiempo, no porque estén estropeados, sino por que han sido diseñados para fallar al cabo de ese periodo.
Explanation:
espero y esto te pueda ayudar
B. Completely describe your entire thought process
The answer to this question is, A. Cramming.
PLEASE MARK BRAINLIEST!! :)
Answer:
The output of the code,
phrase = "hello mom"
phrase.upper()
Would be nothing since you didnt print out anything. How ever, the output of,
phrase = "hello mom"
print(phrase.upper())
Would be, "HELLO MOM". You can get the same output by writing this,
phrase = "hello mom"
phrase = phrase.upper()
print(phrase)
Explanation:
The clear rendering reads;
"1. Make a logic diagram for an algorithm to calculate the sum of premiums 100 natural numbers.
2. Make a logic diagram that displays a maximum of 2 natural numbers.
3. Make a logic diagram that displays the square of a natural number".