You are on page 1of 1

1. Within Java, each call to StdOut.println () does which of the following?

It extends text to the end of the file.


2. Which keyword keeps the main method from returning any value to the caller?

Void

3. exit(0) : Generally used to indicate successful termination.


exit(1) or exit(-1) or any other non-zero value – Generally indicates unsuccessful termination.

byte 1 byte -128 to 128


short 2 bytes -32,768 to 32,767
int 4 bytes -2,147,483,648 to 2,147,483, 647
long 8 bytes -9,223,372,036,854,775,808 to
9,223,372,036,854,775,807
float 4 bytes approximately ±3.40282347E+38F
(6-7 significant decimal digits)
Java implements IEEE 754 standard
double 8 bytes approximately ±1.79769313486231570E+308
(15 significant decimal digits)
char 2 byte
4. Cotlin
5. Internet technologies connecting different machines,devices and tools to the internet by
wireless technologies.
6. Unification of technologies such as big data,machine learning,low power embedded
systems,cloud computing and networking.
7. Wireless technologies such as Bluetooth,wifi etc.
8. Some areas identified as Iot enablers:RFID,Nanotechnology,Sensors,Smart Networks.
9. Internet of things is the network of physical objects that contain embedded to communicate and
sense or interact with their internal states or the external environment.
10. Characteristics:efficient,scalable and associated architecture,unambiguous naming and
addressing,abundance of sleeping nodes,mobile and non-ip devices,intermittent connectivity.
11. Business/manufacturing,healthcare,retail,security.
12. Connectivity layers:Services,local connectivity,global connectivity.
13. Baseline technologies:machine to machine communications,cyber physical systems,web of
things.
14. M2M is part of the Iot,while M2M standars have a prominent place in the Iot standards landscape.
15. IoT includes:internet of people,machine to machine.

You might also like