NEW
Font size
WorksheetsArduino Basics Programming for Fundamentals
Total questions: 10
Worksheet time: 2hrs 40mins
What computer languages are used in Robotics for today’s society?
C++
JavaScript
Arduino
Phyton
What are the technical terms used for “ON"?
HIGH
LOW
What is the technical term used for “OFF”?
LOW
HIGH
The open-source electronic platforms based on easy-to-use hardware and software.
ARDUINO
C++
HTML
C#
It is used to end a statement
{}
;
()
//
Syntax means?
Descriptions
Grammar
Code
Output
Studies that use science, engineering, and technology that applies to modern problems including Disaster, Health Issues, Military Defense, Communication, Research and Development, and many more
ROBOTICS
CHEMISTRY
PHYSICS
STATISTICS
What is this picture classifies as?
MICROCHIP
CENTRAL PROCESSING UNIT (CPU)
MOTHERBOARD
ARDUINO BOARD
What is the output of this program
The Arduino robot will run itself, Also, the LED Lights, inside the Arduino will be on 13 times and off 13 times because, of the command HIGH and LOW
The Arduino Lego will run and dance 13 times
The command or program has syntax error
The Arduino Lego will sleep 13 times
It is used to include external libraries in your sketch
#include
#define
void setup ()
void loop ()
