Compile
Verify
Terminate
Serial monitor
#
//
!-
/*
PWM pins
Hybrid pins
Digital pins
None of these
12
13
14
16
Code
Source code
Sketch
Paint
Vero board
FRC connectors
shields
breadboard
General-Purpose Input/Output
General-Purpose Inner/Outer
Both (A) & (B)
None of the above
avrgcc
g++
cpython for windows
avrdude
Arduino Due
Arduino Diecimila
Arduino BT
Arduino Duemileanove
Arduino Esplora
Application Programming Interface
Address Programming Interface
Accessing peripheral through the interface
Pauses the program for a specific amount of time
Stops the program permanently
Restarts the program
Initializes the board
General PCB
Connectivity circuit boards
Arduino shields
Other high-end Arduino boards
5-10 Sec
5-10 MS
10-15 MS
10-20 MS
What will be the output of the following code
#include <stdio.h> void solve(){ int b=4; int res = b++ + ++b + ++b; printf("%d", res); } int main(){ solve(); return 0; }
15
17
20
Analog
Digital
Power
Environment
PC
IDE
SOME
What is the output of the following program?
for(;;) {Statements}
Error
Statemernts will run forever
This an infinite loop
Both (B) and (C)
e-textiles and wearables projects
sewn to fabric
AT mega 168V/ATmega328V
All of these
Value
Size
Address
Mobile phone
Television
Smart Speaker
Smart Meters
Light crystal display
Liquid crystal display
Light cube display
All of the above
A0 to A5
D0 to D13
GND
3.3V
Data rate
Bits rate
Baud rate
for(;;)
{
Statements
}
Statements will run forever
Volt
Faraday
Ampere
Ohm
Integrated Development Environment
Interfaced Developed Module
Interleaving Deficit Expander
Interleaving The Developed Environment
setup()
loop()
while()
Voltage
Frequency
Time Duration
Distence
Runs continuously in a loop
Initializes variables and sets up configurations
Executes only when an error occurs
Used to include libraries
setup () and loop () function
Only setup () function
Only loop () function
50
25
27
54
$
%
!
ATmega328m
ATmega328P
ATmega2560
None
Write
Read
Peruse
Study
Farad
Henry
Coulomb
High
Beneath
Ground
delay(100);
delay(1000);
delay(10000);
delay(1);
8
United Serial Bus
Universal Serial Bus
United Search Bus
What is the output of “pin 1” if “pin2” is sent “1011” where 1 is 5V and 0 is 0V?
int pin1 = 12;int pin2 = 11;void setup() { pinMode(pin1, OUTPUT); pinMode(pin2, INPUT); Serial.begin(9600);}void loop() { if(digitalRead(pin2)==1) { digitalWrite(pin1,LOW); }else if(digitalRead(pin2)==0) {digitalWrite(pin1,HIGH);}}
1110
0100
1111
1011
Lights
Clock
Voltage Divider
All of above
Transmits
Receivers
Restarts
Microprocessor
Timer
Oscillator
Microcontroller
Lower
Upper
Least
Encoding
Decoding
Calculation
Processing
Comma ( , )
Colon ( : )
Semicolon ( ; )
Fullstop ( . )
Partition larger task into smaller tasks
Code reusability
Manage complexity
build() and setup()
build() and loop()
setup() and loop()
MQ-135 gas sensor
PIR sensor
DHT22
BMP280