Q.1.
Which Arduino Board does the SigFox Library work with?
Q.2.
What technology does the OVCamera Module use for image sub-sampling?
Q.3.
What will be the output of the following Arduino code? void main() { int a = double d = 10. printf("%lu", sizeof(a + d)); } void loop() {}
Q.4.
What is the use of the ESPWiFi Module?
Q.5.
What is the full form of EEPROM?
Q.6.
Why is the Arduino Mega more a viable solution when dealing with complex projects, than the Arduino UNO?
Q.7.
The Atmegais an ________ bit chip.
Q.8.
Why does every compilation of a source code in Arduino check for previous compilations?
Q.9.
What type of signal does the analogWrite() function output?
Q.10.
What is Arduino?
Q.11.
How many types of Arduino do we have?
Q.12.
What language is a typical Arduino code based on?
Q.13.
Arduino shields are also called as _________
Q.14.
What language is the Arduino IDE built on?
Q.15.
How many analog pins are used in Arduino Mega board?
Q.16.
Arduino IDE consists of 2 functions. What are they?
Q.17.
Arduino Codes are referred to as ________ in the Arduino IDE.
Q.18.
What is the default bootloader of the Arduino UNO?
Q.19.
What does p refer to in ATmega328p?
Q.20.
What is the use of the Arduino.h header file?