Q.1.
_________ allows us to control electronic components.
Q.2.
MQTT stands for _____________
Q.3.
MQTT is better than HTTP for sending and receiving data.
Q.4.
MQTT is _________ protocol.
Q.5.
Which protocol is lightweight?
Q.6.
PubNub publishes and subscribes _________ in order to send and receive messages.
Q.7.
By clicking which key the PubNub will display public, subscribe, and secret keys.
Q.8.
The messageChannel class declares the _________ class attribute that defines the key string.
Q.9.
_________ method saves the received arguments in three attributes.
Q.10.
_________ and _________ saves the publish and subscribe keys that we have generated with the PubNub Admin portal.
Q.11.
_________ specifies the function that will be called when there is a new message received from the channel.
Q.12.
_________ specifies the function that will be called on an error event.
Q.13.
_________ Specifies the function that will be called when a successful connection with the PubNub cloud.
Q.14.
_________ specifies the function that will be called when a successful re-connection is completed.
Q.15.
___________ specifies the function that will be called when the client disconnects.