Zigbee
NFC
Bluetooth
Wired network
D2
A5
A2
A4
What will be the output of the following code?
int main() { int i=25; int k=i%4; print("%d\n",k); }
1
2
3
4
DREAD
OWASP
STRIDE
DAR
Pin No. 3
Pin No. 2
Pin No. 5
Pin No. 4
Prototyping
Casting
Protocasting
Protocal Typing
6
int sensorPin=9
int sensorValue=9
pinMode(9, OUTPUT);
digitalWrite(9, HIGH);
DPTR
PSW
PC
SP
Tradition
Culture
Manners
Greetings
Self-Regulation
Self-Motivation
Self-Awareness
None of the above
RFID
Nanotechnology
Cloud Computing
void main() { int x = 5*6/2 +8; printf("%d",x); return 0; }
20
21
23
19
Asset
Vulnerability
Threat
Time
Make good use of technology
Clean up and get organized
Concentrate on one key task at a time
All of the above
What will be the output of the following Arduino code?
#define X 10; void setup() { X=0; Serial.begin(9600); Serial.print(X); } void loop() { //Do nothing… }
0xAB
0xa
0
Error
int main() { int a=5; while(a=123) { printf("RABBIT\n"); } printf("GREEN"); return 0; }
RABBIT is printed unlimited number of times
RABBIT GREEN
Compiler error
GREEN
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
Used for monitoring events as they occur
Used for real time interactive users
Used by any time offline
Used for real time coding
Job-searching, Self-Analyzing and Identifying Skills
Identifying skills, job-searching and Self-Analyzing
Self-Analyzing, Identifying skills and job-searching
Self-Analyzing, job-searching and Identifying skills