logo

Crowdly

Browser

Додати до Chrome

Systèmes élec. & informatiques (MESISI120424)

Шукаєте відповіді та рішення тестів для Systèmes élec. & informatiques (MESISI120424)? Перегляньте нашу велику колекцію перевірених відповідей для Systèmes élec. & informatiques (MESISI120424) в learning.devinci.fr.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

int sensorPin = A0; int ledPin = 13; int sensorValue = 0;

void setup() {

pinMode(ledPin, OUTPUT);

}

void loop() {

sensorValue = analogRead(sensorPin);

digitalWrite(ledPin, HIGH);

delay(sensorValue);

digitalWrite(ledPin, LOW);

delay(sensorValue);

}

15%
0%
0%
100%
0%
Переглянути це питання

Le circuit intégrés 74 HC4051:

choisir le ou les affirmations correctes:

         

0%
0%
0%
0%
0%
0%
0%
Переглянути це питання

Pour réaliser un compteur qui compte jusqu'à 3 et recommence

0%
0%
0%
0%
0%
Переглянути це питання

int ledPin = 9;

void setup() {

}

void loop() {

for (int fadeValue = 0 ; fadeValue <= 255; fadeValue += 5) {

   analogWrite(ledPin, fadeValue);

   delay(30);

  }

for (int fadeValue = 255 ; fadeValue >= 0; fadeValue -= 5) {

   analogWrite(ledPin, fadeValue);

   delay(30);

  }

}

1%
13%
2%
88%
Переглянути це питання

On peut affirmer que le signal PWM a:

1%
0%
100%
1%
Переглянути це питання

Un compteur synchrone modulo 16 permet de compter de 

8%
97%
0%
1%
2%
Переглянути це питання

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?

0%
100%
0%
0%
0%
Переглянути це питання

74HC74, quelle est l'affirmation fausse ?

0%
0%
0%
0%
Переглянути це питання

Comment peut-on limiter le compteur 74HC393 à compter uniquement de 0 à 3, puis le faire recommencer automatiquement ?

0%
0%
0%
0%
0%
0%
Переглянути це питання

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.

100%
0%
0%
100%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на learning.devinci.fr?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome