logo

Crowdly

Browser

Add to Chrome

Мікропроцесорні системи (САП)

Looking for Мікропроцесорні системи (САП) test answers and solutions? Browse our comprehensive collection of verified answers for Мікропроцесорні системи (САП) at vns.lpnu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Який результат виконання наведеного нижче коду?

void setup() {

Serial.begin(9600);

}

void loop() {

String s=String(13,BIN);

Serial.println(s);

}

0%
0%
100%
0%
View this question

Що виведе наступний код Arduino?

void main() {

    int a = 0;

    double d = 10.21;

    printf("%lu", sizeof(a + d));

}

void loop() {}

0%
50%
0%
50%
View this question

Для чого використовується процедура обробки переривань (Interrupt Service Routine) в МК AVR, Arduino?

0%
100%
0%
0%
View this question

Що з наведеного нижче є правильним?

0%
0%
0%
100%
View this question

Чому кожна компіляція вихідного коду в Arduino перевіряє наявність попередніх компіляцій?

0%
0%
0%
100%
View this question

RTC використовується для __________

0%
100%
0%
0%
View this question

Що з наведеного є вірне для команди Serial.begin(9600), яка використовується в Arduino C?

0%
0%
0%
100%
View this question

Яка функція виводу IOREF на платі Arduino UNO?

0%
100%
0%
0%
View this question

Коли процедура (підпрограма) обробки переривання (ISR) виконує призначений їй код?

0%
100%
0%
0%
View this question

Який часовий період вихідного сигналу програми наведеної нижче?

int pin=10;

void setup() {

    Serial.begin(9600);

    pinMode(pin,OUTPUT);

}

void loop() {

    digitalWrite(pin,HIGH);

    delay(10);

    digitalWrite(pin,LOW);

    delay(10);

}

0%
0%
0%
100%
View this question

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome