Two types of physical connection are:
A wired connection using a cable
A wireless connection using radio waves
Answer:
A, system software
Explanation:
that is answer an interpreter is a type of system software
2 is tha answer to Why should cloud computing not be a set of silos? Provide real or made up examples of why incompatible solutions will fail in IT.?
Someone can install an operating system by disk or removable storage media.
Disk being floppy, tape or commonly a DVD.
Removable storage being a USBdrive.
Answer:
For 1), you should also add that methods in C++ are called member functions. Thus, the difference between functions and methods in this context is analogous to the difference between functions and member functions in C++. Furthermore, languages like Java only have methods. In this case, functions would be analogous to static methods and methods would have the same meaning. For 2), you should add that a method is able to operate on the private instance (member) data declared as part of the class. Any code can access public instance data.
A function is a mathematical construct. I would say all methods are functions but not all functions are methods
Explanation: