Welcome to your Internet Of Things(IOT)M4-R5)
1.
A__combined a required electronic circuit of various computer components onto a single integrated chip?
2.
WHICH HAS A HALF DUPLEX COMMUNICATION?
3.
__ is known as referencing operator?
4.
Letter email, telephone are example of ?
5.
The three types of stress are__?
6.
Which datatype does not support in c language?
7.
What type of control system is an automatic washing machine?
9.
_____ empowers IoT by bringing together everyday objects.?
11.
WHAT IS THE FULL FORM OF THE ABBREVIATION CALLED PPM?
12.
Each microcontroller of the Arduino is pre programmed by the ___?
13.
which of the following architecture is followed by general purpose microprocessors?
15.
What is the full form of GSN ?
17.
Arduino bluetooth has ___ analog pins?
18.
sensors and actuators data output is very easy to read and___?
19.
Which of the following is an advantage of SPI?
20.
Arduino Bluetooth holds a crystal oscillator of ____ frequency?
21.
What is the use of accelerometer in laptops?
25.
What is the full form of CISC?
26.
What widely used service is built on cloud computing technology?
28.
IOT devices are naturally vulnerable to ___ threats?
29.
Which OSI layer is responsible for providing End to End communication with reliable service?
30.
which technology used by sigfox?
31.
which type of word is used for verbal communication?
32.
The LDR sensor converts the_ energy into the change in resistance?
33.
Arduino pro micro board has___ digial I/O pins?
34.
RAM size in a fast Arduino board is___?
35.
What is the major difference between a microprocessor and a microcontroller?
36.
The conditional operator are also known as?
37.
A study of the culture and practises in different societies is called ?
39.
In the context of stress research , GAS stands for?
40.
What is the use of MQ2 gas sensor?
41.
What is the correct syntax of for loop in c?
42.
Arduino zero has __ digital I/O pins?
43.
Lifi uses ____ as medium for data communication?
44.
What is the full form of SONAR?
45.
Arduino Uno has a memory of ____ SRAM?
47.
Which of the following is not a comparision operator?
48.
Risk management is responsibility of the ?
49.
choose a syntax foe C ternory operator?
50.
___ in IoT as one of the key characteristics, devices have different hardware platforms and networks?
51.
Arduino can work on a variety of _____like windows, Linux, and mac?
52.
secure digital card application uses which protocol?
53.
Which of the following command is used to trigger the Amazon echo IOT device?
54.
The computer devices and smart phones that have____ with pressure sensor?
55.
In Arduino ethernet board the connection is fed to__?
56.
SPI device communicates in___?
58.
Arduino Uno has only ___ flash memory?
59.
Zigbee is an alternative to which technology ?
60.
which of the following is an example of oral communication?
61.
Arduino Bluetooth also called Arduino___?
62.
Gyroscope is used for _______?
63.
A__ tends to convert electrical signal to physical action?
64.
What language does " Resume" taken from?
66.
The father of modern stress research is__?
70.
written communication can be classified in which type of communication?
72.
__ is a technology where the interaction between technology and it's user is designing to occurs in the user periphery rather than constantly at the center of attention?
73.
A function which calls itself is called a ?
75.
which axis accelerometer is mostly used in IOT?
78.
Gyroscope is used to measure__?
79.
Choose a correct c statement regarding to below for loop code ?for (;;);
81.
which of the following issues are considered in IoT?
82.
The aim of negotiation is 😕
83.
Every board of Arduino has five volts ___ regulator?
85.
int a: 16; what is 16 indicate here?
86.
Communication begins with?
88.
___ sensor is used for tracking rotation or twist?
89.
__ is a structured data which is stored in Mb, Gb tb and always locally present?
90.
What is the output of C program? int main () { int a= 10,b,c b=a++; c=++a; printf ( "%d %d", a,b,c); return 0; }
91.
Which of the following is a bitwise operator?
92.
What is the way to suddenly come out of or Quit any loop in c language ?
93.
which sensor measures the pressure relative to perfect vacumm?
94.
Who is the father of the Bitcoin?
95.
Linear LDR sensors are alternatively named as?
97.
__is the method of collecting primary data?
98.
Which of the following is not a key leadership trait as proposed by trait theory?
99.
What is the full form of ASCII with regard to C language ?
100.
What is the output of the given below program? # include int main() {int i=0; for (i) {print ("hello"); } return 0; }