1.
which application layer protocol is responsible for machine to machine (M2M) communication in restricted environment?
2.
the keyword 'PROGMEM' is a variable modifier of PROGMEM utility which header file contains it?
3.
Microprocessors have following components embedded in them?
4.
READING IS AN ART TO BRING IN KNOWLEDGE IT BASICALLY?
5.
the enduring feature that describes an individual's behavior and attitude is called ?
6.
Arduino can be programmed using following language ?
7.
how can we initialize the array?
10.
which of these is not a part of a letter?
11.
the future iot trust infrastructures are based on - technology for business - critical interaction between devices without direct human intreaction?
12.
in embedded c, literals means?
13.
which macro confirms "hello friend" will be stored in the flash memory?
14.
the memory used while saving the data during ' PROGMEM' utility is?
15.
In microcontrollers, external access is used for?
16.
A led interfacing with Arduino as shown implies? digital write (led_pin, low); digital write (led_pin,high);
17.
the routine reports prepared in time intervals like daily weekly monthly... are called?
18.
IOT devices are vulnerable to attacks and threats one of them is cryptanalysis attack that means?
19.
which of the following operators isn't a bitwise operator?
20.
the function pgm_read_word ((&(var_data[x] [y]))) reads ........ from flash memory ?
21.
the leadership trait/ traits is/ are?
22.
the role of a moderator is?
24.
which address schemes are used by Ipv4 and IPV6 Internet protocols?
25.
the output of given c code is:? # includeint main() { int x=1,y=1,z; z=x+++y; printf(" %d,%d",x,y); }
26.
WHICH FEATURE DEFINES IOT?
27.
the speed of dc motor is controlled by arduino using___?
28.
what is the basic function of the spring in a control valve?
29.
IOT PROMOTES THE CREATION OF IOT TERMINAL INDUSTRY?
30.
in a sentence subject communicates about __ and predicates task about ?
31.
A CONSTANT VARIABLE CAN BE DECLARED AS?
32.
what is true about Arduino codes?
33.
which sensor measure the pressure relative to atmospheric pressure?
34.
IN bar code system...............?
35.
choose the correct option of C program having array? int main() { int xyz (4) = [ 10,20, 30, 40]; printf ("%",xyz (1));}
36.
which is IOT integrated development environment (IDE) and tools?
37.
the main security challenge to overcome to make IOT services available at low cost is?
38.
how to terminate an infinite loop in embedded c?
39.
An IoT connects with other interfaces using connections which are?
40.
the communication process comprises of?
41.
communication with one self is called ?
42.
IOT comprises of internet physical devices sensors microcontroller, and ___?
43.
the language of memos should be ___ and ___to understand ?
46.
which of the following operators have the highest precedence ?
47.
choose the correct option for indexing of the given code? int main() { int xyz [8]; return 0; }
48.
what are the effective stages of IOT architecture?
49.
An array index, xyz [] starts with____ ?
50.
the examples of open- loop system in control system are ?
51.
the wireless battery free sensor designed to record environmental and material temperature is?
52.
following layer is not mentioned in TCP/ IP Model?
53.
main components of IOT based system are ?
55.
An IOT device may need interface for _?
56.
the message meant for the general public and that sent to a specific group are called ___ ____ respectively?
57.
what is true about sending and receving the serial TTL signals?
58.
the selection of Microcontrollers for IOT is based on?
59.
the difference in if else and switch case statement is?
60.
what is the bootloader in the Arduino IDE?
61.
in the given C code, for loop executes for? # include void main() { intx=10; for (; 😉 {printf ("%d\n", x) } }
62.
what is WOT and its usage in the iot?
64.
Self- esteem promotes.............?
65.
LCD display the text form of data when EN line show ___ and RS line _?
67.
the wireless network types that promote IOT deployment in industries are?
68.
PARALANGUAGE IS A PART OF META COMMUNICATION THAT DEALS WITH NON- VERBAL COMMUNICATIONS ALSO KNOWN AS.....?
69.
how many PWM pins does the Arduino Uno have?
70.
the major characteristics on which osi and tcp / ip differs?
71.
the statements that are true about ' Arduino' header file are?
72.
which is not the synonym of memo?
73.
keyboard pins while interfacing can cause interrupt called as?
74.
which type of IOT communication model is bi- directional and fully duplex?
75.
_____ software supporting integration binds all system devices to create body of IOT system?
76.
the role of public cloud computing in the IOT architecture is?
77.
the difference in an open loop and a closed loop systems are based on?
78.
which of the following category is used for business to consumer process?
79.
the communication technologies used for IOT is are?
80.
the way we dress is an example of -communication ?
81.
stochastic control system has?
82.
the IOT temperature monitoring is related to ?
83.
what is ESP8266 used in IOT applications?
84.
Sensors convert signals from analog to which domain?
85.
the format specifier for printf () and wprintf () of long integer in c is denoted as?
86.
what is the Optiboot bootloader in the Arduino IDE?
87.
choose the correct option to access the 4th element of the array?
88.
Sketches in Arduino are saved with the extension___?
89.
Arduino can be programmed using following languages?
90.
the essential feature/ features of an email as communication medium is/ are?
91.
A____ is a document that can be used as evidence in court ?
92.
which document that can be used as an evident in legal cases?
93.
what are three R's in SQ3R reading comprehension method?
94.
HUMIDITY SENSOR IS RELATED TO ?
95.
the prototype hardware used for IOT architecture is/ are?
97.
which of the following is not the component of IOT End point?
98.
how to run two variables x and y in for loop simultaneously?
99.
which one is not a microcontroller in embedded ecosystem?
100.
IOT enabled technologies include following?
101.
choose the correct option for the ternary operator in embedded c?