Looking for Systèmes élec. & informatiques (MESISI120424) test answers and solutions? Browse our comprehensive collection of verified answers for Systèmes élec. & informatiques (MESISI120424) at learning.devinci.fr.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
74HC393, quelle(es) affirmation (s) est vraie (s)?
The master resets are active-HIGH asynchronous inputs to each 4-bit counter identified by the "1" and "2" in the pin description.A HIGH level on the nMR input overrides the clock and sets the outputs LOW.
int outPin = 9 ;
void setup() {
pinMode(outPin, OUTPUT);
} void loop() {
digitalWrite(outPin, HIGH);
delay(50);
digitalWrite(outPin, LOW);
delay(200);
}
Le rapport cyclique en %:
The 74HC74 is dual positive edge triggered D-type flip-flop. They have individual data (nD), clock (nCP), set (nSD) and reset (nRD) inputs, and complementary nQ and nQ outputs. Data at the nD-input, that meets the set-up and hold time requirements on the LOW-to-HIGH clock transition, is stored in the flip-flop and appears at the nQ output.
Quelle affirmation est fausse?
The 74HC74 is dual positive edge triggered D-type flip-flop. They have individual data (nD), clock (nCP), set (nSD) and reset (nRD) inputs, and complementary nQ and nQ outputs. Data at the nD-input, that meets the set-up and hold time requirements on the LOW-to-HIGH clock transition, is stored in the flip-flop and appears at the nQ output.
Quelle affirmation est fausse?
Le circuit ci-dessous est alimenté avec un signal PWM (e(t) est un signal PWM) on peut récupérer la tension moyenne du signal :
Quelle est la formule pour calculer la température en degrés Celsius à partir de la tension de sortie du TMP36 ?
La tension moyenne d'un signal PWM ayant un rapport cyclique de 20% et une amplitude Vcc=10V est:
Ce code permet de générer un signal PWM dont le rapport cyclique en % est de: ( donner la valeur numerique en %)
Pour commander dynamiquement 6 capteurs analogiques avec une seule entrée Arduino (A0), on peut :
Comment peut-on utiliser le composant 74HC393 pour compter jusqu'à 255?