Show:
Questions
Responses
Print
Компания
ОВ
ВК
ЭОМ
СС
100
Сколько в компании департаментов
5
100
These inputs would be written in the digitalWrite command to cause a 5V signal to appear on pin 3.
What is digitalWrite(3, HIGH); ?
100
This command is use to read an analog value from pin "x"
What is analogRead(x); ?
100
There are this many numbers in the binary number system.
What is 2 ?
100
This is the number of digital pins on an Arduino Uno board
What is 14 ?
200
This command sends data to a Shift Register
What is shiftOut ?
200
The inclusion of a library should occur here relative to the void setup() command
What is Before ?
200
This command is used to send a (1/0) signal to digital pin.
What is digitalWrite(#, H/L); ?
200
There are this many bits in a byte
What is 8 ?
200
This symbol indicates which pins can be used with pulse width modulation.
What is a tilde (~) ?
300
This command starts serial communication between the Arduino and the PC monitor.
What is Serial.begin ?
300
The "while" command performs a test at this time to determine if it should continue running.
What is BEFORE the command section?
300
This command would be used to send data to the Serial Monitor.
What is Serialprint(); or Serialprintln(); ?
300
The binary number 1010101 represents this decimal number.
What is 85 ?
300
This is the maximum input voltage to an input pin of an Arduino board.
What is 5 volts ?
400
This command returns the remainder of a division operation.
What is Modulo ?
400
This punctuation indicates the end of a command.
What is a semi-colon ?
400
The speed at which data travels between the Serial Monitor and the Arduino.
What is the Baud Rate ?
400
This term is used to describe a 4-bit word.
What is a nibble ?
400
The is the voltage of the INTERNAL voltage reference.
What is 1.1V ?
500
This command is used to declare the seed number for the random number generator.
What is randomSeed(); ?
500
These characters define the start and end of a segment of code.
What are curly brackets { } ?
500
This is the command used to direct the Arduino to use the voltage from an external source as a voltage reference.
What is analogReference(EXTERNAL) ?
500
This is the Boolean symbol for OR
What is || ?
500
This is the format of the connector used to load a sketch from a PC to the Arduino.
What is USB-B