Answer:
D. infrared.
Explanation:
Wireless technology for communication uses electromagnetic wave to transmit signals between location. It eliminates the need of cables for connecting network devices.
In previous wireless technology implementation, Infrared rays were used (in tv remotes), which needed to be in the line of sight to its destination. Although it was fast, it has many limitations for a long-haul transmission like its short transmission range, easily blocked by objects and its uni-directional properties.
Answer:
a. Object cannot be converted to Person
Explanation:
This program demonstrates polymorphism.
e.g., a Student IS a Person therefore you can call m() with a Student as well as a Person object.
The same goes for GraduateStudent.
However, and Object is not a Person, so the last call fails. This can be deducted by the type checking that happens at compile time.
Answer:
Take a piece of paper for example. You can write on it. The words the paper is the software because they are a thought description of what you want to express.
In contrast, the ink, pen, and paper that is used to write those words are the hardware parts because they are physical objects that is used to create that thought description.
Alternatively referred to as external memory, secondary memory, and auxiliary storage, a secondary storagedevice is a non-volatile device that holds data until it is deleted or overwritten. Secondary storage is about two orders of magnitude cheaper than primary storage