Transmits
Receives
Ground
Restarts
Receivers
12
13
14
16
Platforms
Elements
Batteries
Components
2-bit
3-bit
8-bit
6-bit
Programming
Technical issue
Marketing
Simulating
Amplifier
Actuator
Bootloader
None of these above
Light crystal display
Liquid crystal display
Light cube display
All of the above
setup()
loop()
start()
None of the above
while()
Laser emitting diode
Light Emitting diode
Lighting error diode
Arduino Due
Arduino Diecimila
Arduino BT
None of these
Volt
Faraday
Ampere
Ohm
Tell compiler where to find symbols that are not present in program
Give compiler instructions to compile the program
Define variables
Define functions
Accounting
Non-repudiation
Sniffing
Authorization
WAN
LAN
Fox
Short-range Wireless Network
What will be the output of the following code C?
#include <stdio.h> void solve(){ char ch[5] = "abcde"; int ans=0; for(int i =0; i< 5; i++) { ans += (ch[i] - 'a'); } printf("%d", ans); } int main(){ solve(); return 0; }
5
20
40
10
Microprocessor
Coprocessor
microcontroller
controller
What is the out come of the following Arduino code?
void setup(){
Serial.begin(9600);
}
void setup0{
Serial.write(20);
Send a signal to pin 20 on the Arduino board
Send a octal number of 20 through the Serial pins
Send a byte with value 20 through the Serial pins
Send a hexadecimal number of 20 through the Serial pins
Java
HTML
C/C++
Python