Answer:
The code commented is given below, also the lines that start with # are comments that explains the code.
# Create a function named times_print that receives 2 values x and y
def times_print(x, y):
# Print the formatted string
print("The value of {} times {} is {}".format(x,y,x*y))
# Create the main function
def main():
# Call the funciton times_print 3 times with different values
times_print(2,3)
times_print(4,5)
times_print(5,6)
# Execute the main function
main()
Explanation:
The code was written using Python 3.5, and here I attach the screenshots of the program running:
Answer:
Relay
Explanation:
They both perform similar functions in terms of control of voltage and current but the relay would be better because although it cannot produce a variable output like that of an amplifier, it has the capacity to isolate its input from its output.
Https://zoo.cs.yale.edu/classes/cs112/2012-spring/as/as9/ visit this website it gives you the answers
1. Locally 2. Codec 3. Analog, Digital 4. ISP 5.
✨ Yøur answer in thé, Attachment ✨