Here is an interesting quiz with informative questions and answers about Arduino and its related concepts. Arduino is an open-source hardware and software company, that deals in designing and manufacturing single-board microcontrollers and microcontroller kits for building digital devices. If you think you have good knowledge about Arduino, then you must take up this quiz and see how well you can score. So, are you ready? Let's start then. Good luck!
0 to 255
-128 to 127
0 to 9
0 to 65535
0 to 4294967295
Increment counter by an amount that depends on its definition.
This is not a legal statement in the Arduino language.
Adds 1 to the variable counter
Returns true if the variable counter has a positive value.
None of the above
Counter - 1;
Counter--;
--counter;
Counter -= 1;
Decrement(counter);
Counter = counter - 1;
5
6
4
'F'
&textMessage+5
20
21
22
The statement is not a legal Arduino program statement.
None of the above
The = should be ==
The line has invalid syntax, and will produce a compiler error.
There needs to be a space after the if keyword.
There is nothing wrong.
An if statement must use braces.
A subset of standard C++
Similar to Java
A special purpose language designed for beginning programmers.
A subset of C#
C with additional library functions
Inheritance
Standard Template Library
Exceptions
Operator overloading
Floating Point math operations
Object Oriented Programming
Pointers
Files
The variable's value is retained the next time it is accessed.
The value of temperature will not be allowed to change.
The variable will be reset to 0 each time loop() runs.
The variable will have a greater range than a normal int
The line is not a legal Arduino program statement.
None of the above
1
2
1.2
None of the above
Sets the variable temp to its logical compliment.
Converts the variable temp to a boolean value.
The line is not a legal Arduino statement.
None of the above
Performs a factorial calculation.
Wait!
Here's an interesting quiz for you.