'' COLEGIO JHON F. KENNEDY D.E.I By created: Date created: Date modified: Description: analysis of final annual grades ''' nom = str(input("Ingrese nombre completo: ")) asig= str(input("Ingrese nombre de la asignatura: ")) curs=str(input("Ingrese curso: ")) trim = int(input("Registre número entero del Trimestre: ")) while trim == 3: nuno =int(input("Ingrese el número de notas que tiene hasta el momento: ")) n1 = float(input("Ingrese nota 1: ")) n2 = float(input("Ingrese nota 2: ")) n3 = float(input("Ingrese nota 3: ")) n4 = float(input("Ingrese nota 4: ")) n5 = float(input("Ingrese nota 5: ")) n6 = float(input("Ingrese nota 6: ")) n7 = float(input("Ingrese nota 7: ")) n8 = float(input("Ingrese nota 8: ")) n9 = float(input("Ingrese nota 9: ")) n10= float(input("Ingrese nota 10: ")) n11= float(input("Ingrese no...
QUESTIONS: -En el cuaderno digital titule: Ultrasonic sensor monitoring -Tema 1: Sensor de ultrasonido. Consulte en el buscador: -Imagen del sensor HC-SRO4 (Copie y pegue) -¿Cómo es el funcionamiento del sensor HC-SR04?(Es decir, ¿cómo opera?) Seleccione una imagen. -¿Cuál es el rango de distancia medida en cm, a la que se debe encontrar un objeto para que lo pueda detectar? -¿Qué nombres reciben cada uno de los terminales del sensor HC-SR04? Seleccione una imagen. -Consulte cuál es la velocidad aproximada del sonido en el aire a temperatura ambiente. Velocidad del sonido = _______m/s. -¿Qué hace la función:utime.sleep_us( )? -¿Qué hace la función: utime.ticks_ms( )? -En WOKWI diagrame el montaje suministrado para monitorear al sensor de ultrasonido. ALGORITHM FOR MONITORING ULTRASONIC SENSOR ''' INVISIBLE TECHNOLOGIES Created by: Date created: Date modified: Description: ULTRASOUND SENSOR MONITORING ''' from machine import Pin import u...
Comentarios
Publicar un comentario