WEEK 5 2021 Flashcards
NOT a solution to generate unique addresses for device identification
None of the above
RESTful web services are utilized for
Syntactic interoperability for device interaction
(Y/N) Can we write the loop() function above the setup() function in an Arduino sketch ?
No
Which of the following is not an inbuilt function of servo library?
Move()
(Y/N) Does 6LoWPAN allow interoperability between IEEE 802.15.4-based wireless devices?
Yes
Which of the following is an open, global, multi-sector standard for efficient, accurate,
flexible classification of products and services?
UNSPSC
What is the overflow point for micros() function?
70 minutes
In the Universal Middleware Bridge (UMB) architecture,______________ converts the physical device into the virtually abstracted one.
UMB Adaptor
A collaborative sign (cosign) is represented as, cosign = (A, B, C, D). What is “A”?
Both a and b ie)
cosign internal identifier and structure
In the Universal Middleware Bridge (UMB) architecture, UMB Core routes the universal
metadata message to
Any other UMB Adaptor
What does delayMicroseconds() function return?
Unsigned int
What is the microcontroller used in Arduino UNO?
ATMEGA328p
Which of the following functions exist by default in Arduino IDE?
setup() and loop()
Which of the following UMB architecture sends and receives the events generated by changing the device’s status?
Event Handler
Where are the I/O Variables initialized in an Arduino sketch?
setup()